You are here: Home / Linux and TDE on Dell XPS 9575 15 inch 2-in-1

Linux and TDE on Dell XPS 9575 15 inch 2-in-1

Here is information on the challenges of trying to get Linux (and BSD) to run on a Dell 2-in-1 15 in. 9575 XPS laptop / tablet.

Problems in VM

Because I was tight on time, I tried running Debian 9.5 insite VirtualBox 6.0.0 r127566 (Qt5.6.2), but it kept locking up and crashing. So it is critical I find a means of getting Linux to work on this laptop natively, VM is not an option. I'm afraid this may take months to resolve, as the opensource development community works on some of these black box proprietary hardware issues (or don't work on and then everyone with this setup is out of luck with Linux), but here will be tracked those efforts.

 

System Specifications

 

Model

Computer Model XPS 15 9575
BIOS Vendor Dell Inc.
BIOS Version 1.1.9
BIOS Date 8/8/2018
OS Version Microsoft Windows 10 Pro

Processor

Manufacturer Intel(R) Core(TM) i7-8705G CPU @ 3.10GHz
Clock Speed 3.1Ghz
L2 Cache Size 1024

Chipset: Indel GL82QM175

 

Memory

Available Memory 47.11 %
Page File Size 19,139.5MB
Available Page File 99.39 %
Virtual Memory 19,139.5MB
Available Virtual Memory 44.17 %
Motherboard 16,384.0MB

 

Network Controller

Adaptor Realtek USB GbE Family Controller
Adaptor Bluetooth Device (Personal Area Network)
Adaptor

Bluetooth Device (RFCOMM Protocol TDI)

 Wireless•
Wi-Fi 802.11a/g/n/ac•
Bluetooth 4.1

Killer 1435-S :

Transfer rate (maximum)
867 Mbps

Frequency bands
2.4 GHz/5 GHz

Encryption•
64-bit/128-bit WEP•
AES-CCMP•
TKIP

 

Video

Controller: Radeon RX Vega M Graphics•
Intel HD Graphics 630

Display:

Resolution (maximum)
1920 x 1080

Viewing angle (Left/Right/Down/Up)
89/89/89/89 degrees

Pixel pitch
0.17925 mm

Dimension: (excluding bezel): Height
344.16 mm (13.54 in). Width
193.59 mm (7.62 in)

Diagonal
396.24 mm (15.60 in)
Refresh rate
60 HZ
Operating angle
0 degrees (closed) to 360 degrees
Panel technology
In-plane switching
Controls
Brightness can be controlled using shortcut keys

 

Computer environment Airborne contaminant level: G1 as defined by ISA-S71.04-1985
Table 20. Computer environment
Operating
Storage
Temperature range
0°C to 35°C (32°F to 95°F)
–40°C to 65°C (–40°F to 149°F)
Relative humidity (maximum)
10% to 90% (non-condensing)
0% to 95% (non-condensing)
Vibration (maximum)*
0.66 GRMS
1.30 GRMS
Shock (maximum)
110 G†
160 G‡
Altitude (maximum)
–15.2 m to 3048 m (–50 ft to 10,000 ft)
–15.2 m to 10,668 m (–50 ft to 35,000 ft)* Measured using a random vibration spectrum that simulates user environment.† Measured using a 2 ms half-sine pulse when the hard drive is in use.
18 Specifications
‡ Measured using a 2 ms half-sine pulse when the hard-drive head is in parked position.

 

X windows constantly crash with mouse moves, logs out randomly with different mouse movements.

dmesg | grep amdgpu
[    2.481110] [drm] amdgpu kernel modesetting enabled.
[    2.481112] [drm] amdgpu version: 18.50.1.418
[    2.485283] amdgpu 0000:01:00.0: enabling device (0006 -> 0007)
[    2.486063] amdgpu 0000:01:00.0: kfd not supported on this ASIC
[    2.540760] amdgpu 0000:01:00.0: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
[    2.540762] amdgpu 0000:01:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[    2.540806] [drm] amdgpu: 4096M of VRAM memory ready
[    2.540807] [drm] amdgpu: 15605M of GTT memory ready.
[    2.540891] amdgpu 0000:01:00.0: irq 140 for MSI/MSI-X
[    2.540924] amdgpu 0000:01:00.0: gfx8: Failed to load firmware "amdgpu/vegam_pfp.bin"
[    2.540964] [drm:gfx_v8_0_sw_init [amdgpu]] *ERROR* Failed to load gfx firmware!
[    2.540991] [drm:amdgpu_device_init [amdgpu]] *ERROR* sw_init of IP block <gfx_v8_0> failed -2
[    2.540994] amdgpu 0000:01:00.0: amdgpu_device_ip_init failed
[    2.540996] amdgpu 0000:01:00.0: Fatal error during GPU init
[    2.540998] [drm] amdgpu: finishing device.
[    2.541103] [drm] amdgpu: ttm finalized
[    2.541314] amdgpu: probe of 0000:01:00.0 failed with error -2

 Install amdgpu 19.20 version looks to be improvement:

 lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
        Subsystem: Dell Device 080d
        Kernel driver in use: i915
        Kernel modules: i915
--
00:13.0 Non-VGA unclassified device: Intel Corporation 100 Series/C230 Series Chipset Family Integrated Sensor Hub (rev 31)
        Subsystem: Dell Device 080d
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
        Subsystem: Dell Device 080d
--
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Polaris 22 XL [Radeon RX Vega M GL] (rev c0)
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Polaris 22 XL [Radeon RX Vega M GL]
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu

 Still problematic:

glxinfo
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig

 

less /var/log/Xorg.0.log | grep gl
[    26.981] (II) LoadModule: "glx"
[    26.981] (II) Loading /opt/amdgpu-pro/lib64/xorg/modules/extensions/libglx.so
[    26.986] (II) Module glx: vendor="X.Org Foundation"
[    27.073] (II) Loading sub module "glamoregl"
[    27.073] (II) LoadModule: "glamoregl"
[    27.073] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    27.076] (II) Module glamoregl: vendor="X.Org Foundation"
[    27.080] (EE) modeset(0): glamor initialization failed

 cat /var/log/Xorg.0.log | grep glx
[    26.981] (II) LoadModule: "glx"
[    26.981] (II) Loading /opt/amdgpu-pro/lib64/xorg/modules/extensions/libglx.so
[    26.986] (II) Module glx: vendor="X.Org Foundation"

SOLUTION: USE amdgpu-install rather than amdgpu-pro-install

 

 

References:

https://www.amd.com/en/support/graphics/radeon-rx-vega-series/radeon-rx-vega-series

https://amdgpu-install.readthedocs.io/en/latest/radeon-rx-vega-64

https://vulkan.lunarg.com/sdk/home

https://www.centos.org/forums/viewtopic.php?t=68308

https://community.amd.com/thread/218141

https://community.amd.com/thread/234840

https://www.notebookcheck.net/AMD-Radeon-RX-Vega-M-GL-GPU.278678.0.html

https://www.phoronix.com/scan.php?page=news_item&px=AMDGPU-Vega-M-Kernel-Support

https://www.phoronix.com/scan.php?page=news_item&px=Vega-M-Linux-Is-Working

 

 

 

Storage

Drive C:
Type 3
Drive Size 462.3GB
Total Available Space 405.5GB
Used Space 56.7GB

 M.2 card
One M.2 slot for Solid-State Drive (SSD)

UPGRADED TO 2 TB: Samsung SSD 970 EVO 2 Terrabyte

 

 

 

 

Hardware

Type Description
DVD/CD-ROM Drives
Disk Drives
KXG50ZNV512G NVMe TOSHIBA 512GB
Display Adapters
Radeon RX Vega M GL Graphics
Intel(R) HD Graphics 630
IDE ATA/ATAPI Controllers
Keyboards,Mice & Pointing Devices
HID-compliant mouse
HID-compliant mouse
Monitors
Default Monitor
Generic PnP Monitor
Sound Devices
Intel(R) Display Audio
Realtek Audio
USB Controllers
Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)

 USB/Video•
Two Thunderbolt 3 (USB Type-C) ports with Power Delivery•
Two USB 3.1 Gen 1 (USB Type-C) port with Power Delivery/DisplayPort
Audio
One headset (headphone and microphone combo) port

Realtek ALC3271-CG with Waves MaxxAudio Pro

2 Speakers - Average: 2 W• Peak: 2.5 W

Microphone: Digital-array microphones

Camera Resolution: Still image: 0.92 megapixel (HD)• Video: 1280 x 720 (HD) at 30 fps

Camera diagonal viewing angle: 86.7 degrees

Infrared camera diagonal viewing angle: 70 degrees

 

Touchpad Resolution: 1219 x 919. Dimensions: Width: 105 mm (4.13 in)•
Height: 80 mm (3.14 in). Supports Touchpad Gestures.

 

Power Adapter

Type
130 W USB Type-C
Input voltage
100 VAC–240 VAC
Input frequency
50 Hz–60 Hz
Input current (maximum)
1.80 A
Output current (continuous)
6.50 A
Rated output voltage
20 VDC
Temperature range (operating)
0°C to 40°C (32°F to 104°F)
Temperature range (storage)
–40°C to 70°C (–40°F to 158°F)

 

 

Battery

Type
6-cell "smart" lithium-ion (75 WHr)
Dimension:
Width
305.50 mm (12.03 in)
Depth
87.85 mm (3.46 in)
Height
6.11 mm (0.24 in)
Weight (maximum)
0.30 kg (0.66 lb)
Voltage
11.4 VDC
Charging time when the computer is off (approximate)
4 hours
Operating time
Varies depending on operating conditions and can significantly reduce under certain power-intensive conditions.
Life span (approximate)
300 discharge/charge cycles
Temperature range: Operating
0°C to 35°C (32°F to 95°F)

 

 

CentOS ...

 

 Needed to turn SATA drive from RAID to AHCI, and Secure boot toggled off in order to boot and install.

 

Live

 Didn't try.

 

Installed

 Success!

Though some issues with the /boot partitioning scheme of the installer that was moronic about the installer, forcing me to have to use an unencrypted root partition.

No problem with UEFI and /boot/efi.

But need /boot 200 MB or larger. This is the problem with the installer.

Problem: /boot automatically becomes biosboot and won't make larger than 1024 KiB.

 

 

 

 

 

Debian 9.6

 Won't install at all. Won't even boot beyond a black screen.

 

Live USB

 Won't run.

 

Installed

 Won't install

 

 

Ubuntu ....

 Can't install

 

 

OpenSuSE

 

Can't install

 

 

 

OpenBSD ...

 Can't access the m.2 SSD to install

 

 

Upgrade m.2 SSD

 

Upgraded from 550GB to 2TB

Samsung 970 EVO MZ-V7E2T0BW - Solid state drive - encrypted - 2 TB - internal - M.2 2280 - PCI Express 3.0 x4 (NVMe) - 2

 

https://www.dell.com/community/XPS/XPS-9575-2-in-1-SSD-2-TB-Upgrade-m-2-not-detected-in-BIOS/m-p/6243748#M22912

 

https://www.windowscentral.com/upgrade-ssd-dell-xps-15-9570

 

https://medium.com/@sebvance/how-to-upgrade-a-dell-xps-15-9550-to-a-samsung-960-evo-nvme-m-2-ssd-1d64eed914a9

 

 

 

XPS 9575 2-in-1 SSD 2 TB Upgrade m.2 not detected in BIOS

Greetings.

After first backing up and making restore images on a drive and recovery USB stick. I upgraded XPS 9575 2in1 m.2 SSD to a Samsung 970 EVO MZ-V7E2T0BW - Solid state drive - encrypted - 2 TB - internal - M.2 2280 - PCI Express 3.0 x4 (NVMe) - 2. Upon initial boot it was not detected, so I went into the BIOS and as suggested on other sites changed from RAID to AHCI. Still not detected in the BIOS.

Still shows in BIOS:

Settings > System Information > M.2 SATA = (none)

BIOS version: 1.1.9

Any ideas on what other settings I need to modify for this to be detected?

Thanks!

 

jphughan

Diamond
‎12-31-2018 02:57 PM
Re: XPS 9575 2-in-1 SSD 2 TB Upgrade m.2 not detected in BIO
There are multiple reports of this behavior with the 970 Evo on various XPS 13 and 15 models, even models where the 960 Evo works fine. I haven’t seen a solution or even a confirmed underlying cause. But you definitely wouldn’t need to change any settings just to get it detected by the BIOS. If you have another system that can accept an NVMe SSD, you can try updating the firmware on the 970 Evo itself, but otherwise you might be better off trying another SSD model, including the 960 Evo.

 

rpgresearch

Copper
‎01-01-2019 12:41 AM
Re: XPS 9575 2-in-1 SSD 2 TB Upgrade m.2 not detected in BIO
Thanks for the feedback. Unfortunately I don't have another system that can take that type of drive. Should I try getting an external USB enclosure adapter to see if that works?

I bought this drive through Dell it was listed in the recommended accessories after I bought the XPS.

Any chance flashing the BIOS of the brand new XPS from 1.1.9 to 1.2.0 might help?

I didn't see anything in the info about the BIOS update that would indicate it would, but maybe folks know better?

I'll try searching around the web more generally about the drive rather than the laptop and see if anything helpful there. Appreciate any other suggestions that might help.

Thanks!

 

‎01-01-2019 01:05 AM
Re: XPS 9575 2-in-1 SSD 2 TB Upgrade m.2 not detected in BIO
Addendum: Running ePSA Pre-boot System Assessment (4306.14), _does_ detect it. Strange.

After running complete test:

Hard Drive 1-0-10

OEM: SAMSUN, product: Samsung SSD 970 EVO 2TB, revision: 2B2QEXE7, S/N: ....., type: SED NVMe, size: 2 TB 2.5".

System Health:

Sensor: Hard Drive 1-0-10

Current: 41 C

High 41 C

Low 40 C.

 

Results:

Hard Drive 1-0-10 - SMART Health Test **

... Test Results: Pass

Hard Drive 1-0-10 - DST Short Test **

Started: 01/01/2019 01:02:51

Ended: 01/01/2019 01:04:52, Elapsed time: 00:02:01

Test Results: Pass

 

SOLUTION

‎01-01-2019 01:41 AM
Re: XPS 9575 2-in-1 SSD 2 TB Upgrade m.2 not detected in BIO
Tried something else. Back to RAID, and other defaults in BIOS.

Then:

F12 -> Device Configuration

Intel(R) Rapid Storage Technology

Intel(R) RST 15.9.1.3271 RAID Driver

Non-RAID Physical Disks:

PCIe 1.0, Samsung SSD 970 EVO 2TB ...., 1.8TB (selected)

F3 for Optimized Defaults... Yes.

F4 Save & exit.

Boot from Windows recovery USB thumbdrive. Then recovery disk restore (shows the SSD)

Exclude the recovery drive from formatting so only formats new: "Samsung SSD 970 EVO 2TB (Disk 0)

Ran the recovery.

Voila! It worked!

Hope that helps others.

 

 

Trinity Desktop Environment TDE

As per directions here: https://wiki.trinitydesktop.org/RedHat_Trinity_Repository_Installation_Instructions

But the setting up TDE to be automatic failed because trinity-tdm didn't install.

So after running yum install trinity-tdebase and yum install trinity-desktop

run:

yum install trinity-tdm

Can't install yet yum install trinity-desktop-all  due to esound lib conflicts, will address that after base is working and rebooting and auto loading TDE as default....

Problem:  systemctl enable tdm.service
Failed to execute operation: No such file or directory

So tried yum install trinity-tdm

But:

Installing:
 trinity-tdm        x86_64        14.0.5-1.el7         trinity-r14        1.5 M

Transaction Summary
================================================================================
Install  1 Package

Total download size: 1.5 M
Installed size: 2.4 M
Is this ok [y/d/N]: y
Downloading packages:
trinity-tdm-14.0.5-1.el7.x86_64.rpm                        | 1.5 MB   00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
cp: cannot stat ‘/opt/trinity/share/apps/tdm/pics/users/*’: No such file or directory
  Installing : trinity-tdm-14.0.5-1.el7.x86_64                              1/1
Error unpacking rpm package trinity-tdm-14.0.5-1.el7.x86_64
error: unpacking of archive failed on file /opt/trinity/bin/tdm;5c357ce8: cpio: lsetfilecon
  Verifying  : trinity-tdm-14.0.5-1.el7.x86_64                              1/1

Failed:
  trinity-tdm.x86_64 0:14.0.5-1.el7  

 

But then tried again and:

systemctl enable tdm.service
Failed to execute operation: No such file or directory
[root@2n1 init.d]# yum install trinity-desktop
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: centos.s.uw.edu
 * epel: sjc.edge.kernel.org
 * extras: centos.s.uw.edu
 * trinity-r14: tde-mirror.yosemite.net
 * trinity-r14-noarch: tde-mirror.yosemite.net
 * updates: centos.s.uw.edu
Package trinity-desktop-14.0.5-1.el7.noarch already installed and latest version
Nothing to do

Hmmm.

 

And weirder:

yum reinstall trinity-tdm
Loaded plugins: fastestmirror, langpacks
No Match for argument: trinity-tdm
Loading mirror speeds from cached hostfile
 * base: centos.s.uw.edu
 * epel: sjc.edge.kernel.org
 * extras: centos.s.uw.edu
 * trinity-r14: tde-mirror.yosemite.net
 * trinity-r14-noarch: tde-mirror.yosemite.net
 * updates: centos.s.uw.edu
Package(s) trinity-tdm available, but not installed.

 

This turns out to be an SElinux issue.

Rebooted (only boots to command login now since I disabled gdm.service earlier).

sestatus shows enforcing.

Set it to Permissive:  

setenforce Permissive

This should switch back to enforcing upon reboot.

 

Then run yum install trinity-tdm

Successfully installs now.

Now run systemctl enable tdm.service

 

Then reboot...

Voila! Working TDE on CentOS 7!

 

 Now, problem trying to get rest of Trinity to work:

yum install trinity-desktop-all

Transaction Summary
================================================================================
Install  1 Package (+266 Dependent packages)

Total size: 257 M
Installed size: 731 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test


Transaction check error:
  file /usr/lib64/libesd.so.0.2.39 from install of esound-libs-1:0.2.41-12.el7.x86_64 conflicts with file from package libesd0-0.2.41-1.el7.x86_64

SOLUTION

 Solution: Disable nux repo, yum update, then individually install esound-libs:

yum install esound-libs

Success!

Then able to run to completion finally:

yum install trinity-desktop-all

 

 

Resources

 

http://forum.notebookreview.com/threads/xps-15-2-in-1-9575-owners-thread.821453/

https://dustinweb.azureedge.net/media/407989/xps-15-9575-2-in-1.pdf

https://www.pcworld.com/article/3308396/laptop-computers/dell-xps-15-2-in-1-9575-review-kaby-lake-g.html

https://www.reddit.com/r/Dell/comments/89mpxo/how_the_linux_support_for_the_xps_15_2in1/

https://www.dell.com/community/XPS/Install-Ubuntu-on-XPS-15-2-in-1/td-p/6117693

https://virtualgeek.io/a-real-world-on-the-road-dell-xps-15-2-in-1-2018-review/

 

 

STATUS UPDATE 20190122

 Using system daily now, but having some stability issues that are seriously impacting productivity, and very embarrassing when at client site during questionnaire research data gathering and system suddently logs out on its own.

Other than the issues listed below rest is pretty great. System is very fast, flexible, etc.

 

TDE (or CentOS?) Problems with Touchpad, Power Management, Kernel, Drivers, Logout, Crashing, Xorg, Kernel Errors in TDE

Email sent to TDE user list 20190122

"Greetings,

First, THANK YOU SO MUCH FOR TDE! The horrible things they have done to
KDE from 4.x onward seem unspeakably bad. I am so very grateful you
revived this much more productive interface.

I am however having some trouble and not sure how much is TDE, video
driver, touchpad/touchscreen driver, kernel, and/or other hardware
driver issues. If it isn't TDE itself, I appreciate help isolating
which components to tackle first.

I haven't figured out the causality yet, and it is random seeming but
frequent. Periodically the little crash indicator red light icon shows
up in the lower right corner of taskbar.

Sometimes the message when I mouse hover over the icon:
"A problem in the xorg-x11-server-Xorg-1.20.1-5.1.el7 package has been
detected". Other times it is something about a kernel error, and then
before I can read more, I get logged out of TDE and brought to the
login screen.

Also the screen will dim down considerably some times, seemingly
randomly, appearing to be around 10-25% brightnness, but command line
cranking it up to 1.0 barely raises it up. I have to fully reboot the
system to get the screen brightness back to normal.

It _might_ (and I emphasize guessing heavily) coincide with multitouch
on the touchpad, but really can't trigger it reliably. It usually
happens faster if I am using the laptop, but sometimes I come back and
it has logged itself out without my being there at all.

Sometimes it seems to trigger the logout when I am using 2-finger or
3-finger scrolling on the touchpad. Sometimes the touchpad makes the
mouse jump around. Other times it behaves just fine.

There is also a weird behavior if I accidentally click two fingers on
the touchpad 3-4 Konsole screens appear, and I click on the X in upper
right hand corner of each window to close, when I click on the 2nd to
last one, 3 more appear!  The only way to stop that is to type "exit"
in each rather than using the mouse.

Weird behaviors, but seem interconnected somewhat?

Everything else seems to be working well though I haven't tried any 3d
tests yet.

The "Automatic But Reporting Tool" shows "My (0)" and "System (4) but
in the right hand column shows "No problems detected!".

I'm not sure where to begin as far as logs that might be useful, so
could use a little guidance. There is a lot of whitenoise (to me at
least) on the logs, so suggestions would be appreciated.

This is a very new 2 in 1 laptop, and I wonder if it has anything to do
with the drivers between the touch screen (which I only rarely use) and
the touchpad (use a lot), and/or something with the video drivers. But
I'm totally shotgunning here.


Specifications information here:
http://www2.techtalkhawke.com/news/linux-on-dell-xps-9575-15-inch-2-in-1-1


Appreciate help isolating the issues or if this is common/known issue
on this new hardware, any known fixes or workarounds to try.

Thanks kindly!
"

cat /var/log/messages, excerpt:

 

Jan 22 18:19:18 2n1 systemd-logind: Lid closed.
Jan 22 18:19:18 2n1 kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Jan 22 18:20:01 2n1 systemd: Created slice User Slice of root.
Jan 22 18:20:01 2n1 systemd: Started Session 33 of user root.
Jan 22 18:20:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 18:25:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 18:25:01 2n1 systemd: Started Session 34 of user pcp.
Jan 22 18:25:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 18:28:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 18:28:01 2n1 systemd: Started Session 35 of user pcp.
Jan 22 18:28:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 18:30:01 2n1 systemd: Created slice User Slice of root.
Jan 22 18:30:01 2n1 systemd: Started Session 36 of user root.
Jan 22 18:30:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 18:30:01 2n1 systemd: Started Session 37 of user pcp.
Jan 22 18:30:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 18:30:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 18:35:25 2n1 auditd[5307]: Audit daemon rotating log files
Jan 22 18:40:01 2n1 systemd: Created slice User Slice of root.
Jan 22 18:40:01 2n1 systemd: Started Session 38 of user root.
Jan 22 18:40:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 18:50:01 2n1 systemd: Created slice User Slice of root.
Jan 22 18:50:01 2n1 systemd: Started Session 39 of user root.
Jan 22 18:50:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 18:55:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 18:55:01 2n1 systemd: Started Session 40 of user pcp.
Jan 22 18:55:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 18:58:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 18:58:01 2n1 systemd: Started Session 41 of user pcp.
Jan 22 18:58:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 19:00:01 2n1 systemd: Created slice User Slice of root.
Jan 22 19:00:01 2n1 systemd: Started Session 42 of user root.
Jan 22 19:00:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 19:01:01 2n1 systemd: Created slice User Slice of root.
Jan 22 19:01:01 2n1 systemd: Started Session 43 of user root.
Jan 22 19:01:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 19:10:01 2n1 systemd: Created slice User Slice of root.
Jan 22 19:10:01 2n1 systemd: Started Session 44 of user root.
Jan 22 19:10:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 19:20:01 2n1 systemd: Created slice User Slice of root.
Jan 22 19:20:01 2n1 systemd: Started Session 45 of user root.
Jan 22 19:20:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 19:25:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 19:25:01 2n1 systemd: Started Session 46 of user pcp.
Jan 22 19:25:02 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 19:28:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 19:28:01 2n1 systemd: Started Session 47 of user pcp.
Jan 22 19:28:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 19:30:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 19:30:01 2n1 systemd: Started Session 48 of user pcp.
Jan 22 19:30:01 2n1 systemd: Created slice User Slice of root.
Jan 22 19:30:01 2n1 systemd: Started Session 49 of user root.
Jan 22 19:30:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 19:30:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 19:40:01 2n1 systemd: Created slice User Slice of root.
Jan 22 19:40:01 2n1 systemd: Started Session 50 of user root.
Jan 22 19:40:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 19:50:01 2n1 systemd: Created slice User Slice of root.
Jan 22 19:50:01 2n1 systemd: Started Session 51 of user root.
Jan 22 19:50:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 19:55:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 19:55:01 2n1 systemd: Started Session 52 of user pcp.
Jan 22 19:55:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 19:58:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 19:58:01 2n1 systemd: Started Session 53 of user pcp.
Jan 22 19:58:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 20:00:01 2n1 systemd: Created slice User Slice of root.
Jan 22 20:00:01 2n1 systemd: Started Session 54 of user root.
Jan 22 20:00:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 20:01:01 2n1 systemd: Created slice User Slice of root.
Jan 22 20:01:01 2n1 systemd: Started Session 55 of user root.
Jan 22 20:01:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 20:10:01 2n1 systemd: Created slice User Slice of root.
Jan 22 20:10:01 2n1 systemd: Started Session 56 of user root.
Jan 22 20:10:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 20:20:01 2n1 systemd: Created slice User Slice of root.
Jan 22 20:20:01 2n1 systemd: Started Session 57 of user root.
Jan 22 20:20:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 20:25:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 20:25:01 2n1 systemd: Started Session 58 of user pcp.
Jan 22 20:25:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 20:28:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 20:28:01 2n1 systemd: Started Session 59 of user pcp.
Jan 22 20:28:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 20:30:01 2n1 systemd: Created slice User Slice of root.
Jan 22 20:30:01 2n1 systemd: Started Session 60 of user root.
Jan 22 20:30:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 20:30:01 2n1 systemd: Started Session 61 of user pcp.
Jan 22 20:30:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 20:30:02 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 20:40:01 2n1 systemd: Created slice User Slice of root.
Jan 22 20:40:01 2n1 systemd: Started Session 62 of user root.
Jan 22 20:40:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 20:50:01 2n1 systemd: Created slice User Slice of root.
Jan 22 20:50:01 2n1 systemd: Started Session 63 of user root.
Jan 22 20:50:01 2n1 systemd: Removed slice User Slice of root.

Jan 22 20:52:08 2n1 chronyd[5397]: Source 173.71.69.215 offline
Jan 22 20:52:08 2n1 chronyd[5397]: Source 45.63.111.145 offline
Jan 22 20:52:08 2n1 chronyd[5397]: Source 72.30.35.88 offline
Jan 22 20:52:08 2n1 chronyd[5397]: Source 204.2.134.163 offline
Jan 22 20:52:08 2n1 chronyd[5397]: Can't synchronise: no selectable sources
Jan 22 20:52:08 2n1 nm-dispatcher: req:2 'connectivity-change': start running ordered scripts...
Jan 22 20:55:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 20:55:01 2n1 systemd: Started Session 64 of user pcp.
Jan 22 20:55:01 2n1 systemd: Removed slice User Slice of pcp.

Jan 22 20:58:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 20:58:01 2n1 systemd: Started Session 65 of user pcp.
Jan 22 20:58:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 21:00:01 2n1 systemd: Created slice User Slice of root.
Jan 22 21:00:01 2n1 systemd: Started Session 66 of user root.
Jan 22 21:00:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 21:01:01 2n1 systemd: Created slice User Slice of root.
Jan 22 21:01:01 2n1 systemd: Started Session 67 of user root.
Jan 22 21:01:01 2n1 systemd: Removed slice User Slice of root.

Jan 22 21:05:19 2n1 systemd: Unit iscsi.service cannot be reloaded because it is inactive.
Jan 22 21:05:20 2n1 chronyd[5397]: Source 45.63.111.145 online
Jan 22 21:05:20 2n1 chronyd[5397]: Source 72.30.35.88 online
Jan 22 21:05:20 2n1 chronyd[5397]: Source 204.2.134.163 online
Jan 22 21:05:20 2n1 chronyd[5397]: Source 173.71.69.215 online
Jan 22 21:05:20 2n1 nm-dispatcher: req:2 'connectivity-change': start running ordered scripts...
Jan 22 21:05:20 2n1 chronyd[5397]: Selected source 204.2.134.163
Jan 22 21:10:01 2n1 systemd: Created slice User Slice of root.
Jan 22 21:10:01 2n1 systemd: Started Session 68 of user root.
Jan 22 21:10:01 2n1 systemd: Removed slice User Slice of root.


Jan 22 21:13:13 2n1 systemd-logind: Lid opened.Jan 22 21:13:14 2n1 kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Jan 22 21:13:21 2n1 dbus[5382]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
Jan 22 21:13:21 2n1 systemd: Starting Fingerprint Authentication Daemon...
Jan 22 21:13:21 2n1 dbus[5382]: [system] Successfully activated service 'net.reactivated.Fprint'
Jan 22 21:13:21 2n1 systemd: Started Fingerprint Authentication Daemon.
Jan 22 21:13:31 2n1 sh: abrt-dump-xorg: Not going to make dump directories world readable because PrivateReports is on
Jan 22 21:13:31 2n1 sh: abrt-dump-xorg: Not going to make dump directories world readable because PrivateReports is on
Jan 22 21:13:31 2n1 abrt-server: tar: Removing leading `/' from member names
Jan 22 21:13:31 2n1 abrt-server: tar: Removing leading `/' from member names
Jan 22 21:13:31 2n1 abrt-server: Duplicate: UUID
Jan 22 21:13:31 2n1 abrt-server: DUP_OF_DIR: /var/spool/abrt/xorg-2019-01-22-13:45:32-4298-2
Jan 22 21:13:31 2n1 abrt-server: Deleting problem directory xorg-2019-01-22-21:13:31-21396-1 (dup of xorg-2019-01-22-13:45:32-4298-2)
Jan 22 21:13:31 2n1 dbus[5382]: [system] Activating service name='org.freedesktop.problems' (using servicehelper)
Jan 22 21:13:31 2n1 dbus[5382]: [system] Successfully activated service 'org.freedesktop.problems'
Jan 22 21:13:31 2n1 abrt-server: Email address of sender was not specified. Would you like to do so now? If not, 'user@localhost' is to be used [y/N]
Jan 22 21:13:31 2n1 abrt-server: Email address of receiver was not specified. Would you like to do so now? If not, 'root@localhost' is to be used [y/N]
Jan 22 21:13:31 2n1 abrt-server: Sending an email...
Jan 22 21:13:31 2n1 abrt-server: Sending a notification email to: root@localhost
Jan 22 21:13:32 2n1 abrt-server: Email was sent to: root@localhost
Jan 22 21:13:32 2n1 abrt-server: tar: Removing leading `/' from member names
Jan 22 21:13:32 2n1 abrt-server: tar: Removing leading `/' from member names
Jan 22 21:13:32 2n1 abrt-server: Duplicate: UUID
Jan 22 21:13:32 2n1 abrt-server: DUP_OF_DIR: /var/spool/abrt/xorg-2019-01-22-13:45:32-4298-2
Jan 22 21:13:32 2n1 abrt-server: Deleting problem directory xorg-2019-01-22-21:13:31-21396-2 (dup of xorg-2019-01-22-13:45:32-4298-2)
Jan 22 21:13:32 2n1 abrt-server: Email address of sender was not specified. Would you like to do so now? If not, 'user@localhost' is to be used [y/N]
Jan 22 21:13:32 2n1 abrt-server: Email address of receiver was not specified. Would you like to do so now? If not, 'root@localhost' is to be used [y/N]
Jan 22 21:13:32 2n1 abrt-server: Sending an email...
Jan 22 21:13:32 2n1 abrt-server: Sending a notification email to: root@localhost
Jan 22 21:13:32 2n1 abrt-server: Email was sent to: root@localhost
Jan 22 21:13:35 2n1 sh: abrt-dump-xorg: Not going to make dump directories world readable because PrivateReports is on
Jan 22 21:13:35 2n1 abrt-server: tar: Removing leading `/' from member names
Jan 22 21:13:35 2n1 abrt-server: tar: Removing leading `/' from member names
Jan 22 21:13:35 2n1 abrt-server: Duplicate: UUID
Jan 22 21:13:35 2n1 abrt-server: DUP_OF_DIR: /var/spool/abrt/xorg-2019-01-22-13:45:32-4298-2
Jan 22 21:13:35 2n1 abrt-server: Deleting problem directory xorg-2019-01-22-21:13:35-21493-1 (dup of xorg-2019-01-22-13:45:32-4298-2)
Jan 22 21:13:35 2n1 abrt-server: Email address of sender was not specified. Would you like to do so now? If not, 'user@localhost' is to be used [y/N]
Jan 22 21:13:35 2n1 abrt-server: Email address of receiver was not specified. Would you like to do so now? If not, 'root@localhost' is to be used [y/N]
Jan 22 21:13:35 2n1 abrt-server: Sending an email...
Jan 22 21:13:35 2n1 abrt-server: Sending a notification email to: root@localhost
Jan 22 21:13:36 2n1 abrt-server: Email was sent to: root@localhost
Jan 22 21:15:18 2n1 sh: abrt-dump-xorg: Not going to make dump directories world readable because PrivateReports is on
Jan 22 21:15:18 2n1 abrt-server: tar: Removing leading `/' from member names
Jan 22 21:15:18 2n1 abrt-server: tar: Removing leading `/' from member names
Jan 22 21:15:18 2n1 abrt-server: Duplicate: UUID


Jan 22 21:28:31 2n1 dbus[5382]: [system] Activating service name='org.freedesktop.problems' (using servicehelper)
Jan 22 21:28:31 2n1 dbus[5382]: [system] Successfully activated service 'org.freedesktop.problems'
Jan 22 21:30:01 2n1 systemd: Created slice User Slice of root.
Jan 22 21:30:01 2n1 systemd: Started Session 72 of user root.
Jan 22 21:30:01 2n1 systemd: Created slice User Slice of pcp.
Jan 22 21:30:01 2n1 systemd: Started Session 73 of user pcp.
Jan 22 21:30:01 2n1 systemd: Removed slice User Slice of root.
Jan 22 21:30:01 2n1 systemd: Removed slice User Slice of pcp.
Jan 22 21:30:06 2n1 sh: abrt-dump-xorg: Not going to make dump directories world readable because PrivateReports is on

 

 

cat Xorg.0.log

  21363.105] (EE)
[ 21364.043] (EE) BUG: triggered 'if (priv->num_active_touches > priv->num_slots)'
[ 21364.043] (EE) BUG: synaptics.c:2941 in UpdateTouchState()
[ 21364.043] (EE)
[ 21364.043] (EE) Backtrace:
[ 21364.043] (EE) 0: /usr/bin/X (xorg_backtrace+0x55) [0x5642141b2185]
[ 21364.043] (EE) 1: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x4ed8) [0x7f27ed741ed8]
[ 21364.043] (EE) 2: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x6bd2) [0x7f27ed743bd2]
[ 21364.043] (EE) 3: /usr/bin/X (0x564214001000+0x1b324c) [0x5642141b424c]
[ 21364.043] (EE) 4: /usr/bin/X (0x564214001000+0x1b5922) [0x5642141b6922]
[ 21364.043] (EE) 5: /usr/bin/X (0x564214001000+0x1b30a6) [0x5642141b40a6]
[ 21364.043] (EE) 6: /lib64/libpthread.so.0 (0x7f27f5b6b000+0x7dd5) [0x7f27f5b72dd5]
[ 21364.043] (EE) 7: /lib64/libc.so.6 (clone+0x6d) [0x7f27f589bead]
[ 21364.043] (EE)
[ 21365.440] (EE) BUG: triggered 'if (priv->num_active_touches > priv->num_slots)'
[ 21365.440] (EE) BUG: synaptics.c:2941 in UpdateTouchState()
[ 21365.440] (EE)
[ 21365.440] (EE) Backtrace:
[ 21365.440] (EE) 0: /usr/bin/X (xorg_backtrace+0x55) [0x5642141b2185]
[ 21365.441] (EE) 1: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x4ed8) [0x7f27ed741ed8]
[ 21365.441] (EE) 2: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x6bd2) [0x7f27ed743bd2]
[ 21365.441] (EE) 3: /usr/bin/X (0x564214001000+0x1b324c) [0x5642141b424c]
[ 21365.441] (EE) 4: /usr/bin/X (0x564214001000+0x1b5922) [0x5642141b6922]
[ 21365.441] (EE) 5: /usr/bin/X (0x564214001000+0x1b30a6) [0x5642141b40a6]
[ 21365.441] (EE) 6: /lib64/libpthread.so.0 (0x7f27f5b6b000+0x7dd5) [0x7f27f5b72dd5]
[ 21365.441] (EE) 7: /lib64/libc.so.6 (clone+0x6d) [0x7f27f589bead]
[ 21365.441] (EE)
[ 21366.160] (EE) BUG: triggered 'if (priv->num_active_touches > priv->num_slots)'
[ 21366.160] (EE) BUG: synaptics.c:2941 in UpdateTouchState()
[ 21366.160] (EE)
[ 21366.160] (EE) Backtrace:
[ 21366.161] (EE) 0: /usr/bin/X (xorg_backtrace+0x55) [0x5642141b2185]
[ 21366.161] (EE) 1: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x4ed8) [0x7f27ed741ed8]
[ 21366.161] (EE) 2: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x6bd2) [0x7f27ed743bd2]
[ 21366.161] (EE) 3: /usr/bin/X (0x564214001000+0x1b324c) [0x5642141b424c]
[ 21366.161] (EE) 4: /usr/bin/X (0x564214001000+0x1b5922) [0x5642141b6922]
[ 21366.161] (EE) 5: /usr/bin/X (0x564214001000+0x1b30a6) [0x5642141b40a6]
[ 21366.161] (EE) 6: /lib64/libpthread.so.0 (0x7f27f5b6b000+0x7dd5) [0x7f27f5b72dd5]
[ 21366.161] (EE) 7: /lib64/libc.so.6 (clone+0x6d) [0x7f27f589bead]
[ 21366.161] (EE)                             

 

cat tdm.log (same?) excerpt:

EE)
(EE) BUG: triggered 'if (priv->num_active_touches > priv->num_slots)'
(EE) BUG: synaptics.c:2941 in UpdateTouchState()
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x55) [0x5642141b2185]
(EE) 1: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x4ed8) [0x7f27ed741ed8]
(EE) 2: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x6bd2) [0x7f27ed743bd2]
(EE) 3: /usr/bin/X (0x564214001000+0x1b324c) [0x5642141b424c]
(EE) 4: /usr/bin/X (0x564214001000+0x1b5922) [0x5642141b6922]
(EE) 5: /usr/bin/X (0x564214001000+0x1b30a6) [0x5642141b40a6]
(EE) 6: /lib64/libpthread.so.0 (0x7f27f5b6b000+0x7dd5) [0x7f27f5b72dd5]
(EE) 7: /lib64/libc.so.6 (clone+0x6d) [0x7f27f589bead]
(EE)
(EE) BUG: triggered 'if (priv->num_active_touches > priv->num_slots)'
(EE) BUG: synaptics.c:2941 in UpdateTouchState()
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x55) [0x5642141b2185]
(EE) 1: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x4ed8) [0x7f27ed741ed8]
(EE) 2: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x6bd2) [0x7f27ed743bd2]
(EE) 3: /usr/bin/X (0x564214001000+0x1b324c) [0x5642141b424c]
(EE) 4: /usr/bin/X (0x564214001000+0x1b5922) [0x5642141b6922]
(EE) 5: /usr/bin/X (0x564214001000+0x1b30a6) [0x5642141b40a6]
(EE) 6: /lib64/libpthread.so.0 (0x7f27f5b6b000+0x7dd5) [0x7f27f5b72dd5]
(EE) 7: /lib64/libc.so.6 (clone+0x6d) [0x7f27f589bead]
(EE)
(EE) BUG: triggered 'if (priv->num_active_touches > priv->num_slots)'
(EE) BUG: synaptics.c:2941 in UpdateTouchState()
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x55) [0x5642141b2185]
(EE) 1: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x4ed8) [0x7f27ed741ed8]
(EE) 2: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x6bd2) [0x7f27ed743bd2]
(EE) 3: /usr/bin/X (0x564214001000+0x1b324c) [0x5642141b424c]
(EE) 4: /usr/bin/X (0x564214001000+0x1b5922) [0x5642141b6922]
(EE) 5: /usr/bin/X (0x564214001000+0x1b30a6) [0x5642141b40a6]
(EE) 6: /lib64/libpthread.so.0 (0x7f27f5b6b000+0x7dd5) [0x7f27f5b72dd5]
(EE) 7: /lib64/libc.so.6 (clone+0x6d) [0x7f27f589bead]
(EE)
(EE) BUG: triggered 'if (priv->num_active_touches > priv->num_slots)'
(EE) BUG: synaptics.c:2941 in UpdateTouchState()
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x55) [0x5642141b2185]
(EE) 1: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x4ed8) [0x7f27ed741ed8]
(EE) 2: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x6bd2) [0x7f27ed743bd2]
(EE) 3: /usr/bin/X (0x564214001000+0x1b324c) [0x5642141b424c]
(EE) 4: /usr/bin/X (0x564214001000+0x1b5922) [0x5642141b6922]
(EE) 5: /usr/bin/X (0x564214001000+0x1b30a6) [0x5642141b40a6]
(EE) 6: /lib64/libpthread.so.0 (0x7f27f5b6b000+0x7dd5) [0x7f27f5b72dd5]
(EE) 7: /lib64/libc.so.6 (clone+0x6d) [0x7f27f589bead]
(EE)
(EE) BUG: triggered 'if (priv->num_active_touches > priv->num_slots)'
(EE) BUG: synaptics.c:2941 in UpdateTouchState()
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x55) [0x5642141b2185]
(EE) 1: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x4ed8) [0x7f27ed741ed8]
(EE) 2: /usr/lib64/xorg/modules/input/synaptics_drv.so (0x7f27ed73d000+0x6bd2) [0x7f27ed743bd2]
(EE) 3: /usr/bin/X (0x564214001000+0x1b324c) [0x5642141b424c]
(EE) 4: /usr/bin/X (0x564214001000+0x1b5922) [0x5642141b6922]
(EE) 5: /usr/bin/X (0x564214001000+0x1b30a6) [0x5642141b40a6]
(EE) 6: /lib64/libpthread.so.0 (0x7f27f5b6b000+0x7dd5) [0x7f27f5b72dd5]
(EE) 7: /lib64/libc.so.6 (clone+0x6d) [0x7f27f589bead]

 

 

cat ~/xsession-errors excerpts


/usr/bin/gnome-abrt:36: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
abrt-applet: repeated problem in xorg-x11-server-Xorg-1.20.1-5.1.el7, not showing the notification
abrt-applet: repeated problem in xorg-x11-server-Xorg-1.20.1-5.1.el7, not showing the notification
abrt-applet: repeated problem in xorg-x11-server-Xorg-1.20.1-5.1.el7, not showing the notification
abrt-applet: repeated problem in xorg-x11-server-Xorg-1.20.1-5.1.el7, not showing the notification
abrt-applet: repeated problem in xorg-x11-server-Xorg-1.20.1-5.1.el7, not showing the notification

output of dmesg:

dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.0-957.1.3.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 29 14:49:43 UTC 2018
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-957.1.3.el7.x86_64 root=UUID=77714ef3-727f-422f-86df-9e50c78ba23a ro crashkernel=auto rd.luks.uuid=luks-88002aa7-4780-4e7f-abc6-751dc8991247 rhgb quiet LANG=en_US.UTF-8
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000002e698fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000002e699000-0x000000002e699fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000002e69a000-0x000000002e69afff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000002e69b000-0x000000003e85bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003e85c000-0x000000003ec1efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003ec1f000-0x000000003ec69fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000003ec6a000-0x000000003f5b6fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000003f5b7000-0x000000003fffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x0000000047ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000048000000-0x00000000485fffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000048600000-0x000000004e7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004af7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x1f277018-0x1f286c57] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001f277017] usable
[ 0.000000] reserve setup_data: [mem 0x000000001f277018-0x000000001f286c57] usable
[ 0.000000] reserve setup_data: [mem 0x000000001f286c58-0x000000002e698fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000002e699000-0x000000002e699fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000002e69a000-0x000000002e69afff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000002e69b000-0x000000003e85bfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000003e85c000-0x000000003ec1efff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000003ec1f000-0x000000003ec69fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000003ec6a000-0x000000003f5b6fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000003f5b7000-0x000000003fffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000003ffff000-0x000000003fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000040000000-0x0000000047ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000048000000-0x00000000485fffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000048600000-0x000000004e7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004af7fffff] usable
[ 0.000000] efi: EFI v2.40 by American Megatrends
[ 0.000000] efi: ACPI=0x3ec2f000 ACPI 2.0=0x3ec2f000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 ESRT=0x3fc54018
[ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000058000) (0MB)
[ 0.000000] efi: mem01: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
[ 0.000000] efi: mem02: type=2, attr=0xf, range=[0x0000000000059000-0x000000000005a000) (0MB)
[ 0.000000] efi: mem03: type=7, attr=0xf, range=[0x000000000005a000-0x000000000009e000) (0MB)
[ 0.000000] efi: mem04: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB)
[ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x000000000267a000) (22MB)
[ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x000000000267a000-0x000000000e794000) (193MB)
[ 0.000000] efi: mem08: type=4, attr=0xf, range=[0x000000000e794000-0x000000000e7d4000) (0MB)
[ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x000000000e7d4000-0x000000001f277000) (266MB)
[ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x000000001f277000-0x000000002c42f000) (209MB)
[ 0.000000] efi: mem11: type=1, attr=0xf, range=[0x000000002c42f000-0x000000002c539000) (1MB)
[ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x000000002c539000-0x000000002c644000) (1MB)
[ 0.000000] efi: mem13: type=1, attr=0xf, range=[0x000000002c644000-0x000000002c753000) (1MB)
[ 0.000000] efi: mem14: type=4, attr=0xf, range=[0x000000002c753000-0x000000002e699000) (31MB)
[ 0.000000] efi: mem15: type=10, attr=0xf, range=[0x000000002e699000-0x000000002e69a000) (0MB)
[ 0.000000] efi: mem16: type=6, attr=0x800000000000000f, range=[0x000000002e69a000-0x000000002e69b000) (0MB)
[ 0.000000] efi: mem17: type=4, attr=0xf, range=[0x000000002e69b000-0x000000002e784000) (0MB)
[ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x000000002e784000-0x000000002e78e000) (0MB)
[ 0.000000] efi: mem19: type=2, attr=0xf, range=[0x000000002e78e000-0x000000002e793000) (0MB)
[ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x000000002e793000-0x000000003d7db000) (240MB)
[ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x000000003d7db000-0x000000003dc85000) (4MB)
[ 0.000000] efi: mem22: type=3, attr=0xf, range=[0x000000003dc85000-0x000000003e85c000) (11MB)
[ 0.000000] efi: mem23: type=0, attr=0xf, range=[0x000000003e85c000-0x000000003ec1f000) (3MB)
[ 0.000000] efi: mem24: type=9, attr=0xf, range=[0x000000003ec1f000-0x000000003ec6a000) (0MB)
[ 0.000000] efi: mem25: type=10, attr=0xf, range=[0x000000003ec6a000-0x000000003f5b7000) (9MB)
[ 0.000000] efi: mem26: type=6, attr=0x800000000000000f, range=[0x000000003f5b7000-0x000000003ff32000) (9MB)
[ 0.000000] efi: mem27: type=5, attr=0x800000000000000f, range=[0x000000003ff32000-0x000000003ffff000) (0MB)
[ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x000000003ffff000-0x0000000040000000) (0MB)
[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x0000000048000000-0x0000000048600000) (6MB)
[ 0.000000] efi: mem30: type=7, attr=0xf, range=[0x0000000100000000-0x00000004af800000) (15096MB)
[ 0.000000] efi: mem31: type=0, attr=0x0, range=[0x00000000000a0000-0x0000000000100000) (0MB)
[ 0.000000] efi: mem32: type=0, attr=0x70000000000000f, range=[0x0000000040000000-0x0000000048000000) (128MB)
[ 0.000000] efi: mem33: type=0, attr=0x0, range=[0x0000000048600000-0x000000004e800000) (98MB)
[ 0.000000] efi: mem34: type=11, attr=0x8000000000000000, range=[0x00000000f0000000-0x00000000f8000000) (128MB)
[ 0.000000] efi: mem35: type=11, attr=0x8000000000000001, range=[0x00000000fe000000-0x00000000fe011000) (0MB)
[ 0.000000] efi: mem36: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[ 0.000000] efi: mem37: type=11, attr=0x800000000000100d, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[ 0.000000] efi: mem38: type=11, attr=0x800000000000100d, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[ 0.000000] esrt: Reserving ESRT space from 0x000000003fc54018 to 0x000000003fc54050.
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: Dell Inc. XPS 15 9575/0C32VW, BIOS 1.1.9 08/08/2018
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x4af800 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask 7F80000000 uncachable
[ 0.000000] 1 base 0060000000 mask 7FE0000000 uncachable
[ 0.000000] 2 base 0050000000 mask 7FF0000000 uncachable
[ 0.000000] 3 base 004C000000 mask 7FFC000000 uncachable
[ 0.000000] 4 base 004A000000 mask 7FFE000000 uncachable
[ 0.000000] 5 base 2000000000 mask 7000000000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WP UC- UC
[ 0.000000] e820: last_pfn = 0x48600 max_arch_pfn = 0x400000000
[ 0.000000] Base memory trampoline at [ffff8bd5c0098000] 98000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x28a052000, 0x28a052fff] PGTABLE
[ 0.000000] BRK [0x28a053000, 0x28a053fff] PGTABLE
[ 0.000000] BRK [0x28a054000, 0x28a054fff] PGTABLE
[ 0.000000] BRK [0x28a055000, 0x28a055fff] PGTABLE
[ 0.000000] BRK [0x28a056000, 0x28a056fff] PGTABLE
[ 0.000000] BRK [0x28a057000, 0x28a057fff] PGTABLE
[ 0.000000] BRK [0x28a058000, 0x28a058fff] PGTABLE
[ 0.000000] BRK [0x28a059000, 0x28a059fff] PGTABLE
[ 0.000000] BRK [0x28a05a000, 0x28a05afff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x1f287000-0x210c6fff]
[ 0.000000] Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 000000003ec2f000 00024 (v02 DELL )
[ 0.000000] ACPI: XSDT 000000003ec2f0d0 0011C (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 000000003ec55fa8 0010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 000000003ec2f278 26D29 (v02 DELL CBX3 01072009 INTL 20160422)
[ 0.000000] ACPI: FACS 000000003f5b4180 00040
[ 0.000000] ACPI: APIC 000000003ec560b8 000BC (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 000000003ec56178 00044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 000000003ec561c0 000AC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 000000003ec56270 0003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 000000003ec562b0 00038 (v01 DELL CBX3 01072009 AMI. 0005000B)
[ 0.000000] ACPI: SSDT 000000003ec562e8 00359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: BOOT 000000003ec56648 00028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 000000003ec56670 012EF (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.000000] ACPI: SSDT 000000003ec57960 02896 (v02 PegSsd PegSsdt 00001000 INTL 20160422)
[ 0.000000] ACPI: HPET 000000003ec5a1f8 00038 (v01 INTEL KBL 00000001 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 000000003ec5a230 00CA5 (v02 INTEL xh_rvp11 00000000 INTL 20160422)
[ 0.000000] ACPI: UEFI 000000003ec5aed8 00042 (v01 00000000 00000000)
[ 0.000000] ACPI: SSDT 000000003ec5af20 017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.000000] ACPI: LPIT 000000003ec5c6d0 00094 (v01 INTEL KBL 00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 000000003ec5c768 00161 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.000000] ACPI: SSDT 000000003ec5c8d0 0029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.000000] ACPI: SSDT 000000003ec5cb70 03002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.000000] ACPI: SSDT 000000003ec5fb78 00512 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.000000] ACPI: DBGP 000000003ec60090 00034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.000000] ACPI: DBG2 000000003ec600c8 00054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 000000003ec60120 0085D (v02 INTEL UsbCTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: SSDT 000000003ec60980 06DCD (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: MSDM 000000003ec67750 00055 (v03 DELL CBX3 06222004 AMI 00010013)
[ 0.000000] ACPI: SLIC 000000003ec677a8 00176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.000000] ACPI: SSDT 000000003ec67920 000AE (v02 SgRef SgPeg 00001000 INTL 20160422)
[ 0.000000] ACPI: NHLT 000000003ec679d0 0002D (v00 INTEL EDK2 00000002 01000013)
[ 0.000000] ACPI: BGRT 000000003ec67a00 00038 (v00 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 000000003ec67a38 00F52 (v01 AmdRef AmdTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: ASF! 000000003ec68990 000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.000000] ACPI: DMAR 000000003ec68a30 000F0 (v01 INTEL EDK2 00000001 INTL 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000004af7fffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x4af7d9000-0x4af7fffff]
[ 0.000000] Reserving 161MB of memory at 544MB for crashkernel (System RAM: 16101MB)
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x4af7fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x00057fff]
[ 0.000000] node 0: [mem 0x00059000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0x2e698fff]
[ 0.000000] node 0: [mem 0x2e69b000-0x3e85bfff]
[ 0.000000] node 0: [mem 0x3ffff000-0x3fffffff]
[ 0.000000] node 0: [mem 0x48000000-0x485fffff]
[ 0.000000] node 0: [mem 0x100000000-0x4af7fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00001000-0x4af7fffff]
[ 0.000000] On node 0 totalpages: 4122103
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 3962 pages used for memmap
[ 0.000000] DMA32 zone: 253531 pages, LIFO batch:31
[ 0.000000] Normal zone: 60384 pages used for memmap
[ 0.000000] Normal zone: 3864576 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at [mem 0x4a800000-0x4e7fffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x1f277000-0x1f277fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x1f286000-0x1f286fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x2e699000-0x2e699fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x2e69a000-0x2e69afff]
[ 0.000000] PM: Registered nosave memory: [mem 0x3e85c000-0x3ec1efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x3ec1f000-0x3ec69fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x3ec6a000-0x3f5b6fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x3f5b7000-0x3fffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x47ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x48600000-0x4e7fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x4e800000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0x4e800000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 38 pages/cpu @ffff8bda6f400000 s118784 r8192 d28672 u262144
[ 0.000000] pcpu-alloc: s118784 r8192 d28672 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4057672
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-957.1.3.el7.x86_64 root=UUID=77714ef3-727f-422f-86df-9e50c78ba23a ro crashkernel=auto rd.luks.uuid=luks-88002aa7-4780-4e7f-abc6-751dc8991247 rhgb quiet LANG=en_US.UTF-8
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 0.000000] x86/fpu: xstate_offset[3]: 03c0, xstate_sizes[3]: 0040
[ 0.000000] x86/fpu: xstate_offset[4]: 0400, xstate_sizes[4]: 0040
[ 0.000000] xsave: enabled xstate_bv 0x1f, cntxt size 0x440 using standard form
[ 0.000000] Memory: 2574312k/19652608k available (7664k kernel code, 3164196k absent, 833972k reserved, 6055k data, 1876k init)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] x86/pti: Unmapping kernel while in userspace
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=8.
[ 0.000000] NR_IRQS:327936 nr_irqs:2048 0
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 66584576 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 3100.000 MHz processor
[ 0.000021] tsc: Detected 3096.000 MHz TSC
[ 0.000021] Calibrating delay loop (skipped), value calculated using timer frequency..
[ 0.000022] 6192.00 BogoMIPS (lpj=3096000)
[ 0.000023] pid_max: default: 32768 minimum: 301
[ 0.000835] Security Framework initialized
[ 0.000840] SELinux: Initializing.
[ 0.000846] SELinux: Starting in permissive mode
[ 0.000846] Yama: becoming mindful.
[ 0.001592] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.003562] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.004402] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.004413] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.004546] Initializing cgroup subsys memory
[ 0.004548] Initializing cgroup subsys devices
[ 0.004549] Initializing cgroup subsys freezer
[ 0.004550] Initializing cgroup subsys net_cls
[ 0.004551] Initializing cgroup subsys blkio
[ 0.004552] Initializing cgroup subsys perf_event
[ 0.004553] Initializing cgroup subsys hugetlb
[ 0.004553] Initializing cgroup subsys pids
[ 0.004554] Initializing cgroup subsys net_prio
[ 0.004574] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.004574] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.005518] mce: CPU supports 10 MCE banks
[ 0.005525] CPU0: Thermal monitoring enabled (TM1)
[ 0.005540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.005541] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[ 0.005541] tlb_flushall_shift: 6
[ 0.005548] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.005563] FEATURE SPEC_CTRL Present
[ 0.005563] FEATURE IBPB_SUPPORT Present
[ 0.005565] Spectre V2 : Mitigation: IBRS (kernel)
[ 0.005928] Freeing SMP alternatives: 28k freed
[ 0.007240] ACPI: Core revision 20130517
[ 0.023458] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20130517/dswload-194)
[ 0.023461] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20130517/psobject-222)
[ 0.030182] ACPI: All ACPI Tables successfully acquired
[ 0.047489] ftrace: allocating 29188 entries in 115 pages
[ 0.056020] DMAR: Host address width 39
[ 0.056022] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.056027] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.056028] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.056030] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.056031] DMAR: RMRR base: 0x0000003e93a000 end: 0x0000003e959fff
[ 0.056032] DMAR: RMRR base: 0x0000004a000000 end: 0x0000004e7fffff
[ 0.056032] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.056033] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.056034] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.056035] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.056035] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.057406] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.057407] Enabling x2apic
[ 0.057408] Enabled x2apic
[ 0.057418] Switched APIC routing to cluster x2apic.
[ 0.061588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.071589] smpboot: CPU0: Intel(R) Core(TM) i7-8705G CPU @ 3.10GHz (fam: 06, model: 9e, stepping: 09)
[ 0.071597] TSC deadline timer enabled
[ 0.071606] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.071626] ... version: 4
[ 0.071627] ... bit width: 48
[ 0.071627] ... generic registers: 4
[ 0.071628] ... value mask: 0000ffffffffffff
[ 0.071629] ... max period: 00007fffffffffff
[ 0.071629] ... fixed-purpose events: 3
[ 0.071629] ... event mask: 000000070000000f
[ 0.073893] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.072455] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 OK
[ 0.082418] Brought up 8 CPUs
[ 0.082420] smpboot: Max logical packages: 1
[ 0.082421] smpboot: Total of 8 processors activated (49536.00 BogoMIPS)
[ 0.156806] node 0 initialised, 3270032 pages in 68ms
[ 0.156928] devtmpfs: initialized
[ 0.159511] EVM: security.selinux
[ 0.159512] EVM: security.ima
[ 0.159513] EVM: security.capability
[ 0.159567] PM: Registering ACPI NVS region [mem 0x2e699000-0x2e699fff] (4096 bytes)
[ 0.159568] PM: Registering ACPI NVS region [mem 0x3ec6a000-0x3f5b6fff] (9752576 bytes)
[ 0.160503] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.160505] pinctrl core: initialized pinctrl subsystem
[ 0.160607] RTC time: 15:36:26, date: 01/22/19
[ 0.160656] NET: Registered protocol family 16
[ 0.160826] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.160828] ACPI: bus type PCI registered
[ 0.160829] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.160877] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.160878] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.160886] PCI: Using configuration type 1 for base access
[ 0.160892] dmi type 0xB1 record - unknown flag
[ 0.166862] ACPI: Added _OSI(Module Device)
[ 0.166864] ACPI: Added _OSI(Processor Device)
[ 0.166865] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.166866] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.166867] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.170248] ACPI: EC: Look up EC in DSDT
[ 0.174681] ACPI Error: [_SB_.PCI0.RP05.PXSX] Namespace lookup failure, AE_NOT_FOUND (20130517/dswload2-191)
[ 0.174685] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20130517/psobject-222)
[ 0.174687] ACPI Error: Method parse/execution failed [\_SB_.PCI0.RP04.PXSX] (Node ffff8bd73a1e60c8), AE_NOT_FOUND (20130517/psparse-536)
[ 0.174986] ACPI Error: [_SB_.PCI0.RP09.PXSX] Namespace lookup failure, AE_NOT_FOUND (20130517/dswload2-191)
[ 0.174989] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20130517/psobject-222)
[ 0.174990] ACPI Error: Method parse/execution failed [\_SB_.PCI0.RP08.PXSX] (Node ffff8bd73a1e7438), AE_NOT_FOUND (20130517/psparse-536)
[ 0.176239] ACPI: Executed 54 blocks of module-level executable AML code
[ 0.185241] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.190361] ACPI: Dynamic OEM Table Load:
[ 0.190374] ACPI: SSDT ffff8bd73993b000 006B4 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.191033] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.191087] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[ 0.191729] ACPI: Dynamic OEM Table Load:
[ 0.191734] ACPI: SSDT ffff8bda6efc4800 003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.192398] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.192738] ACPI: Dynamic OEM Table Load:
[ 0.192743] ACPI: SSDT ffff8bd84a077000 00D14 (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.193584] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.193689] ACPI: Dynamic OEM Table Load:
[ 0.193694] ACPI: SSDT ffff8bda6efc5000 00317 (v02 PmRef ApHwp 00003000 INTL 20160422)
[ 0.194393] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.194501] ACPI: Dynamic OEM Table Load:
[ 0.194506] ACPI: SSDT ffff8bda6efc5400 0030A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.195206] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.202422] ACPI: Interpreter enabled
[ 0.202447] ACPI: (supports S0 S3 S4 S5)
[ 0.202448] ACPI: Using IOAPIC for interrupt routing
[ 0.202473] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.202570] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.203972] ACPI: Power Resource [PG00] (on)
[ 0.219908] ACPI: Power Resource [PG01] (on)
[ 0.220138] ACPI: Power Resource [PG02] (on)
[ 0.226631] ACPI Error: No object attached to node ffff8bd73a240758 (20130517/exresnte-127)
[ 0.226633] ACPI Error: Method execution failed [\_SB_.PCI0.XHC_.RHUB.HS01.CAM1._ADR] (Node ffff8bd73a240758), AE_AML_NO_OPERAND (20130517/uteval-103)
[ 0.226653] ACPI Error: No object attached to node ffff8bd73a2407d0 (20130517/exresnte-127)
[ 0.226654] ACPI Error: Method execution failed [\_SB_.PCI0.XHC_.RHUB.HS01.CAM3._ADR] (Node ffff8bd73a2407d0), AE_AML_NO_OPERAND (20130517/uteval-103)
[ 0.240003] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 0.240007] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.240561] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
[ 0.241101] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability]
[ 0.241103] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.241602] PCI host bridge to bus 0000:00
[ 0.241605] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.241606] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.241608] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.241609] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.241610] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.241612] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.241613] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.241614] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.241615] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.241617] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.241618] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.241619] pci_bus 0000:00: root bus resource [mem 0x4e800000-0xefffffff window]
[ 0.241621] pci_bus 0000:00: root bus resource [mem 0x2000000000-0x2fffffffff window]
[ 0.241622] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.241623] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 0.241630] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
[ 0.241712] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[ 0.241740] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.241832] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.241881] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
[ 0.241888] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[ 0.241893] pci 0000:00:02.0: reg 0x18: [mem 0x2fa0000000-0x2fafffffff 64bit pref]
[ 0.241896] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.241988] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.241995] pci 0000:00:04.0: reg 0x10: [mem 0x2ffff10000-0x2ffff17fff 64bit]
[ 0.242147] pci 0000:00:13.0: [8086:a135] type 00 class 0x000000
[ 0.242170] pci 0000:00:13.0: reg 0x10: [mem 0x2ffff1c000-0x2ffff1cfff 64bit]
[ 0.242338] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[ 0.242365] pci 0000:00:14.0: reg 0x10: [mem 0xec500000-0xec50ffff 64bit]
[ 0.242461] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.242581] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.242615] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[ 0.242642] pci 0000:00:14.2: reg 0x10: [mem 0xec518000-0xec518fff 64bit]
[ 0.242905] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[ 0.243113] pci 0000:00:15.0: reg 0x10: [mem 0x2ffff1b000-0x2ffff1bfff 64bit]
[ 0.244028] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
[ 0.244236] pci 0000:00:15.1: reg 0x10: [mem 0x2ffff1a000-0x2ffff1afff 64bit]
[ 0.245110] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[ 0.245156] pci 0000:00:16.0: reg 0x10: [mem 0x2ffff19000-0x2ffff19fff 64bit]
[ 0.245314] pci 0000:00:16.0: PME# supported from D3hot
[ 0.245470] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[ 0.245585] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.245681] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.245723] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[ 0.245839] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.245934] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.245979] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[ 0.246090] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.246186] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.246231] pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400
[ 0.246345] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[ 0.246441] pci 0000:00:1d.4: System wakeup disabled by ACPI
[ 0.246481] pci 0000:00:1f.0: [8086:a153] type 00 class 0x060100
[ 0.246653] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[ 0.246665] pci 0000:00:1f.2: reg 0x10: [mem 0xec514000-0xec517fff]
[ 0.246810] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040380
[ 0.246834] pci 0000:00:1f.3: reg 0x10: [mem 0xec510000-0xec513fff 64bit]
[ 0.246863] pci 0000:00:1f.3: reg 0x20: [mem 0x2ffff00000-0x2ffff0ffff 64bit]
[ 0.246916] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.247031] pci 0000:00:1f.3: System wakeup disabled by ACPI
[ 0.247064] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[ 0.247113] pci 0000:00:1f.4: reg 0x10: [mem 0x2ffff18000-0x2ffff180ff 64bit]
[ 0.247184] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.247374] pci 0000:01:00.0: [1002:694e] type 00 class 0x038000
[ 0.247399] pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.247410] pci 0000:01:00.0: reg 0x18: [mem 0xb0000000-0xb01fffff 64bit pref]
[ 0.247418] pci 0000:01:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.247425] pci 0000:01:00.0: reg 0x24: [mem 0xec400000-0xec43ffff]
[ 0.247433] pci 0000:01:00.0: reg 0x30: [mem 0xec440000-0xec45ffff pref]
[ 0.247496] pci 0000:01:00.0: supports D1 D2
[ 0.247497] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.247526] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.248792] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.248795] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.248797] pci 0000:00:01.0: bridge window [mem 0xec400000-0xec4fffff]
[ 0.248800] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xb01fffff 64bit pref]
[ 0.249171] pci 0000:02:00.0: [168c:003e] type 00 class 0x028000
[ 0.249497] pci 0000:02:00.0: reg 0x10: [mem 0xec000000-0xec1fffff 64bit]
[ 0.250807] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.251356] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.253091] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.253098] pci 0000:00:1c.0: bridge window [mem 0xec000000-0xec1fffff]
[ 0.253206] pci 0000:03:00.0: [10ec:525a] type 00 class 0xff0000
[ 0.253238] pci 0000:03:00.0: reg 0x14: [mem 0xec300000-0xec300fff]
[ 0.253354] pci 0000:03:00.0: supports D1 D2
[ 0.253355] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.253408] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.254931] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.254938] pci 0000:00:1c.4: bridge window [mem 0xec300000-0xec3fffff]
[ 0.255042] pci 0000:00:1d.0: PCI bridge to [bus 04-6e]
[ 0.255050] pci 0000:00:1d.0: bridge window [mem 0xbc000000-0xea0fffff]
[ 0.255057] pci 0000:00:1d.0: bridge window [mem 0x2fb0000000-0x2ff9ffffff 64bit pref]
[ 0.255338] pci 0000:6f:00.0: [144d:a808] type 00 class 0x010802
[ 0.255374] pci 0000:6f:00.0: reg 0x10: [mem 0xec200000-0xec203fff 64bit]
[ 0.255582] pci 0000:6f:00.0: System wakeup disabled by ACPI
[ 0.257105] pci 0000:00:1d.4: PCI bridge to [bus 6f]
[ 0.257112] pci 0000:00:1d.4: bridge window [mem 0xec200000-0xec2fffff]
[ 0.258323] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.258366] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.258409] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.258451] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.258493] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.258534] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.258576] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.258618] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.260368] random: fast init done
[ 0.261561] ACPI: EC: GPE = 0x6e, I/O: command/status = 0x934, data = 0x930
[ 0.261638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.261641] vgaarb: loaded
[ 0.261641] vgaarb: bridge control possible 0000:00:02.0
[ 0.261686] SCSI subsystem initialized
[ 0.261705] ACPI: bus type USB registered
[ 0.261716] usbcore: registered new interface driver usbfs
[ 0.261721] usbcore: registered new interface driver hub
[ 0.261737] usbcore: registered new device driver usb
[ 0.261784] EDAC MC: Ver: 3.0.0
[ 0.262319] PCI: Using ACPI for IRQ routing
[ 0.269181] PCI: pci_cache_line_size set to 64 bytes
[ 0.269970] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.269971] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.269972] e820: reserve RAM buffer [mem 0x1f277018-0x1fffffff]
[ 0.269973] e820: reserve RAM buffer [mem 0x2e699000-0x2fffffff]
[ 0.269974] e820: reserve RAM buffer [mem 0x3e85c000-0x3fffffff]
[ 0.269975] e820: reserve RAM buffer [mem 0x48600000-0x4bffffff]
[ 0.269976] e820: reserve RAM buffer [mem 0x4af800000-0x4afffffff]
[ 0.270054] NetLabel: Initializing
[ 0.270055] NetLabel: domain hash size = 128
[ 0.270056] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.270067] NetLabel: unlabeled traffic allowed by default
[ 0.270157] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.270161] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.272196] amd_nb: Cannot enumerate AMD northbridges
[ 0.272215] Switched to clocksource hpet
[ 0.275930] pnp: PnP ACPI init
[ 0.275937] ACPI: bus type PNP registered
[ 0.276058] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.276060] system 00:00: [io 0xffff] has been reserved
[ 0.276061] system 00:00: [io 0xffff] has been reserved
[ 0.276063] system 00:00: [io 0xffff] has been reserved
[ 0.276064] system 00:00: [io 0x1800-0x18fe] could not be reserved
[ 0.276066] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.276068] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.276122] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.276124] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.276147] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.276173] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.276175] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.276340] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.276491] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.276492] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.276494] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.276495] system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.276497] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.276498] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.276499] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.276501] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.276502] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.276504] system 00:05: [mem 0xeffe0000-0xefffffff] has been reserved
[ 0.276506] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.276537] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.276539] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.276541] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.276542] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.276544] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.276545] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.276547] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.276548] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.276723] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 0.276725] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.277461] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.277463] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.277464] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.277466] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.788372] pnp: PnP ACPI: found 9 devices
[ 0.788374] ACPI: bus type PNP unregistered
[ 0.795559] pci 0000:00:1d.0: bridge window [io 0x1000-0x0fff] to [bus 04-6e] add_size 1000
[ 0.795574] pci 0000:00:1d.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.795575] pci 0000:00:1d.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.795578] pci 0000:00:1d.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.795579] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.795581] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.795583] pci 0000:00:01.0: bridge window [mem 0xec400000-0xec4fffff]
[ 0.795586] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xb01fffff 64bit pref]
[ 0.795589] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.795596] pci 0000:00:1c.0: bridge window [mem 0xec000000-0xec1fffff]
[ 0.795606] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.795612] pci 0000:00:1c.4: bridge window [mem 0xec300000-0xec3fffff]
[ 0.795622] pci 0000:00:1d.0: PCI bridge to [bus 04-6e]
[ 0.795626] pci 0000:00:1d.0: bridge window [io 0x2000-0x2fff]
[ 0.795631] pci 0000:00:1d.0: bridge window [mem 0xbc000000-0xea0fffff]
[ 0.795636] pci 0000:00:1d.0: bridge window [mem 0x2fb0000000-0x2ff9ffffff 64bit pref]
[ 0.795643] pci 0000:00:1d.4: PCI bridge to [bus 6f]
[ 0.795650] pci 0000:00:1d.4: bridge window [mem 0xec200000-0xec2fffff]
[ 0.795661] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.795662] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.795663] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.795665] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.795666] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.795667] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.795668] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.795670] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.795671] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.795672] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.795674] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.795675] pci_bus 0000:00: resource 15 [mem 0x4e800000-0xefffffff window]
[ 0.795676] pci_bus 0000:00: resource 16 [mem 0x2000000000-0x2fffffffff window]
[ 0.795678] pci_bus 0000:00: resource 17 [mem 0xfd000000-0xfe7fffff window]
[ 0.795679] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.795680] pci_bus 0000:01: resource 1 [mem 0xec400000-0xec4fffff]
[ 0.795682] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb01fffff 64bit pref]
[ 0.795683] pci_bus 0000:02: resource 1 [mem 0xec000000-0xec1fffff]
[ 0.795684] pci_bus 0000:03: resource 1 [mem 0xec300000-0xec3fffff]
[ 0.795686] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 0.795687] pci_bus 0000:04: resource 1 [mem 0xbc000000-0xea0fffff]
[ 0.795688] pci_bus 0000:04: resource 2 [mem 0x2fb0000000-0x2ff9ffffff 64bit pref]
[ 0.795690] pci_bus 0000:6f: resource 1 [mem 0xec200000-0xec2fffff]
[ 0.795707] NET: Registered protocol family 2
[ 0.795870] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.796005] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.796089] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.796100] TCP: reno registered
[ 0.796114] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.796146] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.796198] NET: Registered protocol family 1
[ 0.796208] pci 0000:00:02.0: Boot video device
[ 0.796794] PCI: CLS 0 bytes, default 64
[ 0.796820] Unpacking initramfs...
[ 1.072557] Freeing initrd memory: 30976k freed
[ 1.074718] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.0
[ 1.074721] DMAR: ACPI device "device:7b" under DMAR at fed91000 as 00:15.1
[ 1.074731] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.074733] software IO TLB [mem 0x1b277000-0x1f277000] (64MB) mapped at [ffff8bd5db277000-ffff8bd5df276fff]
[ 1.074770] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 1.074771] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 1.074772] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 1.074773] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 1.074773] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 1.074775] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 1.074826] Simple Boot Flag at 0x47 set to 0x80
[ 1.075564] sha1_ssse3: Using AVX2 optimized SHA-1 implementation
[ 1.075613] sha256_ssse3: Using AVX2 optimized SHA-256 implementation
[ 1.075875] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 1.075890] Initialise system trusted keyring
[ 1.075905] audit: initializing netlink socket (disabled)
[ 1.075911] type=2000 audit(1548171387.061:1): initialized
[ 1.094896] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 1.094897] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.095877] zpool: loaded
[ 1.095879] zbud: loaded
[ 1.096067] VFS: Disk quotas dquot_6.5.2
[ 1.096089] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.096206] msgmni has been set to 31204
[ 1.096263] Key type big_key registered
[ 1.096265] SELinux: Registering netfilter hooks
[ 1.097151] NET: Registered protocol family 38
[ 1.097156] Key type asymmetric registered
[ 1.097158] Asymmetric key parser 'x509' registered
[ 1.097179] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.097225] io scheduler noop registered
[ 1.097228] io scheduler deadline registered (default)
[ 1.097245] io scheduler cfq registered
[ 1.097248] io scheduler mq-deadline registered
[ 1.097250] io scheduler kyber registered
[ 1.097421] pcieport 0000:00:01.0: irq 122 for MSI/MSI-X
[ 1.097945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.097949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.097957] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.098014] efifb: probing for efifb
[ 1.098024] efifb: framebuffer at 0x2fa0000000, mapped to 0xffffb6b242000000, using 8100k, total 8100k
[ 1.098025] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 1.098026] efifb: scrolling: redraw
[ 1.098027] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.100578] Console: switching to colour frame buffer device 240x67
[ 1.102926] fb0: EFI VGA frame buffer device
[ 1.102930] intel_idle: MWAIT substates: 0x11142120
[ 1.102931] intel_idle: v0.4.1 model 0x9E
[ 1.102975] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.104344] ACPI: AC Adapter [AC] (on-line)
[ 1.104397] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 1.105032] ACPI: Lid Switch [LID0]
[ 1.105057] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 1.105059] ACPI: Power Button [PBTN]
[ 1.105080] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[ 1.105082] ACPI: Sleep Button [SBTN]
[ 1.105105] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 1.105106] ACPI: Power Button [PWRF]
[ 1.105138] ACPI: Requesting acpi_cpufreq
[ 1.106940] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.106941] ACPI: Thermal Zone [THM] (25 C)
[ 1.106978] GHES: HEST is not enabled!
[ 1.107048] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.109284] Non-volatile memory driver v1.3
[ 1.109321] Linux agpgart interface v0.103
[ 1.109417] crash memory driver: version 1.1
[ 1.110002] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 1.122842] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 1.134028] rdac: device handler registered
[ 1.134088] hp_sw: device handler registered
[ 1.134090] emc: device handler registered
[ 1.134145] alua: device handler registered
[ 1.134185] libphy: Fixed MDIO Bus: probed
[ 1.134271] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.134274] ehci-pci: EHCI PCI platform driver
[ 1.134282] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.134284] ohci-pci: OHCI PCI platform driver
[ 1.134291] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.134410] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.134456] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.135698] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[ 1.135715] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.135753] xhci_hcd 0000:00:14.0: irq 123 for MSI/MSI-X
[ 1.135810] ACPI: Battery Slot [BAT0] (battery present)
[ 1.135968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.135970] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.135971] usb usb1: Product: xHCI Host Controller
[ 1.135972] usb usb1: Manufacturer: Linux 3.10.0-957.1.3.el7.x86_64 xhci-hcd
[ 1.135973] usb usb1: SerialNumber: 0000:00:14.0
[ 1.136061] hub 1-0:1.0: USB hub found
[ 1.136094] hub 1-0:1.0: 16 ports detected
[ 1.136901] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.136947] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.136973] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.136974] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.136976] usb usb2: Product: xHCI Host Controller
[ 1.136977] usb usb2: Manufacturer: Linux 3.10.0-957.1.3.el7.x86_64 xhci-hcd
[ 1.136978] usb usb2: SerialNumber: 0000:00:14.0
[ 1.137063] hub 2-0:1.0: USB hub found
[ 1.137081] hub 2-0:1.0: 8 ports detected
[ 1.137399] usbcore: registered new interface driver usbserial_generic
[ 1.137403] usbserial: USB Serial support registered for generic
[ 1.137419] ioremap error for 0x3f598000-0x3f599000, requested 0x2, got 0x0
[ 1.448244] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.595237] ucsi_acpi: probe of USBC000:00 failed with error -12
[ 1.595265] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 1.595266] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 1.595670] i8042: Warning: Keylock active
[ 1.595880] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.595943] mousedev: PS/2 mouse device common for all mice
[ 1.596186] rtc_cmos 00:02: RTC can wake from S4
[ 1.596730] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.596854] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.596899] intel_pstate: Intel P-state driver initializing
[ 1.596912] intel_pstate: Disabling energy efficiency optimization
[ 1.597349] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 1.597739] intel_pstate: HWP enabled
[ 1.598018] cpuidle: using governor menu
[ 1.598405] EFI Variables Facility v0.08 2004-May-17
[ 1.606183] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.606290] usbcore: registered new interface driver usbhid
[ 1.606291] usbhid: USB HID core driver
[ 1.606340] drop_monitor: Initializing network drop monitor service
[ 1.606387] TCP: cubic registered
[ 1.606390] Initializing XFRM netlink socket
[ 1.606464] NET: Registered protocol family 10
[ 1.606625] NET: Registered protocol family 17
[ 1.606630] mpls_gso: MPLS GSO support
[ 1.606867] microcode: sig=0x906e9, pf=0x8, revision=0x8e
[ 1.607087] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.607232] PM: Hibernation image not present or could not be loaded.
[ 1.607235] Loading compiled-in X.509 certificates
[ 1.607248] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[ 1.607259] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
[ 1.607538] Loaded X.509 cert 'CentOS Linux kernel signing key: e7cef3613a9b8bd012fae7498272159bb1879c65'
[ 1.607548] registered taskstats version 1
[ 1.609402] Key type trusted registered
[ 1.611187] Key type encrypted registered
[ 1.611199] IMA: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 1.612654] Magic number: 3:793:639
[ 1.612670] platform INT3403:06: hash matches
[ 1.612686] acpi INT3403:06: hash matches
[ 1.612844] rtc_cmos 00:02: setting system clock to 2019-01-22 15:36:28 UTC (1548171388)
[ 1.613520] Freeing unused kernel memory: 1876k freed
[ 1.613648] Write protecting the kernel read-only data: 12288k
[ 1.614742] Freeing unused kernel memory: 516k freed
[ 1.615912] Freeing unused kernel memory: 600k freed
[ 1.618458] usb 1-1: New USB device found, idVendor=0bda, idProduct=58f4
[ 1.618460] usb 1-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.618461] usb 1-1: Product: Integrated_Webcam_HD
[ 1.618463] usb 1-1: Manufacturer: CN0FFMHCLOG008ACBBW4A01
[ 1.618464] usb 1-1: SerialNumber: 200901010001
[ 1.634073] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 1.634306] systemd[1]: Detected architecture x86-64.
[ 1.634309] systemd[1]: Running in initial RAM disk.
[ 1.634337] systemd[1]: Set hostname to <2n1>.
[ 1.657431] systemd[1]: Reached target Timers.
[ 1.657506] systemd[1]: Reached target Swap.
[ 1.657539] systemd[1]: Reached target Local File Systems.
[ 1.657729] systemd[1]: Created slice Root Slice.
[ 1.657776] systemd[1]: Listening on udev Kernel Socket.
[ 1.657824] systemd[1]: Listening on udev Control Socket.
[ 1.657886] systemd[1]: Listening on Journal Socket.
[ 1.657922] systemd[1]: Reached target Sockets.
[ 1.657998] systemd[1]: Created slice System Slice.
[ 1.658032] systemd[1]: Reached target Slices.
[ 1.658489] systemd[1]: Starting dracut cmdline hook...
[ 1.658834] systemd[1]: Starting Journal Service...
[ 1.659247] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 1.659342] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[ 1.659809] systemd[1]: Starting Setup Virtual Console...
[ 1.660316] systemd[1]: Starting Apply Kernel Variables...
[ 1.660664] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 1.661464] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 1.661893] systemd[1]: Started Apply Kernel Variables.
[ 1.663321] systemd[1]: Started Create Static Device Nodes in /dev.
[ 1.700539] systemd[1]: Started Journal Service.
[ 1.733247] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[ 1.748377] device-mapper: uevent: version 1.0.3
[ 1.748436] device-mapper: ioctl: 4.37.1-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 1.856828] usb 1-6: New USB device found, idVendor=0489, idProduct=e0a2
[ 1.856832] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.934234] rtsx_pci 0000:03:00.0: enabling device (0000 -> 0002)
[ 1.934340] rtsx_pci 0000:03:00.0: irq 124 for MSI/MSI-X
[ 1.934351] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 124
[ 1.943297] nvme nvme0: pci function 0000:6f:00.0
[ 1.943781] nvme 0000:6f:00.0: irq 125 for MSI/MSI-X
[ 1.958960] cryptd: max_cpu_qlen set to 1000
[ 1.969027] AVX2 version of gcm_enc/dec engaged.
[ 1.969029] AES CTR mode by8 optimization enabled
[ 1.969235] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[ 1.986262] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 1.986429] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni)
[ 2.079707] tsc: Refined TSC clocksource calibration: 3096.012 MHz
[ 2.120524] Switched to clocksource tsc
[ 2.133279] usb 1-10: New USB device found, idVendor=27c6, idProduct=5395
[ 2.133281] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.133283] usb 1-10: Product: Goodix Fingerprint Device
[ 2.133284] usb 1-10: Manufacturer: HTMicroelectronics
[ 2.133298] usb 1-10: SerialNumber: HTK32
[ 2.145967] nvme nvme0: missing or invalid SUBNQN field.
[ 2.145970] nvme nvme0: Shutdown timeout set to 8 seconds
[ 2.150332] nvme 0000:6f:00.0: irq 125 for MSI/MSI-X
[ 2.150341] nvme 0000:6f:00.0: irq 126 for MSI/MSI-X
[ 2.150347] nvme 0000:6f:00.0: irq 127 for MSI/MSI-X
[ 2.150353] nvme 0000:6f:00.0: irq 128 for MSI/MSI-X
[ 2.150359] nvme 0000:6f:00.0: irq 129 for MSI/MSI-X
[ 2.150365] nvme 0000:6f:00.0: irq 130 for MSI/MSI-X
[ 2.150371] nvme 0000:6f:00.0: irq 131 for MSI/MSI-X
[ 2.150377] nvme 0000:6f:00.0: irq 132 for MSI/MSI-X
[ 2.150383] nvme 0000:6f:00.0: irq 133 for MSI/MSI-X
[ 2.166458] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
[ 2.222229] checking generic (2fa0000000 7e9000) vs hw (2fa0000000 10000000)
[ 2.222231] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
[ 2.222242] Console: switching to colour dummy device 80x25
[ 2.222360] [drm] Replacing VGA console driver
[ 2.222911] i915 0000:00:02.0: irq 134 for MSI/MSI-X
[ 2.222917] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.222918] [drm] Driver supports precise vblank timestamp query.
[ 2.223365] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 2.223704] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 2.250477] [drm] Initialized i915 1.6.0 20180308 for 0000:00:02.0 on minor 0
[ 2.251876] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.252541] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5
[ 2.253766] fbcon: inteldrmfb (fb0) is primary device
[ 3.215570] Console: switching to colour frame buffer device 240x67
[ 3.235696] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 7.192410] random: crng init done
[ 8.111130] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[ 8.472888] SGI XFS with ACLs, security attributes, no debug enabled
[ 8.474291] XFS (nvme0n1p9): Mounting V5 Filesystem
[ 8.480653] XFS (nvme0n1p9): Ending clean mount
[ 8.704427] systemd-journald[133]: Received SIGTERM from PID 1 (systemd).
[ 8.741355] type=1404 audit(1548171395.627:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 8.765695] SELinux: 2048 avtab hash slots, 111937 rules.
[ 8.819330] SELinux: 2048 avtab hash slots, 111937 rules.
[ 8.837582] SELinux: 8 users, 14 roles, 5031 types, 316 bools, 1 sens, 1024 cats
[ 8.837584] SELinux: 129 classes, 111937 rules
[ 8.840650] SELinux: Class bpf not defined in policy.
[ 8.840651] SELinux: the above unknown classes and permissions will be allowed
[ 8.840654] SELinux: Completing initialization.
[ 8.840654] SELinux: Setting up existing superblocks.
[ 8.850951] type=1403 audit(1548171395.736:3): policy loaded auid=4294967295 ses=4294967295
[ 8.860610] systemd[1]: Successfully loaded SELinux policy in 118.956ms.
[ 8.870854] systemd[1]: RTC configured in localtime, applying delta of -480 minutes to system time.
[ 8.887284] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 8.887394] systemd[1]: Inserted module 'ip_tables'
[ 8.921743] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 30.425ms.
[ 9.087163] systemd-journald[2477]: Received request to flush runtime journal from PID 1
[ 9.344851] input: Intel HID events as /devices/platform/INT33D5:00/input/input6
[ 9.345242] intel-hid INT33D5:00: platform supports 5 button array
[ 9.345280] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input7
[ 9.345446] ACPI Warning: \_SB_.IETM._TRT: Return Package has no elements (empty) (20130517/nsprepkg-126)
[ 9.355544] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[ 9.355695] mei_me 0000:00:16.0: irq 135 for MSI/MSI-X
[ 9.396345] input: Intel Virtual Button driver as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input8
[ 9.447496] wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control method not found
[ 9.460488] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 9.502813] input: PC Speaker as /devices/platform/pcspkr/input/input9
[ 9.552360] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 9.558060] Linux video capture interface: v2.00
[ 9.563087] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 9.563210] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 9.565251] cdc_acm 1-10:1.0: ttyACM0: USB ACM device
[ 9.566023] usbcore: registered new interface driver cdc_acm
[ 9.566025] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 9.567079] Bluetooth: Core ver 2.22
[ 9.567090] NET: Registered protocol family 31
[ 9.567092] Bluetooth: HCI device and connection manager initialized
[ 9.567095] Bluetooth: HCI socket layer initialized
[ 9.567097] Bluetooth: L2CAP socket layer initialized
[ 9.567103] Bluetooth: SCO socket layer initialized
[ 9.574102] uvcvideo: Found UVC 1.50 device Integrated_Webcam_HD (0bda:58f4)
[ 9.576122] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input10
[ 9.576172] uvcvideo: Unknown video format 00000032-0002-0010-8000-00aa00389b71
[ 9.576177] uvcvideo: Found UVC 1.50 device Integrated_Webcam_HD (0bda:58f4)
[ 9.578739] usbcore: registered new interface driver btusb
[ 9.579065] uvcvideo: Unable to create debugfs 1-2 directory.
[ 9.579330] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/input/input11
[ 9.579385] usbcore: registered new interface driver uvcvideo
[ 9.579387] USB Video Class driver (1.1.1)
[ 9.604084] snd_hda_intel 0000:00:1f.3: irq 136 for MSI/MSI-X
[ 9.632113] intel_rapl: Found RAPL domain package
[ 9.632117] intel_rapl: Found RAPL domain core
[ 9.632120] intel_rapl: Found RAPL domain uncore
[ 9.632122] intel_rapl: Found RAPL domain dram
[ 9.636768] ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 9.638811] ath10k_pci 0000:02:00.0: irq 137 for MSI/MSI-X
[ 9.638987] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 9.643485] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:06 [mem 0xfdb00000-0xfdffffff]
[ 9.643489] caller pmc_core_probe+0x8f/0x1000 [intel_pmc_core] mapping multiple BARs
[ 9.643497] intel_pmc_core: initialized
[ 9.660373] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 9.661888] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3271: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 9.661892] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 9.661894] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 9.661896] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 9.661897] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 9.661900] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 9.661902] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1b
[ 9.661904] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 9.663812] FAT-fs (nvme0n1p8): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 9.736157] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
[ 9.794458] EXT4-fs (nvme0n1p10): mounting ext2 file system using the ext4 subsystem
[ 9.795567] EXT4-fs (nvme0n1p10): mounted filesystem without journal. Opts: (null)
[ 9.838394] Adding 3143676k swap on /dev/mapper/luks-88002aa7-4780-4e7f-abc6-751dc8991247. Priority:-2 extents:1 across:3143676k SSFS
[ 9.840713] iTCO_vendor_support: vendor-support=0
[ 9.841798] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 9.841847] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 9.843881] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 9.845524] ath10k_pci 0000:02:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:143a
[ 9.845528] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[ 9.845925] ath10k_pci 0000:02:00.0: firmware ver WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[ 9.855150] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input12
[ 9.925715] input: Wacom HID 4875 Pen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-8/i2c-WCOM4875:00/0018:056A:4875.0001/input/input13
[ 9.926004] input: Wacom HID 4875 Finger as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-8/i2c-WCOM4875:00/0018:056A:4875.0001/input/input14
[ 9.926189] wacom 0018:056A:4875.0001: hidraw0: <UNKNOWN> HID v1.00 Mouse [WCOM4875:00 056A:4875] on i2c-WCOM4875:00
[ 9.934602] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 20d869c3
[ 9.949331] input: DELL080D:00 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-9/i2c-DELL080D:00/input/input15
[ 9.949843] hid-multitouch 0018:06CB:7A13.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [DELL080D:00 06CB:7A13] on i2c-DELL080D:00
[ 10.532812] ath10k_pci 0000:02:00.0: Unknown eventid: 118809
[ 10.535834] ath10k_pci 0000:02:00.0: Unknown eventid: 90118
[ 10.536577] ath10k_pci 0000:02:00.0: htt-ver 3.47 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 10.599553] ath: EEPROM regdomain: 0x6c
[ 10.599554] ath: EEPROM indicates we should expect a direct regpair map
[ 10.599556] ath: Country alpha2 being used: 00
[ 10.599557] ath: Regpair used: 0x6c
[ 10.754427] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 10.754489] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 10.754532] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 10.754581] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 10.754631] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 10.754671] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[ 10.854556] XFS (dm-1): Mounting V5 Filesystem
[ 10.862181] XFS (dm-1): Ending clean mount
[ 10.917903] type=1305 audit(1548200197.803:4): audit_pid=5307 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[ 10.937767] RPC: Registered named UNIX socket transport module.
[ 10.937768] RPC: Registered udp transport module.
[ 10.937769] RPC: Registered tcp transport module.
[ 10.937770] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 11.199365] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.199368] Bluetooth: BNEP filters: protocol multicast
[ 11.199371] Bluetooth: BNEP socket layer initialized
[ 11.282902] vboxdrv: loading out-of-tree module taints kernel.
[ 11.283727] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 11.289661] vboxdrv: Found 8 processor cores
[ 11.306419] vboxdrv: TSC mode is Invariant, tentative frequency 3096041791 Hz
[ 11.306421] vboxdrv: Successfully loaded version 6.0.0 (interface 0x00290007)
[ 11.426022] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 11.445568] Ebtables v2.0 registered
[ 11.471670] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 11.483584] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 11.513041] VBoxNetFlt: Successfully started.
[ 11.514890] VBoxNetAdp: Successfully started.
[ 11.517116] VBoxPciLinuxInit
[ 11.517123] vboxpci: IOMMU not found (not registered)
[ 12.165574] ath10k_pci 0000:02:00.0: Unknown eventid: 118809
[ 12.168575] ath10k_pci 0000:02:00.0: Unknown eventid: 90118
[ 12.193422] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 12.952797] ath10k_pci 0000:02:00.0: Unknown eventid: 118809
[ 12.955885] ath10k_pci 0000:02:00.0: Unknown eventid: 90118
[ 12.969255] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 13.009966] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 13.021238] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 13.023034] Netfilter messages via NETLINK v0.30.
[ 13.026678] ip_set: protocol 6
[ 19.461471] tun: Universal TUN/TAP device driver, 1.6
[ 19.461473] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 19.462921] virbr0: port 1(virbr0-nic) entered blocking state
[ 19.462924] virbr0: port 1(virbr0-nic) entered disabled state
[ 19.462966] device virbr0-nic entered promiscuous mode
[ 19.544676] virbr0: port 1(virbr0-nic) entered blocking state
[ 19.544680] virbr0: port 1(virbr0-nic) entered listening state
[ 19.544719] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
[ 19.588918] virbr0: port 1(virbr0-nic) entered disabled state
[ 28.605486] fuse init (API version 7.22)
[ 31.267449] Bluetooth: RFCOMM TTY layer initialized
[ 31.267454] Bluetooth: RFCOMM socket layer initialized
[ 31.267526] Bluetooth: RFCOMM ver 1.11
[ 84.753055] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 89.625273] wlp2s0: authenticate with a6:e4:b8:ab:e0:cb
[ 89.689113] wlp2s0: send auth to a6:e4:b8:ab:e0:cb (try 1/3)
[ 89.694264] wlp2s0: send auth to a6:e4:b8:ab:e0:cb (try 2/3)
[ 89.698815] wlp2s0: authenticated
[ 89.699316] wlp2s0: associate with a6:e4:b8:ab:e0:cb (try 1/3)
[ 89.704924] wlp2s0: RX AssocResp from a6:e4:b8:ab:e0:cb (capab=0x411 status=0 aid=1)
[ 89.707279] wlp2s0: associated
[ 89.707354] ath: EEPROM regdomain: 0x8348
[ 89.707356] ath: EEPROM indicates we should expect a country code
[ 89.707357] ath: doing EEPROM country->regdmn map search
[ 89.707359] ath: country maps to regdmn code: 0x3a
[ 89.707360] ath: Country alpha2 being used: US
[ 89.707361] ath: Regpair used: 0x3a
[ 89.707363] ath: regdomain 0x8348 dynamically updated by country element
[ 89.812480] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 3116.874293] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[ 4759.890302] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[ 4777.934298] wlp2s0: deauthenticating from a6:e4:b8:ab:e0:cb by local choice (Reason: 3=DEAUTH_LEAVING)
[ 4777.949417] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 4777.968199] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 4787.843743] wlp2s0: authenticate with 70:03:7e:70:a5:4d
[ 4787.891589] wlp2s0: send auth to 70:03:7e:70:a5:4d (try 1/3)
[ 4787.892444] wlp2s0: authenticated
[ 4787.893367] wlp2s0: associate with 70:03:7e:70:a5:4d (try 1/3)
[ 4787.895979] wlp2s0: RX AssocResp from 70:03:7e:70:a5:4d (capab=0x1511 status=0 aid=3)
[ 4787.898618] wlp2s0: associated
[ 4787.898718] ath: EEPROM regdomain: 0x8348
[ 4787.898719] ath: EEPROM indicates we should expect a country code
[ 4787.898720] ath: doing EEPROM country->regdmn map search
[ 4787.898721] ath: country maps to regdmn code: 0x3a
[ 4787.898722] ath: Country alpha2 being used: US
[ 4787.898723] ath: Regpair used: 0x3a
[ 4787.898724] ath: regdomain 0x8348 dynamically updated by country element
[ 4787.923300] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 4787.963633] wlp2s0: Limiting TX power to 127 (127 - 0) dBm as advertised by 70:03:7e:70:a5:4d
[ 5779.586883] ------------[ cut here ]------------
[ 5779.586888] WARNING: CPU: 7 PID: 0 at net/core/dev.c:5333 net_rx_action+0x343/0x390
[ 5779.586889] Modules linked in: ccm rfcomm fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun devlink ip6t_rpfilter ipt_REJECT nf_reject_ipv4 ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute bridge stp llc ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_security ip6table_raw vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter vboxdrv(OE) bnep sunrpc snd_hda_codec_hdmi arc4 joydev hid_multitouch hid_wacom dell_wmi intel_wmi_thunderbolt iTCO_wdt iTCO_vendor_support mei_wdt ext4 dell_laptop dell_smbios dell_wmi_descriptor dcdbas mbcache jbd2 dell_led
[ 5779.586916] vfat snd_hda_codec_realtek fat snd_hda_codec_generic intel_pmc_core intel_powerclamp coretemp intel_rapl ath10k_pci kvm_intel ath10k_core kvm ath mac80211 btusb btrtl btbcm uvcvideo btintel videobuf2_vmalloc videobuf2_memops cdc_acm bluetooth videobuf2_core videodev irqbypass snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm pcspkr cfg80211 rtsx_pci_ms snd_timer memstick snd rfkill soundcore i2c_i801 i2c_designware_platform idma64 i2c_designware_core virt_dma wmi intel_vbtn pinctrl_sunrisepoint pinctrl_intel mei_me acpi_pad mei int3400_thermal intel_hid sparse_keymap ip_tables xfs libcrc32c dm_crypt drbg ansi_cprng rtsx_pci_sdmmc i915 mmc_core crct10dif_pclmul crct10dif_common crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel glue_helper lrw gf128mul
[ 5779.586943] ablk_helper cryptd serio_raw nvme nvme_core rtsx_pci i2c_algo_bit iosf_mbi drm_kms_helper i2c_hid syscopyarea sysfillrect sysimgblt fb_sys_fops drm video drm_panel_orientation_quirks dm_mirror dm_region_hash dm_log dm_mod
[ 5779.586952] CPU: 7 PID: 0 Comm: swapper/7 Kdump: loaded Tainted: G OE ------------ 3.10.0-957.1.3.el7.x86_64 #1
[ 5779.586953] Hardware name: Dell Inc. XPS 15 9575/0C32VW, BIOS 1.1.9 08/08/2018
[ 5779.586954] Call Trace:
[ 5779.586956] <IRQ> [<ffffffff9f361e41>] dump_stack+0x19/0x1b
[ 5779.586962] [<ffffffff9ec97648>] __warn+0xd8/0x100
[ 5779.586964] [<ffffffff9ec9778d>] warn_slowpath_null+0x1d/0x20
[ 5779.586965] [<ffffffff9f239ff3>] net_rx_action+0x343/0x390
[ 5779.586967] [<ffffffff9eca0f05>] __do_softirq+0xf5/0x280
[ 5779.586970] [<ffffffff9f37832c>] call_softirq+0x1c/0x30
[ 5779.586972] [<ffffffff9ec2e675>] do_softirq+0x65/0xa0
[ 5779.586973] [<ffffffff9eca1285>] irq_exit+0x105/0x110
[ 5779.586975] [<ffffffff9f3795e6>] do_IRQ+0x56/0xf0
[ 5779.586977] [<ffffffff9f36b362>] common_interrupt+0x162/0x162
[ 5779.586978] <EOI> [<ffffffff9f1ae227>] ? cpuidle_enter_state+0x57/0xd0
[ 5779.586983] [<ffffffff9f1ae37e>] cpuidle_idle_call+0xde/0x230
[ 5779.586986] [<ffffffff9ec366de>] arch_cpu_idle+0xe/0xc0
[ 5779.586989] [<ffffffff9ecfc49a>] cpu_startup_entry+0x14a/0x1e0
[ 5779.586992] [<ffffffff9ec57db7>] start_secondary+0x1f7/0x270
[ 5779.586994] [<ffffffff9ec000d5>] start_cpu+0x5/0x14
[ 5779.586996] ---[ end trace eceb631e0d4daa63 ]---
[ 9772.071471] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[18891.543355] wlp2s0: disconnect from AP 70:03:7e:70:a5:4d for new auth to 70:03:7e:70:a5:45
[18891.550706] wlp2s0: authenticate with 70:03:7e:70:a5:45
[18891.609143] wlp2s0: send auth to 70:03:7e:70:a5:45 (try 1/3)
[18891.614025] wlp2s0: send auth to 70:03:7e:70:a5:45 (try 2/3)
[18891.618727] wlp2s0: send auth to 70:03:7e:70:a5:45 (try 3/3)
[18891.623384] wlp2s0: authentication with 70:03:7e:70:a5:45 timed out
[18891.891081] wlp2s0: authenticate with 70:03:7e:70:a5:4d
[18891.936166] wlp2s0: send auth to 70:03:7e:70:a5:4d (try 1/3)
[18891.936971] wlp2s0: authenticated
[18891.937653] wlp2s0: associate with 70:03:7e:70:a5:4d (try 1/3)
[18891.940956] wlp2s0: associate with 70:03:7e:70:a5:4d (try 2/3)
[18891.944275] wlp2s0: associate with 70:03:7e:70:a5:4d (try 3/3)
[18891.947347] wlp2s0: association with 70:03:7e:70:a5:4d timed out
[18896.907333] wlp2s0: authenticate with 70:03:7e:70:a5:45
[18896.967202] wlp2s0: send auth to 70:03:7e:70:a5:45 (try 1/3)
[18896.972495] wlp2s0: send auth to 70:03:7e:70:a5:45 (try 2/3)
[18896.977189] wlp2s0: send auth to 70:03:7e:70:a5:45 (try 3/3)
[18896.982099] wlp2s0: authentication with 70:03:7e:70:a5:45 timed out
[18898.156084] wlp2s0: authenticate with 70:03:7e:70:a5:4d
[18898.200802] wlp2s0: send auth to 70:03:7e:70:a5:4d (try 1/3)
[18898.202267] wlp2s0: authenticated
[18898.202641] wlp2s0: associate with 70:03:7e:70:a5:4d (try 1/3)
[18898.208849] wlp2s0: RX AssocResp from 70:03:7e:70:a5:4d (capab=0x1511 status=0 aid=3)
[18898.211692] wlp2s0: associated
[18898.211765] ath: EEPROM regdomain: 0x8348
[18898.211767] ath: EEPROM indicates we should expect a country code
[18898.211768] ath: doing EEPROM country->regdmn map search
[18898.211769] ath: country maps to regdmn code: 0x3a
[18898.211769] ath: Country alpha2 being used: US
[18898.211770] ath: Regpair used: 0x3a
[18898.211771] ath: regdomain 0x8348 dynamically updated by country element
[18898.266780] wlp2s0: Limiting TX power to 127 (127 - 0) dBm as advertised by 70:03:7e:70:a5:4d
[18926.024270] wlp2s0: authenticate with 70:03:7e:70:a5:4d
[18926.068922] wlp2s0: send auth to 70:03:7e:70:a5:4d (try 1/3)
[18926.070412] wlp2s0: send auth to 70:03:7e:70:a5:4d (try 2/3)
[18926.071708] wlp2s0: send auth to 70:03:7e:70:a5:4d (try 3/3)
[18926.073022] wlp2s0: authentication with 70:03:7e:70:a5:4d timed out
[18941.519023] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[18941.559398] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[19282.545248] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[19597.522322] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[19728.383598] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[19733.264760] wlp2s0: authenticate with a0:63:91:3d:8a:74
[19733.343736] wlp2s0: send auth to a0:63:91:3d:8a:74 (try 1/3)
[19733.344395] wlp2s0: authenticated
[19733.349699] wlp2s0: associate with a0:63:91:3d:8a:74 (try 1/3)
[19733.350651] wlp2s0: RX AssocResp from a0:63:91:3d:8a:74 (capab=0x1011 status=0 aid=1)
[19733.353181] wlp2s0: associated
[19733.363232] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[20208.018116] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[31193.333162] perf: interrupt took too long (2509 > 2500), lowering kernel.perf_event_max_sample_rate to 79000

 

 

 

 

 

 

 

Navigation