The officially official Devuan Forum!

You are not logged in.

#1 2019-05-31 02:27:02

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Help with bootup info and stuff

Ok when I first boot up Devuan, when all the commands and stuff load before it gets to the GRUB. I'm getting stuff like "kvm disabled by BIOS" and "TMP" errors. How do I get to the log to show you and can you help me please. I'm also having problems with the repositories it's failing a ton of them are so can I show you that I donno how except this:
Popup:

W: Target Sources (non-free/source/Sources) is configured multiple times in /etc/apt/sources.list:13 and /etc/apt/sources.list:22
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list:13 and /etc/apt/sources.list:22
W: Target Packages (non-free/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:21
W: Target Packages (non-free/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:21
W: Target Translations (non-free/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:21
W: Target Translations (non-free/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:21
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:21
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:21
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:21
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:21

And one last thing. I want to get Conky Manager but ppaa teepaa or whoever, their repo's are down and I tried to find a install for it but can not.

Offline

#2 2019-05-31 02:38:45

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Also having this probem:

root@kitsuneon:/home/jitters# sudo apt-get install lutris
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 lutris : Depends: python3-yaml but it is not installable
          Depends: cabextract but it is not installable
          Depends: fluid-soundfont-gs but it is not installable
          Recommends: python3-evdev but it is not installable
          Recommends: libc6-i386 but it is not going to be installed
          Recommends: lib32gcc1 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@kitsuneon:/home/jitters# 

And one last question, my 4th question, sorry.

Uhhhh is there a Software Manager besides synaptic I could install, something like Ubuntu has?

Last edited by jitterssnowpaw (2019-05-31 02:40:34)

Offline

#3 2019-05-31 02:52:50

golinux
Administrator
Registered: 2016-11-25
Posts: 3,137  

Re: Help with bootup info and stuff

What Devuan release is installed and please post your sources.list.  Does it include non-Devuan sources?

Online

#4 2019-05-31 03:06:31

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

I installed the DVD Jessie 9 or what not the newest I believe Debian (x86x64)

Here's my etc/apt/sources.list

# deb cdrom:[devuan_ascii_2.0.0_amd64_dvd-1]/ ascii main non-free 

# deb cdrom:[devuan_ascii_2.0.0_amd64_dvd-1]/ ascii main non-free 

# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.

deb http://auto.mirror.devuan.org/merged/ ascii-security non-free main 
deb-src http://auto.mirror.devuan.org/merged/ ascii-security non-free main 

# deb cdrom:[devuan_ascii_2.0.0_amd64_dvd-1]/ ascii non-free main  

# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.

deb http://auto.mirror.devuan.org/merged/ ascii-security non-free main 
deb-src http://auto.mirror.devuan.org/merged/ ascii-security non-free main 

# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.

deb http://deb.devuan.org/merged/ ascii-updates non-free main 
deb-src http://deb.devuan.org/merged/ ascii-updates non-free main 

# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.

deb http://deb.devuan.org/merged/ ascii-backports non-free main 
deb-src http://deb.devuan.org/merged/ ascii-backports non-free main

Offline

#5 2019-05-31 09:31:34

Dutch_Master
Member
Registered: 2018-05-31
Posts: 275  

Re: Help with bootup info and stuff

Do the following, as root;

mv /etc/apt/sources.list /etc/apt/sources.list.bak
nano /etc/apt/sources.list

Then copy these lines into the editor:

#deb cdrom:[Debian GNU/Linux 2.0.0-beta _Ascii_ - Official amd64 DVD Binary-1 20180213-18:54]/ ascii main non-free

deb http://pkgmaster.devuan.org/merged ascii main non-free contrib
deb-src http://pkgmaster.devuan.org/merged ascii main non-free contrib

# ascii-security, previously known as 'volatile'
deb http://pkgmaster.devuan.org/merged ascii-security main contrib non-free
deb-src http://pkgmaster.devuan.org/merged ascii-security main contrib non-free

Press Ctrl+o to save the file, then Ctrl+x to exit nano. After that, do:

apt-get update && apt-get dist-upgrade

This ensures you have an up-to-date system.

This sources.list file is actually mine smile  If you need the backports branch, add it manually later.

Online

#6 2019-05-31 11:04:53

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Help with bootup info and stuff

pkgmaster.devuan.org should be replaced with deb.devuan.org. That way you will pull from the nearest mirror, and we won't have everyone hitting on the main server. Thanks.

Offline

#7 2019-05-31 11:33:36

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: Help with bootup info and stuff

jitterssnowpaw wrote:

I'm getting stuff like "kvm disabled by BIOS" and "TMP" errors. How do I get to the log to show you

Check /var/log/syslog

I think you mean TPM, which is the Trusted Platform Module.

Do you use KVM? If you don't virtualise then leaving it disabled is probably sensible.


Brianna Ghey — Rest In Power

Offline

#8 2019-05-31 14:09:45

Dutch_Master
Member
Registered: 2018-05-31
Posts: 275  

Re: Help with bootup info and stuff

fsmithred wrote:

pkgmaster.devuan.org should be replaced with deb.devuan.org. That way you will pull from the nearest mirror, and we won't have everyone hitting on the main server. Thanks.

I know, but deb.devuan.org gave me a lot of hassle not too long ago, so I switched. If the issues are resolved (missing Release files etc) I could consider changing back. wink

Online

#9 2019-05-31 14:12:16

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok I'll get those logs I'm reinstalling my system as I speak.

btw how do you go about doing ./configure and make for a app cause I tried "./configure" and "make" and it said not found.

Offline

#10 2019-05-31 14:13:41

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Dutch_Master wrote:

Do the following, as root;

mv /etc/apt/sources.list /etc/apt/sources.list.bak
nano /etc/apt/sources.list

Then copy these lines into the editor:

#deb cdrom:[Debian GNU/Linux 2.0.0-beta _Ascii_ - Official amd64 DVD Binary-1 20180213-18:54]/ ascii main non-free

deb http://pkgmaster.devuan.org/merged ascii main non-free contrib
deb-src http://pkgmaster.devuan.org/merged ascii main non-free contrib

# ascii-security, previously known as 'volatile'
deb http://pkgmaster.devuan.org/merged ascii-security main contrib non-free
deb-src http://pkgmaster.devuan.org/merged ascii-security main contrib non-free

Press Ctrl+o to save the file, then Ctrl+x to exit nano. After that, do:

apt-get update && apt-get dist-upgrade

This ensures you have an up-to-date system.

This sources.list file is actually mine smile  If you need the backports branch, add it manually later.

Thank you very much I hope this has the latest Wine, Intel and Vulkan for Lutris I will be using @.@ but anyway thanks lots.

Offline

#11 2019-05-31 16:49:52

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Help with bootup info and stuff

If you're going to compile stuff from source you'll need to install build-essential and linux-headers-$(uname -r)

deb.devuan.org was fixed (today?)
another option for using mirrors is auto.mirror.devuan.org which was upgraded to the same software as deb.devuan a few months ago.

Edit: fixed typo - it's headers not header. (and it's build-essential, not essentials in case anyone was wondering)

Offline

#12 2019-05-31 17:56:01

golinux
Administrator
Registered: 2016-11-25
Posts: 3,137  

Re: Help with bootup info and stuff

fsmithred wrote:

deb.devuan.org was fixed (today?)

Yesterday after I got hit with it I went on a bit of a rant . . .

Online

#13 2019-05-31 18:35:48

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

fsmithred wrote:

If you're going to compile stuff from source you'll need to install build-essential and linux-header-$(uname -r)

deb.devuan.org was fixed (today?)
another option for using mirrors is auto.mirror.devuan.org which was upgraded to the same software as deb.devuan a few months ago.

omg ty. Ok what's " linux-header-$(uname -r)" I tried

sudo apt-get install  linux-header-$(uname -r)

Didn't do anything.

Also is there a package manager that's like a really detailed G.U.I. I can install?

Last edited by jitterssnowpaw (2019-05-31 18:36:11)

Offline

#14 2019-05-31 19:08:29

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Help with bootup info and stuff

Oops. My typo. Should be headers not header. I did it with dollar sign and parentheses, but you can also do it with backticks, which are easier to type but not easier to see in a post.

apt-get install build-essential linux-headers-`uname -r`

The most guified and clicky package manager is synaptic

Offline

#15 2019-05-31 19:15:21

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok thank you very much how come Telegram doesn't come up in the package manager but it does on like say Ubuntu. What do I need to add to sources.list for that type of stuff to come up? XDD

Also I'm having a problem with the Cinnamon Desktop it is saying in my Wireless app in the tray when I click it pops up I get:

"Unavailable - 802.1x Supplicant Faled" o.O donno what I need.

kairo@kitsuneon:~$ lspci | grep Network
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
24:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
kairo@kitsuneon:~$ 

And I'm not playing with you or anything I really am having a bit of a hassle with some things but there's just a few more items I need like info on Wine and Lutris probably if I can't get that going. I want to play League of Legends on Devuan so I might need some info if that's okay.

Also I am getting this when I start gufw:

Password: 
root@kitsuneon:/home/kairo# gufw

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:154:27: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:155:26: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:584:27: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:585:28: The style property GtkWidget:interior-focus is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:586:28: The style property GtkButton:default-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:587:26: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1344:25: The style property GtkRange:slider-width is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1345:25: The style property GtkRange:stepper-size is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1346:34: The style property GtkScrollbar:min-slider-length is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1347:28: The style property GtkRange:stepper-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version

(gufw.py:5131): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1348:34: The style property GtkRange:trough-under-steppers is deprecated and shouldn't be used anymore. It will be removed in a future version

Last edited by jitterssnowpaw (2019-05-31 19:32:27)

Offline

#16 2019-05-31 20:31:23

golinux
Administrator
Registered: 2016-11-25
Posts: 3,137  

Re: Help with bootup info and stuff

jitterssnowpaw wrote:

Ok thank you very much how come Telegram doesn't come up in the package manager but it does on like say Ubuntu. What do I need to add to sources.list for that type of stuff to come up? XDD

As to telegram . . . it's in backports:

https://pkginfo.devuan.org/cgi-bin/d1pk … elease=any

Devuan is not Ubuntu.  Repos are not mix-and-match.  You might want to read this:
https://wiki.debian.org/DontBreakDebian

Online

#17 2019-05-31 20:39:09

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Oh I see ok I will give that a read here later. I just want to get LoL to run.

Offline

#18 2019-05-31 21:00:44

Dutch_Master
Member
Registered: 2018-05-31
Posts: 275  

Re: Help with bootup info and stuff

On the network issue:
Fire up aptitude, Synaptic or your package-manager-of-choice and search for this package:

firmware-iwlwifi

Also, install the package wpasupplicant (which probably will pull in said firmware package as a dependency) and let it finish installing. Then, see if your wifi shows up in the command:

ip addr list

The ip command is very important in networking. You can learn more about it by studying the man page for it:

man ip

HTH!

Online

#19 2019-05-31 22:52:57

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Nope it's installed already and I ran ip addr list and got this:

kairo@kitsuneon:~$ su root
Password: 
root@kitsuneon:/home/kairo# ip addr list
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 9c:b6:54:a3:11:ba brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 0e:f9:09:4c:ee:80 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.34/24 brd 192.168.0.255 scope global wlan0
       valid_lft forever preferred_lft forever
root@kitsuneon:/home/kairo# 

Offline

#20 2019-05-31 23:09:13

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

So can I like add the regular Debian repo's and get the software from there like the latest wine and all that cause I want to install Lutris and play LoL

Offline

#21 2019-05-31 23:25:05

golinux
Administrator
Registered: 2016-11-25
Posts: 3,137  

Re: Help with bootup info and stuff

jitterssnowpaw wrote:

So can I like add the regular Debian repo's and get the software from there like the latest wine and all that cause I want to install Lutris and play LoL

Do not use Debian repos directly.  Devuan already pulls from the Debian repos via redirect that filters out stuff that would cause breakage.  Have you looked in backports?

Online

#22 2019-05-31 23:26:06

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok I gotch. I'll come back to Devuan when I learn more about Linux then no worries, I will. Thank you for all the help though. <3

Offline

#23 2019-06-01 23:44:39

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Head_on_a_Stick wrote:
jitterssnowpaw wrote:

I'm getting stuff like "kvm disabled by BIOS" and "TMP" errors. How do I get to the log to show you

Check /var/log/syslog

I think you mean TPM, which is the Trusted Platform Module.

Do you use KVM? If you don't virtualise then leaving it disabled is probably sensible.

Ok this is all that's wrong happening to my computer in syslog:

Jun  1 18:16:16 kitsuneon liblogging-stdlog:  [origin software="rsyslogd" swVersion="8.24.0" x-pid="1598" x-info="http://www.rsyslog.com"] start
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Linux version 4.9.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=44cbcf2e-8659-4263-a867-d653877b907c ro quiet
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] x86/fpu: Using 'eager' FPU context switches.
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000b88fefff] usable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b88ff000-0x00000000b9c7efff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b9c7f000-0x00000000b9f70fff] usable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b9f71000-0x00000000b9f7efff] ACPI NVS
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b9f7f000-0x00000000b9ffefff] ACPI data
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b9fff000-0x00000000b9ffffff] usable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000ba000000-0x00000000bf1fffff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023edfffff] usable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] NX (Execute Disable) protection: active
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] SMBIOS 2.7 present.
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] DMI: Hewlett-Packard HP EliteBook 8470p/179B, BIOS 68ICF Ver. F.43 07/16/2013
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] e820: last_pfn = 0x23ee00 max_arch_pfn = 0x400000000
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] MTRR default type: uncachable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] MTRR fixed ranges enabled:
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   00000-9FFFF write-back
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   A0000-BFFFF uncachable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   C0000-FFFFF write-protect
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] MTRR variable ranges enabled:
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   0 base 0FF800000 mask FFF800000 write-protect
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   1 base 000000000 mask F80000000 write-back
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   2 base 080000000 mask FC0000000 write-back
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   3 base 0BC000000 mask FFC000000 uncachable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   4 base 0BB000000 mask FFF000000 uncachable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   5 base 100000000 mask F00000000 write-back
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   6 base 200000000 mask FC0000000 write-back
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   7 base 23F000000 mask FFF000000 uncachable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   8 base 23EE00000 mask FFFE00000 uncachable
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   9 disabled
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Base memory trampoline at [ffff93ebc0097000] 97000 size 24576
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d39000, 0x145d39fff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d3a000, 0x145d3afff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d3b000, 0x145d3bfff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d3c000, 0x145d3cfff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d3d000, 0x145d3dfff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d3e000, 0x145d3efff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d3f000, 0x145d3ffff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d40000, 0x145d40fff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d41000, 0x145d41fff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d42000, 0x145d42fff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] BRK [0x145d43000, 0x145d43fff] PGTABLE
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] RAMDISK: [mem 0x35cfb000-0x36e74fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: Early table checksum verification disabled
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: RSDP 0x00000000000F2F10 000024 (v02 HPQOEM)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: XSDT 0x00000000B9FFE120 00008C (v01 HPQOEM SLIC-MPC 0000000F      01000013)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: FACP 0x00000000B9FFC000 00010C (v05 HPQOEM 179B     0000000F HP   00000001)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: DSDT 0x00000000B9FD3000 023244 (v02 HPQOEM 179B     00000001 INTL 20110112)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: FACS 0x00000000B9C34000 000040
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: FACS 0x00000000B9C34000 000040
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: HPET 0x00000000B9FFB000 000038 (v01 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: APIC 0x00000000B9FFA000 0000BC (v01 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: MCFG 0x00000000B9FF9000 00003C (v01 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: TCPA 0x00000000B9FF7000 000032 (v02 HPQOEM 179B     00000000 HP   00000001)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: SSDT 0x00000000B9FD0000 0002CA (v01 HPQOEM SataAhci 00001000 INTL 20110112)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: SSDT 0x00000000B9FCF000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: SLIC 0x00000000B9FCE000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: FPDT 0x00000000B9FCC000 000044 (v01 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: BGRT 0x00000000B9FCB000 000038 (v00 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: SSDT 0x00000000B9FCA000 0009B6 (v01 PmRef  Cpu0Ist  00003000 INTL 20110112)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: SSDT 0x00000000B9FC9000 000AAD (v01 PmRef  CpuPm    00003000 INTL 20110112)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: ASF! 0x00000000B9FF8000 0000A5 (v32 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] No NUMA configuration found
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023edfffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] NODE_DATA(0) allocated [mem 0x23edf7000-0x23edfbfff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Zone ranges:
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   Normal   [mem 0x0000000100000000-0x000000023edfffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   Device   empty
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Movable zone start for each node
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Early memory node ranges
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000040005000-0x00000000b88fefff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   node   0: [mem 0x00000000b9c7f000-0x00000000b9f70fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   node   0: [mem 0x00000000b9fff000-0x00000000b9ffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000100000000-0x000000023edfffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023edfffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] On node 0 totalpages: 2062221
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   DMA zone: 64 pages used for memmap
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   DMA zone: 21 pages reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   DMA zone: 3996 pages, LIFO batch:0
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   DMA32 zone: 11752 pages used for memmap
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   DMA32 zone: 752113 pages, LIFO batch:31
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   Normal zone: 20408 pages used for memmap
Jun  1 18:16:16 kitsuneon kernel: [    0.000000]   Normal zone: 1306112 pages, LIFO batch:31
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Reserving Intel graphics memory at 0x00000000bb200000-0x00000000bf1fffff
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: IRQ0 used by override.
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: IRQ9 used by override.
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xb88ff000-0xb9c7efff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xb9f71000-0xb9f7efff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xb9f7f000-0xb9ffefff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xba000000-0xbf1fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbf200000-0xdfffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] e820: [mem 0xbf200000-0xdfffffff] available for PCI devices
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] percpu: Embedded 35 pages/cpu @ffff93edfea00000 s105304 r8192 d29864 u262144
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] pcpu-alloc: s105304 r8192 d29864 u262144 alloc=1*2097152
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2029976
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Policy zone: Normal
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=44cbcf2e-8659-4263-a867-d653877b907c ro quiet
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Memory: 8017024K/8248884K available (6240K kernel code, 1159K rwdata, 2868K rodata, 1416K init, 688K bss, 231860K reserved, 0K cma-reserved)
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Kernel/User page tables isolation: enabled
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Hierarchical RCU implementation.
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 64.
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] NR_IRQS:33024 nr_irqs:488 16
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] Console: colour dummy device 80x25
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] console [tty0] enabled
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] hpet clockevent registered
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] tsc: Fast TSC calibration using PIT
Jun  1 18:16:16 kitsuneon kernel: [    0.000000] tsc: Detected 2793.761 MHz processor
Jun  1 18:16:16 kitsuneon kernel: [    0.000025] Calibrating delay loop (skipped), value calculated using timer frequency.. 5587.52 BogoMIPS (lpj=11175044)
Jun  1 18:16:16 kitsuneon kernel: [    0.000027] pid_max: default: 32768 minimum: 301
Jun  1 18:16:16 kitsuneon kernel: [    0.000042] ACPI: Core revision 20160831
Jun  1 18:16:16 kitsuneon kernel: [    0.008801] ACPI: 5 ACPI AML tables successfully acquired and loaded
Jun  1 18:16:16 kitsuneon kernel: [    0.008845] Security Framework initialized
Jun  1 18:16:16 kitsuneon kernel: [    0.008846] Yama: disabled by default; enable with sysctl kernel.yama.*
Jun  1 18:16:16 kitsuneon kernel: [    0.008850] AppArmor: AppArmor disabled by boot time parameter
Jun  1 18:16:16 kitsuneon kernel: [    0.009210] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.010983] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.011791] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.011798] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.012042] CPU: Physical Processor ID: 0
Jun  1 18:16:16 kitsuneon kernel: [    0.012043] CPU: Processor Core ID: 0
Jun  1 18:16:16 kitsuneon kernel: [    0.012046] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun  1 18:16:16 kitsuneon kernel: [    0.012046] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Jun  1 18:16:16 kitsuneon kernel: [    0.012049] mce: CPU supports 7 MCE banks
Jun  1 18:16:16 kitsuneon kernel: [    0.012057] CPU0: Thermal monitoring enabled (TM1)
Jun  1 18:16:16 kitsuneon kernel: [    0.012065] process: using mwait in idle threads
Jun  1 18:16:16 kitsuneon kernel: [    0.012068] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jun  1 18:16:16 kitsuneon kernel: [    0.012069] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jun  1 18:16:16 kitsuneon kernel: [    0.012070] Spectre V2 : Mitigation: Full generic retpoline
Jun  1 18:16:16 kitsuneon kernel: [    0.012533] Freeing SMP alternatives memory: 24K
Jun  1 18:16:16 kitsuneon kernel: [    0.067006] ftrace: allocating 25239 entries in 99 pages
Jun  1 18:16:16 kitsuneon kernel: [    0.087672] smpboot: Max logical packages: 4
Jun  1 18:16:16 kitsuneon kernel: [    0.087745] x2apic: IRQ remapping doesn't support X2APIC mode
Jun  1 18:16:16 kitsuneon kernel: [    0.088200] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun  1 18:16:16 kitsuneon kernel: [    0.127888] TSC deadline timer enabled
Jun  1 18:16:16 kitsuneon kernel: [    0.127891] smpboot: CPU0: Intel(R) Core(TM) i5-3360M CPU @ 2.80GHz (family: 0x6, model: 0x3a, stepping: 0x9)
Jun  1 18:16:16 kitsuneon kernel: [    0.127895] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Jun  1 18:16:16 kitsuneon kernel: [    0.127917] ... version:                3
Jun  1 18:16:16 kitsuneon kernel: [    0.127917] ... bit width:              48
Jun  1 18:16:16 kitsuneon kernel: [    0.127918] ... generic registers:      4
Jun  1 18:16:16 kitsuneon kernel: [    0.127918] ... value mask:             0000ffffffffffff
Jun  1 18:16:16 kitsuneon kernel: [    0.127919] ... max period:             00007fffffffffff
Jun  1 18:16:16 kitsuneon kernel: [    0.127919] ... fixed-purpose events:   3
Jun  1 18:16:16 kitsuneon kernel: [    0.127920] ... event mask:             000000070000000f
Jun  1 18:16:16 kitsuneon kernel: [    0.128475] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Jun  1 18:16:16 kitsuneon kernel: [    0.128575] x86: Booting SMP configuration:
Jun  1 18:16:16 kitsuneon kernel: [    0.128576] .... node  #0, CPUs:      #1 #2 #3
Jun  1 18:16:16 kitsuneon kernel: [    0.135682] x86: Booted up 1 node, 4 CPUs
Jun  1 18:16:16 kitsuneon kernel: [    0.135684] smpboot: Total of 4 processors activated (22350.08 BogoMIPS)
Jun  1 18:16:16 kitsuneon kernel: [    0.138569] devtmpfs: initialized
Jun  1 18:16:16 kitsuneon kernel: [    0.138630] x86/mm: Memory block size: 128MB
Jun  1 18:16:16 kitsuneon kernel: [    0.140978] PM: Registering ACPI NVS region [mem 0xb9f71000-0xb9f7efff] (57344 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.141028] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Jun  1 18:16:16 kitsuneon kernel: [    0.141038] futex hash table entries: 2048 (order: 5, 131072 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.141083] pinctrl core: initialized pinctrl subsystem
Jun  1 18:16:16 kitsuneon kernel: [    0.141187] NET: Registered protocol family 16
Jun  1 18:16:16 kitsuneon kernel: [    0.154281] cpuidle: using governor ladder
Jun  1 18:16:16 kitsuneon kernel: [    0.174293] cpuidle: using governor menu
Jun  1 18:16:16 kitsuneon kernel: [    0.174337] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun  1 18:16:16 kitsuneon kernel: [    0.174339] ACPI: bus type PCI registered
Jun  1 18:16:16 kitsuneon kernel: [    0.174341] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun  1 18:16:16 kitsuneon kernel: [    0.174443] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jun  1 18:16:16 kitsuneon kernel: [    0.174445] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Jun  1 18:16:16 kitsuneon kernel: [    0.174455] PCI: Using configuration type 1 for base access
Jun  1 18:16:16 kitsuneon kernel: [    0.174488] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jun  1 18:16:16 kitsuneon kernel: [    0.174698] mtrr: your CPUs had inconsistent variable MTRR settings
Jun  1 18:16:16 kitsuneon kernel: [    0.174698] mtrr: probably your BIOS does not setup all CPUs.
Jun  1 18:16:16 kitsuneon kernel: [    0.174698] mtrr: corrected configuration.
Jun  1 18:16:16 kitsuneon kernel: [    0.190471] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jun  1 18:16:16 kitsuneon kernel: [    0.190680] ACPI: Added _OSI(Module Device)
Jun  1 18:16:16 kitsuneon kernel: [    0.190680] ACPI: Added _OSI(Processor Device)
Jun  1 18:16:16 kitsuneon kernel: [    0.190681] ACPI: Added _OSI(3.0 _SCP Extensions)
Jun  1 18:16:16 kitsuneon kernel: [    0.190682] ACPI: Added _OSI(Processor Aggregator Device)
Jun  1 18:16:16 kitsuneon kernel: [    0.190843] ACPI: Executed 1 blocks of module-level executable AML code
Jun  1 18:16:16 kitsuneon kernel: [    0.197259] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun  1 18:16:16 kitsuneon kernel: [    0.216104] ACPI: Dynamic OEM Table Load:
Jun  1 18:16:16 kitsuneon kernel: [    0.216111] ACPI: SSDT 0xFFFF93EDF4D74000 000861 (v01 PmRef  Cpu0Cst  00003001 INTL 20110112)
Jun  1 18:16:16 kitsuneon kernel: [    0.216454] ACPI: Dynamic OEM Table Load:
Jun  1 18:16:16 kitsuneon kernel: [    0.216459] ACPI: SSDT 0xFFFF93EDF4F87800 000303 (v01 PmRef  ApIst    00003000 INTL 20110112)
Jun  1 18:16:16 kitsuneon kernel: [    0.216718] ACPI: Dynamic OEM Table Load:
Jun  1 18:16:16 kitsuneon kernel: [    0.216722] ACPI: SSDT 0xFFFF93EDF4EA7C00 000119 (v01 PmRef  ApCst    00003000 INTL 20110112)
Jun  1 18:16:16 kitsuneon kernel: [    0.217529] ACPI : EC: EC started
Jun  1 18:16:16 kitsuneon kernel: [    0.217530] ACPI : EC: interrupt blocked
Jun  1 18:16:16 kitsuneon kernel: [    0.660012] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
Jun  1 18:16:16 kitsuneon kernel: [    0.660014] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun  1 18:16:16 kitsuneon kernel: [    0.660015] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
Jun  1 18:16:16 kitsuneon kernel: [    0.660016] ACPI: Interpreter enabled
Jun  1 18:16:16 kitsuneon kernel: [    0.660035] ACPI: (supports S0 S3 S4 S5)
Jun  1 18:16:16 kitsuneon kernel: [    0.660035] ACPI: Using IOAPIC for interrupt routing
Jun  1 18:16:16 kitsuneon kernel: [    0.660054] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun  1 18:16:16 kitsuneon kernel: [    0.661782] ACPI: Power Resource [APPR] (off)
Jun  1 18:16:16 kitsuneon kernel: [    0.663639] ACPI: Power Resource [COMP] (off)
Jun  1 18:16:16 kitsuneon kernel: [    0.663889] ACPI: Power Resource [LPP] (on)
Jun  1 18:16:16 kitsuneon kernel: [    0.667188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Jun  1 18:16:16 kitsuneon kernel: [    0.667192] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jun  1 18:16:16 kitsuneon kernel: [    0.668780] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Jun  1 18:16:16 kitsuneon kernel: [    0.668781] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jun  1 18:16:16 kitsuneon kernel: [    0.669206] PCI host bridge to bus 0000:00
Jun  1 18:16:16 kitsuneon kernel: [    0.669208] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun  1 18:16:16 kitsuneon kernel: [    0.669209] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.669211] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.669212] pci_bus 0000:00: root bus resource [mem 0xbf200000-0xdfffffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.669213] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.669214] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.669216] pci_bus 0000:00: root bus resource [bus 00-3e]
Jun  1 18:16:16 kitsuneon kernel: [    0.669223] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
Jun  1 18:16:16 kitsuneon kernel: [    0.669309] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
Jun  1 18:16:16 kitsuneon kernel: [    0.669318] pci 0000:00:02.0: reg 0x10: [mem 0xd4000000-0xd43fffff 64bit]
Jun  1 18:16:16 kitsuneon kernel: [    0.669323] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
Jun  1 18:16:16 kitsuneon kernel: [    0.669328] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
Jun  1 18:16:16 kitsuneon kernel: [    0.669442] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
Jun  1 18:16:16 kitsuneon kernel: [    0.669460] pci 0000:00:14.0: reg 0x10: [mem 0xd4720000-0xd472ffff 64bit]
Jun  1 18:16:16 kitsuneon kernel: [    0.669524] pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.669563] pci 0000:00:14.0: System wakeup disabled by ACPI
Jun  1 18:16:16 kitsuneon kernel: [    0.669601] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
Jun  1 18:16:16 kitsuneon kernel: [    0.669622] pci 0000:00:16.0: reg 0x10: [mem 0xd4734000-0xd473400f 64bit]
Jun  1 18:16:16 kitsuneon kernel: [    0.669701] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.669770] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
Jun  1 18:16:16 kitsuneon kernel: [    0.669786] pci 0000:00:16.3: reg 0x10: [io  0x4090-0x4097]
Jun  1 18:16:16 kitsuneon kernel: [    0.669795] pci 0000:00:16.3: reg 0x14: [mem 0xd473b000-0xd473bfff]
Jun  1 18:16:16 kitsuneon kernel: [    0.669934] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
Jun  1 18:16:16 kitsuneon kernel: [    0.669949] pci 0000:00:19.0: reg 0x10: [mem 0xd4700000-0xd471ffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.669957] pci 0000:00:19.0: reg 0x14: [mem 0xd473a000-0xd473afff]
Jun  1 18:16:16 kitsuneon kernel: [    0.669965] pci 0000:00:19.0: reg 0x18: [io  0x4060-0x407f]
Jun  1 18:16:16 kitsuneon kernel: [    0.670029] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.670067] pci 0000:00:19.0: System wakeup disabled by ACPI
Jun  1 18:16:16 kitsuneon kernel: [    0.670105] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
Jun  1 18:16:16 kitsuneon kernel: [    0.670120] pci 0000:00:1a.0: reg 0x10: [mem 0xd4739000-0xd47393ff]
Jun  1 18:16:16 kitsuneon kernel: [    0.670195] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.670233] pci 0000:00:1a.0: System wakeup disabled by ACPI
Jun  1 18:16:16 kitsuneon kernel: [    0.670270] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
Jun  1 18:16:16 kitsuneon kernel: [    0.670287] pci 0000:00:1b.0: reg 0x10: [mem 0xd4730000-0xd4733fff 64bit]
Jun  1 18:16:16 kitsuneon kernel: [    0.670364] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.670440] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
Jun  1 18:16:16 kitsuneon kernel: [    0.670525] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.670606] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
Jun  1 18:16:16 kitsuneon kernel: [    0.670690] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.670732] pci 0000:00:1c.1: System wakeup disabled by ACPI
Jun  1 18:16:16 kitsuneon kernel: [    0.670769] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
Jun  1 18:16:16 kitsuneon kernel: [    0.670853] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.670894] pci 0000:00:1c.2: System wakeup disabled by ACPI
Jun  1 18:16:16 kitsuneon kernel: [    0.670930] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
Jun  1 18:16:16 kitsuneon kernel: [    0.671013] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.671055] pci 0000:00:1c.3: System wakeup disabled by ACPI
Jun  1 18:16:16 kitsuneon kernel: [    0.671095] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
Jun  1 18:16:16 kitsuneon kernel: [    0.671110] pci 0000:00:1d.0: reg 0x10: [mem 0xd4738000-0xd47383ff]
Jun  1 18:16:16 kitsuneon kernel: [    0.671188] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.671226] pci 0000:00:1d.0: System wakeup disabled by ACPI
Jun  1 18:16:16 kitsuneon kernel: [    0.671263] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100
Jun  1 18:16:16 kitsuneon kernel: [    0.671433] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
Jun  1 18:16:16 kitsuneon kernel: [    0.671448] pci 0000:00:1f.2: reg 0x10: [io  0x4088-0x408f]
Jun  1 18:16:16 kitsuneon kernel: [    0.671455] pci 0000:00:1f.2: reg 0x14: [io  0x409c-0x409f]
Jun  1 18:16:16 kitsuneon kernel: [    0.671463] pci 0000:00:1f.2: reg 0x18: [io  0x4080-0x4087]
Jun  1 18:16:16 kitsuneon kernel: [    0.671470] pci 0000:00:1f.2: reg 0x1c: [io  0x4098-0x409b]
Jun  1 18:16:16 kitsuneon kernel: [    0.671478] pci 0000:00:1f.2: reg 0x20: [io  0x4040-0x405f]
Jun  1 18:16:16 kitsuneon kernel: [    0.671486] pci 0000:00:1f.2: reg 0x24: [mem 0xd4737000-0xd47377ff]
Jun  1 18:16:16 kitsuneon kernel: [    0.671531] pci 0000:00:1f.2: PME# supported from D3hot
Jun  1 18:16:16 kitsuneon kernel: [    0.671641] pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun  1 18:16:16 kitsuneon kernel: [    0.671647] pci 0000:00:1c.0:   bridge window [mem 0xd4600000-0xd46fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.671747] pci 0000:00:1c.1: PCI bridge to [bus 02-22]
Jun  1 18:16:16 kitsuneon kernel: [    0.671751] pci 0000:00:1c.1:   bridge window [io  0x2000-0x3fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.671755] pci 0000:00:1c.1:   bridge window [mem 0xd0000000-0xd3ffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.671865] pci 0000:23:00.0: [197b:2380] type 00 class 0x0c0010
Jun  1 18:16:16 kitsuneon kernel: [    0.671901] pci 0000:23:00.0: reg 0x10: [mem 0xd4500000-0xd45007ff]
Jun  1 18:16:16 kitsuneon kernel: [    0.671925] pci 0000:23:00.0: reg 0x14: [mem 0xd4505000-0xd45050ff]
Jun  1 18:16:16 kitsuneon kernel: [    0.672234] pci 0000:23:00.1: [197b:2392] type 00 class 0x088000
Jun  1 18:16:16 kitsuneon kernel: [    0.672266] pci 0000:23:00.1: reg 0x10: [mem 0xd4504000-0xd45040ff]
Jun  1 18:16:16 kitsuneon kernel: [    0.672378] pci 0000:23:00.1: reg 0x30: [mem 0xffff8000-0xffffffff pref]
Jun  1 18:16:16 kitsuneon kernel: [    0.672564] pci 0000:23:00.2: [197b:2391] type 00 class 0x080501
Jun  1 18:16:16 kitsuneon kernel: [    0.672596] pci 0000:23:00.2: reg 0x10: [mem 0xd4503000-0xd45030ff]
Jun  1 18:16:16 kitsuneon kernel: [    0.682635] pci 0000:00:1c.2: PCI bridge to [bus 23]
Jun  1 18:16:16 kitsuneon kernel: [    0.682646] pci 0000:00:1c.2:   bridge window [mem 0xd4500000-0xd45fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.682896] pci 0000:24:00.0: [8086:0082] type 00 class 0x028000
Jun  1 18:16:16 kitsuneon kernel: [    0.683080] pci 0000:24:00.0: reg 0x10: [mem 0xd4400000-0xd4401fff 64bit]
Jun  1 18:16:16 kitsuneon kernel: [    0.683878] pci 0000:24:00.0: PME# supported from D0 D3hot D3cold
Jun  1 18:16:16 kitsuneon kernel: [    0.684087] pci 0000:24:00.0: System wakeup disabled by ACPI
Jun  1 18:16:16 kitsuneon kernel: [    0.694740] pci 0000:00:1c.3: PCI bridge to [bus 24]
Jun  1 18:16:16 kitsuneon kernel: [    0.694746] pci 0000:00:1c.3:   bridge window [mem 0xd4400000-0xd44fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.695641] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun  1 18:16:16 kitsuneon kernel: [    0.695687] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
Jun  1 18:16:16 kitsuneon kernel: [    0.695731] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun  1 18:16:16 kitsuneon kernel: [    0.695774] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun  1 18:16:16 kitsuneon kernel: [    0.695816] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun  1 18:16:16 kitsuneon kernel: [    0.695859] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Jun  1 18:16:16 kitsuneon kernel: [    0.695902] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun  1 18:16:16 kitsuneon kernel: [    0.695944] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Jun  1 18:16:16 kitsuneon kernel: [    0.696235] ACPI: Enabled 5 GPEs in block 00 to 3F
Jun  1 18:16:16 kitsuneon kernel: [    0.696288] ACPI : EC: interrupt unblocked
Jun  1 18:16:16 kitsuneon kernel: [    0.696293] ACPI : EC: event unblocked
Jun  1 18:16:16 kitsuneon kernel: [    0.696300] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun  1 18:16:16 kitsuneon kernel: [    0.696301] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
Jun  1 18:16:16 kitsuneon kernel: [    0.696374] vgaarb: setting as boot device: PCI:0000:00:02.0
Jun  1 18:16:16 kitsuneon kernel: [    0.696375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Jun  1 18:16:16 kitsuneon kernel: [    0.696377] vgaarb: loaded
Jun  1 18:16:16 kitsuneon kernel: [    0.696378] vgaarb: bridge control possible 0000:00:02.0
Jun  1 18:16:16 kitsuneon kernel: [    0.696444] PCI: Using ACPI for IRQ routing
Jun  1 18:16:16 kitsuneon kernel: [    0.702762] PCI: pci_cache_line_size set to 64 bytes
Jun  1 18:16:16 kitsuneon kernel: [    0.702874] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.702875] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.702876] e820: reserve RAM buffer [mem 0xb88ff000-0xbbffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.702877] e820: reserve RAM buffer [mem 0xb9f71000-0xbbffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.702878] e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.702879] e820: reserve RAM buffer [mem 0x23ee00000-0x23fffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.703011] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun  1 18:16:16 kitsuneon kernel: [    0.703016] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jun  1 18:16:16 kitsuneon kernel: [    0.706036] clocksource: Switched to clocksource hpet
Jun  1 18:16:16 kitsuneon kernel: [    0.711675] VFS: Disk quotas dquot_6.6.0
Jun  1 18:16:16 kitsuneon kernel: [    0.711701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.711776] pnp: PnP ACPI init
Jun  1 18:16:16 kitsuneon kernel: [    0.711953] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.711955] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.711956] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.711957] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.711959] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.711960] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.711962] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.711964] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.711965] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.711969] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun  1 18:16:16 kitsuneon kernel: [    0.712097] pnp 00:01: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
Jun  1 18:16:16 kitsuneon kernel: [    0.712163] system 00:02: [io  0x0200-0x027f] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.712164] system 00:02: [io  0x1000-0x100f] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.712166] system 00:02: [io  0xffff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.712167] system 00:02: [io  0xffff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.712169] system 00:02: [io  0x0400-0x047f] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.712170] system 00:02: [io  0x0500-0x057f] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.712172] system 00:02: [io  0xef80-0xef9f] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.712173] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun  1 18:16:16 kitsuneon kernel: [    0.712198] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun  1 18:16:16 kitsuneon kernel: [    0.712559] pnp 00:04: [dma 0 disabled]
Jun  1 18:16:16 kitsuneon kernel: [    0.712631] pnp 00:04: Plug and Play ACPI device, IDs PNP0401 (active)
Jun  1 18:16:16 kitsuneon kernel: [    0.712654] pnp 00:05: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
Jun  1 18:16:16 kitsuneon kernel: [    0.712676] pnp 00:06: Plug and Play ACPI device, IDs SYN018e SYN0100 SYN0002 PNP0f13 (active)
Jun  1 18:16:16 kitsuneon kernel: [    0.712926] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.712927] system 00:07: [mem 0x40004000-0x40004fff] has been reserved
Jun  1 18:16:16 kitsuneon kernel: [    0.712929] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
Jun  1 18:16:16 kitsuneon kernel: [    0.713114] pnp: PnP ACPI: found 8 devices
Jun  1 18:16:16 kitsuneon kernel: [    0.719286] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun  1 18:16:16 kitsuneon kernel: [    0.719290] pci 0000:23:00.1: can't claim BAR 6 [mem 0xffff8000-0xffffffff pref]: no compatible bridge window
Jun  1 18:16:16 kitsuneon kernel: [    0.719311] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-22] add_size 200000 add_align 100000
Jun  1 18:16:16 kitsuneon kernel: [    0.719329] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
Jun  1 18:16:16 kitsuneon kernel: [    0.719330] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
Jun  1 18:16:16 kitsuneon kernel: [    0.719337] pci 0000:00:1c.1: BAR 15: assigned [mem 0xbf200000-0xbf3fffff 64bit pref]
Jun  1 18:16:16 kitsuneon kernel: [    0.719339] pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun  1 18:16:16 kitsuneon kernel: [    0.719344] pci 0000:00:1c.0:   bridge window [mem 0xd4600000-0xd46fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719352] pci 0000:00:1c.1: PCI bridge to [bus 02-22]
Jun  1 18:16:16 kitsuneon kernel: [    0.719355] pci 0000:00:1c.1:   bridge window [io  0x2000-0x3fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719360] pci 0000:00:1c.1:   bridge window [mem 0xd0000000-0xd3ffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719364] pci 0000:00:1c.1:   bridge window [mem 0xbf200000-0xbf3fffff 64bit pref]
Jun  1 18:16:16 kitsuneon kernel: [    0.719371] pci 0000:23:00.1: BAR 6: assigned [mem 0xd4508000-0xd450ffff pref]
Jun  1 18:16:16 kitsuneon kernel: [    0.719373] pci 0000:00:1c.2: PCI bridge to [bus 23]
Jun  1 18:16:16 kitsuneon kernel: [    0.719378] pci 0000:00:1c.2:   bridge window [mem 0xd4500000-0xd45fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719385] pci 0000:00:1c.3: PCI bridge to [bus 24]
Jun  1 18:16:16 kitsuneon kernel: [    0.719390] pci 0000:00:1c.3:   bridge window [mem 0xd4400000-0xd44fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719399] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun  1 18:16:16 kitsuneon kernel: [    0.719400] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.719401] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.719402] pci_bus 0000:00: resource 7 [mem 0xbf200000-0xdfffffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.719403] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.719405] pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff window]
Jun  1 18:16:16 kitsuneon kernel: [    0.719406] pci_bus 0000:01: resource 1 [mem 0xd4600000-0xd46fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719407] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719408] pci_bus 0000:02: resource 1 [mem 0xd0000000-0xd3ffffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719410] pci_bus 0000:02: resource 2 [mem 0xbf200000-0xbf3fffff 64bit pref]
Jun  1 18:16:16 kitsuneon kernel: [    0.719411] pci_bus 0000:23: resource 1 [mem 0xd4500000-0xd45fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719412] pci_bus 0000:24: resource 1 [mem 0xd4400000-0xd44fffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.719519] NET: Registered protocol family 2
Jun  1 18:16:16 kitsuneon kernel: [    0.719683] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.719788] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.719904] TCP: Hash tables configured (established 65536 bind 65536)
Jun  1 18:16:16 kitsuneon kernel: [    0.719923] UDP hash table entries: 4096 (order: 5, 131072 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.719944] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Jun  1 18:16:16 kitsuneon kernel: [    0.720006] NET: Registered protocol family 1
Jun  1 18:16:16 kitsuneon kernel: [    0.720018] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun  1 18:16:16 kitsuneon kernel: [    0.720026] pci 0000:00:14.0: enabling device (0000 -> 0002)
Jun  1 18:16:16 kitsuneon kernel: [    0.720141] pci 0000:00:14.0: can't derive routing for PCI INT A
Jun  1 18:16:16 kitsuneon kernel: [    0.720142] pci 0000:00:14.0: PCI INT A: no GSI
Jun  1 18:16:16 kitsuneon kernel: [    0.720189] pci 0000:00:1a.0: enabling device (0000 -> 0002)
Jun  1 18:16:16 kitsuneon kernel: [    0.720440] pci 0000:00:1d.0: enabling device (0000 -> 0002)
Jun  1 18:16:16 kitsuneon kernel: [    0.720699] PCI: CLS 64 bytes, default 64
Jun  1 18:16:16 kitsuneon kernel: [    0.720741] Unpacking initramfs...
Jun  1 18:16:16 kitsuneon kernel: [    0.991601] Freeing initrd memory: 17896K
Jun  1 18:16:16 kitsuneon kernel: [    0.991646] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun  1 18:16:16 kitsuneon kernel: [    0.991649] software IO TLB [mem 0xb48ff000-0xb88ff000] (64MB) mapped at [ffff93ec748ff000-ffff93ec788fefff]
Jun  1 18:16:16 kitsuneon kernel: [    0.992015] audit: initializing netlink subsys (disabled)
Jun  1 18:16:16 kitsuneon kernel: [    0.992029] audit: type=2000 audit(1559412963.940:1): initialized
Jun  1 18:16:16 kitsuneon kernel: [    0.992386] workingset: timestamp_bits=40 max_order=21 bucket_order=0
Jun  1 18:16:16 kitsuneon kernel: [    0.992425] zbud: loaded
Jun  1 18:16:16 kitsuneon kernel: [    0.993178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Jun  1 18:16:16 kitsuneon kernel: [    0.993205] io scheduler noop registered
Jun  1 18:16:16 kitsuneon kernel: [    0.993205] io scheduler deadline registered
Jun  1 18:16:16 kitsuneon kernel: [    0.993218] io scheduler cfq registered (default)
Jun  1 18:16:16 kitsuneon kernel: [    0.994149] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Jun  1 18:16:16 kitsuneon kernel: [    0.994154] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
Jun  1 18:16:16 kitsuneon kernel: [    0.994175] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
Jun  1 18:16:16 kitsuneon kernel: [    0.994178] pcie_pme 0000:00:1c.1:pcie001: service driver pcie_pme loaded
Jun  1 18:16:16 kitsuneon kernel: [    0.994197] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
Jun  1 18:16:16 kitsuneon kernel: [    0.994199] pci 0000:23:00.0: Signaling PME through PCIe PME interrupt
Jun  1 18:16:16 kitsuneon kernel: [    0.994200] pci 0000:23:00.1: Signaling PME through PCIe PME interrupt
Jun  1 18:16:16 kitsuneon kernel: [    0.994201] pci 0000:23:00.2: Signaling PME through PCIe PME interrupt
Jun  1 18:16:16 kitsuneon kernel: [    0.994204] pcie_pme 0000:00:1c.2:pcie001: service driver pcie_pme loaded
Jun  1 18:16:16 kitsuneon kernel: [    0.994222] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
Jun  1 18:16:16 kitsuneon kernel: [    0.994223] pci 0000:24:00.0: Signaling PME through PCIe PME interrupt
Jun  1 18:16:16 kitsuneon kernel: [    0.994226] pcie_pme 0000:00:1c.3:pcie001: service driver pcie_pme loaded
Jun  1 18:16:16 kitsuneon kernel: [    0.994234] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jun  1 18:16:16 kitsuneon kernel: [    0.994244] pciehp 0000:00:1c.1:pcie004: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Jun  1 18:16:16 kitsuneon kernel: [    0.994268] pciehp 0000:00:1c.1:pcie004: service driver pciehp loaded
Jun  1 18:16:16 kitsuneon kernel: [    0.994272] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jun  1 18:16:16 kitsuneon kernel: [    0.994286] intel_idle: MWAIT substates: 0x21120
Jun  1 18:16:16 kitsuneon kernel: [    0.994287] intel_idle: v0.4.1 model 0x3A
Jun  1 18:16:16 kitsuneon kernel: [    0.994425] intel_idle: lapic_timer_reliable_states 0xffffffff
Jun  1 18:16:16 kitsuneon kernel: [    0.994593] GHES: HEST is not enabled!
Jun  1 18:16:16 kitsuneon kernel: [    0.994648] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jun  1 18:16:16 kitsuneon kernel: [    1.015416] 0000:00:16.3: ttyS0 at I/O 0x4090 (irq = 17, base_baud = 115200) is a 16550A
Jun  1 18:16:16 kitsuneon kernel: [    1.015627] Linux agpgart interface v0.103
Jun  1 18:16:16 kitsuneon kernel: [    1.094105] tpm_tis 00:01: 1.2 TPM (device-id 0xB, rev-id 16)
Jun  1 18:16:16 kitsuneon kernel: [    1.590079] tpm tpm0: A TPM error (7) occurred attempting to read a pcr value
Jun  1 18:16:16 kitsuneon kernel: [    1.590090] tpm tpm0: TPM is disabled/deactivated (0x7)
Jun  1 18:16:16 kitsuneon kernel: [    1.590894] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Jun  1 18:16:16 kitsuneon kernel: [    1.590895] AMD IOMMUv2 functionality not available on this system
Jun  1 18:16:16 kitsuneon kernel: [    1.591238] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jun  1 18:16:16 kitsuneon kernel: [    1.593172] i8042: Detected active multiplexing controller, rev 1.1
Jun  1 18:16:16 kitsuneon kernel: [    1.593929] serio: i8042 KBD port at 0x60,0x64 irq 1
Jun  1 18:16:16 kitsuneon kernel: [    1.593933] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Jun  1 18:16:16 kitsuneon kernel: [    1.593940] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Jun  1 18:16:16 kitsuneon kernel: [    1.593942] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Jun  1 18:16:16 kitsuneon kernel: [    1.593943] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Jun  1 18:16:16 kitsuneon kernel: [    1.594058] mousedev: PS/2 mouse device common for all mice
Jun  1 18:16:16 kitsuneon kernel: [    1.594096] rtc_cmos 00:03: RTC can wake from S4
Jun  1 18:16:16 kitsuneon kernel: [    1.594241] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
Jun  1 18:16:16 kitsuneon kernel: [    1.594267] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jun  1 18:16:16 kitsuneon kernel: [    1.594276] intel_pstate: Intel P-state driver initializing
Jun  1 18:16:16 kitsuneon kernel: [    1.594705] ledtrig-cpu: registered to indicate activity on CPUs
Jun  1 18:16:16 kitsuneon kernel: [    1.595367] NET: Registered protocol family 10
Jun  1 18:16:16 kitsuneon kernel: [    1.595751] mip6: Mobile IPv6
Jun  1 18:16:16 kitsuneon kernel: [    1.595754] NET: Registered protocol family 17
Jun  1 18:16:16 kitsuneon kernel: [    1.595758] mpls_gso: MPLS GSO support
Jun  1 18:16:16 kitsuneon kernel: [    1.596108] microcode: sig=0x306a9, pf=0x10, revision=0x16
Jun  1 18:16:16 kitsuneon kernel: [    1.596229] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Jun  1 18:16:16 kitsuneon kernel: [    1.596494] registered taskstats version 1
Jun  1 18:16:16 kitsuneon kernel: [    1.596518] zswap: loaded using pool lzo/zbud
Jun  1 18:16:16 kitsuneon kernel: [    1.627839] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Jun  1 18:16:16 kitsuneon kernel: [    1.658078] tpm tpm0: A TPM error (7) occurred attempting to read a pcr value
Jun  1 18:16:16 kitsuneon kernel: [    1.658086] ima: No TPM chip found, activating TPM-bypass!
Jun  1 18:16:16 kitsuneon kernel: [    1.658731] rtc_cmos 00:03: setting system clock to 2019-06-01 18:16:05 UTC (1559412965)
Jun  1 18:16:16 kitsuneon kernel: [    1.658854] PM: Hibernation image not present or could not be loaded.
Jun  1 18:16:16 kitsuneon kernel: [    1.661061] Freeing unused kernel memory: 1416K
Jun  1 18:16:16 kitsuneon kernel: [    1.661063] Write protecting the kernel read-only data: 12288k
Jun  1 18:16:16 kitsuneon kernel: [    1.661927] Freeing unused kernel memory: 1936K
Jun  1 18:16:16 kitsuneon kernel: [    1.666705] Freeing unused kernel memory: 1228K
Jun  1 18:16:16 kitsuneon kernel: [    1.677304] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun  1 18:16:16 kitsuneon kernel: [    1.702204] random: udevd: uninitialized urandom read (16 bytes read)
Jun  1 18:16:16 kitsuneon kernel: [    1.702252] random: udevd: uninitialized urandom read (16 bytes read)
Jun  1 18:16:16 kitsuneon kernel: [    1.714939] random: udevd: uninitialized urandom read (16 bytes read)
Jun  1 18:16:16 kitsuneon kernel: [    1.729261] random: udevd: uninitialized urandom read (16 bytes read)
Jun  1 18:16:16 kitsuneon kernel: [    1.730549] pps_core: LinuxPPS API ver. 1 registered
Jun  1 18:16:16 kitsuneon kernel: [    1.730551] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun  1 18:16:16 kitsuneon kernel: [    1.731203] PTP clock support registered
Jun  1 18:16:16 kitsuneon kernel: [    1.732946] ACPI: bus type USB registered
Jun  1 18:16:16 kitsuneon kernel: [    1.732988] usbcore: registered new interface driver usbfs
Jun  1 18:16:16 kitsuneon kernel: [    1.733010] usbcore: registered new interface driver hub
Jun  1 18:16:16 kitsuneon kernel: [    1.733302] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Jun  1 18:16:16 kitsuneon kernel: [    1.733303] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jun  1 18:16:16 kitsuneon kernel: [    1.733314] usbcore: registered new device driver usb
Jun  1 18:16:16 kitsuneon kernel: [    1.733707] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jun  1 18:16:16 kitsuneon kernel: [    1.734944] sdhci: Secure Digital Host Controller Interface driver
Jun  1 18:16:16 kitsuneon kernel: [    1.734945] sdhci: Copyright(c) Pierre Ossman
Jun  1 18:16:16 kitsuneon kernel: [    1.735528] sdhci-pci 0000:23:00.1: SDHCI controller found [197b:2392] (rev 30)
Jun  1 18:16:16 kitsuneon kernel: [    1.738869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun  1 18:16:16 kitsuneon kernel: [    1.739164] ehci-pci: EHCI PCI platform driver
Jun  1 18:16:16 kitsuneon kernel: [    1.742429] mmc0: SDHCI controller on PCI [0000:23:00.1] using DMA
Jun  1 18:16:16 kitsuneon kernel: [    1.742458] sdhci-pci 0000:23:00.2: SDHCI controller found [197b:2391] (rev 30)
Jun  1 18:16:16 kitsuneon kernel: [    1.742539] sdhci-pci 0000:23:00.2: Refusing to bind to secondary interface.
Jun  1 18:16:16 kitsuneon kernel: [    1.745844] SCSI subsystem initialized
Jun  1 18:16:16 kitsuneon kernel: [    1.751897] AVX version of gcm_enc/dec engaged.
Jun  1 18:16:16 kitsuneon kernel: [    1.751898] AES CTR mode by8 optimization enabled
Jun  1 18:16:16 kitsuneon kernel: [    1.754089] libata version 3.00 loaded.
Jun  1 18:16:16 kitsuneon kernel: [    1.763987] thermal LNXTHERM:00: registered as thermal_zone0
Jun  1 18:16:16 kitsuneon kernel: [    1.763989] ACPI: Thermal Zone [CPUZ] (63 C)
Jun  1 18:16:16 kitsuneon kernel: [    1.818131] firewire_ohci 0000:23:00.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x10
Jun  1 18:16:16 kitsuneon kernel: [    1.829805] thermal LNXTHERM:01: registered as thermal_zone1
Jun  1 18:16:16 kitsuneon kernel: [    1.829807] ACPI: Thermal Zone [GFXZ] (0 C)
Jun  1 18:16:16 kitsuneon kernel: [    1.840729] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Jun  1 18:16:16 kitsuneon kernel: [    1.860146] thermal LNXTHERM:02: registered as thermal_zone2
Jun  1 18:16:16 kitsuneon kernel: [    1.860148] ACPI: Thermal Zone [EXTZ] (45 C)
Jun  1 18:16:16 kitsuneon kernel: [    1.892758] thermal LNXTHERM:03: registered as thermal_zone3
Jun  1 18:16:16 kitsuneon kernel: [    1.892760] ACPI: Thermal Zone [LOCZ] (42 C)
Jun  1 18:16:16 kitsuneon kernel: [    1.907656] thermal LNXTHERM:04: registered as thermal_zone4
Jun  1 18:16:16 kitsuneon kernel: [    1.907658] ACPI: Thermal Zone [BATZ] (31 C)
Jun  1 18:16:16 kitsuneon kernel: [    1.908207] thermal LNXTHERM:05: registered as thermal_zone5
Jun  1 18:16:16 kitsuneon kernel: [    1.908209] ACPI: Thermal Zone [PCHZ] (127 C)
Jun  1 18:16:16 kitsuneon kernel: [    1.944140] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 9c:b6:54:a3:11:ba
Jun  1 18:16:16 kitsuneon kernel: [    1.944142] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Jun  1 18:16:16 kitsuneon kernel: [    1.944182] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
Jun  1 18:16:16 kitsuneon kernel: [    1.944527] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
Jun  1 18:16:16 kitsuneon kernel: [    1.944532] xhci_hcd 0000:00:14.0: PCI INT A: no GSI
Jun  1 18:16:16 kitsuneon kernel: [    1.944591] xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun  1 18:16:16 kitsuneon kernel: [    1.944615] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun  1 18:16:16 kitsuneon kernel: [    1.945716] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
Jun  1 18:16:16 kitsuneon kernel: [    1.945723] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Jun  1 18:16:16 kitsuneon kernel: [    1.945890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jun  1 18:16:16 kitsuneon kernel: [    1.945892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  1 18:16:16 kitsuneon kernel: [    1.945894] usb usb1: Product: xHCI Host Controller
Jun  1 18:16:16 kitsuneon kernel: [    1.945896] usb usb1: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
Jun  1 18:16:16 kitsuneon kernel: [    1.945897] usb usb1: SerialNumber: 0000:00:14.0
Jun  1 18:16:16 kitsuneon kernel: [    1.946089] hub 1-0:1.0: USB hub found
Jun  1 18:16:16 kitsuneon kernel: [    1.946111] hub 1-0:1.0: 4 ports detected
Jun  1 18:16:16 kitsuneon kernel: [    1.946556] xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun  1 18:16:16 kitsuneon kernel: [    1.946560] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jun  1 18:16:16 kitsuneon kernel: [    1.946689] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
Jun  1 18:16:16 kitsuneon kernel: [    1.946691] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  1 18:16:16 kitsuneon kernel: [    1.946693] usb usb2: Product: xHCI Host Controller
Jun  1 18:16:16 kitsuneon kernel: [    1.946695] usb usb2: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
Jun  1 18:16:16 kitsuneon kernel: [    1.946696] usb usb2: SerialNumber: 0000:00:14.0
Jun  1 18:16:16 kitsuneon kernel: [    1.946857] hub 2-0:1.0: USB hub found
Jun  1 18:16:16 kitsuneon kernel: [    1.946881] hub 2-0:1.0: 4 ports detected
Jun  1 18:16:16 kitsuneon kernel: [    1.947544] ehci-pci 0000:00:1a.0: EHCI Host Controller
Jun  1 18:16:16 kitsuneon kernel: [    1.947555] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
Jun  1 18:16:16 kitsuneon kernel: [    1.947573] ehci-pci 0000:00:1a.0: debug port 2
Jun  1 18:16:16 kitsuneon kernel: [    1.951496] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Jun  1 18:16:16 kitsuneon kernel: [    1.951511] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd4739000
Jun  1 18:16:16 kitsuneon kernel: [    1.966060] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jun  1 18:16:16 kitsuneon kernel: [    1.966107] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Jun  1 18:16:16 kitsuneon kernel: [    1.966109] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  1 18:16:16 kitsuneon kernel: [    1.966111] usb usb3: Product: EHCI Host Controller
Jun  1 18:16:16 kitsuneon kernel: [    1.966112] usb usb3: Manufacturer: Linux 4.9.0-6-amd64 ehci_hcd
Jun  1 18:16:16 kitsuneon kernel: [    1.966114] usb usb3: SerialNumber: 0000:00:1a.0
Jun  1 18:16:16 kitsuneon kernel: [    1.966375] hub 3-0:1.0: USB hub found
Jun  1 18:16:16 kitsuneon kernel: [    1.966386] hub 3-0:1.0: 3 ports detected
Jun  1 18:16:16 kitsuneon kernel: [    1.966748] ehci-pci 0000:00:1d.0: EHCI Host Controller
Jun  1 18:16:16 kitsuneon kernel: [    1.966754] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
Jun  1 18:16:16 kitsuneon kernel: [    1.966765] ehci-pci 0000:00:1d.0: debug port 2
Jun  1 18:16:16 kitsuneon kernel: [    1.970660] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Jun  1 18:16:16 kitsuneon kernel: [    1.970681] ehci-pci 0000:00:1d.0: irq 16, io mem 0xd4738000
Jun  1 18:16:16 kitsuneon kernel: [    1.986040] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jun  1 18:16:16 kitsuneon kernel: [    1.986103] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
Jun  1 18:16:16 kitsuneon kernel: [    1.986105] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  1 18:16:16 kitsuneon kernel: [    1.986107] usb usb4: Product: EHCI Host Controller
Jun  1 18:16:16 kitsuneon kernel: [    1.986108] usb usb4: Manufacturer: Linux 4.9.0-6-amd64 ehci_hcd
Jun  1 18:16:16 kitsuneon kernel: [    1.986110] usb usb4: SerialNumber: 0000:00:1d.0
Jun  1 18:16:16 kitsuneon kernel: [    1.986404] hub 4-0:1.0: USB hub found
Jun  1 18:16:16 kitsuneon kernel: [    1.986418] hub 4-0:1.0: 3 ports detected
Jun  1 18:16:16 kitsuneon kernel: [    1.986629] ahci 0000:00:1f.2: version 3.0
Jun  1 18:16:16 kitsuneon kernel: [    1.986968] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Jun  1 18:16:16 kitsuneon kernel: [    1.997124] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
Jun  1 18:16:16 kitsuneon kernel: [    1.997127] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst 
Jun  1 18:16:16 kitsuneon kernel: [    1.998025] tsc: Refined TSC clocksource calibration: 2793.654 MHz
Jun  1 18:16:16 kitsuneon kernel: [    1.998036] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2844d5ba3f8, max_idle_ns: 440795222929 ns
Jun  1 18:16:16 kitsuneon kernel: [    2.043367] scsi host0: ahci
Jun  1 18:16:16 kitsuneon kernel: [    2.043716] scsi host1: ahci
Jun  1 18:16:16 kitsuneon kernel: [    2.044078] scsi host2: ahci
Jun  1 18:16:16 kitsuneon kernel: [    2.044356] scsi host3: ahci
Jun  1 18:16:16 kitsuneon kernel: [    2.044599] scsi host4: ahci
Jun  1 18:16:16 kitsuneon kernel: [    2.044837] scsi host5: ahci
Jun  1 18:16:16 kitsuneon kernel: [    2.044962] ata1: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737100 irq 30
Jun  1 18:16:16 kitsuneon kernel: [    2.044967] ata2: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737180 irq 30
Jun  1 18:16:16 kitsuneon kernel: [    2.044969] ata3: DUMMY
Jun  1 18:16:16 kitsuneon kernel: [    2.044974] ata4: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737280 irq 30
Jun  1 18:16:16 kitsuneon kernel: [    2.044978] ata5: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737300 irq 30
Jun  1 18:16:16 kitsuneon kernel: [    2.044983] ata6: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737380 irq 30
Jun  1 18:16:16 kitsuneon kernel: [    2.274035] usb 1-3: new low-speed USB device number 2 using xhci_hcd
Jun  1 18:16:16 kitsuneon kernel: [    2.294049] usb 3-1: new high-speed USB device number 2 using ehci-pci
Jun  1 18:16:16 kitsuneon kernel: [    2.314020] usb 4-1: new high-speed USB device number 2 using ehci-pci
Jun  1 18:16:16 kitsuneon kernel: [    2.350254] firewire_core 0000:23:00.0: created device fw0: GUID ffe473fffffffffe, S400
Jun  1 18:16:16 kitsuneon kernel: [    2.360771] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun  1 18:16:16 kitsuneon kernel: [    2.361566] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Jun  1 18:16:16 kitsuneon kernel: [    2.361799] ata1.00: ATA-9: WDC WD5000LPLX-08ZNTT0, 02.01A02, max UDMA/133
Jun  1 18:16:16 kitsuneon kernel: [    2.361803] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Jun  1 18:16:16 kitsuneon kernel: [    2.362620] random: fast init done
Jun  1 18:16:16 kitsuneon kernel: [    2.362648] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Jun  1 18:16:16 kitsuneon kernel: [    2.362836] ata1.00: configured for UDMA/133
Jun  1 18:16:16 kitsuneon kernel: [    2.364425] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000LPLX-0 1A02 PQ: 0 ANSI: 5
Jun  1 18:16:16 kitsuneon kernel: [    2.417582] usb 1-3: New USB device found, idVendor=093a, idProduct=2510
Jun  1 18:16:16 kitsuneon kernel: [    2.417586] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun  1 18:16:16 kitsuneon kernel: [    2.417603] usb 1-3: Product: USB Optical Mouse
Jun  1 18:16:16 kitsuneon kernel: [    2.417605] usb 1-3: Manufacturer: PixArt
Jun  1 18:16:16 kitsuneon kernel: [    2.420339] hidraw: raw HID events driver (C) Jiri Kosina
Jun  1 18:16:16 kitsuneon kernel: [    2.422721] usbcore: registered new interface driver usbhid
Jun  1 18:16:16 kitsuneon kernel: [    2.422722] usbhid: USB HID core driver
Jun  1 18:16:16 kitsuneon kernel: [    2.423650] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:093A:2510.0001/input/input9
Jun  1 18:16:16 kitsuneon kernel: [    2.423817] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-3/input0
Jun  1 18:16:16 kitsuneon kernel: [    2.442772] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
Jun  1 18:16:16 kitsuneon kernel: [    2.442775] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun  1 18:16:16 kitsuneon kernel: [    2.443293] hub 3-1:1.0: USB hub found
Jun  1 18:16:16 kitsuneon kernel: [    2.443447] hub 3-1:1.0: 6 ports detected
Jun  1 18:16:16 kitsuneon kernel: [    2.462638] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
Jun  1 18:16:16 kitsuneon kernel: [    2.462642] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun  1 18:16:16 kitsuneon kernel: [    2.463025] hub 4-1:1.0: USB hub found
Jun  1 18:16:16 kitsuneon kernel: [    2.463243] hub 4-1:1.0: 8 ports detected
Jun  1 18:16:16 kitsuneon kernel: [    2.720807] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input8
Jun  1 18:16:16 kitsuneon kernel: [    2.720856] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun  1 18:16:16 kitsuneon kernel: [    2.723864] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Jun  1 18:16:16 kitsuneon kernel: [    2.723872] ata2.00: ATAPI: hp       DVDRAM GT80N, R102, max UDMA/100
Jun  1 18:16:16 kitsuneon kernel: [    2.728845] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Jun  1 18:16:16 kitsuneon kernel: [    2.728853] ata2.00: configured for UDMA/100
Jun  1 18:16:16 kitsuneon kernel: [    2.730019] usb 3-1.1: new full-speed USB device number 3 using ehci-pci
Jun  1 18:16:16 kitsuneon kernel: [    2.734772] scsi 1:0:0:0: CD-ROM            hp       DVDRAM GT80N     R102 PQ: 0 ANSI: 5
Jun  1 18:16:16 kitsuneon kernel: [    2.750008] usb 4-1.6: new full-speed USB device number 3 using ehci-pci
Jun  1 18:16:16 kitsuneon kernel: [    2.839867] usb 3-1.1: New USB device found, idVendor=138a, idProduct=003d
Jun  1 18:16:16 kitsuneon kernel: [    2.839871] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Jun  1 18:16:16 kitsuneon kernel: [    2.839874] usb 3-1.1: SerialNumber: 002012394590
Jun  1 18:16:16 kitsuneon kernel: [    2.862369] usb 4-1.6: New USB device found, idVendor=0a5c, idProduct=21e1
Jun  1 18:16:16 kitsuneon kernel: [    2.862373] usb 4-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun  1 18:16:16 kitsuneon kernel: [    2.862375] usb 4-1.6: Product: BCM20702A0
Jun  1 18:16:16 kitsuneon kernel: [    2.862378] usb 4-1.6: Manufacturer: Broadcom Corp
Jun  1 18:16:16 kitsuneon kernel: [    2.862380] usb 4-1.6: SerialNumber: 3C77E6CC5059
Jun  1 18:16:16 kitsuneon kernel: [    2.917998] usb 3-1.3: new high-speed USB device number 4 using ehci-pci
Jun  1 18:16:16 kitsuneon kernel: [    3.022218] clocksource: Switched to clocksource tsc
Jun  1 18:16:16 kitsuneon kernel: [    3.060689] ata4: SATA link down (SStatus 0 SControl 300)
Jun  1 18:16:16 kitsuneon kernel: [    3.160450] usb 3-1.3: New USB device found, idVendor=04f2, idProduct=b270
Jun  1 18:16:16 kitsuneon kernel: [    3.160454] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun  1 18:16:16 kitsuneon kernel: [    3.160457] usb 3-1.3: Product: HP HD Webcam [Fixed]
Jun  1 18:16:16 kitsuneon kernel: [    3.160459] usb 3-1.3: Manufacturer: Chicony
Jun  1 18:16:16 kitsuneon kernel: [    3.372502] ata5: SATA link down (SStatus 0 SControl 300)
Jun  1 18:16:16 kitsuneon kernel: [    3.533621] psmouse serio4: synaptics: queried max coordinates: x [..5728], y [..4916]
Jun  1 18:16:16 kitsuneon kernel: [    3.604104] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x640000/0xa0400/0x0, board id: 1623, fw id: 790122
Jun  1 18:16:16 kitsuneon kernel: [    3.648248] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input12
Jun  1 18:16:16 kitsuneon kernel: [    3.684511] ata6: SATA link down (SStatus 0 SControl 300)
Jun  1 18:16:16 kitsuneon kernel: [    3.688103] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Jun  1 18:16:16 kitsuneon kernel: [    3.688108] sd 0:0:0:0: [sda] 4096-byte physical blocks
Jun  1 18:16:16 kitsuneon kernel: [    3.688173] sd 0:0:0:0: [sda] Write Protect is off
Jun  1 18:16:16 kitsuneon kernel: [    3.688179] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun  1 18:16:16 kitsuneon kernel: [    3.688207] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun  1 18:16:16 kitsuneon kernel: [    3.701631] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Jun  1 18:16:16 kitsuneon kernel: [    3.701633] cdrom: Uniform CD-ROM driver Revision: 3.20
Jun  1 18:16:16 kitsuneon kernel: [    3.701908] sr 1:0:0:0: Attached scsi CD-ROM sr0
Jun  1 18:16:16 kitsuneon kernel: [    3.702717] sd 0:0:0:0: Attached scsi generic sg0 type 0
Jun  1 18:16:16 kitsuneon kernel: [    3.702882] sr 1:0:0:0: Attached scsi generic sg1 type 5
Jun  1 18:16:16 kitsuneon kernel: [    3.735325]  sda: sda1 sda2 sda3 sda4 < sda5 >
Jun  1 18:16:16 kitsuneon kernel: [    3.736219] sd 0:0:0:0: [sda] Attached SCSI disk
Jun  1 18:16:16 kitsuneon kernel: [    4.415825] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
Jun  1 18:16:16 kitsuneon kernel: [    5.888992] random: crng init done
Jun  1 18:16:16 kitsuneon kernel: [    6.795996] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun  1 18:16:16 kitsuneon kernel: [    6.804482] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20160831/utaddress-247)
Jun  1 18:16:16 kitsuneon kernel: [    6.804492] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun  1 18:16:16 kitsuneon kernel: [    6.804496] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
Jun  1 18:16:16 kitsuneon kernel: [    6.804502] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun  1 18:16:16 kitsuneon kernel: [    6.804503] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
Jun  1 18:16:16 kitsuneon kernel: [    6.804509] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun  1 18:16:16 kitsuneon kernel: [    6.804510] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
Jun  1 18:16:16 kitsuneon kernel: [    6.804515] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun  1 18:16:16 kitsuneon kernel: [    6.804516] lpc_ich: Resource conflict(s) found affecting gpio_ich
Jun  1 18:16:16 kitsuneon kernel: [    6.861979] Initializing HPQ6001 module
Jun  1 18:16:16 kitsuneon kernel: [    6.862084] input: HP Wireless hotkeys as /devices/virtual/input/input13
Jun  1 18:16:16 kitsuneon kernel: [    6.866491] [drm] Initialized
Jun  1 18:16:16 kitsuneon kernel: [    6.916095] ACPI: Battery Slot [BAT0] (battery present)
Jun  1 18:16:16 kitsuneon kernel: [    6.916149] ACPI: Battery Slot [BAT1] (battery absent)
Jun  1 18:16:16 kitsuneon kernel: [    6.916227] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input14
Jun  1 18:16:16 kitsuneon kernel: [    6.916230] ACPI: Sleep Button [SLPB]
Jun  1 18:16:16 kitsuneon kernel: [    6.916283] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input15
Jun  1 18:16:16 kitsuneon kernel: [    6.916299] ACPI: Lid Switch [LID]
Jun  1 18:16:16 kitsuneon kernel: [    6.916328] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input16
Jun  1 18:16:16 kitsuneon kernel: [    6.916330] ACPI: Power Button [PWRF]
Jun  1 18:16:16 kitsuneon kernel: [    6.947566] [drm] Memory usable by graphics device = 2048M
Jun  1 18:16:16 kitsuneon kernel: [    6.947568] [drm] Replacing VGA console driver
Jun  1 18:16:16 kitsuneon kernel: [    6.953551] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jun  1 18:16:16 kitsuneon kernel: [    6.953552] [drm] Driver supports precise vblank timestamp query.
Jun  1 18:16:16 kitsuneon kernel: [    6.955857] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun  1 18:16:16 kitsuneon kernel: [    6.966700] ACPI: AC Adapter [AC] (on-line)
Jun  1 18:16:16 kitsuneon kernel: [    6.990105] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jun  1 18:16:16 kitsuneon kernel: [    6.990455] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input17
Jun  1 18:16:16 kitsuneon kernel: [    6.990502] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
Jun  1 18:16:16 kitsuneon kernel: [    6.994402] hp_accel: hardware type HPB64xx found
Jun  1 18:16:16 kitsuneon kernel: [    6.995013] lis3lv02d: 8 bits 3DC sensor found
Jun  1 18:16:16 kitsuneon kernel: [    6.996553] fbcon: inteldrmfb (fb0) is primary device
Jun  1 18:16:16 kitsuneon kernel: [    6.998409] parport_pc 00:04: reported by Plug and Play ACPI
Jun  1 18:16:16 kitsuneon kernel: [    6.998493] parport0: PC-style at 0x378 (0x778), irq 5 [PCSPP,TRISTATE,EPP]
Jun  1 18:16:16 kitsuneon kernel: [    7.041920] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input18
Jun  1 18:16:16 kitsuneon kernel: [    7.078694] wmi: Mapper loaded
Jun  1 18:16:16 kitsuneon kernel: [    7.085228] input: PC Speaker as /devices/platform/pcspkr/input/input19
Jun  1 18:16:16 kitsuneon kernel: [    7.131833] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Jun  1 18:16:16 kitsuneon kernel: [    7.131834] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Jun  1 18:16:16 kitsuneon kernel: [    7.131835] RAPL PMU: hw unit of domain package 2^-16 Joules
Jun  1 18:16:16 kitsuneon kernel: [    7.131835] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Jun  1 18:16:16 kitsuneon kernel: [    7.283212] Intel(R) Wireless WiFi driver for Linux
Jun  1 18:16:16 kitsuneon kernel: [    7.283213] Copyright(c) 2003- 2015 Intel Corporation
Jun  1 18:16:16 kitsuneon kernel: [    7.283500] iwlwifi 0000:24:00.0: can't disable ASPM; OS doesn't have ASPM control
Jun  1 18:16:16 kitsuneon kernel: [    7.310913] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than reserved [mem 0xfed10000-0xfed13fff]
Jun  1 18:16:16 kitsuneon kernel: [    7.310925] caller snb_uncore_imc_init_box+0x74/0xb0 [intel_uncore] mapping multiple BARs
Jun  1 18:16:16 kitsuneon kernel: [    7.530097] iwlwifi 0000:24:00.0: firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode
Jun  1 18:16:16 kitsuneon kernel: [    7.530330] iwlwifi 0000:24:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
Jun  1 18:16:16 kitsuneon kernel: [    7.681847] iwlwifi 0000:24:00.0: CONFIG_IWLWIFI_DEBUG disabled
Jun  1 18:16:16 kitsuneon kernel: [    7.681850] iwlwifi 0000:24:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
Jun  1 18:16:16 kitsuneon kernel: [    7.681852] iwlwifi 0000:24:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
Jun  1 18:16:16 kitsuneon kernel: [    7.681856] iwlwifi 0000:24:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
Jun  1 18:16:16 kitsuneon kernel: [    7.684001] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:16 kitsuneon kernel: [    7.746731] Console: switching to colour frame buffer device 170x48
Jun  1 18:16:16 kitsuneon kernel: [    7.767751] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Jun  1 18:16:16 kitsuneon kernel: [    7.793363] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Jun  1 18:16:16 kitsuneon kernel: [    7.809008] iTCO_vendor_support: vendor-support=0
Jun  1 18:16:16 kitsuneon kernel: [    7.809417] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jun  1 18:16:16 kitsuneon kernel: [    7.809457] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
Jun  1 18:16:16 kitsuneon kernel: [    7.809570] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun  1 18:16:16 kitsuneon kernel: [    7.922507] ppdev: user-space parallel port driver
Jun  1 18:16:16 kitsuneon kernel: [    8.008828] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD81B1X5: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
Jun  1 18:16:16 kitsuneon kernel: [    8.008832] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
Jun  1 18:16:16 kitsuneon kernel: [    8.008835] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
Jun  1 18:16:16 kitsuneon kernel: [    8.008837] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
Jun  1 18:16:16 kitsuneon kernel: [    8.008838] snd_hda_codec_idt hdaudioC0D0:    inputs:
Jun  1 18:16:16 kitsuneon kernel: [    8.008841] snd_hda_codec_idt hdaudioC0D0:      Mic=0xc
Jun  1 18:16:16 kitsuneon kernel: [    8.008844] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
Jun  1 18:16:16 kitsuneon kernel: [    8.008846] snd_hda_codec_idt hdaudioC0D0:      Line=0xf
Jun  1 18:16:16 kitsuneon kernel: [    8.135747] input: HP WMI hotkeys as /devices/virtual/input/input25
Jun  1 18:16:16 kitsuneon kernel: [    8.248723] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun  1 18:16:16 kitsuneon kernel: [    8.252789] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
Jun  1 18:16:16 kitsuneon kernel: [    8.253907] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
Jun  1 18:16:16 kitsuneon kernel: [    8.254031] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
Jun  1 18:16:16 kitsuneon kernel: [    8.254159] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
Jun  1 18:16:16 kitsuneon kernel: [    8.254333] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
Jun  1 18:16:16 kitsuneon kernel: [    8.254503] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
Jun  1 18:16:16 kitsuneon kernel: [    8.254583] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input27
Jun  1 18:16:16 kitsuneon kernel: [    8.254661] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input28
Jun  1 18:16:16 kitsuneon kernel: [    8.483330] kvm: disabled by bios
Jun  1 18:16:16 kitsuneon kernel: [    8.543955] kvm: disabled by bios
Jun  1 18:16:16 kitsuneon kernel: [    8.591930] kvm: disabled by bios
Jun  1 18:16:16 kitsuneon kernel: [    8.640173] kvm: disabled by bios
Jun  1 18:16:16 kitsuneon kernel: [    8.713027] Bluetooth: Core ver 2.22
Jun  1 18:16:16 kitsuneon kernel: [    8.713049] NET: Registered protocol family 31
Jun  1 18:16:16 kitsuneon kernel: [    8.713050] Bluetooth: HCI device and connection manager initialized
Jun  1 18:16:16 kitsuneon kernel: [    8.713054] Bluetooth: HCI socket layer initialized
Jun  1 18:16:16 kitsuneon kernel: [    8.713058] Bluetooth: L2CAP socket layer initialized
Jun  1 18:16:16 kitsuneon kernel: [    8.713071] Bluetooth: SCO socket layer initialized
Jun  1 18:16:16 kitsuneon kernel: [    8.881895] media: Linux media interface: v0.10
Jun  1 18:16:16 kitsuneon kernel: [    8.909699] Linux video capture interface: v2.00
Jun  1 18:16:16 kitsuneon kernel: [    8.971370] intel_rapl: Found RAPL domain package
Jun  1 18:16:16 kitsuneon kernel: [    8.971371] intel_rapl: Found RAPL domain core
Jun  1 18:16:16 kitsuneon kernel: [    8.971372] intel_rapl: Found RAPL domain uncore
Jun  1 18:16:16 kitsuneon kernel: [    9.102370] usbcore: registered new interface driver btusb
Jun  1 18:16:16 kitsuneon kernel: [    9.151054] uvcvideo: Found UVC 1.00 device HP HD Webcam [Fixed] (04f2:b270)
Jun  1 18:16:16 kitsuneon kernel: [    9.192303] uvcvideo 3-1.3:1.0: Entity type for entity Extension 3 was not initialized!
Jun  1 18:16:16 kitsuneon kernel: [    9.192315] uvcvideo 3-1.3:1.0: Entity type for entity Processing 2 was not initialized!
Jun  1 18:16:16 kitsuneon kernel: [    9.192321] uvcvideo 3-1.3:1.0: Entity type for entity Extension 4 was not initialized!
Jun  1 18:16:16 kitsuneon kernel: [    9.192325] uvcvideo 3-1.3:1.0: Entity type for entity Camera 1 was not initialized!
Jun  1 18:16:16 kitsuneon kernel: [    9.192676] input: HP HD Webcam [Fixed] as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input29
Jun  1 18:16:16 kitsuneon kernel: [    9.192949] usbcore: registered new interface driver uvcvideo
Jun  1 18:16:16 kitsuneon kernel: [    9.192953] USB Video Class driver (1.1.1)
Jun  1 18:16:16 kitsuneon kernel: [   11.068388] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
Jun  1 18:16:16 kitsuneon kernel: [   11.535148] lp0: using parport0 (interrupt-driven).
Jun  1 18:16:16 kitsuneon anacron[1641]: Anacron 2.3 started on 2019-06-01
Jun  1 18:16:16 kitsuneon anacron[1641]: Will run job `cron.daily' in 5 min.
Jun  1 18:16:16 kitsuneon anacron[1641]: Will run job `cron.weekly' in 10 min.
Jun  1 18:16:16 kitsuneon anacron[1641]: Will run job `cron.monthly' in 15 min.
Jun  1 18:16:16 kitsuneon anacron[1641]: Jobs will be executed sequentially
Jun  1 18:16:17 kitsuneon cron[1721]: (CRON) INFO (pidfile fd = 3)
Jun  1 18:16:17 kitsuneon cron[1729]: (CRON) STARTUP (fork ok)
Jun  1 18:16:17 kitsuneon cron[1729]: (CRON) INFO (Running @reboot jobs)
Jun  1 18:16:19 kitsuneon avahi-daemon[1895]: Found user 'avahi' (UID 106) and group 'avahi' (GID 112).
Jun  1 18:16:19 kitsuneon avahi-daemon[1895]: Successfully dropped root privileges.
Jun  1 18:16:19 kitsuneon avahi-daemon[1895]: avahi-daemon 0.6.32 starting up.
Jun  1 18:16:19 kitsuneon bluetoothd[1875]: Bluetooth daemon 5.43
Jun  1 18:16:19 kitsuneon bluetoothd[1875]: Starting SDP server
Jun  1 18:16:19 kitsuneon avahi-daemon[1895]: Successfully called chroot().
Jun  1 18:16:19 kitsuneon avahi-daemon[1895]: Successfully dropped remaining capabilities.
Jun  1 18:16:19 kitsuneon avahi-daemon[1895]: No service file found in /etc/avahi/services.
Jun  1 18:16:19 kitsuneon avahi-daemon[1895]: Network interface enumeration completed.
Jun  1 18:16:19 kitsuneon avahi-daemon[1895]: Server startup complete. Host name is kitsuneon.local. Local service cookie is 1866489160.
Jun  1 18:16:19 kitsuneon kernel: [   15.863548] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun  1 18:16:19 kitsuneon kernel: [   15.863552] Bluetooth: BNEP filters: protocol multicast
Jun  1 18:16:19 kitsuneon kernel: [   15.863560] Bluetooth: BNEP socket layer initialized
Jun  1 18:16:19 kitsuneon bluetoothd[1875]: Bluetooth management interface 1.14 initialized
Jun  1 18:16:19 kitsuneon bluetoothd[1875]: Failed to obtain handles for "Service Changed" characteristic
Jun  1 18:16:19 kitsuneon bluetoothd[1875]: Sap driver initialization failed.
Jun  1 18:16:19 kitsuneon bluetoothd[1875]: sap-server: Operation not permitted (1)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.1290] NetworkManager (version 1.6.2) is starting...
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.1292] Read config: /etc/NetworkManager/NetworkManager.conf
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <warn>  [1559430980.1525] Skipping Sleep Monitor setup, system not booted with systemd
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.1527] manager[0x55e63af2d040]: monitoring kernel firmware directory '/lib/firmware'.
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.1528] monitoring ifupdown state file '/run/network/ifstate'.
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.1557] dns-mgr[0x55e63af21180]: init: dns=default, rc-manager=resolvconf
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.1906] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.3/0000:24:00.0/ieee80211/phy0/rfkill0) (driver iwlwifi)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.1909] manager[0x55e63af2d040]: WiFi hardware radio set enabled
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.1909] manager[0x55e63af2d040]: WWAN hardware radio set enabled
Jun  1 18:16:20 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jun  1 18:16:20 kitsuneon dbus[1748]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3008] init!
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3012]       interface-parser: parsing file /etc/network/interfaces
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3012]       interface-parser: source line includes interfaces file(s) /etc/network/interfaces.d/*
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <warn>  [1559430980.3013] interfaces file /etc/network/interfaces.d/* doesn't exist
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3014]       interface-parser: finished parsing file /etc/network/interfaces
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3014] management mode: unmanaged
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3017] devices added (path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0, iface: eth0)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3017] device added (path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0, iface: eth0): no ifupdown configuration found.
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3017] devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:24:00.0/net/wlan0, iface: wlan0)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3017] device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:24:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3017] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3017] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3018] end _init.
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3018] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3019] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3019] (989134912) ... get_connections.
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3019] (989134912) ... get_connections (managed=false): return empty list.
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3286] keyfile: new connection /etc/NetworkManager/system-connections/reach out 3 (640a4920-dc86-4949-a11b-d182807bde5e,"reach out 3")
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3291] get unmanaged devices count: 0
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3306] settings: hostname: couldn't get property from hostnamed
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3469] dhcp-init: Using DHCP client 'dhclient'
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3469] manager: WiFi enabled by radio killswitch; enabled by state file
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3470] manager: WWAN enabled by radio killswitch; enabled by state file
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3471] manager: Networking is enabled by state file
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3786] Loaded device plugin: NMBondDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3786] Loaded device plugin: NMBridgeDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3787] Loaded device plugin: NMEthernetDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3787] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3788] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3788] Loaded device plugin: NMMacsecDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3789] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3790] Loaded device plugin: NMTunDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3790] Loaded device plugin: NMVethDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3791] Loaded device plugin: NMVlanDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.3791] Loaded device plugin: NMVxlanDeviceFactory (internal)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.4368] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.4507] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.4883] Loaded device plugin: NMTeamFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-team.so)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.4954] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.4966] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.4985] device (lo): link connected
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.4997] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.5018] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.5033] keyfile: add connection in-memory (d1436f2b-0d12-33d7-b15e-202edc1cf840,"Wired connection 1")
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.5039] settings: (eth0): created default wired connection 'Wired connection 1'
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.5056] device (eth0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jun  1 18:16:20 kitsuneon kernel: [   17.058419] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jun  1 18:16:20 kitsuneon kernel: [   17.306038] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.9800] (wlan0): using nl80211 for WiFi device control
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.9807] device (wlan0): driver supports Access Point (AP) mode
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.9827] manager: (wlan0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Jun  1 18:16:20 kitsuneon NetworkManager[1928]: <info>  [1559430980.9846] device (wlan0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jun  1 18:16:20 kitsuneon kernel: [   17.537506] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:16:20 kitsuneon kernel: [   17.539745] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:20 kitsuneon kernel: [   17.546349] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:20 kitsuneon kernel: [   17.546438] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:16:21 kitsuneon kernel: [   17.828153] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:21 kitsuneon kernel: [   17.834751] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:21 kitsuneon kernel: [   17.834841] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:16:21 kitsuneon kernel: [   17.922114] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:16:21 kitsuneon NetworkManager[1928]: <info>  [1559430981.3757] device (wlan0): set-hw-addr: set MAC address to 36:C9:7E:FA:11:8C (scanning)
Jun  1 18:16:21 kitsuneon kernel: [   17.929475] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:21 kitsuneon kernel: [   17.936083] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:21 kitsuneon kernel: [   17.936172] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:16:21 kitsuneon kernel: [   18.216718] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:21 kitsuneon kernel: [   18.223328] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:21 kitsuneon kernel: [   18.223416] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:16:21 kitsuneon kernel: [   18.307623] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:16:21 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Jun  1 18:16:21 kitsuneon dbus[1748]: [system] Activating service name='fi.w1.wpa_supplicant1' (using servicehelper)
Jun  1 18:16:21 kitsuneon NetworkManager[1928]: <info>  [1559430981.7845] bluez: use BlueZ version 5
Jun  1 18:16:21 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.ModemManager1' (using servicehelper)
Jun  1 18:16:22 kitsuneon ModemManager[1973]: <info>  ModemManager (version 1.6.4) starting in system bus...
Jun  1 18:16:22 kitsuneon dbus[1748]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jun  1 18:16:22 kitsuneon wpa_supplicant[1971]: Successfully initialized wpa_supplicant
Jun  1 18:16:22 kitsuneon NetworkManager[1928]: <info>  [1559430982.3494] supplicant: wpa_supplicant running
Jun  1 18:16:22 kitsuneon NetworkManager[1928]: <info>  [1559430982.3496] device (wlan0): supplicant interface state: init -> starting
Jun  1 18:16:22 kitsuneon NetworkManager[1928]: <info>  [1559430982.5140] sup-iface[0x55e63af98e80,wlan0]: supports 5 scan SSIDs
Jun  1 18:16:22 kitsuneon NetworkManager[1928]: <info>  [1559430982.5150] device (wlan0): supplicant interface state: starting -> ready
Jun  1 18:16:22 kitsuneon NetworkManager[1928]: <info>  [1559430982.5152] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Jun  1 18:16:22 kitsuneon kernel: [   19.067891] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:16:22 kitsuneon polkitd[1969]: started daemon version 0.105 using authority implementation `local' version `0.105'
Jun  1 18:16:22 kitsuneon dbus[1748]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun  1 18:16:22 kitsuneon dbus[1748]: [system] Successfully activated service 'org.freedesktop.ModemManager1'
Jun  1 18:16:22 kitsuneon NetworkManager[1928]: <info>  [1559430982.8286] ModemManager disappeared from bus
Jun  1 18:16:22 kitsuneon NetworkManager[1928]: <info>  [1559430982.8363] ModemManager available in the bus
Jun  1 18:16:23 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper)
Jun  1 18:16:23 kitsuneon accounts-daemon[1990]: started daemon version 0.6.43
Jun  1 18:16:23 kitsuneon dbus[1748]: [system] Successfully activated service 'org.freedesktop.Accounts'
Jun  1 18:16:25 kitsuneon ModemManager[1973]: <info>  Couldn't check support for device at '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin
Jun  1 18:16:25 kitsuneon ModemManager[1973]: <info>  Couldn't check support for device at '/sys/devices/pci0000:00/0000:00:1c.3/0000:24:00.0': not supported by any plugin
Jun  1 18:16:25 kitsuneon NetworkManager[1928]: <info>  [1559430985.6204] device (wlan0): supplicant interface state: ready -> inactive
Jun  1 18:16:25 kitsuneon NetworkManager[1928]: <info>  [1559430985.6389] policy: auto-activating connection 'reach out 3'
Jun  1 18:16:25 kitsuneon NetworkManager[1928]: <info>  [1559430985.6404] device (wlan0): Activation: starting connection 'reach out 3' (640a4920-dc86-4949-a11b-d182807bde5e)
Jun  1 18:16:25 kitsuneon NetworkManager[1928]: <info>  [1559430985.6407] device (wlan0): state change: disconnected -> prepare (reason 'none') [30 40 0]
Jun  1 18:16:25 kitsuneon NetworkManager[1928]: <info>  [1559430985.6410] manager: NetworkManager state is now CONNECTING
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.1189] device (wlan0): set-hw-addr: reset MAC address to A4:4E:31:91:DF:C8 (preserve)
Jun  1 18:16:26 kitsuneon kernel: [   22.673343] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:26 kitsuneon kernel: [   22.679955] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:26 kitsuneon kernel: [   22.680047] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:16:26 kitsuneon kernel: [   22.960086] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:26 kitsuneon kernel: [   22.966685] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:16:26 kitsuneon kernel: [   22.966772] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5008] device (wlan0): supplicant interface state: inactive -> disabled
Jun  1 18:16:26 kitsuneon kernel: [   23.050710] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5016] device (wlan0): state change: prepare -> config (reason 'none') [40 50 0]
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5018] device (wlan0): Activation: (wifi) access point 'reach out 3' has security, but secrets are required.
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5018] device (wlan0): state change: config -> need-auth (reason 'none') [50 60 0]
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5058] device (wlan0): state change: need-auth -> prepare (reason 'none') [60 40 0]
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5061] device (wlan0): state change: prepare -> config (reason 'none') [40 50 0]
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5063] device (wlan0): Activation: (wifi) connection 'reach out 3' has security, and secrets exist.  No new secrets needed.
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5064] Config: added 'ssid' value 'reach out 3'
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5064] Config: added 'scan_ssid' value '1'
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5064] Config: added 'key_mgmt' value 'WPA-PSK'
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5064] Config: added 'psk' value '<hidden>'
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5297] device (wlan0): supplicant interface state: disabled -> inactive
Jun  1 18:16:26 kitsuneon wpa_supplicant[1971]: wlan0: SME: Trying to authenticate with 2c:7e:81:f6:57:41 (SSID='reach out 3' freq=2462 MHz)
Jun  1 18:16:26 kitsuneon kernel: [   23.111158] wlan0: authenticate with 2c:7e:81:f6:57:41
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5661] device (wlan0): supplicant interface state: inactive -> authenticating
Jun  1 18:16:26 kitsuneon wpa_supplicant[1971]: wlan0: Trying to associate with 2c:7e:81:f6:57:41 (SSID='reach out 3' freq=2462 MHz)
Jun  1 18:16:26 kitsuneon kernel: [   23.117695] wlan0: send auth to 2c:7e:81:f6:57:41 (try 1/3)
Jun  1 18:16:26 kitsuneon kernel: [   23.120623] wlan0: authenticated
Jun  1 18:16:26 kitsuneon kernel: [   23.121213] wlan0: associate with 2c:7e:81:f6:57:41 (try 1/3)
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.5741] device (wlan0): supplicant interface state: authenticating -> associating
Jun  1 18:16:26 kitsuneon kernel: [   23.127354] wlan0: RX AssocResp from 2c:7e:81:f6:57:41 (capab=0x1431 status=0 aid=1)
Jun  1 18:16:26 kitsuneon wpa_supplicant[1971]: wlan0: Associated with 2c:7e:81:f6:57:41
Jun  1 18:16:26 kitsuneon kernel: [   23.148019] wlan0: associated
Jun  1 18:16:26 kitsuneon wpa_supplicant[1971]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Jun  1 18:16:26 kitsuneon NetworkManager[1928]: <info>  [1559430986.6016] device (wlan0): supplicant interface state: associating -> associated
Jun  1 18:16:26 kitsuneon kernel: [   23.244803] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 2c:7e:81:f6:57:41
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.6066] device (wlan0): supplicant interface state: associated -> 4-way handshake
Jun  1 18:16:27 kitsuneon wpa_supplicant[1971]: wlan0: WPA: Key negotiation completed with 2c:7e:81:f6:57:41 [PTK=CCMP GTK=CCMP]
Jun  1 18:16:27 kitsuneon wpa_supplicant[1971]: wlan0: CTRL-EVENT-CONNECTED - Connection to 2c:7e:81:f6:57:41 completed [id=0 id_str=]
Jun  1 18:16:27 kitsuneon kernel: [   24.207695] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.6610] device (wlan0): supplicant interface state: 4-way handshake -> completed
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.6610] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'reach out 3'.
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.6612] device (wlan0): state change: config -> ip-config (reason 'none') [50 70 0]
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.6711] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.7298] dhcp4 (wlan0): dhclient started with pid 2040
Jun  1 18:16:27 kitsuneon dhclient[2040]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Jun  1 18:16:27 kitsuneon dhclient[2040]: DHCPREQUEST of 192.168.0.234 on wlan0 to 255.255.255.255 port 67
Jun  1 18:16:27 kitsuneon dhclient[2040]: DHCPOFFER of 192.168.0.234 from 192.168.0.1
Jun  1 18:16:27 kitsuneon dhclient[2040]: DHCPACK of 192.168.0.234 from 192.168.0.1
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9117] dhcp4 (wlan0):   address 192.168.0.234
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9118] dhcp4 (wlan0):   plen 24 (255.255.255.0)
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9118] dhcp4 (wlan0):   gateway 192.168.0.1
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9118] dhcp4 (wlan0):   server identifier 192.168.0.1
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9118] dhcp4 (wlan0):   lease time 604800
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9118] dhcp4 (wlan0):   hostname 'kitsuneon'
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9119] dhcp4 (wlan0):   nameserver '68.105.28.11'
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9119] dhcp4 (wlan0):   nameserver '68.105.29.11'
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9119] dhcp4 (wlan0):   nameserver '68.105.28.12'
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9119] dhcp4 (wlan0): state changed unknown -> bound
Jun  1 18:16:27 kitsuneon avahi-daemon[1895]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.234.
Jun  1 18:16:27 kitsuneon avahi-daemon[1895]: New relevant interface wlan0.IPv4 for mDNS.
Jun  1 18:16:27 kitsuneon avahi-daemon[1895]: Registering new address record for 192.168.0.234 on wlan0.IPv4.
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9146] device (wlan0): state change: ip-config -> ip-check (reason 'none') [70 80 0]
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9159] device (wlan0): state change: ip-check -> secondaries (reason 'none') [80 90 0]
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9166] device (wlan0): state change: secondaries -> activated (reason 'none') [90 100 0]
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9169] manager: NetworkManager state is now CONNECTED_LOCAL
Jun  1 18:16:27 kitsuneon nm-dispatcher: req:1 'connectivity-change': new request (1 scripts)
Jun  1 18:16:27 kitsuneon nm-dispatcher: req:1 'connectivity-change': start running ordered scripts...
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9198] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun  1 18:16:27 kitsuneon NetworkManager[1928]: <info>  [1559430987.9200] policy: set 'reach out 3' (wlan0) as default for IPv4 routing and DNS
Jun  1 18:16:28 kitsuneon NetworkManager[1928]: <info>  [1559430988.0005] device (wlan0): Activation: successful, device activated.
Jun  1 18:16:28 kitsuneon NetworkManager[1928]: <info>  [1559430988.0017] manager: startup complete
Jun  1 18:16:28 kitsuneon dhclient[2040]: bound to 192.168.0.234 -- renewal in 233296 seconds.
Jun  1 18:16:28 kitsuneon nm-dispatcher: req:2 'up' [wlan0]: new request (1 scripts)
Jun  1 18:16:28 kitsuneon nm-dispatcher: req:2 'up' [wlan0]: start running ordered scripts...
Jun  1 18:16:29 kitsuneon avahi-daemon[1895]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::a64e:31ff:fe91:dfc8.
Jun  1 18:16:29 kitsuneon avahi-daemon[1895]: New relevant interface wlan0.IPv6 for mDNS.
Jun  1 18:16:29 kitsuneon avahi-daemon[1895]: Registering new address record for fe80::a64e:31ff:fe91:dfc8 on wlan0.*.
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <info>  [1559430989.5624] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <warn>  [1559430989.5626] dhcp6 (wlan0): hostname is not a FQDN, it will be ignored
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <info>  [1559430989.5647] dhcp6 (wlan0): dhclient started with pid 2151
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <info>  [1559430989.5670] policy: set 'reach out 3' (wlan0) as default for IPv6 routing and DNS
Jun  1 18:16:29 kitsuneon dhclient[2151]: XMT: Solicit on wlan0, interval 1090ms.
Jun  1 18:16:29 kitsuneon dhclient[2151]: RCV: Advertise message on wlan0 from fe80::2e7e:81ff:fef6:5744.
Jun  1 18:16:29 kitsuneon dhclient[2151]: IA_NA status code Success: "Assigned an address."
Jun  1 18:16:29 kitsuneon dhclient[2151]: XMT: Request on wlan0, interval 910ms.
Jun  1 18:16:29 kitsuneon dhclient[2151]: RCV: Reply message on wlan0 from fe80::2e7e:81ff:fef6:5744.
Jun  1 18:16:29 kitsuneon dhclient[2151]: IA_NA status code Success: "Assigned an address."
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <info>  [1559430989.8838] dhcp6 (wlan0):   valid_lft 604800
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <info>  [1559430989.8839] dhcp6 (wlan0):   preferred_lft 604800
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <info>  [1559430989.8839] dhcp6 (wlan0):   address 2600:8803:a800:39e::d0f6
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <info>  [1559430989.8840] dhcp6 (wlan0):   nameserver '2001:578:3f::30'
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <info>  [1559430989.8840] dhcp6 (wlan0):   nameserver '2001:578:3f:1::30'
Jun  1 18:16:29 kitsuneon NetworkManager[1928]: <info>  [1559430989.8840] dhcp6 (wlan0): state changed unknown -> bound, event ID="31:91:df:c8|1559430989"
Jun  1 18:16:29 kitsuneon nm-dispatcher: req:3 'dhcp6-change' [wlan0]: new request (1 scripts)
Jun  1 18:16:29 kitsuneon nm-dispatcher: req:3 'dhcp6-change' [wlan0]: start running ordered scripts...
Jun  1 18:16:31 kitsuneon avahi-daemon[1895]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::a64e:31ff:fe91:dfc8.
Jun  1 18:16:31 kitsuneon avahi-daemon[1895]: Joining mDNS multicast group on interface wlan0.IPv6 with address 2600:8803:a800:39e:9969:9bc3:bd8:87e8.
Jun  1 18:16:31 kitsuneon avahi-daemon[1895]: Registering new address record for 2600:8803:a800:39e:9969:9bc3:bd8:87e8 on wlan0.*.
Jun  1 18:16:31 kitsuneon avahi-daemon[1895]: Withdrawing address record for fe80::a64e:31ff:fe91:dfc8 on wlan0.
Jun  1 18:16:31 kitsuneon avahi-daemon[1895]: Registering new address record for 2600:8803:a800:39e:a64e:31ff:fe91:dfc8 on wlan0.*.
Jun  1 18:16:31 kitsuneon avahi-daemon[1895]: Registering new address record for 2600:8803:a800:39e::d0f6 on wlan0.*.
Jun  1 18:16:42 kitsuneon ModemManager[1973]: <info>  Creating modem with plugin 'Generic' and '1' ports
Jun  1 18:16:42 kitsuneon ModemManager[1973]: <warn>  Could not grab port (tty/ttyS0): 'Cannot add port 'tty/ttyS0', unhandled serial type'
Jun  1 18:16:42 kitsuneon ModemManager[1973]: <warn>  Couldn't create modem for device at '/sys/devices/pci0000:00/0000:00:16.3': Failed to find primary AT port
Jun  1 18:16:45 kitsuneon x-session-manager[2213]: WARNING: t+0.03903s: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Jun  1 18:16:46 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Jun  1 18:16:46 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper)
Jun  1 18:16:47 kitsuneon dbus[1748]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun  1 18:16:47 kitsuneon dbus[1748]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jun  1 18:16:47 kitsuneon rtkit-daemon[2300]: Successfully called chroot.
Jun  1 18:16:47 kitsuneon rtkit-daemon[2300]: Successfully dropped privileges.
Jun  1 18:16:47 kitsuneon rtkit-daemon[2300]: Successfully limited resources.
Jun  1 18:16:47 kitsuneon rtkit-daemon[2300]: Running.
Jun  1 18:16:47 kitsuneon rtkit-daemon[2300]: Canary thread running.
Jun  1 18:16:47 kitsuneon rtkit-daemon[2300]: Watchdog thread running.
Jun  1 18:16:47 kitsuneon rtkit-daemon[2300]: Successfully made thread 2298 of process 2298 (n/a) owned by '1000' high priority at nice level -11.
Jun  1 18:16:47 kitsuneon rtkit-daemon[2300]: Supervising 1 threads of 1 processes of 1 users.
Jun  1 18:16:47 kitsuneon kernel: [   44.336801] fuse init (API version 7.26)
Jun  1 18:16:48 kitsuneon rtkit-daemon[2300]: Supervising 1 threads of 1 processes of 1 users.
Jun  1 18:16:48 kitsuneon rtkit-daemon[2300]: Successfully made thread 2409 of process 2298 (n/a) owned by '1000' RT at priority 5.
Jun  1 18:16:48 kitsuneon rtkit-daemon[2300]: Supervising 2 threads of 1 processes of 1 users.
Jun  1 18:16:48 kitsuneon rtkit-daemon[2300]: Supervising 2 threads of 1 processes of 1 users.
Jun  1 18:16:48 kitsuneon rtkit-daemon[2300]: Successfully made thread 2410 of process 2298 (n/a) owned by '1000' RT at priority 5.
Jun  1 18:16:48 kitsuneon rtkit-daemon[2300]: Supervising 3 threads of 1 processes of 1 users.
Jun  1 18:16:48 kitsuneon pulseaudio[2298]: [pulseaudio] authkey.c: Failed to open cookie file '/home/jitters/.config/pulse/cookie': No such file or directory
Jun  1 18:16:48 kitsuneon pulseaudio[2298]: [pulseaudio] authkey.c: Failed to load authentication key '/home/jitters/.config/pulse/cookie': No such file or directory
Jun  1 18:16:48 kitsuneon pulseaudio[2298]: [pulseaudio] authkey.c: Failed to open cookie file '/home/jitters/.pulse-cookie': No such file or directory
Jun  1 18:16:48 kitsuneon pulseaudio[2298]: [pulseaudio] authkey.c: Failed to load authentication key '/home/jitters/.pulse-cookie': No such file or directory
Jun  1 18:16:48 kitsuneon bluetoothd[1875]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSource
Jun  1 18:16:48 kitsuneon bluetoothd[1875]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSink
Jun  1 18:16:48 kitsuneon kernel: [   44.887075] Bluetooth: RFCOMM TTY layer initialized
Jun  1 18:16:48 kitsuneon kernel: [   44.887083] Bluetooth: RFCOMM socket layer initialized
Jun  1 18:16:48 kitsuneon kernel: [   44.887094] Bluetooth: RFCOMM ver 1.11
Jun  1 18:16:48 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper)
Jun  1 18:16:49 kitsuneon udisksd[2500]: udisks daemon version 2.1.8 starting
Jun  1 18:16:49 kitsuneon dbus[1748]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun  1 18:16:49 kitsuneon udisksd[2500]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun  1 18:16:50 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
Jun  1 18:16:50 kitsuneon dbus[1748]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jun  1 18:16:52 kitsuneon /cinnamon-killer-daemon: Bound Cinnamon restart to <Control><Alt>Escape.
Jun  1 18:16:55 kitsuneon dbus[1748]: [system] Activating service name='org.blueman.Mechanism' (using servicehelper)
Jun  1 18:16:55 kitsuneon obexd[2662]: OBEX daemon 5.43
Jun  1 18:16:55 kitsuneon blueman-mechanism: Starting blueman-mechanism 
Jun  1 18:16:55 kitsuneon dbus[1748]: [system] Successfully activated service 'org.blueman.Mechanism'
Jun  1 18:16:55 kitsuneon blueman-mechanism: loading Network 
Jun  1 18:16:55 kitsuneon blueman-mechanism: loading Rfcomm 
Jun  1 18:16:55 kitsuneon blueman-mechanism: loading Ppp 
Jun  1 18:16:55 kitsuneon blueman-mechanism: loading RfKill 
Jun  1 18:16:57 kitsuneon colord-sane: io/hpmud/pp.c 627: unable to read device-id ret=-1
Jun  1 18:17:01 kitsuneon CRON[2703]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Jun  1 18:17:25 kitsuneon blueman-mechanism: Exiting 
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.16835s: Requesting system restart...
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.16860s: Attempting to restart using systemd...
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.16876s: Requesting system restart...
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.16881s: Attempting to restart using systemd...
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.17347s: Unable to restart system via systemd: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.17354s: Using an MDM logout action to shutdown/reboot the system.
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.17362s: Using an MDM logout action to shutdown/reboot the system.
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.17371s: Unable to restart system via systemd: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.17374s: Using an MDM logout action to shutdown/reboot the system.
Jun  1 18:18:34 kitsuneon x-session-manager[2213]: WARNING: t+109.17378s: Using an MDM logout action to shutdown/reboot the system.
Jun  1 18:18:34 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.login1' (using servicehelper)
Jun  1 18:18:34 kitsuneon dbus[1748]: [system] Activated service 'org.freedesktop.login1' failed: Cannot launch daemon, file not found or permissions invalid
Jun  1 18:18:34 kitsuneon shutdown[3205]: shutting down for system reboot
Jun  1 18:18:36 kitsuneon init: Switching to runlevel: 6
Jun  1 18:18:37 kitsuneon bluetoothd[1875]: Terminating
Jun  1 18:18:37 kitsuneon bluetoothd[1875]: Endpoint unregistered: sender=:1.26 path=/MediaEndpoint/A2DPSource
Jun  1 18:18:37 kitsuneon bluetoothd[1875]: Endpoint unregistered: sender=:1.26 path=/MediaEndpoint/A2DPSink
Jun  1 18:18:37 kitsuneon bluetoothd[1875]: Stopping SDP server
Jun  1 18:18:37 kitsuneon bluetoothd[1875]: Exit
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.3842] caught SIGTERM, shutting down normally.
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.3854] device (wlan0): state change: activated -> deactivating (reason 'unmanaged') [100 110 3]
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.3855] manager: NetworkManager state is now DISCONNECTING
Jun  1 18:18:37 kitsuneon dbus[1748]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jun  1 18:18:37 kitsuneon dbus[1748]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun  1 18:18:37 kitsuneon nm-dispatcher: req:1 'connectivity-change': new request (1 scripts)
Jun  1 18:18:37 kitsuneon nm-dispatcher: req:1 'connectivity-change': start running ordered scripts...
Jun  1 18:18:37 kitsuneon avahi-daemon[1895]: Got SIGTERM, quitting.
Jun  1 18:18:37 kitsuneon avahi-daemon[1895]: Leaving mDNS multicast group on interface wlan0.IPv6 with address 2600:8803:a800:39e:9969:9bc3:bd8:87e8.
Jun  1 18:18:37 kitsuneon avahi-daemon[1895]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.234.
Jun  1 18:18:37 kitsuneon avahi-daemon[1895]: avahi-daemon 0.6.32 exiting.
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.5760] device (wlan0): state change: deactivating -> unmanaged (reason 'removed') [110 10 36]
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.6084] dhcp4 (wlan0): canceled DHCP transaction, DHCP client pid 2040
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.6084] dhcp4 (wlan0): state changed bound -> done
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.6095] dhcp6 (wlan0): canceled DHCP transaction, DHCP client pid 2151
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.6095] dhcp6 (wlan0): state changed bound -> done
Jun  1 18:18:37 kitsuneon kernel: [  154.157405] wlan0: deauthenticating from 2c:7e:81:f6:57:41 by local choice (Reason: 3=DEAUTH_LEAVING)
Jun  1 18:18:37 kitsuneon wpa_supplicant[1971]: wlan0: CTRL-EVENT-DISCONNECTED bssid=2c:7e:81:f6:57:41 reason=3 locally_generated=1
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.6397] manager: NetworkManager state is now DISCONNECTED
Jun  1 18:18:37 kitsuneon nm-dispatcher: req:2 'down' [wlan0]: new request (1 scripts)
Jun  1 18:18:37 kitsuneon nm-dispatcher: req:2 'down' [wlan0]: start running ordered scripts...
Jun  1 18:18:37 kitsuneon NetworkManager[1928]: <info>  [1559431117.6497] exiting (success)
Jun  1 18:18:37 kitsuneon wpa_supplicant[1971]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Jun  1 18:18:38 kitsuneon ModemManager[1973]: <info>  Caught signal, shutting down...
Jun  1 18:18:38 kitsuneon nm-dispatcher: Caught signal 15, shutting down...
Jun  1 18:18:38 kitsuneon pulseaudio[2298]: [pulseaudio] core-util.c: Failed to create secure directory (/run/user/1000/pulse): No such file or directory
Jun  1 18:18:38 kitsuneon ModemManager[1973]: <info>  ModemManager is shut down
Jun  1 18:21:31 kitsuneon liblogging-stdlog:  [origin software="rsyslogd" swVersion="8.24.0" x-pid="1466" x-info="http://www.rsyslog.com"] start
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Linux version 4.9.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=44cbcf2e-8659-4263-a867-d653877b907c ro quiet
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] x86/fpu: Using 'eager' FPU context switches.
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000b88fefff] usable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b88ff000-0x00000000b9c7efff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b9c7f000-0x00000000b9f70fff] usable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b9f71000-0x00000000b9f7efff] ACPI NVS
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b9f7f000-0x00000000b9ffefff] ACPI data
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000b9fff000-0x00000000b9ffffff] usable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000ba000000-0x00000000bf1fffff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023edfffff] usable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] NX (Execute Disable) protection: active
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] SMBIOS 2.7 present.
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] DMI: Hewlett-Packard HP EliteBook 8470p/179B, BIOS 68ICF Ver. F.43 07/16/2013
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] e820: last_pfn = 0x23ee00 max_arch_pfn = 0x400000000
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] MTRR default type: uncachable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] MTRR fixed ranges enabled:
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   00000-9FFFF write-back
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   A0000-BFFFF uncachable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   C0000-FFFFF write-protect
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] MTRR variable ranges enabled:
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   0 base 0FF800000 mask FFF800000 write-protect
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   1 base 000000000 mask F80000000 write-back
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   2 base 080000000 mask FC0000000 write-back
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   3 base 0BC000000 mask FFC000000 uncachable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   4 base 0BB000000 mask FFF000000 uncachable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   5 base 100000000 mask F00000000 write-back
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   6 base 200000000 mask FC0000000 write-back
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   7 base 23F000000 mask FFF000000 uncachable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   8 base 23EE00000 mask FFFE00000 uncachable
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   9 disabled
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Base memory trampoline at [ffff9906c0097000] 97000 size 24576
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef39000, 0x22ef39fff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef3a000, 0x22ef3afff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef3b000, 0x22ef3bfff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef3c000, 0x22ef3cfff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef3d000, 0x22ef3dfff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef3e000, 0x22ef3efff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef3f000, 0x22ef3ffff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef40000, 0x22ef40fff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef41000, 0x22ef41fff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef42000, 0x22ef42fff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef43000, 0x22ef43fff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] BRK [0x22ef44000, 0x22ef44fff] PGTABLE
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] RAMDISK: [mem 0x35cfb000-0x36e74fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: Early table checksum verification disabled
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: RSDP 0x00000000000F2F10 000024 (v02 HPQOEM)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: XSDT 0x00000000B9FFE120 00008C (v01 HPQOEM SLIC-MPC 0000000F      01000013)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: FACP 0x00000000B9FFC000 00010C (v05 HPQOEM 179B     0000000F HP   00000001)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: DSDT 0x00000000B9FD3000 023244 (v02 HPQOEM 179B     00000001 INTL 20110112)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: FACS 0x00000000B9C34000 000040
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: FACS 0x00000000B9C34000 000040
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: HPET 0x00000000B9FFB000 000038 (v01 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: APIC 0x00000000B9FFA000 0000BC (v01 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: MCFG 0x00000000B9FF9000 00003C (v01 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: TCPA 0x00000000B9FF7000 000032 (v02 HPQOEM 179B     00000000 HP   00000001)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: SSDT 0x00000000B9FD0000 0002CA (v01 HPQOEM SataAhci 00001000 INTL 20110112)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: SSDT 0x00000000B9FCF000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: SLIC 0x00000000B9FCE000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: FPDT 0x00000000B9FCC000 000044 (v01 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: BGRT 0x00000000B9FCB000 000038 (v00 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: SSDT 0x00000000B9FCA000 0009B6 (v01 PmRef  Cpu0Ist  00003000 INTL 20110112)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: SSDT 0x00000000B9FC9000 000AAD (v01 PmRef  CpuPm    00003000 INTL 20110112)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: ASF! 0x00000000B9FF8000 0000A5 (v32 HPQOEM 179B     00000001 HP   00000001)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] No NUMA configuration found
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023edfffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] NODE_DATA(0) allocated [mem 0x23edf8000-0x23edfcfff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Zone ranges:
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   Normal   [mem 0x0000000100000000-0x000000023edfffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   Device   empty
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Movable zone start for each node
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Early memory node ranges
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000040005000-0x00000000b88fefff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   node   0: [mem 0x00000000b9c7f000-0x00000000b9f70fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   node   0: [mem 0x00000000b9fff000-0x00000000b9ffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   node   0: [mem 0x0000000100000000-0x000000023edfffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023edfffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] On node 0 totalpages: 2062221
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   DMA zone: 64 pages used for memmap
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   DMA zone: 21 pages reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   DMA zone: 3996 pages, LIFO batch:0
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   DMA32 zone: 11752 pages used for memmap
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   DMA32 zone: 752113 pages, LIFO batch:31
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   Normal zone: 20408 pages used for memmap
Jun  1 18:21:31 kitsuneon kernel: [    0.000000]   Normal zone: 1306112 pages, LIFO batch:31
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Reserving Intel graphics memory at 0x00000000bb200000-0x00000000bf1fffff
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: IRQ0 used by override.
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: IRQ9 used by override.
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xb88ff000-0xb9c7efff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xb9f71000-0xb9f7efff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xb9f7f000-0xb9ffefff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xba000000-0xbf1fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbf200000-0xdfffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] e820: [mem 0xbf200000-0xdfffffff] available for PCI devices
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] percpu: Embedded 35 pages/cpu @ffff9908fea00000 s105304 r8192 d29864 u262144
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] pcpu-alloc: s105304 r8192 d29864 u262144 alloc=1*2097152
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2029976
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Policy zone: Normal
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=44cbcf2e-8659-4263-a867-d653877b907c ro quiet
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Memory: 8017028K/8248884K available (6240K kernel code, 1159K rwdata, 2868K rodata, 1416K init, 688K bss, 231856K reserved, 0K cma-reserved)
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Kernel/User page tables isolation: enabled
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Hierarchical RCU implementation.
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 64.
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] NR_IRQS:33024 nr_irqs:488 16
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] Console: colour dummy device 80x25
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] console [tty0] enabled
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] hpet clockevent registered
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] tsc: Fast TSC calibration using PIT
Jun  1 18:21:31 kitsuneon kernel: [    0.000000] tsc: Detected 2793.732 MHz processor
Jun  1 18:21:31 kitsuneon kernel: [    0.000025] Calibrating delay loop (skipped), value calculated using timer frequency.. 5587.46 BogoMIPS (lpj=11174928)
Jun  1 18:21:31 kitsuneon kernel: [    0.000027] pid_max: default: 32768 minimum: 301
Jun  1 18:21:31 kitsuneon kernel: [    0.000042] ACPI: Core revision 20160831
Jun  1 18:21:31 kitsuneon kernel: [    0.008788] ACPI: 5 ACPI AML tables successfully acquired and loaded
Jun  1 18:21:31 kitsuneon kernel: [    0.008831] Security Framework initialized
Jun  1 18:21:31 kitsuneon kernel: [    0.008832] Yama: disabled by default; enable with sysctl kernel.yama.*
Jun  1 18:21:31 kitsuneon kernel: [    0.008836] AppArmor: AppArmor disabled by boot time parameter
Jun  1 18:21:31 kitsuneon kernel: [    0.009196] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.010965] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.011773] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.011780] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.012025] CPU: Physical Processor ID: 0
Jun  1 18:21:31 kitsuneon kernel: [    0.012025] CPU: Processor Core ID: 0
Jun  1 18:21:31 kitsuneon kernel: [    0.012029] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun  1 18:21:31 kitsuneon kernel: [    0.012030] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Jun  1 18:21:31 kitsuneon kernel: [    0.012032] mce: CPU supports 7 MCE banks
Jun  1 18:21:31 kitsuneon kernel: [    0.012039] CPU0: Thermal monitoring enabled (TM1)
Jun  1 18:21:31 kitsuneon kernel: [    0.012048] process: using mwait in idle threads
Jun  1 18:21:31 kitsuneon kernel: [    0.012051] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jun  1 18:21:31 kitsuneon kernel: [    0.012051] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jun  1 18:21:31 kitsuneon kernel: [    0.012053] Spectre V2 : Mitigation: Full generic retpoline
Jun  1 18:21:31 kitsuneon kernel: [    0.012515] Freeing SMP alternatives memory: 24K
Jun  1 18:21:31 kitsuneon kernel: [    0.067121] ftrace: allocating 25239 entries in 99 pages
Jun  1 18:21:31 kitsuneon kernel: [    0.087757] smpboot: Max logical packages: 4
Jun  1 18:21:31 kitsuneon kernel: [    0.087829] x2apic: IRQ remapping doesn't support X2APIC mode
Jun  1 18:21:31 kitsuneon kernel: [    0.088284] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun  1 18:21:31 kitsuneon kernel: [    0.127971] TSC deadline timer enabled
Jun  1 18:21:31 kitsuneon kernel: [    0.127974] smpboot: CPU0: Intel(R) Core(TM) i5-3360M CPU @ 2.80GHz (family: 0x6, model: 0x3a, stepping: 0x9)
Jun  1 18:21:31 kitsuneon kernel: [    0.127978] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Jun  1 18:21:31 kitsuneon kernel: [    0.128000] ... version:                3
Jun  1 18:21:31 kitsuneon kernel: [    0.128000] ... bit width:              48
Jun  1 18:21:31 kitsuneon kernel: [    0.128001] ... generic registers:      4
Jun  1 18:21:31 kitsuneon kernel: [    0.128001] ... value mask:             0000ffffffffffff
Jun  1 18:21:31 kitsuneon kernel: [    0.128002] ... max period:             00007fffffffffff
Jun  1 18:21:31 kitsuneon kernel: [    0.128002] ... fixed-purpose events:   3
Jun  1 18:21:31 kitsuneon kernel: [    0.128003] ... event mask:             000000070000000f
Jun  1 18:21:31 kitsuneon kernel: [    0.128560] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Jun  1 18:21:31 kitsuneon kernel: [    0.128659] x86: Booting SMP configuration:
Jun  1 18:21:31 kitsuneon kernel: [    0.128660] .... node  #0, CPUs:      #1 #2 #3
Jun  1 18:21:31 kitsuneon kernel: [    0.135765] x86: Booted up 1 node, 4 CPUs
Jun  1 18:21:31 kitsuneon kernel: [    0.135768] smpboot: Total of 4 processors activated (22349.85 BogoMIPS)
Jun  1 18:21:31 kitsuneon kernel: [    0.138654] devtmpfs: initialized
Jun  1 18:21:31 kitsuneon kernel: [    0.138715] x86/mm: Memory block size: 128MB
Jun  1 18:21:31 kitsuneon kernel: [    0.141062] PM: Registering ACPI NVS region [mem 0xb9f71000-0xb9f7efff] (57344 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.141112] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Jun  1 18:21:31 kitsuneon kernel: [    0.141122] futex hash table entries: 2048 (order: 5, 131072 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.141167] pinctrl core: initialized pinctrl subsystem
Jun  1 18:21:31 kitsuneon kernel: [    0.141269] NET: Registered protocol family 16
Jun  1 18:21:31 kitsuneon kernel: [    0.154368] cpuidle: using governor ladder
Jun  1 18:21:31 kitsuneon kernel: [    0.174379] cpuidle: using governor menu
Jun  1 18:21:31 kitsuneon kernel: [    0.174424] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun  1 18:21:31 kitsuneon kernel: [    0.174426] ACPI: bus type PCI registered
Jun  1 18:21:31 kitsuneon kernel: [    0.174428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun  1 18:21:31 kitsuneon kernel: [    0.174532] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jun  1 18:21:31 kitsuneon kernel: [    0.174534] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Jun  1 18:21:31 kitsuneon kernel: [    0.174544] PCI: Using configuration type 1 for base access
Jun  1 18:21:31 kitsuneon kernel: [    0.174576] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jun  1 18:21:31 kitsuneon kernel: [    0.174787] mtrr: your CPUs had inconsistent variable MTRR settings
Jun  1 18:21:31 kitsuneon kernel: [    0.174787] mtrr: probably your BIOS does not setup all CPUs.
Jun  1 18:21:31 kitsuneon kernel: [    0.174787] mtrr: corrected configuration.
Jun  1 18:21:31 kitsuneon kernel: [    0.190558] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jun  1 18:21:31 kitsuneon kernel: [    0.190766] ACPI: Added _OSI(Module Device)
Jun  1 18:21:31 kitsuneon kernel: [    0.190767] ACPI: Added _OSI(Processor Device)
Jun  1 18:21:31 kitsuneon kernel: [    0.190767] ACPI: Added _OSI(3.0 _SCP Extensions)
Jun  1 18:21:31 kitsuneon kernel: [    0.190768] ACPI: Added _OSI(Processor Aggregator Device)
Jun  1 18:21:31 kitsuneon kernel: [    0.190928] ACPI: Executed 1 blocks of module-level executable AML code
Jun  1 18:21:31 kitsuneon kernel: [    0.197350] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun  1 18:21:31 kitsuneon kernel: [    0.216186] ACPI: Dynamic OEM Table Load:
Jun  1 18:21:31 kitsuneon kernel: [    0.216193] ACPI: SSDT 0xFFFF9908F4D74000 000861 (v01 PmRef  Cpu0Cst  00003001 INTL 20110112)
Jun  1 18:21:31 kitsuneon kernel: [    0.216534] ACPI: Dynamic OEM Table Load:
Jun  1 18:21:31 kitsuneon kernel: [    0.216540] ACPI: SSDT 0xFFFF9908F4F87400 000303 (v01 PmRef  ApIst    00003000 INTL 20110112)
Jun  1 18:21:31 kitsuneon kernel: [    0.216795] ACPI: Dynamic OEM Table Load:
Jun  1 18:21:31 kitsuneon kernel: [    0.216799] ACPI: SSDT 0xFFFF9908F4EA7400 000119 (v01 PmRef  ApCst    00003000 INTL 20110112)
Jun  1 18:21:31 kitsuneon kernel: [    0.217604] ACPI : EC: EC started
Jun  1 18:21:31 kitsuneon kernel: [    0.217604] ACPI : EC: interrupt blocked
Jun  1 18:21:31 kitsuneon kernel: [    0.656763] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
Jun  1 18:21:31 kitsuneon kernel: [    0.656765] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun  1 18:21:31 kitsuneon kernel: [    0.656766] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
Jun  1 18:21:31 kitsuneon kernel: [    0.656766] ACPI: Interpreter enabled
Jun  1 18:21:31 kitsuneon kernel: [    0.656785] ACPI: (supports S0 S3 S4 S5)
Jun  1 18:21:31 kitsuneon kernel: [    0.656786] ACPI: Using IOAPIC for interrupt routing
Jun  1 18:21:31 kitsuneon kernel: [    0.656805] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun  1 18:21:31 kitsuneon kernel: [    0.658537] ACPI: Power Resource [APPR] (off)
Jun  1 18:21:31 kitsuneon kernel: [    0.660399] ACPI: Power Resource [COMP] (off)
Jun  1 18:21:31 kitsuneon kernel: [    0.660649] ACPI: Power Resource [LPP] (on)
Jun  1 18:21:31 kitsuneon kernel: [    0.663952] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Jun  1 18:21:31 kitsuneon kernel: [    0.663956] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jun  1 18:21:31 kitsuneon kernel: [    0.665543] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Jun  1 18:21:31 kitsuneon kernel: [    0.665544] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jun  1 18:21:31 kitsuneon kernel: [    0.665966] PCI host bridge to bus 0000:00
Jun  1 18:21:31 kitsuneon kernel: [    0.665968] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun  1 18:21:31 kitsuneon kernel: [    0.665969] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.665970] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.665971] pci_bus 0000:00: root bus resource [mem 0xbf200000-0xdfffffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.665973] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.665974] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.665975] pci_bus 0000:00: root bus resource [bus 00-3e]
Jun  1 18:21:31 kitsuneon kernel: [    0.665983] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
Jun  1 18:21:31 kitsuneon kernel: [    0.666069] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
Jun  1 18:21:31 kitsuneon kernel: [    0.666077] pci 0000:00:02.0: reg 0x10: [mem 0xd4000000-0xd43fffff 64bit]
Jun  1 18:21:31 kitsuneon kernel: [    0.666083] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
Jun  1 18:21:31 kitsuneon kernel: [    0.666087] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
Jun  1 18:21:31 kitsuneon kernel: [    0.666201] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
Jun  1 18:21:31 kitsuneon kernel: [    0.666219] pci 0000:00:14.0: reg 0x10: [mem 0xd4720000-0xd472ffff 64bit]
Jun  1 18:21:31 kitsuneon kernel: [    0.666285] pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.666323] pci 0000:00:14.0: System wakeup disabled by ACPI
Jun  1 18:21:31 kitsuneon kernel: [    0.666361] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
Jun  1 18:21:31 kitsuneon kernel: [    0.666382] pci 0000:00:16.0: reg 0x10: [mem 0xd4734000-0xd473400f 64bit]
Jun  1 18:21:31 kitsuneon kernel: [    0.666463] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.666531] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
Jun  1 18:21:31 kitsuneon kernel: [    0.666547] pci 0000:00:16.3: reg 0x10: [io  0x4090-0x4097]
Jun  1 18:21:31 kitsuneon kernel: [    0.666555] pci 0000:00:16.3: reg 0x14: [mem 0xd473b000-0xd473bfff]
Jun  1 18:21:31 kitsuneon kernel: [    0.666699] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
Jun  1 18:21:31 kitsuneon kernel: [    0.666714] pci 0000:00:19.0: reg 0x10: [mem 0xd4700000-0xd471ffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.666722] pci 0000:00:19.0: reg 0x14: [mem 0xd473a000-0xd473afff]
Jun  1 18:21:31 kitsuneon kernel: [    0.666730] pci 0000:00:19.0: reg 0x18: [io  0x4060-0x407f]
Jun  1 18:21:31 kitsuneon kernel: [    0.666794] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.666832] pci 0000:00:19.0: System wakeup disabled by ACPI
Jun  1 18:21:31 kitsuneon kernel: [    0.666870] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
Jun  1 18:21:31 kitsuneon kernel: [    0.666885] pci 0000:00:1a.0: reg 0x10: [mem 0xd4739000-0xd47393ff]
Jun  1 18:21:31 kitsuneon kernel: [    0.666962] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.667000] pci 0000:00:1a.0: System wakeup disabled by ACPI
Jun  1 18:21:31 kitsuneon kernel: [    0.667038] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
Jun  1 18:21:31 kitsuneon kernel: [    0.667054] pci 0000:00:1b.0: reg 0x10: [mem 0xd4730000-0xd4733fff 64bit]
Jun  1 18:21:31 kitsuneon kernel: [    0.667131] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.667209] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
Jun  1 18:21:31 kitsuneon kernel: [    0.667295] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.667374] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
Jun  1 18:21:31 kitsuneon kernel: [    0.667458] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.667500] pci 0000:00:1c.1: System wakeup disabled by ACPI
Jun  1 18:21:31 kitsuneon kernel: [    0.667537] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
Jun  1 18:21:31 kitsuneon kernel: [    0.667620] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.667661] pci 0000:00:1c.2: System wakeup disabled by ACPI
Jun  1 18:21:31 kitsuneon kernel: [    0.667697] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
Jun  1 18:21:31 kitsuneon kernel: [    0.667780] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.667822] pci 0000:00:1c.3: System wakeup disabled by ACPI
Jun  1 18:21:31 kitsuneon kernel: [    0.667863] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
Jun  1 18:21:31 kitsuneon kernel: [    0.667879] pci 0000:00:1d.0: reg 0x10: [mem 0xd4738000-0xd47383ff]
Jun  1 18:21:31 kitsuneon kernel: [    0.667955] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.667992] pci 0000:00:1d.0: System wakeup disabled by ACPI
Jun  1 18:21:31 kitsuneon kernel: [    0.668029] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100
Jun  1 18:21:31 kitsuneon kernel: [    0.668199] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
Jun  1 18:21:31 kitsuneon kernel: [    0.668214] pci 0000:00:1f.2: reg 0x10: [io  0x4088-0x408f]
Jun  1 18:21:31 kitsuneon kernel: [    0.668221] pci 0000:00:1f.2: reg 0x14: [io  0x409c-0x409f]
Jun  1 18:21:31 kitsuneon kernel: [    0.668229] pci 0000:00:1f.2: reg 0x18: [io  0x4080-0x4087]
Jun  1 18:21:31 kitsuneon kernel: [    0.668237] pci 0000:00:1f.2: reg 0x1c: [io  0x4098-0x409b]
Jun  1 18:21:31 kitsuneon kernel: [    0.668244] pci 0000:00:1f.2: reg 0x20: [io  0x4040-0x405f]
Jun  1 18:21:31 kitsuneon kernel: [    0.668252] pci 0000:00:1f.2: reg 0x24: [mem 0xd4737000-0xd47377ff]
Jun  1 18:21:31 kitsuneon kernel: [    0.668298] pci 0000:00:1f.2: PME# supported from D3hot
Jun  1 18:21:31 kitsuneon kernel: [    0.668406] pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun  1 18:21:31 kitsuneon kernel: [    0.668412] pci 0000:00:1c.0:   bridge window [mem 0xd4600000-0xd46fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.668512] pci 0000:00:1c.1: PCI bridge to [bus 02-22]
Jun  1 18:21:31 kitsuneon kernel: [    0.668516] pci 0000:00:1c.1:   bridge window [io  0x2000-0x3fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.668520] pci 0000:00:1c.1:   bridge window [mem 0xd0000000-0xd3ffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.668630] pci 0000:23:00.0: [197b:2380] type 00 class 0x0c0010
Jun  1 18:21:31 kitsuneon kernel: [    0.668666] pci 0000:23:00.0: reg 0x10: [mem 0xd4500000-0xd45007ff]
Jun  1 18:21:31 kitsuneon kernel: [    0.668690] pci 0000:23:00.0: reg 0x14: [mem 0xd4505000-0xd45050ff]
Jun  1 18:21:31 kitsuneon kernel: [    0.669000] pci 0000:23:00.1: [197b:2392] type 00 class 0x088000
Jun  1 18:21:31 kitsuneon kernel: [    0.669032] pci 0000:23:00.1: reg 0x10: [mem 0xd4504000-0xd45040ff]
Jun  1 18:21:31 kitsuneon kernel: [    0.669145] pci 0000:23:00.1: reg 0x30: [mem 0xffff8000-0xffffffff pref]
Jun  1 18:21:31 kitsuneon kernel: [    0.669331] pci 0000:23:00.2: [197b:2391] type 00 class 0x080501
Jun  1 18:21:31 kitsuneon kernel: [    0.669364] pci 0000:23:00.2: reg 0x10: [mem 0xd4503000-0xd45030ff]
Jun  1 18:21:31 kitsuneon kernel: [    0.678721] pci 0000:00:1c.2: PCI bridge to [bus 23]
Jun  1 18:21:31 kitsuneon kernel: [    0.678732] pci 0000:00:1c.2:   bridge window [mem 0xd4500000-0xd45fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.678984] pci 0000:24:00.0: [8086:0082] type 00 class 0x028000
Jun  1 18:21:31 kitsuneon kernel: [    0.679168] pci 0000:24:00.0: reg 0x10: [mem 0xd4400000-0xd4401fff 64bit]
Jun  1 18:21:31 kitsuneon kernel: [    0.679967] pci 0000:24:00.0: PME# supported from D0 D3hot D3cold
Jun  1 18:21:31 kitsuneon kernel: [    0.680169] pci 0000:24:00.0: System wakeup disabled by ACPI
Jun  1 18:21:31 kitsuneon kernel: [    0.690827] pci 0000:00:1c.3: PCI bridge to [bus 24]
Jun  1 18:21:31 kitsuneon kernel: [    0.690833] pci 0000:00:1c.3:   bridge window [mem 0xd4400000-0xd44fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.691729] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun  1 18:21:31 kitsuneon kernel: [    0.691774] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
Jun  1 18:21:31 kitsuneon kernel: [    0.691818] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun  1 18:21:31 kitsuneon kernel: [    0.691861] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun  1 18:21:31 kitsuneon kernel: [    0.691904] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun  1 18:21:31 kitsuneon kernel: [    0.691947] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Jun  1 18:21:31 kitsuneon kernel: [    0.691990] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun  1 18:21:31 kitsuneon kernel: [    0.692032] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Jun  1 18:21:31 kitsuneon kernel: [    0.692324] ACPI: Enabled 5 GPEs in block 00 to 3F
Jun  1 18:21:31 kitsuneon kernel: [    0.692377] ACPI : EC: interrupt unblocked
Jun  1 18:21:31 kitsuneon kernel: [    0.692383] ACPI : EC: event unblocked
Jun  1 18:21:31 kitsuneon kernel: [    0.692389] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun  1 18:21:31 kitsuneon kernel: [    0.692390] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
Jun  1 18:21:31 kitsuneon kernel: [    0.692465] vgaarb: setting as boot device: PCI:0000:00:02.0
Jun  1 18:21:31 kitsuneon kernel: [    0.692466] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Jun  1 18:21:31 kitsuneon kernel: [    0.692468] vgaarb: loaded
Jun  1 18:21:31 kitsuneon kernel: [    0.692469] vgaarb: bridge control possible 0000:00:02.0
Jun  1 18:21:31 kitsuneon kernel: [    0.692536] PCI: Using ACPI for IRQ routing
Jun  1 18:21:31 kitsuneon kernel: [    0.698859] PCI: pci_cache_line_size set to 64 bytes
Jun  1 18:21:31 kitsuneon kernel: [    0.698971] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.698972] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.698973] e820: reserve RAM buffer [mem 0xb88ff000-0xbbffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.698974] e820: reserve RAM buffer [mem 0xb9f71000-0xbbffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.698975] e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.698976] e820: reserve RAM buffer [mem 0x23ee00000-0x23fffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.699109] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun  1 18:21:31 kitsuneon kernel: [    0.699114] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jun  1 18:21:31 kitsuneon kernel: [    0.701133] clocksource: Switched to clocksource hpet
Jun  1 18:21:31 kitsuneon kernel: [    0.706772] VFS: Disk quotas dquot_6.6.0
Jun  1 18:21:31 kitsuneon kernel: [    0.706798] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.706873] pnp: PnP ACPI init
Jun  1 18:21:31 kitsuneon kernel: [    0.707054] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707055] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707057] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707058] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707060] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707061] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707063] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707064] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707066] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707069] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun  1 18:21:31 kitsuneon kernel: [    0.707203] pnp 00:01: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
Jun  1 18:21:31 kitsuneon kernel: [    0.707269] system 00:02: [io  0x0200-0x027f] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707270] system 00:02: [io  0x1000-0x100f] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707272] system 00:02: [io  0xffff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707273] system 00:02: [io  0xffff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707275] system 00:02: [io  0x0400-0x047f] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707276] system 00:02: [io  0x0500-0x057f] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707278] system 00:02: [io  0xef80-0xef9f] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.707280] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun  1 18:21:31 kitsuneon kernel: [    0.707304] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun  1 18:21:31 kitsuneon kernel: [    0.707665] pnp 00:04: [dma 0 disabled]
Jun  1 18:21:31 kitsuneon kernel: [    0.707737] pnp 00:04: Plug and Play ACPI device, IDs PNP0401 (active)
Jun  1 18:21:31 kitsuneon kernel: [    0.707760] pnp 00:05: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
Jun  1 18:21:31 kitsuneon kernel: [    0.707782] pnp 00:06: Plug and Play ACPI device, IDs SYN018e SYN0100 SYN0002 PNP0f13 (active)
Jun  1 18:21:31 kitsuneon kernel: [    0.708032] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.708034] system 00:07: [mem 0x40004000-0x40004fff] has been reserved
Jun  1 18:21:31 kitsuneon kernel: [    0.708036] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
Jun  1 18:21:31 kitsuneon kernel: [    0.708219] pnp: PnP ACPI: found 8 devices
Jun  1 18:21:31 kitsuneon kernel: [    0.714388] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun  1 18:21:31 kitsuneon kernel: [    0.714393] pci 0000:23:00.1: can't claim BAR 6 [mem 0xffff8000-0xffffffff pref]: no compatible bridge window
Jun  1 18:21:31 kitsuneon kernel: [    0.714413] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-22] add_size 200000 add_align 100000
Jun  1 18:21:31 kitsuneon kernel: [    0.714431] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
Jun  1 18:21:31 kitsuneon kernel: [    0.714433] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
Jun  1 18:21:31 kitsuneon kernel: [    0.714440] pci 0000:00:1c.1: BAR 15: assigned [mem 0xbf200000-0xbf3fffff 64bit pref]
Jun  1 18:21:31 kitsuneon kernel: [    0.714442] pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun  1 18:21:31 kitsuneon kernel: [    0.714447] pci 0000:00:1c.0:   bridge window [mem 0xd4600000-0xd46fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714455] pci 0000:00:1c.1: PCI bridge to [bus 02-22]
Jun  1 18:21:31 kitsuneon kernel: [    0.714458] pci 0000:00:1c.1:   bridge window [io  0x2000-0x3fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714463] pci 0000:00:1c.1:   bridge window [mem 0xd0000000-0xd3ffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714467] pci 0000:00:1c.1:   bridge window [mem 0xbf200000-0xbf3fffff 64bit pref]
Jun  1 18:21:31 kitsuneon kernel: [    0.714475] pci 0000:23:00.1: BAR 6: assigned [mem 0xd4508000-0xd450ffff pref]
Jun  1 18:21:31 kitsuneon kernel: [    0.714476] pci 0000:00:1c.2: PCI bridge to [bus 23]
Jun  1 18:21:31 kitsuneon kernel: [    0.714481] pci 0000:00:1c.2:   bridge window [mem 0xd4500000-0xd45fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714488] pci 0000:00:1c.3: PCI bridge to [bus 24]
Jun  1 18:21:31 kitsuneon kernel: [    0.714493] pci 0000:00:1c.3:   bridge window [mem 0xd4400000-0xd44fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714502] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun  1 18:21:31 kitsuneon kernel: [    0.714503] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.714504] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.714505] pci_bus 0000:00: resource 7 [mem 0xbf200000-0xdfffffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.714507] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.714508] pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff window]
Jun  1 18:21:31 kitsuneon kernel: [    0.714509] pci_bus 0000:01: resource 1 [mem 0xd4600000-0xd46fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714511] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714512] pci_bus 0000:02: resource 1 [mem 0xd0000000-0xd3ffffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714513] pci_bus 0000:02: resource 2 [mem 0xbf200000-0xbf3fffff 64bit pref]
Jun  1 18:21:31 kitsuneon kernel: [    0.714514] pci_bus 0000:23: resource 1 [mem 0xd4500000-0xd45fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714516] pci_bus 0000:24: resource 1 [mem 0xd4400000-0xd44fffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.714623] NET: Registered protocol family 2
Jun  1 18:21:31 kitsuneon kernel: [    0.714786] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.714892] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.715007] TCP: Hash tables configured (established 65536 bind 65536)
Jun  1 18:21:31 kitsuneon kernel: [    0.715027] UDP hash table entries: 4096 (order: 5, 131072 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.715048] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Jun  1 18:21:31 kitsuneon kernel: [    0.715110] NET: Registered protocol family 1
Jun  1 18:21:31 kitsuneon kernel: [    0.715121] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun  1 18:21:31 kitsuneon kernel: [    0.715129] pci 0000:00:14.0: enabling device (0000 -> 0002)
Jun  1 18:21:31 kitsuneon kernel: [    0.715248] pci 0000:00:14.0: can't derive routing for PCI INT A
Jun  1 18:21:31 kitsuneon kernel: [    0.715249] pci 0000:00:14.0: PCI INT A: no GSI
Jun  1 18:21:31 kitsuneon kernel: [    0.715296] pci 0000:00:1a.0: enabling device (0000 -> 0002)
Jun  1 18:21:31 kitsuneon kernel: [    0.715549] pci 0000:00:1d.0: enabling device (0000 -> 0002)
Jun  1 18:21:31 kitsuneon kernel: [    0.715808] PCI: CLS 64 bytes, default 64
Jun  1 18:21:31 kitsuneon kernel: [    0.715850] Unpacking initramfs...
Jun  1 18:21:31 kitsuneon kernel: [    0.986490] Freeing initrd memory: 17896K
Jun  1 18:21:31 kitsuneon kernel: [    0.986533] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun  1 18:21:31 kitsuneon kernel: [    0.986536] software IO TLB [mem 0xb48ff000-0xb88ff000] (64MB) mapped at [ffff9907748ff000-ffff9907788fefff]
Jun  1 18:21:31 kitsuneon kernel: [    0.986900] audit: initializing netlink subsys (disabled)
Jun  1 18:21:31 kitsuneon kernel: [    0.986914] audit: type=2000 audit(1559413278.936:1): initialized
Jun  1 18:21:31 kitsuneon kernel: [    0.987275] workingset: timestamp_bits=40 max_order=21 bucket_order=0
Jun  1 18:21:31 kitsuneon kernel: [    0.987313] zbud: loaded
Jun  1 18:21:31 kitsuneon kernel: [    0.988068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Jun  1 18:21:31 kitsuneon kernel: [    0.988098] io scheduler noop registered
Jun  1 18:21:31 kitsuneon kernel: [    0.988099] io scheduler deadline registered
Jun  1 18:21:31 kitsuneon kernel: [    0.988110] io scheduler cfq registered (default)
Jun  1 18:21:31 kitsuneon kernel: [    0.989035] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Jun  1 18:21:31 kitsuneon kernel: [    0.989040] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
Jun  1 18:21:31 kitsuneon kernel: [    0.989062] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
Jun  1 18:21:31 kitsuneon kernel: [    0.989066] pcie_pme 0000:00:1c.1:pcie001: service driver pcie_pme loaded
Jun  1 18:21:31 kitsuneon kernel: [    0.989084] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
Jun  1 18:21:31 kitsuneon kernel: [    0.989085] pci 0000:23:00.0: Signaling PME through PCIe PME interrupt
Jun  1 18:21:31 kitsuneon kernel: [    0.989086] pci 0000:23:00.1: Signaling PME through PCIe PME interrupt
Jun  1 18:21:31 kitsuneon kernel: [    0.989087] pci 0000:23:00.2: Signaling PME through PCIe PME interrupt
Jun  1 18:21:31 kitsuneon kernel: [    0.989091] pcie_pme 0000:00:1c.2:pcie001: service driver pcie_pme loaded
Jun  1 18:21:31 kitsuneon kernel: [    0.989107] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
Jun  1 18:21:31 kitsuneon kernel: [    0.989108] pci 0000:24:00.0: Signaling PME through PCIe PME interrupt
Jun  1 18:21:31 kitsuneon kernel: [    0.989112] pcie_pme 0000:00:1c.3:pcie001: service driver pcie_pme loaded
Jun  1 18:21:31 kitsuneon kernel: [    0.989120] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jun  1 18:21:31 kitsuneon kernel: [    0.989138] pciehp 0000:00:1c.1:pcie004: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Jun  1 18:21:31 kitsuneon kernel: [    0.989165] pciehp 0000:00:1c.1:pcie004: service driver pciehp loaded
Jun  1 18:21:31 kitsuneon kernel: [    0.989169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jun  1 18:21:31 kitsuneon kernel: [    0.989182] intel_idle: MWAIT substates: 0x21120
Jun  1 18:21:31 kitsuneon kernel: [    0.989183] intel_idle: v0.4.1 model 0x3A
Jun  1 18:21:31 kitsuneon kernel: [    0.989322] intel_idle: lapic_timer_reliable_states 0xffffffff
Jun  1 18:21:31 kitsuneon kernel: [    0.989498] GHES: HEST is not enabled!
Jun  1 18:21:31 kitsuneon kernel: [    0.989551] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jun  1 18:21:31 kitsuneon kernel: [    1.010307] 0000:00:16.3: ttyS0 at I/O 0x4090 (irq = 17, base_baud = 115200) is a 16550A
Jun  1 18:21:31 kitsuneon kernel: [    1.010521] Linux agpgart interface v0.103
Jun  1 18:21:31 kitsuneon kernel: [    1.089180] tpm_tis 00:01: 1.2 TPM (device-id 0xB, rev-id 16)
Jun  1 18:21:31 kitsuneon kernel: [    1.585161] tpm tpm0: A TPM error (7) occurred attempting to read a pcr value
Jun  1 18:21:31 kitsuneon kernel: [    1.585166] tpm tpm0: TPM is disabled/deactivated (0x7)
Jun  1 18:21:31 kitsuneon kernel: [    1.585957] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Jun  1 18:21:31 kitsuneon kernel: [    1.585958] AMD IOMMUv2 functionality not available on this system
Jun  1 18:21:31 kitsuneon kernel: [    1.586258] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jun  1 18:21:31 kitsuneon kernel: [    1.588035] i8042: Detected active multiplexing controller, rev 1.1
Jun  1 18:21:31 kitsuneon kernel: [    1.588843] serio: i8042 KBD port at 0x60,0x64 irq 1
Jun  1 18:21:31 kitsuneon kernel: [    1.588847] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Jun  1 18:21:31 kitsuneon kernel: [    1.588855] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Jun  1 18:21:31 kitsuneon kernel: [    1.588856] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Jun  1 18:21:31 kitsuneon kernel: [    1.588857] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Jun  1 18:21:31 kitsuneon kernel: [    1.588976] mousedev: PS/2 mouse device common for all mice
Jun  1 18:21:31 kitsuneon kernel: [    1.589014] rtc_cmos 00:03: RTC can wake from S4
Jun  1 18:21:31 kitsuneon kernel: [    1.589224] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
Jun  1 18:21:31 kitsuneon kernel: [    1.589252] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jun  1 18:21:31 kitsuneon kernel: [    1.589263] intel_pstate: Intel P-state driver initializing
Jun  1 18:21:31 kitsuneon kernel: [    1.589702] ledtrig-cpu: registered to indicate activity on CPUs
Jun  1 18:21:31 kitsuneon kernel: [    1.590403] NET: Registered protocol family 10
Jun  1 18:21:31 kitsuneon kernel: [    1.590838] mip6: Mobile IPv6
Jun  1 18:21:31 kitsuneon kernel: [    1.590841] NET: Registered protocol family 17
Jun  1 18:21:31 kitsuneon kernel: [    1.590845] mpls_gso: MPLS GSO support
Jun  1 18:21:31 kitsuneon kernel: [    1.591213] microcode: sig=0x306a9, pf=0x10, revision=0x16
Jun  1 18:21:31 kitsuneon kernel: [    1.591354] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Jun  1 18:21:31 kitsuneon kernel: [    1.591612] registered taskstats version 1
Jun  1 18:21:31 kitsuneon kernel: [    1.591636] zswap: loaded using pool lzo/zbud
Jun  1 18:21:31 kitsuneon kernel: [    1.620593] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Jun  1 18:21:31 kitsuneon kernel: [    1.653184] tpm tpm0: A TPM error (7) occurred attempting to read a pcr value
Jun  1 18:21:31 kitsuneon kernel: [    1.653193] ima: No TPM chip found, activating TPM-bypass!
Jun  1 18:21:31 kitsuneon kernel: [    1.653846] rtc_cmos 00:03: setting system clock to 2019-06-01 18:21:20 UTC (1559413280)
Jun  1 18:21:31 kitsuneon kernel: [    1.653969] PM: Hibernation image not present or could not be loaded.
Jun  1 18:21:31 kitsuneon kernel: [    1.656183] Freeing unused kernel memory: 1416K
Jun  1 18:21:31 kitsuneon kernel: [    1.656184] Write protecting the kernel read-only data: 12288k
Jun  1 18:21:31 kitsuneon kernel: [    1.657032] Freeing unused kernel memory: 1936K
Jun  1 18:21:31 kitsuneon kernel: [    1.661814] Freeing unused kernel memory: 1228K
Jun  1 18:21:31 kitsuneon kernel: [    1.672445] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun  1 18:21:31 kitsuneon kernel: [    1.697583] random: udevd: uninitialized urandom read (16 bytes read)
Jun  1 18:21:31 kitsuneon kernel: [    1.697629] random: udevd: uninitialized urandom read (16 bytes read)
Jun  1 18:21:31 kitsuneon kernel: [    1.709516] random: udevd: uninitialized urandom read (16 bytes read)
Jun  1 18:21:31 kitsuneon kernel: [    1.723909] pps_core: LinuxPPS API ver. 1 registered
Jun  1 18:21:31 kitsuneon kernel: [    1.723911] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun  1 18:21:31 kitsuneon kernel: [    1.724052] random: udevd: uninitialized urandom read (16 bytes read)
Jun  1 18:21:31 kitsuneon kernel: [    1.724355] PTP clock support registered
Jun  1 18:21:31 kitsuneon kernel: [    1.725962] ACPI: bus type USB registered
Jun  1 18:21:31 kitsuneon kernel: [    1.726003] usbcore: registered new interface driver usbfs
Jun  1 18:21:31 kitsuneon kernel: [    1.726026] usbcore: registered new interface driver hub
Jun  1 18:21:31 kitsuneon kernel: [    1.726125] usbcore: registered new device driver usb
Jun  1 18:21:31 kitsuneon kernel: [    1.726425] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Jun  1 18:21:31 kitsuneon kernel: [    1.726427] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jun  1 18:21:31 kitsuneon kernel: [    1.726857] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jun  1 18:21:31 kitsuneon kernel: [    1.727473] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun  1 18:21:31 kitsuneon kernel: [    1.728102] ehci-pci: EHCI PCI platform driver
Jun  1 18:21:31 kitsuneon kernel: [    1.730800] SCSI subsystem initialized
Jun  1 18:21:31 kitsuneon kernel: [    1.733383] libata version 3.00 loaded.
Jun  1 18:21:31 kitsuneon kernel: [    1.740824] sdhci: Secure Digital Host Controller Interface driver
Jun  1 18:21:31 kitsuneon kernel: [    1.740825] sdhci: Copyright(c) Pierre Ossman
Jun  1 18:21:31 kitsuneon kernel: [    1.745241] AVX version of gcm_enc/dec engaged.
Jun  1 18:21:31 kitsuneon kernel: [    1.745242] AES CTR mode by8 optimization enabled
Jun  1 18:21:31 kitsuneon kernel: [    1.778347] thermal LNXTHERM:00: registered as thermal_zone0
Jun  1 18:21:31 kitsuneon kernel: [    1.778349] ACPI: Thermal Zone [CPUZ] (67 C)
Jun  1 18:21:31 kitsuneon kernel: [    1.809302] firewire_ohci 0000:23:00.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x10
Jun  1 18:21:31 kitsuneon kernel: [    1.809331] sdhci-pci 0000:23:00.1: SDHCI controller found [197b:2392] (rev 30)
Jun  1 18:21:31 kitsuneon kernel: [    1.810614] mmc0: SDHCI controller on PCI [0000:23:00.1] using DMA
Jun  1 18:21:31 kitsuneon kernel: [    1.810628] sdhci-pci 0000:23:00.2: SDHCI controller found [197b:2391] (rev 30)
Jun  1 18:21:31 kitsuneon kernel: [    1.810685] sdhci-pci 0000:23:00.2: Refusing to bind to secondary interface.
Jun  1 18:21:31 kitsuneon kernel: [    1.827693] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Jun  1 18:21:31 kitsuneon kernel: [    1.845385] thermal LNXTHERM:01: registered as thermal_zone1
Jun  1 18:21:31 kitsuneon kernel: [    1.845387] ACPI: Thermal Zone [GFXZ] (0 C)
Jun  1 18:21:31 kitsuneon kernel: [    1.879150] thermal LNXTHERM:02: registered as thermal_zone2
Jun  1 18:21:31 kitsuneon kernel: [    1.879152] ACPI: Thermal Zone [EXTZ] (45 C)
Jun  1 18:21:31 kitsuneon kernel: [    1.893977] thermal LNXTHERM:03: registered as thermal_zone3
Jun  1 18:21:31 kitsuneon kernel: [    1.893979] ACPI: Thermal Zone [LOCZ] (44 C)
Jun  1 18:21:31 kitsuneon kernel: [    1.908866] thermal LNXTHERM:04: registered as thermal_zone4
Jun  1 18:21:31 kitsuneon kernel: [    1.908868] ACPI: Thermal Zone [BATZ] (31 C)
Jun  1 18:21:31 kitsuneon kernel: [    1.909431] thermal LNXTHERM:05: registered as thermal_zone5
Jun  1 18:21:31 kitsuneon kernel: [    1.909433] ACPI: Thermal Zone [PCHZ] (127 C)
Jun  1 18:21:31 kitsuneon kernel: [    1.933385] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 9c:b6:54:a3:11:ba
Jun  1 18:21:31 kitsuneon kernel: [    1.933388] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Jun  1 18:21:31 kitsuneon kernel: [    1.933430] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
Jun  1 18:21:31 kitsuneon kernel: [    1.933744] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
Jun  1 18:21:31 kitsuneon kernel: [    1.933747] xhci_hcd 0000:00:14.0: PCI INT A: no GSI
Jun  1 18:21:31 kitsuneon kernel: [    1.933799] xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun  1 18:21:31 kitsuneon kernel: [    1.933811] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun  1 18:21:31 kitsuneon kernel: [    1.934928] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
Jun  1 18:21:31 kitsuneon kernel: [    1.934939] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Jun  1 18:21:31 kitsuneon kernel: [    1.935495] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jun  1 18:21:31 kitsuneon kernel: [    1.935499] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  1 18:21:31 kitsuneon kernel: [    1.935502] usb usb1: Product: xHCI Host Controller
Jun  1 18:21:31 kitsuneon kernel: [    1.935504] usb usb1: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
Jun  1 18:21:31 kitsuneon kernel: [    1.935507] usb usb1: SerialNumber: 0000:00:14.0
Jun  1 18:21:31 kitsuneon kernel: [    1.935840] hub 1-0:1.0: USB hub found
Jun  1 18:21:31 kitsuneon kernel: [    1.935877] hub 1-0:1.0: 4 ports detected
Jun  1 18:21:31 kitsuneon kernel: [    1.936603] xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun  1 18:21:31 kitsuneon kernel: [    1.936610] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jun  1 18:21:31 kitsuneon kernel: [    1.936738] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
Jun  1 18:21:31 kitsuneon kernel: [    1.936741] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  1 18:21:31 kitsuneon kernel: [    1.936743] usb usb2: Product: xHCI Host Controller
Jun  1 18:21:31 kitsuneon kernel: [    1.936746] usb usb2: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
Jun  1 18:21:31 kitsuneon kernel: [    1.936749] usb usb2: SerialNumber: 0000:00:14.0
Jun  1 18:21:31 kitsuneon kernel: [    1.937008] hub 2-0:1.0: USB hub found
Jun  1 18:21:31 kitsuneon kernel: [    1.937021] hub 2-0:1.0: 4 ports detected
Jun  1 18:21:31 kitsuneon kernel: [    1.938053] ehci-pci 0000:00:1a.0: EHCI Host Controller
Jun  1 18:21:31 kitsuneon kernel: [    1.938064] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
Jun  1 18:21:31 kitsuneon kernel: [    1.938082] ehci-pci 0000:00:1a.0: debug port 2
Jun  1 18:21:31 kitsuneon kernel: [    1.941982] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Jun  1 18:21:31 kitsuneon kernel: [    1.942003] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd4739000
Jun  1 18:21:31 kitsuneon kernel: [    1.957163] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jun  1 18:21:31 kitsuneon kernel: [    1.957222] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Jun  1 18:21:31 kitsuneon kernel: [    1.957225] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  1 18:21:31 kitsuneon kernel: [    1.957227] usb usb3: Product: EHCI Host Controller
Jun  1 18:21:31 kitsuneon kernel: [    1.957228] usb usb3: Manufacturer: Linux 4.9.0-6-amd64 ehci_hcd
Jun  1 18:21:31 kitsuneon kernel: [    1.957230] usb usb3: SerialNumber: 0000:00:1a.0
Jun  1 18:21:31 kitsuneon kernel: [    1.957446] hub 3-0:1.0: USB hub found
Jun  1 18:21:31 kitsuneon kernel: [    1.957461] hub 3-0:1.0: 3 ports detected
Jun  1 18:21:31 kitsuneon kernel: [    1.957906] ehci-pci 0000:00:1d.0: EHCI Host Controller
Jun  1 18:21:31 kitsuneon kernel: [    1.957913] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
Jun  1 18:21:31 kitsuneon kernel: [    1.957929] ehci-pci 0000:00:1d.0: debug port 2
Jun  1 18:21:31 kitsuneon kernel: [    1.961847] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Jun  1 18:21:31 kitsuneon kernel: [    1.961855] ehci-pci 0000:00:1d.0: irq 16, io mem 0xd4738000
Jun  1 18:21:31 kitsuneon kernel: [    1.977158] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jun  1 18:21:31 kitsuneon kernel: [    1.977213] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
Jun  1 18:21:31 kitsuneon kernel: [    1.977215] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  1 18:21:31 kitsuneon kernel: [    1.977217] usb usb4: Product: EHCI Host Controller
Jun  1 18:21:31 kitsuneon kernel: [    1.977219] usb usb4: Manufacturer: Linux 4.9.0-6-amd64 ehci_hcd
Jun  1 18:21:31 kitsuneon kernel: [    1.977221] usb usb4: SerialNumber: 0000:00:1d.0
Jun  1 18:21:31 kitsuneon kernel: [    1.977461] hub 4-0:1.0: USB hub found
Jun  1 18:21:31 kitsuneon kernel: [    1.977473] hub 4-0:1.0: 3 ports detected
Jun  1 18:21:31 kitsuneon kernel: [    1.977753] ahci 0000:00:1f.2: version 3.0
Jun  1 18:21:31 kitsuneon kernel: [    1.978139] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Jun  1 18:21:31 kitsuneon kernel: [    1.988281] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
Jun  1 18:21:31 kitsuneon kernel: [    1.988287] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst 
Jun  1 18:21:31 kitsuneon kernel: [    1.997157] tsc: Refined TSC clocksource calibration: 2793.654 MHz
Jun  1 18:21:31 kitsuneon kernel: [    1.997167] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2844d5ba3f8, max_idle_ns: 440795222929 ns
Jun  1 18:21:31 kitsuneon kernel: [    2.034484] scsi host0: ahci
Jun  1 18:21:31 kitsuneon kernel: [    2.034787] scsi host1: ahci
Jun  1 18:21:31 kitsuneon kernel: [    2.035012] scsi host2: ahci
Jun  1 18:21:31 kitsuneon kernel: [    2.035273] scsi host3: ahci
Jun  1 18:21:31 kitsuneon kernel: [    2.035467] scsi host4: ahci
Jun  1 18:21:31 kitsuneon kernel: [    2.035703] scsi host5: ahci
Jun  1 18:21:31 kitsuneon kernel: [    2.035807] ata1: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737100 irq 30
Jun  1 18:21:31 kitsuneon kernel: [    2.035811] ata2: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737180 irq 30
Jun  1 18:21:31 kitsuneon kernel: [    2.035813] ata3: DUMMY
Jun  1 18:21:31 kitsuneon kernel: [    2.035816] ata4: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737280 irq 30
Jun  1 18:21:31 kitsuneon kernel: [    2.035819] ata5: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737300 irq 30
Jun  1 18:21:31 kitsuneon kernel: [    2.035823] ata6: SATA max UDMA/133 abar m2048@0xd4737000 port 0xd4737380 irq 30
Jun  1 18:21:31 kitsuneon kernel: [    2.261133] usb 1-3: new low-speed USB device number 2 using xhci_hcd
Jun  1 18:21:31 kitsuneon kernel: [    2.285174] usb 3-1: new high-speed USB device number 2 using ehci-pci
Jun  1 18:21:31 kitsuneon kernel: [    2.305131] usb 4-1: new high-speed USB device number 2 using ehci-pci
Jun  1 18:21:31 kitsuneon kernel: [    2.317433] firewire_core 0000:23:00.0: created device fw0: GUID ffe473fffffffffe, S400
Jun  1 18:21:31 kitsuneon kernel: [    2.348017] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun  1 18:21:31 kitsuneon kernel: [    2.348810] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Jun  1 18:21:31 kitsuneon kernel: [    2.349047] ata1.00: ATA-9: WDC WD5000LPLX-08ZNTT0, 02.01A02, max UDMA/133
Jun  1 18:21:31 kitsuneon kernel: [    2.349051] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Jun  1 18:21:31 kitsuneon kernel: [    2.349903] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Jun  1 18:21:31 kitsuneon kernel: [    2.350097] ata1.00: configured for UDMA/133
Jun  1 18:21:31 kitsuneon kernel: [    2.351639] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000LPLX-0 1A02 PQ: 0 ANSI: 5
Jun  1 18:21:31 kitsuneon kernel: [    2.404018] random: fast init done
Jun  1 18:21:31 kitsuneon kernel: [    2.404566] usb 1-3: New USB device found, idVendor=093a, idProduct=2510
Jun  1 18:21:31 kitsuneon kernel: [    2.404570] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun  1 18:21:31 kitsuneon kernel: [    2.404573] usb 1-3: Product: USB Optical Mouse
Jun  1 18:21:31 kitsuneon kernel: [    2.404576] usb 1-3: Manufacturer: PixArt
Jun  1 18:21:31 kitsuneon kernel: [    2.407389] hidraw: raw HID events driver (C) Jiri Kosina
Jun  1 18:21:31 kitsuneon kernel: [    2.409882] usbcore: registered new interface driver usbhid
Jun  1 18:21:31 kitsuneon kernel: [    2.409884] usbhid: USB HID core driver
Jun  1 18:21:31 kitsuneon kernel: [    2.410853] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:093A:2510.0001/input/input8
Jun  1 18:21:31 kitsuneon kernel: [    2.410990] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-3/input0
Jun  1 18:21:31 kitsuneon kernel: [    2.433874] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
Jun  1 18:21:31 kitsuneon kernel: [    2.433878] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun  1 18:21:31 kitsuneon kernel: [    2.434425] hub 3-1:1.0: USB hub found
Jun  1 18:21:31 kitsuneon kernel: [    2.434564] hub 3-1:1.0: 6 ports detected
Jun  1 18:21:31 kitsuneon kernel: [    2.453897] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
Jun  1 18:21:31 kitsuneon kernel: [    2.453901] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun  1 18:21:31 kitsuneon kernel: [    2.454276] hub 4-1:1.0: USB hub found
Jun  1 18:21:31 kitsuneon kernel: [    2.454451] hub 4-1:1.0: 8 ports detected
Jun  1 18:21:31 kitsuneon kernel: [    2.692451] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input7
Jun  1 18:21:31 kitsuneon kernel: [    2.696089] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun  1 18:21:31 kitsuneon kernel: [    2.698934] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Jun  1 18:21:31 kitsuneon kernel: [    2.698941] ata2.00: ATAPI: hp       DVDRAM GT80N, R102, max UDMA/100
Jun  1 18:21:31 kitsuneon kernel: [    2.702510] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Jun  1 18:21:31 kitsuneon kernel: [    2.702518] ata2.00: configured for UDMA/100
Jun  1 18:21:31 kitsuneon kernel: [    2.707273] scsi 1:0:0:0: CD-ROM            hp       DVDRAM GT80N     R102 PQ: 0 ANSI: 5
Jun  1 18:21:31 kitsuneon kernel: [    2.721130] usb 3-1.1: new full-speed USB device number 3 using ehci-pci
Jun  1 18:21:31 kitsuneon kernel: [    2.741142] usb 4-1.6: new full-speed USB device number 3 using ehci-pci
Jun  1 18:21:31 kitsuneon kernel: [    2.830969] usb 3-1.1: New USB device found, idVendor=138a, idProduct=003d
Jun  1 18:21:31 kitsuneon kernel: [    2.830987] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Jun  1 18:21:31 kitsuneon kernel: [    2.830989] usb 3-1.1: SerialNumber: 002012394590
Jun  1 18:21:31 kitsuneon kernel: [    2.853461] usb 4-1.6: New USB device found, idVendor=0a5c, idProduct=21e1
Jun  1 18:21:31 kitsuneon kernel: [    2.853464] usb 4-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun  1 18:21:31 kitsuneon kernel: [    2.853467] usb 4-1.6: Product: BCM20702A0
Jun  1 18:21:31 kitsuneon kernel: [    2.853469] usb 4-1.6: Manufacturer: Broadcom Corp
Jun  1 18:21:31 kitsuneon kernel: [    2.853471] usb 4-1.6: SerialNumber: 3C77E6CC5059
Jun  1 18:21:31 kitsuneon kernel: [    2.909146] usb 3-1.3: new high-speed USB device number 4 using ehci-pci
Jun  1 18:21:31 kitsuneon kernel: [    3.021277] clocksource: Switched to clocksource tsc
Jun  1 18:21:31 kitsuneon kernel: [    3.032109] ata4: SATA link down (SStatus 0 SControl 300)
Jun  1 18:21:31 kitsuneon kernel: [    3.151576] usb 3-1.3: New USB device found, idVendor=04f2, idProduct=b270
Jun  1 18:21:31 kitsuneon kernel: [    3.151580] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun  1 18:21:31 kitsuneon kernel: [    3.151583] usb 3-1.3: Product: HP HD Webcam [Fixed]
Jun  1 18:21:31 kitsuneon kernel: [    3.151585] usb 3-1.3: Manufacturer: Chicony
Jun  1 18:21:31 kitsuneon kernel: [    3.347646] ata5: SATA link down (SStatus 0 SControl 300)
Jun  1 18:21:31 kitsuneon kernel: [    3.513123] psmouse serio4: synaptics: queried max coordinates: x [..5728], y [..4916]
Jun  1 18:21:31 kitsuneon kernel: [    3.583365] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x640000/0xa0400/0x0, board id: 1623, fw id: 790122
Jun  1 18:21:31 kitsuneon kernel: [    3.628962] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input11
Jun  1 18:21:31 kitsuneon kernel: [    3.659639] ata6: SATA link down (SStatus 0 SControl 300)
Jun  1 18:21:31 kitsuneon kernel: [    3.663879] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Jun  1 18:21:31 kitsuneon kernel: [    3.663883] sd 0:0:0:0: [sda] 4096-byte physical blocks
Jun  1 18:21:31 kitsuneon kernel: [    3.664053] sd 0:0:0:0: [sda] Write Protect is off
Jun  1 18:21:31 kitsuneon kernel: [    3.664060] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun  1 18:21:31 kitsuneon kernel: [    3.664113] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun  1 18:21:31 kitsuneon kernel: [    3.680700] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Jun  1 18:21:31 kitsuneon kernel: [    3.680702] cdrom: Uniform CD-ROM driver Revision: 3.20
Jun  1 18:21:31 kitsuneon kernel: [    3.680910] sr 1:0:0:0: Attached scsi CD-ROM sr0
Jun  1 18:21:31 kitsuneon kernel: [    3.681859] sd 0:0:0:0: Attached scsi generic sg0 type 0
Jun  1 18:21:31 kitsuneon kernel: [    3.682035] sr 1:0:0:0: Attached scsi generic sg1 type 5
Jun  1 18:21:31 kitsuneon kernel: [    3.710020]  sda: sda1 sda2 sda3 sda4 < sda5 >
Jun  1 18:21:31 kitsuneon kernel: [    3.710818] sd 0:0:0:0: [sda] Attached SCSI disk
Jun  1 18:21:31 kitsuneon kernel: [    4.305945] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
Jun  1 18:21:31 kitsuneon kernel: [    5.789843] random: crng init done
Jun  1 18:21:31 kitsuneon kernel: [    6.693736] [drm] Initialized
Jun  1 18:21:31 kitsuneon kernel: [    6.698339] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun  1 18:21:31 kitsuneon kernel: [    6.741311] Initializing HPQ6001 module
Jun  1 18:21:31 kitsuneon kernel: [    6.741387] input: HP Wireless hotkeys as /devices/virtual/input/input12
Jun  1 18:21:31 kitsuneon kernel: [    6.839381] hp_accel: hardware type HPB64xx found
Jun  1 18:21:31 kitsuneon kernel: [    6.839952] lis3lv02d: 8 bits 3DC sensor found
Jun  1 18:21:31 kitsuneon kernel: [    6.854346] ACPI: Battery Slot [BAT0] (battery present)
Jun  1 18:21:31 kitsuneon kernel: [    6.854402] ACPI: Battery Slot [BAT1] (battery absent)
Jun  1 18:21:31 kitsuneon kernel: [    6.854469] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input13
Jun  1 18:21:31 kitsuneon kernel: [    6.854472] ACPI: Sleep Button [SLPB]
Jun  1 18:21:31 kitsuneon kernel: [    6.854550] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input14
Jun  1 18:21:31 kitsuneon kernel: [    6.854571] ACPI: Lid Switch [LID]
Jun  1 18:21:31 kitsuneon kernel: [    6.854618] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input15
Jun  1 18:21:31 kitsuneon kernel: [    6.854620] ACPI: Power Button [PWRF]
Jun  1 18:21:31 kitsuneon kernel: [    6.872993] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20160831/utaddress-247)
Jun  1 18:21:31 kitsuneon kernel: [    6.872998] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun  1 18:21:31 kitsuneon kernel: [    6.873000] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
Jun  1 18:21:31 kitsuneon kernel: [    6.873003] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun  1 18:21:31 kitsuneon kernel: [    6.873003] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
Jun  1 18:21:31 kitsuneon kernel: [    6.873005] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun  1 18:21:31 kitsuneon kernel: [    6.873006] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
Jun  1 18:21:31 kitsuneon kernel: [    6.873008] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun  1 18:21:31 kitsuneon kernel: [    6.873008] lpc_ich: Resource conflict(s) found affecting gpio_ich
Jun  1 18:21:31 kitsuneon kernel: [    6.881014] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input16
Jun  1 18:21:31 kitsuneon kernel: [    6.886471] wmi: Mapper loaded
Jun  1 18:21:31 kitsuneon kernel: [    6.889746] parport_pc 00:04: reported by Plug and Play ACPI
Jun  1 18:21:31 kitsuneon kernel: [    6.889819] parport0: PC-style at 0x378 (0x778), irq 5 [PCSPP,TRISTATE,EPP]
Jun  1 18:21:31 kitsuneon kernel: [    6.891380] ACPI: AC Adapter [AC] (on-line)
Jun  1 18:21:31 kitsuneon kernel: [    7.016249] [drm] Memory usable by graphics device = 2048M
Jun  1 18:21:31 kitsuneon kernel: [    7.016251] [drm] Replacing VGA console driver
Jun  1 18:21:31 kitsuneon kernel: [    7.022288] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jun  1 18:21:31 kitsuneon kernel: [    7.022289] [drm] Driver supports precise vblank timestamp query.
Jun  1 18:21:31 kitsuneon kernel: [    7.024607] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun  1 18:21:31 kitsuneon kernel: [    7.059690] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jun  1 18:21:31 kitsuneon kernel: [    7.059992] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input17
Jun  1 18:21:31 kitsuneon kernel: [    7.060036] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
Jun  1 18:21:31 kitsuneon kernel: [    7.066626] fbcon: inteldrmfb (fb0) is primary device
Jun  1 18:21:31 kitsuneon kernel: [    7.218013] input: PC Speaker as /devices/platform/pcspkr/input/input18
Jun  1 18:21:31 kitsuneon kernel: [    7.298305] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Jun  1 18:21:31 kitsuneon kernel: [    7.298306] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Jun  1 18:21:31 kitsuneon kernel: [    7.298307] RAPL PMU: hw unit of domain package 2^-16 Joules
Jun  1 18:21:31 kitsuneon kernel: [    7.298308] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Jun  1 18:21:31 kitsuneon kernel: [    7.328782] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than reserved [mem 0xfed10000-0xfed13fff]
Jun  1 18:21:31 kitsuneon kernel: [    7.328791] caller snb_uncore_imc_init_box+0x74/0xb0 [intel_uncore] mapping multiple BARs
Jun  1 18:21:31 kitsuneon kernel: [    7.442920] Intel(R) Wireless WiFi driver for Linux
Jun  1 18:21:31 kitsuneon kernel: [    7.442921] Copyright(c) 2003- 2015 Intel Corporation
Jun  1 18:21:31 kitsuneon kernel: [    7.443201] iwlwifi 0000:24:00.0: can't disable ASPM; OS doesn't have ASPM control
Jun  1 18:21:31 kitsuneon kernel: [    7.471516] iwlwifi 0000:24:00.0: firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode
Jun  1 18:21:31 kitsuneon kernel: [    7.471716] iwlwifi 0000:24:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
Jun  1 18:21:31 kitsuneon kernel: [    7.506494] iwlwifi 0000:24:00.0: CONFIG_IWLWIFI_DEBUG disabled
Jun  1 18:21:31 kitsuneon kernel: [    7.506496] iwlwifi 0000:24:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
Jun  1 18:21:31 kitsuneon kernel: [    7.506499] iwlwifi 0000:24:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
Jun  1 18:21:31 kitsuneon kernel: [    7.506502] iwlwifi 0000:24:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
Jun  1 18:21:31 kitsuneon kernel: [    7.508649] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:31 kitsuneon kernel: [    7.633673] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD81B1X5: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
Jun  1 18:21:31 kitsuneon kernel: [    7.633677] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
Jun  1 18:21:31 kitsuneon kernel: [    7.633680] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
Jun  1 18:21:31 kitsuneon kernel: [    7.633682] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
Jun  1 18:21:31 kitsuneon kernel: [    7.633683] snd_hda_codec_idt hdaudioC0D0:    inputs:
Jun  1 18:21:31 kitsuneon kernel: [    7.633686] snd_hda_codec_idt hdaudioC0D0:      Mic=0xc
Jun  1 18:21:31 kitsuneon kernel: [    7.633689] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
Jun  1 18:21:31 kitsuneon kernel: [    7.633691] snd_hda_codec_idt hdaudioC0D0:      Line=0xf
Jun  1 18:21:31 kitsuneon kernel: [    7.658871] iTCO_vendor_support: vendor-support=0
Jun  1 18:21:31 kitsuneon kernel: [    7.659439] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jun  1 18:21:31 kitsuneon kernel: [    7.659492] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
Jun  1 18:21:31 kitsuneon kernel: [    7.659657] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun  1 18:21:31 kitsuneon kernel: [    7.675922] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Jun  1 18:21:31 kitsuneon kernel: [    7.688822] ppdev: user-space parallel port driver
Jun  1 18:21:31 kitsuneon kernel: [    7.800947] Console: switching to colour frame buffer device 170x48
Jun  1 18:21:31 kitsuneon kernel: [    7.822405] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Jun  1 18:21:31 kitsuneon kernel: [    7.875575] input: HP WMI hotkeys as /devices/virtual/input/input24
Jun  1 18:21:31 kitsuneon kernel: [    7.875974] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun  1 18:21:31 kitsuneon kernel: [    7.878824] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
Jun  1 18:21:31 kitsuneon kernel: [    7.879581] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
Jun  1 18:21:31 kitsuneon kernel: [    7.879639] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
Jun  1 18:21:31 kitsuneon kernel: [    7.879694] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
Jun  1 18:21:31 kitsuneon kernel: [    7.879748] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
Jun  1 18:21:31 kitsuneon kernel: [    7.879802] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
Jun  1 18:21:31 kitsuneon kernel: [    7.879855] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
Jun  1 18:21:31 kitsuneon kernel: [    7.879910] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input27
Jun  1 18:21:31 kitsuneon kernel: [    8.299864] kvm: disabled by bios
Jun  1 18:21:31 kitsuneon kernel: [    8.330590] kvm: disabled by bios
Jun  1 18:21:31 kitsuneon kernel: [    8.370460] kvm: disabled by bios
Jun  1 18:21:31 kitsuneon kernel: [    8.418815] kvm: disabled by bios
Jun  1 18:21:31 kitsuneon kernel: [    8.472902] media: Linux media interface: v0.10
Jun  1 18:21:31 kitsuneon kernel: [    8.490816] Linux video capture interface: v2.00
Jun  1 18:21:31 kitsuneon kernel: [    8.571153] intel_rapl: Found RAPL domain package
Jun  1 18:21:31 kitsuneon kernel: [    8.571156] intel_rapl: Found RAPL domain core
Jun  1 18:21:31 kitsuneon kernel: [    8.571158] intel_rapl: Found RAPL domain uncore
Jun  1 18:21:31 kitsuneon kernel: [    8.641646] uvcvideo: Found UVC 1.00 device HP HD Webcam [Fixed] (04f2:b270)
Jun  1 18:21:31 kitsuneon kernel: [    8.682777] uvcvideo 3-1.3:1.0: Entity type for entity Extension 3 was not initialized!
Jun  1 18:21:31 kitsuneon kernel: [    8.682785] uvcvideo 3-1.3:1.0: Entity type for entity Processing 2 was not initialized!
Jun  1 18:21:31 kitsuneon kernel: [    8.682790] uvcvideo 3-1.3:1.0: Entity type for entity Extension 4 was not initialized!
Jun  1 18:21:31 kitsuneon kernel: [    8.682794] uvcvideo 3-1.3:1.0: Entity type for entity Camera 1 was not initialized!
Jun  1 18:21:31 kitsuneon kernel: [    8.682991] input: HP HD Webcam [Fixed] as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input28
Jun  1 18:21:31 kitsuneon kernel: [    8.683112] usbcore: registered new interface driver uvcvideo
Jun  1 18:21:31 kitsuneon kernel: [    8.683113] USB Video Class driver (1.1.1)
Jun  1 18:21:31 kitsuneon kernel: [    8.692239] Bluetooth: Core ver 2.22
Jun  1 18:21:31 kitsuneon kernel: [    8.692264] NET: Registered protocol family 31
Jun  1 18:21:31 kitsuneon kernel: [    8.692266] Bluetooth: HCI device and connection manager initialized
Jun  1 18:21:31 kitsuneon kernel: [    8.692272] Bluetooth: HCI socket layer initialized
Jun  1 18:21:31 kitsuneon kernel: [    8.692276] Bluetooth: L2CAP socket layer initialized
Jun  1 18:21:31 kitsuneon kernel: [    8.692285] Bluetooth: SCO socket layer initialized
Jun  1 18:21:31 kitsuneon kernel: [    8.865311] usbcore: registered new interface driver btusb
Jun  1 18:21:31 kitsuneon kernel: [   10.809850] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
Jun  1 18:21:31 kitsuneon kernel: [   11.209884] lp0: using parport0 (interrupt-driven).
Jun  1 18:21:32 kitsuneon cron[1562]: (CRON) INFO (pidfile fd = 3)
Jun  1 18:21:32 kitsuneon cron[1572]: (CRON) STARTUP (fork ok)
Jun  1 18:21:32 kitsuneon anacron[1590]: Anacron 2.3 started on 2019-06-01
Jun  1 18:21:32 kitsuneon cron[1572]: (CRON) INFO (Running @reboot jobs)
Jun  1 18:21:32 kitsuneon anacron[1590]: Will run job `cron.daily' in 5 min.
Jun  1 18:21:32 kitsuneon anacron[1590]: Will run job `cron.weekly' in 10 min.
Jun  1 18:21:32 kitsuneon anacron[1590]: Will run job `cron.monthly' in 15 min.
Jun  1 18:21:32 kitsuneon anacron[1590]: Jobs will be executed sequentially
Jun  1 18:21:33 kitsuneon avahi-daemon[1749]: Found user 'avahi' (UID 106) and group 'avahi' (GID 112).
Jun  1 18:21:33 kitsuneon avahi-daemon[1749]: Successfully dropped root privileges.
Jun  1 18:21:33 kitsuneon avahi-daemon[1749]: avahi-daemon 0.6.32 starting up.
Jun  1 18:21:34 kitsuneon bluetoothd[1720]: Bluetooth daemon 5.43
Jun  1 18:21:34 kitsuneon bluetoothd[1720]: Starting SDP server
Jun  1 18:21:34 kitsuneon kernel: [   15.321623] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun  1 18:21:34 kitsuneon kernel: [   15.321626] Bluetooth: BNEP filters: protocol multicast
Jun  1 18:21:34 kitsuneon kernel: [   15.321632] Bluetooth: BNEP socket layer initialized
Jun  1 18:21:34 kitsuneon bluetoothd[1720]: Bluetooth management interface 1.14 initialized
Jun  1 18:21:34 kitsuneon bluetoothd[1720]: Failed to obtain handles for "Service Changed" characteristic
Jun  1 18:21:34 kitsuneon bluetoothd[1720]: Sap driver initialization failed.
Jun  1 18:21:34 kitsuneon bluetoothd[1720]: sap-server: Operation not permitted (1)
Jun  1 18:21:34 kitsuneon avahi-daemon[1749]: Successfully called chroot().
Jun  1 18:21:34 kitsuneon avahi-daemon[1749]: Successfully dropped remaining capabilities.
Jun  1 18:21:34 kitsuneon avahi-daemon[1751]: chroot.c: open() failed: No such file or directory
Jun  1 18:21:34 kitsuneon avahi-daemon[1749]: Failed to open /etc/resolv.conf: Invalid argument
Jun  1 18:21:34 kitsuneon avahi-daemon[1749]: No service file found in /etc/avahi/services.
Jun  1 18:21:34 kitsuneon avahi-daemon[1749]: Network interface enumeration completed.
Jun  1 18:21:34 kitsuneon avahi-daemon[1749]: Server startup complete. Host name is kitsuneon.local. Local service cookie is 3351795822.
Jun  1 18:21:34 kitsuneon dbus[1616]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper)
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.1862] NetworkManager (version 1.6.2) is starting...
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.1864] Read config: /etc/NetworkManager/NetworkManager.conf
Jun  1 18:21:35 kitsuneon dbus[1616]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <warn>  [1559431295.3531] Skipping Sleep Monitor setup, system not booted with systemd
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.3533] manager[0x5582b2659040]: monitoring kernel firmware directory '/lib/firmware'.
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.3534] monitoring ifupdown state file '/run/network/ifstate'.
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.3568] dns-mgr[0x5582b264d180]: init: dns=default, rc-manager=resolvconf
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.3859] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.3/0000:24:00.0/ieee80211/phy0/rfkill0) (driver iwlwifi)
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.3862] manager[0x5582b2659040]: WiFi hardware radio set enabled
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.3863] manager[0x5582b2659040]: WWAN hardware radio set enabled
Jun  1 18:21:35 kitsuneon dbus[1616]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jun  1 18:21:35 kitsuneon polkitd[1811]: started daemon version 0.105 using authority implementation `local' version `0.105'
Jun  1 18:21:35 kitsuneon dbus[1616]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun  1 18:21:35 kitsuneon accounts-daemon[1797]: started daemon version 0.6.43
Jun  1 18:21:35 kitsuneon dbus[1616]: [system] Successfully activated service 'org.freedesktop.Accounts'
Jun  1 18:21:35 kitsuneon dbus[1616]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9218] init!
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9220]       interface-parser: parsing file /etc/network/interfaces
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9220]       interface-parser: source line includes interfaces file(s) /etc/network/interfaces.d/*
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <warn>  [1559431295.9221] interfaces file /etc/network/interfaces.d/* doesn't exist
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9221]       interface-parser: finished parsing file /etc/network/interfaces
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9222] management mode: unmanaged
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9224] devices added (path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0, iface: eth0)
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9224] device added (path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0, iface: eth0): no ifupdown configuration found.
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9224] devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:24:00.0/net/wlan0, iface: wlan0)
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9224] device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:24:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9224] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9224] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9224] end _init.
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9225] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9225] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9226] (-1301821376) ... get_connections.
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9226] (-1301821376) ... get_connections (managed=false): return empty list.
Jun  1 18:21:35 kitsuneon NetworkManager[1801]: <info>  [1559431295.9540] keyfile: new connection /etc/NetworkManager/system-connections/reach out 3 (640a4920-dc86-4949-a11b-d182807bde5e,"reach out 3")
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0049] get unmanaged devices count: 0
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0071] settings: hostname: couldn't get property from hostnamed
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0254] dhcp-init: Using DHCP client 'dhclient'
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0255] manager: WiFi enabled by radio killswitch; enabled by state file
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0257] manager: WWAN enabled by radio killswitch; enabled by state file
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0258] manager: Networking is enabled by state file
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0290] Loaded device plugin: NMBondDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0291] Loaded device plugin: NMBridgeDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0292] Loaded device plugin: NMEthernetDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0293] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0294] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0295] Loaded device plugin: NMMacsecDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0296] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0296] Loaded device plugin: NMTunDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0297] Loaded device plugin: NMVethDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0298] Loaded device plugin: NMVlanDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0299] Loaded device plugin: NMVxlanDeviceFactory (internal)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0819] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0827] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0916] Loaded device plugin: NMTeamFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-team.so)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0988] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.0999] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.1017] device (lo): link connected
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.1028] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.1048] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.1061] keyfile: add connection in-memory (af199322-6798-3cec-b7af-e6ca85211314,"Wired connection 1")
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.1068] settings: (eth0): created default wired connection 'Wired connection 1'
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.1084] device (eth0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jun  1 18:21:36 kitsuneon kernel: [   17.182605] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.3575] (wlan0): using nl80211 for WiFi device control
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.3580] device (wlan0): driver supports Access Point (AP) mode
Jun  1 18:21:36 kitsuneon kernel: [   17.429057] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.3600] manager: (wlan0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.3619] device (wlan0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jun  1 18:21:36 kitsuneon kernel: [   17.436174] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:21:36 kitsuneon kernel: [   17.438371] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:36 kitsuneon kernel: [   17.444975] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:36 kitsuneon kernel: [   17.445064] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:21:36 kitsuneon kernel: [   17.727130] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:36 kitsuneon kernel: [   17.733749] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:36 kitsuneon kernel: [   17.733838] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:21:36 kitsuneon kernel: [   17.834630] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:21:36 kitsuneon NetworkManager[1801]: <info>  [1559431296.7712] device (wlan0): set-hw-addr: set MAC address to B2:EB:02:28:C4:BD (scanning)
Jun  1 18:21:36 kitsuneon kernel: [   17.847111] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:36 kitsuneon kernel: [   17.853698] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:36 kitsuneon kernel: [   17.853785] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:21:37 kitsuneon kernel: [   18.134863] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:37 kitsuneon kernel: [   18.141489] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:37 kitsuneon kernel: [   18.141580] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:21:37 kitsuneon kernel: [   18.226651] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:21:37 kitsuneon dbus[1616]: [system] Activating service name='fi.w1.wpa_supplicant1' (using servicehelper)
Jun  1 18:21:37 kitsuneon dbus[1616]: [system] Activating service name='org.freedesktop.ModemManager1' (using servicehelper)
Jun  1 18:21:37 kitsuneon NetworkManager[1801]: <info>  [1559431297.2330] bluez: use BlueZ version 5
Jun  1 18:21:37 kitsuneon ModemManager[1853]: <info>  ModemManager (version 1.6.4) starting in system bus...
Jun  1 18:21:37 kitsuneon dbus[1616]: [system] Successfully activated service 'org.freedesktop.ModemManager1'
Jun  1 18:21:37 kitsuneon NetworkManager[1801]: <info>  [1559431297.6406] ModemManager disappeared from bus
Jun  1 18:21:37 kitsuneon NetworkManager[1801]: <info>  [1559431297.6464] ModemManager available in the bus
Jun  1 18:21:37 kitsuneon dbus[1616]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jun  1 18:21:37 kitsuneon wpa_supplicant[1851]: Successfully initialized wpa_supplicant
Jun  1 18:21:37 kitsuneon NetworkManager[1801]: <info>  [1559431297.6515] supplicant: wpa_supplicant running
Jun  1 18:21:37 kitsuneon NetworkManager[1801]: <info>  [1559431297.6516] device (wlan0): supplicant interface state: init -> starting
Jun  1 18:21:37 kitsuneon NetworkManager[1801]: <info>  [1559431297.7318] sup-iface[0x5582b26c5670,wlan0]: supports 5 scan SSIDs
Jun  1 18:21:37 kitsuneon NetworkManager[1801]: <info>  [1559431297.7330] device (wlan0): supplicant interface state: starting -> ready
Jun  1 18:21:37 kitsuneon NetworkManager[1801]: <info>  [1559431297.7331] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Jun  1 18:21:37 kitsuneon kernel: [   18.807192] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:21:40 kitsuneon ModemManager[1853]: <info>  Couldn't check support for device at '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin
Jun  1 18:21:40 kitsuneon ModemManager[1853]: <info>  Couldn't check support for device at '/sys/devices/pci0000:00/0000:00:1c.3/0000:24:00.0': not supported by any plugin
Jun  1 18:21:40 kitsuneon NetworkManager[1801]: <info>  [1559431300.8000] device (wlan0): supplicant interface state: ready -> inactive
Jun  1 18:21:40 kitsuneon NetworkManager[1801]: <info>  [1559431300.8184] policy: auto-activating connection 'reach out 3'
Jun  1 18:21:40 kitsuneon NetworkManager[1801]: <info>  [1559431300.8199] device (wlan0): Activation: starting connection 'reach out 3' (640a4920-dc86-4949-a11b-d182807bde5e)
Jun  1 18:21:40 kitsuneon NetworkManager[1801]: <info>  [1559431300.8202] device (wlan0): state change: disconnected -> prepare (reason 'none') [30 40 0]
Jun  1 18:21:40 kitsuneon NetworkManager[1801]: <info>  [1559431300.8204] manager: NetworkManager state is now CONNECTING
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.2419] device (wlan0): set-hw-addr: reset MAC address to A4:4E:31:91:DF:C8 (preserve)
Jun  1 18:21:41 kitsuneon kernel: [   22.317772] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:41 kitsuneon kernel: [   22.324382] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:41 kitsuneon kernel: [   22.324473] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:21:41 kitsuneon kernel: [   22.613163] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:41 kitsuneon kernel: [   22.619789] iwlwifi 0000:24:00.0: L1 Enabled - LTR Disabled
Jun  1 18:21:41 kitsuneon kernel: [   22.619879] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
Jun  1 18:21:41 kitsuneon kernel: [   22.702486] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6333] device (wlan0): supplicant interface state: inactive -> disabled
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6345] device (wlan0): state change: prepare -> config (reason 'none') [40 50 0]
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6348] device (wlan0): Activation: (wifi) access point 'reach out 3' has security, but secrets are required.
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6349] device (wlan0): state change: config -> need-auth (reason 'none') [50 60 0]
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6417] device (wlan0): state change: need-auth -> prepare (reason 'none') [60 40 0]
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6424] device (wlan0): state change: prepare -> config (reason 'none') [40 50 0]
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6428] device (wlan0): Activation: (wifi) connection 'reach out 3' has security, and secrets exist.  No new secrets needed.
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6429] Config: added 'ssid' value 'reach out 3'
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6430] Config: added 'scan_ssid' value '1'
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6430] Config: added 'key_mgmt' value 'WPA-PSK'
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6431] Config: added 'psk' value '<hidden>'
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6597] device (wlan0): supplicant interface state: disabled -> inactive
Jun  1 18:21:41 kitsuneon wpa_supplicant[1851]: wlan0: SME: Trying to authenticate with 2c:7e:81:f6:57:41 (SSID='reach out 3' freq=2462 MHz)
Jun  1 18:21:41 kitsuneon kernel: [   22.753958] wlan0: authenticate with 2c:7e:81:f6:57:41
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6862] device (wlan0): supplicant interface state: inactive -> authenticating
Jun  1 18:21:41 kitsuneon kernel: [   22.758230] wlan0: send auth to 2c:7e:81:f6:57:41 (try 1/3)
Jun  1 18:21:41 kitsuneon wpa_supplicant[1851]: wlan0: Trying to associate with 2c:7e:81:f6:57:41 (SSID='reach out 3' freq=2462 MHz)
Jun  1 18:21:41 kitsuneon kernel: [   22.761063] wlan0: authenticated
Jun  1 18:21:41 kitsuneon kernel: [   22.764545] wlan0: associate with 2c:7e:81:f6:57:41 (try 1/3)
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.6933] device (wlan0): supplicant interface state: authenticating -> associating
Jun  1 18:21:41 kitsuneon kernel: [   22.771981] wlan0: RX AssocResp from 2c:7e:81:f6:57:41 (capab=0x1431 status=0 aid=1)
Jun  1 18:21:41 kitsuneon kernel: [   22.792299] wlan0: associated
Jun  1 18:21:41 kitsuneon wpa_supplicant[1851]: wlan0: Associated with 2c:7e:81:f6:57:41
Jun  1 18:21:41 kitsuneon NetworkManager[1801]: <info>  [1559431301.7248] device (wlan0): supplicant interface state: associating -> associated
Jun  1 18:21:41 kitsuneon wpa_supplicant[1851]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Jun  1 18:21:41 kitsuneon kernel: [   22.843657] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 2c:7e:81:f6:57:41
Jun  1 18:21:42 kitsuneon NetworkManager[1801]: <info>  [1559431302.7289] device (wlan0): supplicant interface state: associated -> 4-way handshake
Jun  1 18:21:42 kitsuneon wpa_supplicant[1851]: wlan0: WPA: Key negotiation completed with 2c:7e:81:f6:57:41 [PTK=CCMP GTK=CCMP]
Jun  1 18:21:42 kitsuneon wpa_supplicant[1851]: wlan0: CTRL-EVENT-CONNECTED - Connection to 2c:7e:81:f6:57:41 completed [id=0 id_str=]
Jun  1 18:21:42 kitsuneon kernel: [   23.895954] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jun  1 18:21:42 kitsuneon NetworkManager[1801]: <info>  [1559431302.8278] device (wlan0): supplicant interface state: 4-way handshake -> completed
Jun  1 18:21:42 kitsuneon NetworkManager[1801]: <info>  [1559431302.8278] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'reach out 3'.
Jun  1 18:21:42 kitsuneon NetworkManager[1801]: <info>  [1559431302.8279] device (wlan0): state change: config -> ip-config (reason 'none') [50 70 0]
Jun  1 18:21:42 kitsuneon NetworkManager[1801]: <info>  [1559431302.8579] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.0164] dhcp4 (wlan0): dhclient started with pid 1902
Jun  1 18:21:43 kitsuneon dhclient[1902]: DHCPREQUEST of 192.168.0.234 on wlan0 to 255.255.255.255 port 67
Jun  1 18:21:43 kitsuneon dhclient[1902]: DHCPACK of 192.168.0.234 from 192.168.0.1
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1764] dhcp4 (wlan0):   address 192.168.0.234
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1764] dhcp4 (wlan0):   plen 24 (255.255.255.0)
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1765] dhcp4 (wlan0):   gateway 192.168.0.1
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1765] dhcp4 (wlan0):   server identifier 192.168.0.1
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1765] dhcp4 (wlan0):   lease time 604800
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1765] dhcp4 (wlan0):   hostname 'kitsuneon'
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1766] dhcp4 (wlan0):   nameserver '68.105.28.11'
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1766] dhcp4 (wlan0):   nameserver '68.105.29.11'
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1766] dhcp4 (wlan0):   nameserver '68.105.28.12'
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1767] dhcp4 (wlan0): state changed unknown -> bound
Jun  1 18:21:43 kitsuneon avahi-daemon[1749]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.234.
Jun  1 18:21:43 kitsuneon avahi-daemon[1749]: New relevant interface wlan0.IPv4 for mDNS.
Jun  1 18:21:43 kitsuneon avahi-daemon[1749]: Registering new address record for 192.168.0.234 on wlan0.IPv4.
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1791] device (wlan0): state change: ip-config -> ip-check (reason 'none') [70 80 0]
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1801] device (wlan0): state change: ip-check -> secondaries (reason 'none') [80 90 0]
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1808] device (wlan0): state change: secondaries -> activated (reason 'none') [90 100 0]
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.1811] manager: NetworkManager state is now CONNECTED_LOCAL
Jun  1 18:21:43 kitsuneon nm-dispatcher: req:1 'connectivity-change': new request (1 scripts)
Jun  1 18:21:43 kitsuneon nm-dispatcher: req:1 'connectivity-change': start running ordered scripts...
Jun  1 18:21:43 kitsuneon dhclient[1902]: bound to 192.168.0.234 -- renewal in 302249 seconds.
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.2729] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.2731] policy: set 'reach out 3' (wlan0) as default for IPv4 routing and DNS
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.2902] device (wlan0): Activation: successful, device activated.
Jun  1 18:21:43 kitsuneon NetworkManager[1801]: <info>  [1559431303.2914] manager: startup complete
Jun  1 18:21:43 kitsuneon nm-dispatcher: req:2 'up' [wlan0]: new request (1 scripts)
Jun  1 18:21:43 kitsuneon nm-dispatcher: req:2 'up' [wlan0]: start running ordered scripts...
Jun  1 18:21:44 kitsuneon avahi-daemon[1749]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::a64e:31ff:fe91:dfc8.
Jun  1 18:21:44 kitsuneon avahi-daemon[1749]: New relevant interface wlan0.IPv6 for mDNS.
Jun  1 18:21:44 kitsuneon avahi-daemon[1749]: Registering new address record for fe80::a64e:31ff:fe91:dfc8 on wlan0.*.
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <info>  [1559431305.0671] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <warn>  [1559431305.0673] dhcp6 (wlan0): hostname is not a FQDN, it will be ignored
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <info>  [1559431305.0695] dhcp6 (wlan0): dhclient started with pid 1986
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <info>  [1559431305.0715] policy: set 'reach out 3' (wlan0) as default for IPv6 routing and DNS
Jun  1 18:21:45 kitsuneon dhclient[1986]: XMT: Confirm on wlan0, interval 1050ms.
Jun  1 18:21:45 kitsuneon dhclient[1986]: RCV: Reply message on wlan0 from fe80::2e7e:81ff:fef6:5744.
Jun  1 18:21:45 kitsuneon dhclient[1986]: message status code Success: "Your addresses are correct for this link! Yay!"
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <info>  [1559431305.3948] dhcp6 (wlan0):   valid_lft 604800
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <info>  [1559431305.3948] dhcp6 (wlan0):   preferred_lft 604800
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <info>  [1559431305.3949] dhcp6 (wlan0):   address 2600:8803:a800:39e::d0f6
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <info>  [1559431305.3949] dhcp6 (wlan0):   nameserver '2001:578:3f::30'
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <info>  [1559431305.3949] dhcp6 (wlan0):   nameserver '2001:578:3f:1::30'
Jun  1 18:21:45 kitsuneon NetworkManager[1801]: <info>  [1559431305.3949] dhcp6 (wlan0): state changed unknown -> bound, event ID="31:91:df:c8|1559430989"
Jun  1 18:21:45 kitsuneon nm-dispatcher: req:3 'dhcp6-change' [wlan0]: new request (1 scripts)
Jun  1 18:21:45 kitsuneon nm-dispatcher: req:3 'dhcp6-change' [wlan0]: start running ordered scripts...
Jun  1 18:21:46 kitsuneon avahi-daemon[1749]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::a64e:31ff:fe91:dfc8.
Jun  1 18:21:46 kitsuneon avahi-daemon[1749]: Joining mDNS multicast group on interface wlan0.IPv6 with address 2600:8803:a800:39e:617d:1637:12e6:7d7d.
Jun  1 18:21:46 kitsuneon avahi-daemon[1749]: Registering new address record for 2600:8803:a800:39e:617d:1637:12e6:7d7d on wlan0.*.
Jun  1 18:21:46 kitsuneon avahi-daemon[1749]: Withdrawing address record for fe80::a64e:31ff:fe91:dfc8 on wlan0.
Jun  1 18:21:46 kitsuneon avahi-daemon[1749]: Registering new address record for 2600:8803:a800:39e:a64e:31ff:fe91:dfc8 on wlan0.*.
Jun  1 18:21:47 kitsuneon avahi-daemon[1749]: Registering new address record for 2600:8803:a800:39e::d0f6 on wlan0.*.
Jun  1 18:21:51 kitsuneon x-session-manager[2051]: WARNING: t+0.03207s: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Jun  1 18:21:52 kitsuneon dbus[1616]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper)
Jun  1 18:21:52 kitsuneon dbus[1616]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jun  1 18:21:52 kitsuneon rtkit-daemon[2133]: Successfully called chroot.
Jun  1 18:21:52 kitsuneon rtkit-daemon[2133]: Successfully dropped privileges.
Jun  1 18:21:52 kitsuneon rtkit-daemon[2133]: Successfully limited resources.
Jun  1 18:21:52 kitsuneon rtkit-daemon[2133]: Running.
Jun  1 18:21:52 kitsuneon rtkit-daemon[2133]: Canary thread running.
Jun  1 18:21:52 kitsuneon rtkit-daemon[2133]: Watchdog thread running.
Jun  1 18:21:52 kitsuneon dbus[1616]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Jun  1 18:21:52 kitsuneon dbus[1616]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun  1 18:21:52 kitsuneon rtkit-daemon[2133]: Successfully made thread 2131 of process 2131 (n/a) owned by '1000' high priority at nice level -11.
Jun  1 18:21:52 kitsuneon rtkit-daemon[2133]: Supervising 1 threads of 1 processes of 1 users.
Jun  1 18:21:53 kitsuneon kernel: [   34.755444] fuse init (API version 7.26)
Jun  1 18:21:53 kitsuneon rtkit-daemon[2133]: Supervising 1 threads of 1 processes of 1 users.
Jun  1 18:21:53 kitsuneon rtkit-daemon[2133]: Successfully made thread 2250 of process 2131 (n/a) owned by '1000' RT at priority 5.
Jun  1 18:21:53 kitsuneon rtkit-daemon[2133]: Supervising 2 threads of 1 processes of 1 users.
Jun  1 18:21:53 kitsuneon rtkit-daemon[2133]: Supervising 2 threads of 1 processes of 1 users.
Jun  1 18:21:53 kitsuneon rtkit-daemon[2133]: Successfully made thread 2251 of process 2131 (n/a) owned by '1000' RT at priority 5.
Jun  1 18:21:53 kitsuneon rtkit-daemon[2133]: Supervising 3 threads of 1 processes of 1 users.
Jun  1 18:21:54 kitsuneon bluetoothd[1720]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSource
Jun  1 18:21:54 kitsuneon bluetoothd[1720]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSink
Jun  1 18:21:54 kitsuneon kernel: [   35.713116] Bluetooth: RFCOMM TTY layer initialized
Jun  1 18:21:54 kitsuneon kernel: [   35.713128] Bluetooth: RFCOMM socket layer initialized
Jun  1 18:21:54 kitsuneon kernel: [   35.713139] Bluetooth: RFCOMM ver 1.11
Jun  1 18:21:54 kitsuneon dbus[1616]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper)
Jun  1 18:21:54 kitsuneon udisksd[2307]: udisks daemon version 2.1.8 starting
Jun  1 18:21:54 kitsuneon dbus[1616]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun  1 18:21:54 kitsuneon udisksd[2307]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun  1 18:21:55 kitsuneon dbus[1616]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
Jun  1 18:21:56 kitsuneon dbus[1616]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jun  1 18:21:56 kitsuneon ModemManager[1853]: <info>  Creating modem with plugin 'Generic' and '1' ports
Jun  1 18:21:56 kitsuneon ModemManager[1853]: <warn>  Could not grab port (tty/ttyS0): 'Cannot add port 'tty/ttyS0', unhandled serial type'
Jun  1 18:21:56 kitsuneon ModemManager[1853]: <warn>  Couldn't create modem for device at '/sys/devices/pci0000:00/0000:00:16.3': Failed to find primary AT port
Jun  1 18:21:58 kitsuneon /cinnamon-killer-daemon: Bound Cinnamon restart to <Control><Alt>Escape.
Jun  1 18:22:02 kitsuneon dbus[1616]: [system] Activating service name='org.blueman.Mechanism' (using servicehelper)
Jun  1 18:22:02 kitsuneon obexd[2496]: OBEX daemon 5.43
Jun  1 18:22:02 kitsuneon blueman-mechanism: Starting blueman-mechanism 
Jun  1 18:22:02 kitsuneon dbus[1616]: [system] Successfully activated service 'org.blueman.Mechanism'
Jun  1 18:22:02 kitsuneon blueman-mechanism: loading Network 
Jun  1 18:22:02 kitsuneon blueman-mechanism: loading Rfcomm 
Jun  1 18:22:02 kitsuneon blueman-mechanism: loading RfKill 
Jun  1 18:22:02 kitsuneon blueman-mechanism: loading Ppp 
Jun  1 18:22:03 kitsuneon colord-sane: io/hpmud/pp.c 627: unable to read device-id ret=-1
Jun  1 18:22:32 kitsuneon blueman-mechanism: Exiting 
Jun  1 18:25:32 kitsuneon dbus[1616]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Jun  1 18:25:32 kitsuneon PackageKit: daemon start
Jun  1 18:25:32 kitsuneon dbus[1616]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Jun  1 18:26:32 kitsuneon anacron[1590]: Job `cron.daily' started
Jun  1 18:26:32 kitsuneon anacron[4317]: Updated timestamp for job `cron.daily' to 2019-06-01
Jun  1 18:41:06 kitsuneon NetworkManager[1801]: <info>  [1559432466.2259] manager: kernel firmware directory '/lib/firmware' changed
Jun  1 18:41:21 kitsuneon kernel: [ 1202.814280] device-mapper: uevent: version 1.0.3
Jun  1 18:41:21 kitsuneon kernel: [ 1202.814340] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
Jun  1 18:41:25 kitsuneon kernel: [ 1206.219411] SGI XFS with ACLs, security attributes, realtime, no debug enabled
Jun  1 18:41:25 kitsuneon kernel: [ 1206.272915] JFS: nTxBlock = 8192, nTxLock = 65536
Jun  1 18:41:25 kitsuneon kernel: [ 1206.320354] ntfs: driver 2.1.32 [Flags: R/O MODULE].
Jun  1 18:41:25 kitsuneon kernel: [ 1206.382778] QNX4 filesystem 0.2.3 registered.
Jun  1 18:41:25 kitsuneon kernel: [ 1206.495450] raid6: sse2x1   gen()  5747 MB/s
Jun  1 18:41:25 kitsuneon kernel: [ 1206.563438] raid6: sse2x1   xor()  5737 MB/s
Jun  1 18:41:25 kitsuneon kernel: [ 1206.631438] raid6: sse2x2   gen() 10983 MB/s
Jun  1 18:41:25 kitsuneon kernel: [ 1206.699436] raid6: sse2x2   xor()  7857 MB/s
Jun  1 18:41:25 kitsuneon kernel: [ 1206.767436] raid6: sse2x4   gen() 12706 MB/s
Jun  1 18:41:25 kitsuneon kernel: [ 1206.835427] raid6: sse2x4   xor()  9636 MB/s
Jun  1 18:41:25 kitsuneon kernel: [ 1206.835429] raid6: using algorithm sse2x4 gen() 12706 MB/s
Jun  1 18:41:25 kitsuneon kernel: [ 1206.835429] raid6: .... xor() 9636 MB/s, rmw enabled
Jun  1 18:41:25 kitsuneon kernel: [ 1206.835431] raid6: using ssse3x2 recovery algorithm
Jun  1 18:41:25 kitsuneon kernel: [ 1206.854665] xor: automatically using best checksumming function   avx       
Jun  1 18:41:25 kitsuneon kernel: [ 1206.883091] Btrfs loaded, crc32c=crc32c-intel
Jun  1 18:41:25 kitsuneon os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda1
Jun  1 18:41:26 kitsuneon 50mounted-tests: debug: mounted using GRUB ntfs filesystem driver
Jun  1 18:41:26 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
Jun  1 18:41:26 kitsuneon 05efi: debug: Not on UEFI platform
Jun  1 18:41:26 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
Jun  1 18:41:26 kitsuneon 10freedos: debug: /dev/sda1 is not a FAT partition: exiting
Jun  1 18:41:26 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
Jun  1 18:41:26 kitsuneon 10qnx: debug: /dev/sda1 is not a QNX4 partition: exiting
Jun  1 18:41:26 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
Jun  1 18:41:26 kitsuneon macosx-prober: debug: /dev/sda1 is not an HFS+ partition: exiting
Jun  1 18:41:26 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
Jun  1 18:41:26 kitsuneon 20microsoft: debug: /dev/sda1 is a NTFS partition
Jun  1 18:41:26 kitsuneon 20microsoft: result: /dev/sda1:Windows 10:Windows:chain
Jun  1 18:41:26 kitsuneon 50mounted-tests: debug: os found by subtest /usr/lib/os-probes/mounted/20microsoft
Jun  1 18:41:26 kitsuneon os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests
Jun  1 18:41:26 kitsuneon os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda2
Jun  1 18:41:27 kitsuneon 50mounted-tests: debug: mounted using GRUB ntfs filesystem driver
Jun  1 18:41:27 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
Jun  1 18:41:27 kitsuneon 05efi: debug: Not on UEFI platform
Jun  1 18:41:27 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
Jun  1 18:41:27 kitsuneon 10freedos: debug: /dev/sda2 is not a FAT partition: exiting
Jun  1 18:41:27 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
Jun  1 18:41:27 kitsuneon 10qnx: debug: /dev/sda2 is not a QNX4 partition: exiting
Jun  1 18:41:27 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
Jun  1 18:41:27 kitsuneon macosx-prober: debug: /dev/sda2 is not an HFS+ partition: exiting
Jun  1 18:41:27 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
Jun  1 18:41:27 kitsuneon 20microsoft: debug: /dev/sda2 is a NTFS partition
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility
Jun  1 18:41:28 kitsuneon 30utility: debug: /dev/sda2 is not a FAT partition: exiting
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/70hurd
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/80minix
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/83haiku
Jun  1 18:41:28 kitsuneon 83haiku: debug: /dev/sda2 is not a BeFS partition: exiting
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90linux-distro
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90solaris
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/efi
Jun  1 18:41:28 kitsuneon os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda3
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: mounted using GRUB ntfs filesystem driver
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
Jun  1 18:41:28 kitsuneon 05efi: debug: Not on UEFI platform
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
Jun  1 18:41:28 kitsuneon 10freedos: debug: /dev/sda3 is not a FAT partition: exiting
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
Jun  1 18:41:28 kitsuneon 10qnx: debug: /dev/sda3 is not a QNX4 partition: exiting
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
Jun  1 18:41:28 kitsuneon macosx-prober: debug: /dev/sda3 is not an HFS+ partition: exiting
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
Jun  1 18:41:28 kitsuneon 20microsoft: debug: /dev/sda3 is a NTFS partition
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility
Jun  1 18:41:28 kitsuneon 30utility: debug: /dev/sda3 is not a FAT partition: exiting
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/70hurd
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/80minix
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/83haiku
Jun  1 18:41:28 kitsuneon 83haiku: debug: /dev/sda3 is not a BeFS partition: exiting
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90linux-distro
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90solaris
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/efi
Jun  1 18:41:28 kitsuneon os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda4
Jun  1 18:41:28 kitsuneon 50mounted-tests: debug: /dev/sda4 type not recognised; skipping
Jun  1 18:41:28 kitsuneon os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests

plz halp

Offline

#24 2019-06-02 13:58:55

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: Help with bootup info and stuff

jitterssnowpaw wrote:

plz halp

Looks fine to me.

If you want to use KVM then enable the virtualisation options for your CPU from the firmware ("BIOS") menus.

Does your machine have a Trusted Platform Module? If so and you want to use it then check the firmware menu for the relevant option.


Brianna Ghey — Rest In Power

Offline

#25 2019-06-07 01:43:04

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

golinux wrote:
jitterssnowpaw wrote:

Ok thank you very much how come Telegram doesn't come up in the package manager but it does on like say Ubuntu. What do I need to add to sources.list for that type of stuff to come up? XDD

As to telegram . . . it's in backports:

https://pkginfo.devuan.org/cgi-bin/d1pk … elease=any

Devuan is not Ubuntu.  Repos are not mix-and-match.  You might want to read this:
https://wiki.debian.org/DontBreakDebian

Ok how do I add backports to my sources.list I'm lost.
And I migth need help with just one more thing it's my game Ragnarok Online.

Offline

Board footer