You are not logged in.

#1 2018-08-30 18:50:04

Heis
Member
Registered: 2015-12-13
Posts: 16

[SOLVED]Wifi network slow and unstable.

I have an Intel wireless dual band AC 3168 in my desktop computer because I can't pull a cable to my computer room. My internet connection is 300/300Mbit fiber and the modem is a wireless router with two networks (one at 2.4GHz and one at 5GHz) which are named differently.

I have lately started having some troubles with the wifi. It is very slow loading web-pages and Steam downloads max out at ~150kb/s. Pacman updates and torrent downloads are fast and pain free, sometimes reaching ~10MiB/s. I have visited the wiki and tried to do some of the things described there like disabling Bluetooth coexistence and disabling powersaving but to no avail. I have complete disconnects happening at very unpredictable time intervals, and the only thing i am noticing when doing

dmesg | grep wlp

is that it disconnects with reason 2 (previous authentication no longer valid). I can not post the output now since the disconnect has not happened during my current uptime but I'll post it below when it does. It happens both on the 5GHz and the 2.4GHz networks, and all other devices connected to the networks work as expected.

Probably related is also that when I try to go to speedtest.net, it gives me an error, saying it can not communicate with port 8080. I have tried forwarding port 8080 to my home network IP without any more success, so i removed the rule.

Hoping someone knows this issue and can help me on. I would be grateful to not have to reinstall since I don't even know for sure it will help me.

Last edited by Heis (2018-09-01 11:22:19)

Offline

#2 2018-08-30 19:09:23

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED]Wifi network slow and unstable.

Kernel logs are stored in the journal, you can get excerpts from a time you had the issue with e.g.

journalctl -b-1 #For the boot prior to your current one and so fort

  https://wiki.archlinux.org/index.php/Sy … ing_output

Offline

#3 2018-08-30 19:19:34

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

Thank you so much for the tip! Here is an example from a disconnect:

Aug 28 00:20:38 computer1 wpa_supplicant[586]: wlp39s0: CTRL-EVENT-DISCONNECTED bssid=**:**:**:**:**:** reason=2
Aug 28 00:20:38 computer1 NetworkManager[570]: <warn>  [1535408438.5903] sup-iface[0x563bd876f220,wlp39s0]: connection disconnected (reason 2)
Aug 28 00:20:38 computer1 NetworkManager[570]: <info>  [1535408438.6170] device (wlp39s0): supplicant interface state: completed -> disconnected
Aug 28 00:20:38 computer1 NetworkManager[570]: <info>  [1535408438.6956] device (wlp39s0): supplicant interface state: disconnected -> scanning
Aug 28 00:20:39 computer1 wpa_supplicant[586]: wlp39s0: SME: Trying to authenticate with **:**:**:**:**:** (SSID='My_WiFi_5G' freq=5540 MHz)
Aug 28 00:20:39 computer1 kernel: wlp39s0: authenticate with **:**:**:**:**:**
Aug 28 00:20:39 computer1 NetworkManager[570]: <info>  [1535408439.5970] device (wlp39s0): supplicant interface state: scanning -> authenticating
Aug 28 00:20:39 computer1 kernel: wlp39s0: send auth to **:**:**:**:**:** (try 1/3)
Aug 28 00:20:39 computer1 wpa_supplicant[586]: wlp39s0: Trying to associate with **:**:**:**:**:** (SSID='My_WiFi_5G' freq=5540 MHz)
Aug 28 00:20:39 computer1 kernel: wlp39s0: authenticated
Aug 28 00:20:39 computer1 kernel: wlp39s0: associate with **:**:**:**:**:** (try 1/3)
Aug 28 00:20:39 computer1 wpa_supplicant[586]: wlp39s0: Associated with **:**:**:**:**:**
Aug 28 00:20:39 computer1 wpa_supplicant[586]: wlp39s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 28 00:20:39 computer1 kernel: wlp39s0: RX AssocResp from **:**:**:**:**:** (capab=0x1411 status=0 aid=3)
Aug 28 00:20:39 computer1 kernel: wlp39s0: associated
Aug 28 00:20:39 computer1 NetworkManager[570]: <info>  [1535408439.6045] device (wlp39s0): supplicant interface state: authenticating -> associated
Aug 28 00:20:39 computer1 NetworkManager[570]: <info>  [1535408439.6237] device (wlp39s0): supplicant interface state: associated -> 4-way handshake
Aug 28 00:20:39 computer1 wpa_supplicant[586]: wlp39s0: WPA: Key negotiation completed with **:**:**:**:**:** [PTK=CCMP GTK=CCMP]
Aug 28 00:20:39 computer1 wpa_supplicant[586]: wlp39s0: CTRL-EVENT-CONNECTED - Connection to **:**:**:**:**:** completed [id=0 id_str=]
Aug 28 00:20:39 computer1 NetworkManager[570]: <info>  [1535408439.6379] device (wlp39s0): supplicant interface state: 4-way handshake -> completed
Aug 28 00:20:39 computer1 wpa_supplicant[586]: wlp39s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=390000
Aug 28 00:20:39 computer1 kernel: wlp39s0: Limiting TX power to 24 (27 - 3) dBm as advertised by **:**:**:**:**:**

In this case, it disconnected and I reset the connection manually turning the wifi off and then back on.

Here is the output of dmesg | grep iwl

[    5.897221] iwlwifi 0000:27:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[    6.001128] iwlwifi 0000:27:00.0: Detected Intel(R) Dual Band Wireless AC 3168, REV=0x220
[    6.018763] iwlwifi 0000:27:00.0: base HW address: b0:35:9f:0a:14:64
[    6.050958] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    6.053262] iwlwifi 0000:27:00.0 wlp39s0: renamed from wlan0

Last edited by Heis (2018-08-30 19:53:57)

Offline

#4 2018-08-30 20:02:39

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

The disconnect just happened again, but there were absolutely no new line in dmesg after loss of internet connection. The WLAN stays connected, but without connection to the internet. After resetting the WLAN connection, the following lines appear in dmesg:

[11090.358337] wlp39s0: deauthenticating from 60:31:97:68:19:30 by local choice (Reason: 3=DEAUTH_LEAVING)
[11091.037115] IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
[11091.102699] IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
[11094.235042] IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
[11095.143169] wlp39s0: authenticate with 60:31:97:68:19:30
[11095.146796] wlp39s0: send auth to 60:31:97:68:19:30 (try 1/3)
[11095.152320] wlp39s0: authenticated
[11095.158927] wlp39s0: associate with 60:31:97:68:19:30 (try 1/3)
[11095.161666] wlp39s0: RX AssocResp from 60:31:97:68:19:30 (capab=0x1411 status=0 aid=2)
[11095.164223] wlp39s0: associated
[11095.197223] IPv6: ADDRCONF(NETDEV_CHANGE): wlp39s0: link becomes ready
[11095.219727] wlp39s0: Limiting TX power to 24 (27 - 3) dBm as advertised by 60:31:97:68:19:30

And the internet connection is reestablished upon reconnect.

EDIT: Happened once again. This time with unknown messages in dmesg:

[12857.011922] iwlwifi 0000:27:00.0: No beacon heard and the time event is over already...
[12857.011956] wlp39s0: Connection to AP 60:31:97:68:19:30 lost
[12864.564174] wlp39s0: authenticate with 60:31:97:68:19:30
[12864.567776] wlp39s0: send auth to 60:31:97:68:19:30 (try 1/3)
[12864.572626] wlp39s0: authenticated
[12864.575411] wlp39s0: associate with 60:31:97:68:19:30 (try 1/3)
[12864.576901] wlp39s0: RX AssocResp from 60:31:97:68:19:30 (capab=0x1411 status=0 aid=2)
[12864.578105] wlp39s0: associated
[12864.603894] wlp39s0: Limiting TX power to 17 (20 - 3) dBm as advertised by 60:31:97:68:19:30
[12867.248856] iwlwifi 0000:27:00.0: Queue 2 is active on fifo 3 and stuck for 10000 ms. SW [0, 1] HW [0, 1] FH TRB=0x08030503d
[12867.248909] iwlwifi 0000:27:00.0: Microcode SW error detected.  Restarting 0x2000000.
[12867.249092] iwlwifi 0000:27:00.0: Start IWL Error Log Dump:
[12867.249094] iwlwifi 0000:27:00.0: Status: 0x00000100, count: 6
[12867.249096] iwlwifi 0000:27:00.0: Loaded firmware version: 29.1044073957.0
[12867.249098] iwlwifi 0000:27:00.0: 0x00000084 | NMI_INTERRUPT_UNKNOWN       
[12867.249100] iwlwifi 0000:27:00.0: 0x00800223 | trm_hw_status0
[12867.249102] iwlwifi 0000:27:00.0: 0x00000000 | trm_hw_status1
[12867.249103] iwlwifi 0000:27:00.0: 0x00043D54 | branchlink2
[12867.249105] iwlwifi 0000:27:00.0: 0x0004AFA6 | interruptlink1
[12867.249107] iwlwifi 0000:27:00.0: 0x000066FC | interruptlink2
[12867.249108] iwlwifi 0000:27:00.0: 0x00000000 | data1
[12867.249110] iwlwifi 0000:27:00.0: 0x00000080 | data2
[12867.249111] iwlwifi 0000:27:00.0: 0x07030000 | data3
[12867.249113] iwlwifi 0000:27:00.0: 0x06802F11 | beacon time
[12867.249114] iwlwifi 0000:27:00.0: 0xF0FDEF29 | tsf low
[12867.249116] iwlwifi 0000:27:00.0: 0x00000013 | tsf hi
[12867.249118] iwlwifi 0000:27:00.0: 0x00002F10 | time gp1
[12867.249119] iwlwifi 0000:27:00.0: 0x427F1377 | time gp2
[12867.249121] iwlwifi 0000:27:00.0: 0x00000001 | uCode revision type
[12867.249122] iwlwifi 0000:27:00.0: 0x0000001D | uCode version major
[12867.249124] iwlwifi 0000:27:00.0: 0x3E3B4DE5 | uCode version minor
[12867.249126] iwlwifi 0000:27:00.0: 0x00000220 | hw version
[12867.249127] iwlwifi 0000:27:00.0: 0x00C89200 | board version
[12867.249129] iwlwifi 0000:27:00.0: 0x0A37001C | hcmd
[12867.249130] iwlwifi 0000:27:00.0: 0x24023002 | isr0
[12867.249132] iwlwifi 0000:27:00.0: 0x00818000 | isr1
[12867.249134] iwlwifi 0000:27:00.0: 0x00000012 | isr2
[12867.249135] iwlwifi 0000:27:00.0: 0x00417CC0 | isr3
[12867.249137] iwlwifi 0000:27:00.0: 0x00000000 | isr4
[12867.249138] iwlwifi 0000:27:00.0: 0x0A36001C | last cmd Id
[12867.249140] iwlwifi 0000:27:00.0: 0x00000000 | wait_event
[12867.249141] iwlwifi 0000:27:00.0: 0x000000D4 | l2p_control
[12867.249142] iwlwifi 0000:27:00.0: 0x00019C10 | l2p_duration
[12867.249144] iwlwifi 0000:27:00.0: 0x00000007 | l2p_mhvalid
[12867.249145] iwlwifi 0000:27:00.0: 0x00000081 | l2p_addr_match
[12867.249146] iwlwifi 0000:27:00.0: 0x00000015 | lmpm_pmg_sel
[12867.249147] iwlwifi 0000:27:00.0: 0x03041751 | timestamp
[12867.249148] iwlwifi 0000:27:00.0: 0x00342030 | flow_handler
[12867.249151] ieee80211 phy0: Hardware restart was requested

Last edited by Heis (2018-08-30 20:44:25)

Offline

#5 2018-08-30 20:25:47

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED]Wifi network slow and unstable.

reason=2 means that you get deauthenticated by the AP while reason=3 means you quit.
Can you please post a complete journal for a boot and also "systemctl list-unit-files --state=enabled"?

Offline

#6 2018-08-30 21:09:41

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

Phew! That's alot of lines! Not sure I was able to take out the non-boot stuff, but all the boot stuff should be in. Here goes:

-- Logs begin at Fri 2017-09-29 18:51:16 CEST, end at Thu 2018-08-30 23:02:46 CEST. --
Aug 30 22:45:50 zingavi kernel: Linux version 4.18.5-arch1-1-ARCH (builduser@heftig-12250) (gcc version 8.2.0 (GCC)) #1 SMP PREEMPT Fri Aug 24 12:48:58 UTC 2018
Aug 30 22:45:50 zingavi kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=200344b5-54e3-4abf-9675-1f3439e62b1a rw quiet amdgpu.si_support=1
Aug 30 22:45:50 zingavi kernel: KERNEL supported cpus:
Aug 30 22:45:50 zingavi kernel:   Intel GenuineIntel
Aug 30 22:45:50 zingavi kernel:   AMD AuthenticAMD
Aug 30 22:45:50 zingavi kernel:   Centaur CentaurHauls
Aug 30 22:45:50 zingavi kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 30 22:45:50 zingavi kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 30 22:45:50 zingavi kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 30 22:45:50 zingavi kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 30 22:45:50 zingavi kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Aug 30 22:45:50 zingavi kernel: BIOS-provided physical RAM map:
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x000000000400a000-0x0000000009cfffff] usable
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000affffff] usable
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000dad5efff] usable
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000dad5f000-0x00000000dc24afff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000dc24b000-0x00000000dc32afff] usable
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000dc32b000-0x00000000dc716fff] ACPI NVS
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000dc717000-0x00000000dd17cfff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000dd17d000-0x00000000deffffff] usable
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000fd800000-0x00000000fdffffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 30 22:45:50 zingavi kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
Aug 30 22:45:50 zingavi kernel: NX (Execute Disable) protection: active
Aug 30 22:45:50 zingavi kernel: SMBIOS 3.0.0 present.
Aug 30 22:45:50 zingavi kernel: DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./X370 Taichi, BIOS P4.60 03/02/2018
Aug 30 22:45:50 zingavi kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 30 22:45:50 zingavi kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 30 22:45:50 zingavi kernel: last_pfn = 0x41f380 max_arch_pfn = 0x400000000
Aug 30 22:45:50 zingavi kernel: MTRR default type: uncachable
Aug 30 22:45:50 zingavi kernel: MTRR fixed ranges enabled:
Aug 30 22:45:50 zingavi kernel:   00000-9FFFF write-back
Aug 30 22:45:50 zingavi kernel:   A0000-BFFFF write-through
Aug 30 22:45:50 zingavi kernel:   C0000-FFFFF write-protect
Aug 30 22:45:50 zingavi kernel: MTRR variable ranges enabled:
Aug 30 22:45:50 zingavi kernel:   0 base 000000000000 mask FFFF80000000 write-back
Aug 30 22:45:50 zingavi kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Aug 30 22:45:50 zingavi kernel:   2 base 0000C0000000 mask FFFFE0000000 write-back
Aug 30 22:45:50 zingavi kernel:   3 disabled
Aug 30 22:45:50 zingavi kernel:   4 disabled
Aug 30 22:45:50 zingavi kernel:   5 disabled
Aug 30 22:45:50 zingavi kernel:   6 disabled
Aug 30 22:45:50 zingavi kernel:   7 disabled
Aug 30 22:45:50 zingavi kernel: TOM2: 0000000420000000 aka 16896M
Aug 30 22:45:50 zingavi kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 30 22:45:50 zingavi kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Aug 30 22:45:50 zingavi kernel: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
Aug 30 22:45:50 zingavi kernel: Scanning 1 areas for low memory corruption
Aug 30 22:45:50 zingavi kernel: Base memory trampoline at [(____ptrval____)] 97000 size 24576
Aug 30 22:45:50 zingavi kernel: Using GB pages for direct mapping
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe677000, 0x1fe677fff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe678000, 0x1fe678fff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe679000, 0x1fe679fff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe67a000, 0x1fe67afff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe67b000, 0x1fe67bfff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe67c000, 0x1fe67cfff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe67d000, 0x1fe67dfff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe67e000, 0x1fe67efff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe67f000, 0x1fe67ffff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe680000, 0x1fe680fff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe681000, 0x1fe681fff] PGTABLE
Aug 30 22:45:50 zingavi kernel: BRK [0x1fe682000, 0x1fe682fff] PGTABLE
Aug 30 22:45:50 zingavi kernel: RAMDISK: [mem 0x35d4b000-0x36e9cfff]
Aug 30 22:45:50 zingavi kernel: ACPI: Early table checksum verification disabled
Aug 30 22:45:50 zingavi kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
Aug 30 22:45:50 zingavi kernel: ACPI: XSDT 0x00000000DC32B098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
Aug 30 22:45:50 zingavi kernel: ACPI: FACP 0x00000000DC331BE8 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Aug 30 22:45:50 zingavi kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20180531/tbfadt-624)
Aug 30 22:45:50 zingavi kernel: ACPI: DSDT 0x00000000DC32B1E8 0069FB (v02 ALASKA A M I    01072009 INTL 20120913)
Aug 30 22:45:50 zingavi kernel: ACPI: FACS 0x00000000DC6FFE00 000040
Aug 30 22:45:50 zingavi kernel: ACPI: APIC 0x00000000DC331D00 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
Aug 30 22:45:50 zingavi kernel: ACPI: FPDT 0x00000000DC331DE0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Aug 30 22:45:50 zingavi kernel: ACPI: FIDT 0x00000000DC331E28 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Aug 30 22:45:50 zingavi kernel: ACPI: SSDT 0x00000000DC331EC8 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
Aug 30 22:45:50 zingavi kernel: ACPI: SSDT 0x00000000DC33AB60 001A58 (v01 AMD    AMD CPU  00000001 AMD  00000001)
Aug 30 22:45:50 zingavi kernel: ACPI: CRAT 0x00000000DC33C5B8 000BD0 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
Aug 30 22:45:50 zingavi kernel: ACPI: CDIT 0x00000000DC33D188 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
Aug 30 22:45:50 zingavi kernel: ACPI: SSDT 0x00000000DC33D1B8 002CC8 (v01 AMD    AMD AOD  00000001 INTL 20120913)
Aug 30 22:45:50 zingavi kernel: ACPI: MCFG 0x00000000DC33FE80 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Aug 30 22:45:50 zingavi kernel: ACPI: AAFT 0x00000000DC33FEC0 0002B0 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
Aug 30 22:45:50 zingavi kernel: ACPI: HPET 0x00000000DC340170 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Aug 30 22:45:50 zingavi kernel: ACPI: SSDT 0x00000000DC3401A8 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
Aug 30 22:45:50 zingavi kernel: ACPI: UEFI 0x00000000DC3401D0 000042 (v01                 00000000      00000000)
Aug 30 22:45:50 zingavi kernel: ACPI: IVRS 0x00000000DC340218 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
Aug 30 22:45:50 zingavi kernel: ACPI: SSDT 0x00000000DC3402E8 0000F8 (v01 AMD    AMD PT   00001000 INTL 20120913)
Aug 30 22:45:50 zingavi kernel: ACPI: SSDT 0x00000000DC3403E0 001A41 (v01 AMD    AmdTable 00000001 INTL 20120913)
Aug 30 22:45:50 zingavi kernel: ACPI: WSMT 0x00000000DC341E28 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Aug 30 22:45:50 zingavi kernel: ACPI: Local APIC address 0xfee00000
Aug 30 22:45:50 zingavi kernel: No NUMA configuration found
Aug 30 22:45:50 zingavi kernel: Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
Aug 30 22:45:50 zingavi kernel: NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
Aug 30 22:45:50 zingavi kernel: tsc: Fast TSC calibration failed
Aug 30 22:45:50 zingavi kernel: tsc: Using PIT calibration value
Aug 30 22:45:50 zingavi kernel: Zone ranges:
Aug 30 22:45:50 zingavi kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 30 22:45:50 zingavi kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 30 22:45:50 zingavi kernel:   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
Aug 30 22:45:50 zingavi kernel:   Device   empty
Aug 30 22:45:50 zingavi kernel: Movable zone start for each node
Aug 30 22:45:50 zingavi kernel: Early memory node ranges
Aug 30 22:45:50 zingavi kernel:   node   0: [mem 0x0000000000001000-0x000000000009cfff]
Aug 30 22:45:50 zingavi kernel:   node   0: [mem 0x0000000000100000-0x0000000003ffffff]
Aug 30 22:45:50 zingavi kernel:   node   0: [mem 0x000000000400a000-0x0000000009cfffff]
Aug 30 22:45:50 zingavi kernel:   node   0: [mem 0x000000000a000000-0x000000000affffff]
Aug 30 22:45:50 zingavi kernel:   node   0: [mem 0x000000000b020000-0x00000000dad5efff]
Aug 30 22:45:50 zingavi kernel:   node   0: [mem 0x00000000dc24b000-0x00000000dc32afff]
Aug 30 22:45:50 zingavi kernel:   node   0: [mem 0x00000000dd17d000-0x00000000deffffff]
Aug 30 22:45:50 zingavi kernel:   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
Aug 30 22:45:50 zingavi kernel: Reserved but unavailable: 14028 pages
Aug 30 22:45:50 zingavi kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
Aug 30 22:45:50 zingavi kernel: On node 0 totalpages: 4177076
Aug 30 22:45:50 zingavi kernel:   DMA zone: 64 pages used for memmap
Aug 30 22:45:50 zingavi kernel:   DMA zone: 21 pages reserved
Aug 30 22:45:50 zingavi kernel:   DMA zone: 3996 pages, LIFO batch:0
Aug 30 22:45:50 zingavi kernel:   DMA32 zone: 14055 pages used for memmap
Aug 30 22:45:50 zingavi kernel:   DMA32 zone: 899480 pages, LIFO batch:31
Aug 30 22:45:50 zingavi kernel:   Normal zone: 51150 pages used for memmap
Aug 30 22:45:50 zingavi kernel:   Normal zone: 3273600 pages, LIFO batch:31
Aug 30 22:45:50 zingavi kernel: ACPI: PM-Timer IO Port: 0x808
Aug 30 22:45:50 zingavi kernel: ACPI: Local APIC address 0xfee00000
Aug 30 22:45:50 zingavi kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Aug 30 22:45:50 zingavi kernel: IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
Aug 30 22:45:50 zingavi kernel: IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
Aug 30 22:45:50 zingavi kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 30 22:45:50 zingavi kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Aug 30 22:45:50 zingavi kernel: ACPI: IRQ0 used by override.
Aug 30 22:45:50 zingavi kernel: ACPI: IRQ9 used by override.
Aug 30 22:45:50 zingavi kernel: Using ACPI (MADT) for SMP configuration information
Aug 30 22:45:50 zingavi kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Aug 30 22:45:50 zingavi kernel: smpboot: Allowing 16 CPUs, 4 hotplug CPUs
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0x04000000-0x04009fff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xdad5f000-0xdc24afff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xdc32b000-0xdc716fff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xdc717000-0xdd17cfff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfd7fffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfd800000-0xfdffffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
Aug 30 22:45:50 zingavi kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Aug 30 22:45:50 zingavi kernel: [mem 0xe0000000-0xf7ffffff] available for PCI devices
Aug 30 22:45:50 zingavi kernel: Booting paravirtualized kernel on bare hardware
Aug 30 22:45:50 zingavi kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 30 22:45:50 zingavi kernel: random: get_random_bytes called from start_kernel+0x95/0x535 with crng_init=0
Aug 30 22:45:50 zingavi kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Aug 30 22:45:50 zingavi kernel: percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
Aug 30 22:45:50 zingavi kernel: pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
Aug 30 22:45:50 zingavi kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Aug 30 22:45:50 zingavi kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4111786
Aug 30 22:45:50 zingavi kernel: Policy zone: Normal
Aug 30 22:45:50 zingavi kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=200344b5-54e3-4abf-9675-1f3439e62b1a rw quiet amdgpu.si_support=1
Aug 30 22:45:50 zingavi kernel: Calgary: detecting Calgary via BIOS EBDA area
Aug 30 22:45:50 zingavi kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Aug 30 22:45:50 zingavi kernel: Memory: 16336312K/16708304K available (10252K kernel code, 1297K rwdata, 3528K rodata, 1492K init, 612K bss, 371992K reserved, 0K cma-reserved)
Aug 30 22:45:50 zingavi kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Aug 30 22:45:50 zingavi kernel: ftrace: allocating 33395 entries in 131 pages
Aug 30 22:45:50 zingavi kernel: Preemptible hierarchical RCU implementation.
Aug 30 22:45:50 zingavi kernel:         CONFIG_RCU_FANOUT set to non-default value of 32
Aug 30 22:45:50 zingavi kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Aug 30 22:45:50 zingavi kernel:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Aug 30 22:45:50 zingavi kernel:         RCU priority boosting: priority 1 delay 500 ms.
Aug 30 22:45:50 zingavi kernel:         Tasks RCU enabled.
Aug 30 22:45:50 zingavi kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Aug 30 22:45:50 zingavi kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Aug 30 22:45:50 zingavi kernel:         Offload RCU callbacks from CPUs: (none).
Aug 30 22:45:50 zingavi kernel: spurious 8259A interrupt: IRQ7.
Aug 30 22:45:50 zingavi kernel: Console: colour dummy device 80x25
Aug 30 22:45:50 zingavi kernel: console [tty0] enabled
Aug 30 22:45:50 zingavi kernel: ACPI: Core revision 20180531
Aug 30 22:45:50 zingavi kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Aug 30 22:45:50 zingavi kernel: hpet clockevent registered
Aug 30 22:45:50 zingavi kernel: APIC: Switch to symmetric I/O mode setup
Aug 30 22:45:50 zingavi kernel: Switched APIC routing to physical flat.
Aug 30 22:45:50 zingavi kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 30 22:45:50 zingavi kernel: tsc: Fast TSC calibration using PIT
Aug 30 22:45:50 zingavi kernel: tsc: Detected 3600.067 MHz processor
Aug 30 22:45:50 zingavi kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e492c0e9d, max_idle_ns: 440795318934 ns
Aug 30 22:45:50 zingavi kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7203.13 BogoMIPS (lpj=12000223)
Aug 30 22:45:50 zingavi kernel: pid_max: default: 32768 minimum: 301
Aug 30 22:45:50 zingavi kernel: Security Framework initialized
Aug 30 22:45:50 zingavi kernel: Yama: becoming mindful.
Aug 30 22:45:50 zingavi kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Aug 30 22:45:50 zingavi kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Aug 30 22:45:50 zingavi kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Aug 30 22:45:50 zingavi kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Aug 30 22:45:50 zingavi kernel: mce: CPU supports 23 MCE banks
Aug 30 22:45:50 zingavi kernel: LVT offset 1 assigned for vector 0xf9
Aug 30 22:45:50 zingavi kernel: LVT offset 2 assigned for vector 0xf4
Aug 30 22:45:50 zingavi kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Aug 30 22:45:50 zingavi kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Aug 30 22:45:50 zingavi kernel: Spectre V2 : Mitigation: Full AMD retpoline
Aug 30 22:45:50 zingavi kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 30 22:45:50 zingavi kernel: Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
Aug 30 22:45:50 zingavi kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Aug 30 22:45:50 zingavi kernel: Freeing SMP alternatives memory: 28K
Aug 30 22:45:50 zingavi kernel: smpboot: CPU0: AMD Ryzen 5 1600X Six-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
Aug 30 22:45:50 zingavi kernel: Performance Events: Fam17h core perfctr, AMD PMU driver.
Aug 30 22:45:50 zingavi kernel: ... version:                0
Aug 30 22:45:50 zingavi kernel: ... bit width:              48
Aug 30 22:45:50 zingavi kernel: ... generic registers:      6
Aug 30 22:45:50 zingavi kernel: ... value mask:             0000ffffffffffff
Aug 30 22:45:50 zingavi kernel: ... max period:             00007fffffffffff
Aug 30 22:45:50 zingavi kernel: ... fixed-purpose events:   0
Aug 30 22:45:50 zingavi kernel: ... event mask:             000000000000003f
Aug 30 22:45:50 zingavi kernel: Hierarchical SRCU implementation.
Aug 30 22:45:50 zingavi kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 30 22:45:50 zingavi kernel: smp: Bringing up secondary CPUs ...
Aug 30 22:45:50 zingavi kernel: x86: Booting SMP configuration:
Aug 30 22:45:50 zingavi kernel: .... node  #0, CPUs:        #1
Aug 30 22:45:50 zingavi kernel: TSC synchronization [CPU#0 -> CPU#1]:
Aug 30 22:45:50 zingavi kernel: Measured 3832944440 cycles TSC warp between CPUs, turning off TSC clock.
Aug 30 22:45:50 zingavi kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Aug 30 22:45:50 zingavi kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
Aug 30 22:45:50 zingavi kernel: smp: Brought up 1 node, 12 CPUs
Aug 30 22:45:50 zingavi kernel: smpboot: Max logical packages: 2
Aug 30 22:45:50 zingavi kernel: smpboot: Total of 12 processors activated (86436.67 BogoMIPS)
Aug 30 22:45:50 zingavi kernel: devtmpfs: initialized
Aug 30 22:45:50 zingavi kernel: x86/mm: Memory block size: 128MB
Aug 30 22:45:50 zingavi kernel: PM: Registering ACPI NVS region [mem 0x04000000-0x04009fff] (40960 bytes)
Aug 30 22:45:50 zingavi kernel: PM: Registering ACPI NVS region [mem 0xdc32b000-0xdc716fff] (4112384 bytes)
Aug 30 22:45:50 zingavi kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 30 22:45:50 zingavi kernel: futex hash table entries: 4096 (order: 6, 262144 bytes)
Aug 30 22:45:50 zingavi kernel: pinctrl core: initialized pinctrl subsystem
Aug 30 22:45:50 zingavi kernel: RTC time: 20:45:46, date: 08/30/18
Aug 30 22:45:50 zingavi kernel: NET: Registered protocol family 16
Aug 30 22:45:50 zingavi kernel: audit: initializing netlink subsys (disabled)
Aug 30 22:45:50 zingavi kernel: audit: type=2000 audit(1535661945.526:1): state=initialized audit_enabled=0 res=1
Aug 30 22:45:50 zingavi kernel: cpuidle: using governor ladder
Aug 30 22:45:50 zingavi kernel: cpuidle: using governor menu
Aug 30 22:45:50 zingavi kernel: ACPI: bus type PCI registered
Aug 30 22:45:50 zingavi kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 30 22:45:50 zingavi kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Aug 30 22:45:50 zingavi kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Aug 30 22:45:50 zingavi kernel: PCI: Using configuration type 1 for base access
Aug 30 22:45:50 zingavi kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Aug 30 22:45:50 zingavi kernel: mtrr: probably your BIOS does not setup all CPUs.
Aug 30 22:45:50 zingavi kernel: mtrr: corrected configuration.
Aug 30 22:45:50 zingavi kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Aug 30 22:45:50 zingavi kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug 30 22:45:50 zingavi kernel: ACPI: Added _OSI(Module Device)
Aug 30 22:45:50 zingavi kernel: ACPI: Added _OSI(Processor Device)
Aug 30 22:45:50 zingavi kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 30 22:45:50 zingavi kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 30 22:45:50 zingavi kernel: ACPI: Added _OSI(Linux-Dell-Video)
Aug 30 22:45:50 zingavi kernel: ACPI: 7 ACPI AML tables successfully acquired and loaded
Aug 30 22:45:50 zingavi kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 30 22:45:50 zingavi kernel: ACPI: Interpreter enabled
Aug 30 22:45:50 zingavi kernel: ACPI: (supports S0 S3 S4 S5)
Aug 30 22:45:50 zingavi kernel: ACPI: Using IOAPIC for interrupt routing
Aug 30 22:45:50 zingavi kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 30 22:45:50 zingavi kernel: ACPI: Enabled 2 GPEs in block 00 to 1F
Aug 30 22:45:50 zingavi kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 30 22:45:50 zingavi kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Aug 30 22:45:50 zingavi kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
Aug 30 22:45:50 zingavi kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Aug 30 22:45:50 zingavi kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Aug 30 22:45:50 zingavi kernel: PCI host bridge to bus 0000:00
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Aug 30 22:45:50 zingavi kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:00:07.1: enabling Extended Tags
Aug 30 22:45:50 zingavi kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:00:08.1: enabling Extended Tags
Aug 30 22:45:50 zingavi kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Aug 30 22:45:50 zingavi kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Aug 30 22:45:50 zingavi kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.0: [1022:43b9] type 00 class 0x0c0330
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfe4a0000-0xfe4a7fff 64bit]
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.1: [1022:43b5] type 00 class 0x010601
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.1: reg 0x24: [mem 0xfe480000-0xfe49ffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.1: reg 0x30: [mem 0xfe400000-0xfe47ffff pref]
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.1: PME# supported from D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.2: [1022:43b0] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.2: PME# supported from D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:00:01.3: PCI bridge to [bus 03-2c]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:01.3:   bridge window [io  0xd000-0xefff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:01.3:   bridge window [mem 0xfe100000-0xfe4fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:00.0: [1022:43b4] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:00.0: PME# supported from D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:02.0: [1022:43b4] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:02.0: PME# supported from D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:03.0: [1022:43b4] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:03.0: PME# supported from D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:04.0: [1022:43b4] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:04.0: PME# supported from D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.2: PCI bridge to [bus 1d-2c]
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.2:   bridge window [io  0xd000-0xefff]
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.2:   bridge window [mem 0xfe100000-0xfe3fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:00.0: PCI bridge to [bus 1e]
Aug 30 22:45:50 zingavi kernel: pci 0000:20:00.0: [1b21:0612] type 00 class 0x010601
Aug 30 22:45:50 zingavi kernel: pci 0000:20:00.0: reg 0x10: [io  0xe050-0xe057]
Aug 30 22:45:50 zingavi kernel: pci 0000:20:00.0: reg 0x14: [io  0xe040-0xe043]
Aug 30 22:45:50 zingavi kernel: pci 0000:20:00.0: reg 0x18: [io  0xe030-0xe037]
Aug 30 22:45:50 zingavi kernel: pci 0000:20:00.0: reg 0x1c: [io  0xe020-0xe023]
Aug 30 22:45:50 zingavi kernel: pci 0000:20:00.0: reg 0x20: [io  0xe000-0xe01f]
Aug 30 22:45:50 zingavi kernel: pci 0000:20:00.0: reg 0x24: [mem 0xfe300000-0xfe3001ff]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:02.0: PCI bridge to [bus 20]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:02.0:   bridge window [io  0xe000-0xefff]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:02.0:   bridge window [mem 0xfe300000-0xfe3fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:21:00.0: [1b21:1184] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:21:00.0: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:03.0: PCI bridge to [bus 21-2b]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:03.0:   bridge window [io  0xd000-0xdfff]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:03.0:   bridge window [mem 0xfe100000-0xfe2fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:01.0: [1b21:1184] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:26:01.0: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:26:03.0: [1b21:1184] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:26:03.0: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:26:05.0: [1b21:1184] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:26:05.0: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:26:07.0: [1b21:1184] type 01 class 0x060400
Aug 30 22:45:50 zingavi kernel: pci 0000:26:07.0: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:21:00.0: PCI bridge to [bus 26-2b]
Aug 30 22:45:50 zingavi kernel: pci 0000:21:00.0:   bridge window [io  0xd000-0xdfff]
Aug 30 22:45:50 zingavi kernel: pci 0000:21:00.0:   bridge window [mem 0xfe100000-0xfe2fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:27:00.0: [8086:24fb] type 00 class 0x028000
Aug 30 22:45:50 zingavi kernel: pci 0000:27:00.0: reg 0x10: [mem 0xfe200000-0xfe201fff 64bit]
Aug 30 22:45:50 zingavi kernel: pci 0000:27:00.0: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:26:01.0: PCI bridge to [bus 27]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:01.0:   bridge window [mem 0xfe200000-0xfe2fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:03.0: PCI bridge to [bus 28]
Aug 30 22:45:50 zingavi kernel: pci 0000:2a:00.0: [8086:1539] type 00 class 0x020000
Aug 30 22:45:50 zingavi kernel: pci 0000:2a:00.0: reg 0x10: [mem 0xfe100000-0xfe11ffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2a:00.0: reg 0x18: [io  0xd000-0xd01f]
Aug 30 22:45:50 zingavi kernel: pci 0000:2a:00.0: reg 0x1c: [mem 0xfe120000-0xfe123fff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2a:00.0: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:26:05.0: PCI bridge to [bus 2a]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:05.0:   bridge window [io  0xd000-0xdfff]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:05.0:   bridge window [mem 0xfe100000-0xfe1fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:07.0: PCI bridge to [bus 2b]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:04.0: PCI bridge to [bus 2c]
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: [1002:67df] type 00 class 0x030000
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: reg 0x20: [io  0xf000-0xf0ff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: reg 0x24: [mem 0xfe900000-0xfe93ffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: reg 0x30: [mem 0xfe940000-0xfe95ffff pref]
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: supports D1 D2
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: PME# supported from D1 D2 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.1: [1002:aaf0] type 00 class 0x040300
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.1: reg 0x10: [mem 0xfe960000-0xfe963fff 64bit]
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.1: supports D1 D2
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1: PCI bridge to [bus 2d]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1:   bridge window [mem 0xfe900000-0xfe9fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.0: [1022:145a] type 00 class 0x130000
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.0: enabling Extended Tags
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.2: [1022:1456] type 00 class 0x108000
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.2: reg 0x18: [mem 0xfe600000-0xfe6fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.2: reg 0x24: [mem 0xfe700000-0xfe701fff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.2: enabling Extended Tags
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.3: [1022:145c] type 00 class 0x0c0330
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.3: reg 0x10: [mem 0xfe500000-0xfe5fffff 64bit]
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.3: enabling Extended Tags
Aug 30 22:45:50 zingavi kernel: pci 0000:2e:00.3: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:00:07.1: PCI bridge to [bus 2e]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:07.1:   bridge window [mem 0xfe500000-0xfe7fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.0: [1022:1455] type 00 class 0x130000
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.0: enabling Extended Tags
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.2: [1022:7901] type 00 class 0x010601
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.2: reg 0x24: [mem 0xfe808000-0xfe808fff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.2: enabling Extended Tags
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.2: PME# supported from D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.3: [1022:1457] type 00 class 0x040300
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.3: reg 0x10: [mem 0xfe800000-0xfe807fff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.3: enabling Extended Tags
Aug 30 22:45:50 zingavi kernel: pci 0000:2f:00.3: PME# supported from D0 D3hot D3cold
Aug 30 22:45:50 zingavi kernel: pci 0000:00:08.1: PCI bridge to [bus 2f]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
Aug 30 22:45:50 zingavi kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
Aug 30 22:45:50 zingavi kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
Aug 30 22:45:50 zingavi kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
Aug 30 22:45:50 zingavi kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
Aug 30 22:45:50 zingavi kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
Aug 30 22:45:50 zingavi kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
Aug 30 22:45:50 zingavi kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
Aug 30 22:45:50 zingavi kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: vgaarb: setting as boot VGA device
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: vgaarb: bridge control possible
Aug 30 22:45:50 zingavi kernel: vgaarb: loaded
Aug 30 22:45:50 zingavi kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 30 22:45:50 zingavi kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 30 22:45:50 zingavi kernel: PTP clock support registered
Aug 30 22:45:50 zingavi kernel: EDAC MC: Ver: 3.0.0
Aug 30 22:45:50 zingavi kernel: PCI: Using ACPI for IRQ routing
Aug 30 22:45:50 zingavi kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 30 22:45:50 zingavi kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
Aug 30 22:45:50 zingavi kernel: e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
Aug 30 22:45:50 zingavi kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Aug 30 22:45:50 zingavi kernel: e820: reserve RAM buffer [mem 0xdad5f000-0xdbffffff]
Aug 30 22:45:50 zingavi kernel: e820: reserve RAM buffer [mem 0xdc32b000-0xdfffffff]
Aug 30 22:45:50 zingavi kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
Aug 30 22:45:50 zingavi kernel: e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
Aug 30 22:45:50 zingavi kernel: NetLabel: Initializing
Aug 30 22:45:50 zingavi kernel: NetLabel:  domain hash size = 128
Aug 30 22:45:50 zingavi kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 30 22:45:50 zingavi kernel: NetLabel:  unlabeled traffic allowed by default
Aug 30 22:45:50 zingavi kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Aug 30 22:45:50 zingavi kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Aug 30 22:45:50 zingavi kernel: clocksource: Switched to clocksource hpet
Aug 30 22:45:50 zingavi kernel: VFS: Disk quotas dquot_6.6.0
Aug 30 22:45:50 zingavi kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 30 22:45:50 zingavi kernel: pnp: PnP ACPI init
Aug 30 22:45:50 zingavi kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Aug 30 22:45:50 zingavi kernel: system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
Aug 30 22:45:50 zingavi kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 30 22:45:50 zingavi kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 30 22:45:50 zingavi kernel: system 00:03: [io  0x0280-0x028f] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:03: [io  0x0290-0x029f] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:03: [io  0x02a0-0x02af] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:03: [io  0x02b0-0x02bf] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x040b] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x04d6] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0c00-0x0c01] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0c14] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0c50-0x0c51] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0c52] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0c6c] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0c6f] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0cd0-0x0cd1] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0cd2-0x0cd3] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0cd4-0x0cd5] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0cd6-0x0cd7] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0cd8-0x0cdf] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0800-0x089f] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0b00-0x0b0f] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0b20-0x0b3f] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0900-0x090f] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [io  0x0910-0x091f] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Aug 30 22:45:50 zingavi kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 30 22:45:50 zingavi kernel: pnp: PnP ACPI: found 5 devices
Aug 30 22:45:50 zingavi kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:00.0: PCI bridge to [bus 1e]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:02.0: PCI bridge to [bus 20]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:02.0:   bridge window [io  0xe000-0xefff]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:02.0:   bridge window [mem 0xfe300000-0xfe3fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:01.0: PCI bridge to [bus 27]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:01.0:   bridge window [mem 0xfe200000-0xfe2fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:03.0: PCI bridge to [bus 28]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:05.0: PCI bridge to [bus 2a]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:05.0:   bridge window [io  0xd000-0xdfff]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:05.0:   bridge window [mem 0xfe100000-0xfe1fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:26:07.0: PCI bridge to [bus 2b]
Aug 30 22:45:50 zingavi kernel: pci 0000:21:00.0: PCI bridge to [bus 26-2b]
Aug 30 22:45:50 zingavi kernel: pci 0000:21:00.0:   bridge window [io  0xd000-0xdfff]
Aug 30 22:45:50 zingavi kernel: pci 0000:21:00.0:   bridge window [mem 0xfe100000-0xfe2fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:03.0: PCI bridge to [bus 21-2b]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:03.0:   bridge window [io  0xd000-0xdfff]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:03.0:   bridge window [mem 0xfe100000-0xfe2fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:1d:04.0: PCI bridge to [bus 2c]
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.2: PCI bridge to [bus 1d-2c]
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.2:   bridge window [io  0xd000-0xefff]
Aug 30 22:45:50 zingavi kernel: pci 0000:03:00.2:   bridge window [mem 0xfe100000-0xfe3fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:01.3: PCI bridge to [bus 03-2c]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:01.3:   bridge window [io  0xd000-0xefff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:01.3:   bridge window [mem 0xfe100000-0xfe4fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1: PCI bridge to [bus 2d]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1:   bridge window [mem 0xfe900000-0xfe9fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:07.1: PCI bridge to [bus 2e]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:07.1:   bridge window [mem 0xfe500000-0xfe7fffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:08.1: PCI bridge to [bus 2f]
Aug 30 22:45:50 zingavi kernel: pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xefff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:03: resource 1 [mem 0xfe100000-0xfe4fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:1d: resource 0 [io  0xd000-0xefff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:1d: resource 1 [mem 0xfe100000-0xfe3fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:20: resource 0 [io  0xe000-0xefff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:20: resource 1 [mem 0xfe300000-0xfe3fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:21: resource 0 [io  0xd000-0xdfff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:21: resource 1 [mem 0xfe100000-0xfe2fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:26: resource 0 [io  0xd000-0xdfff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:26: resource 1 [mem 0xfe100000-0xfe2fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:27: resource 1 [mem 0xfe200000-0xfe2fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:2a: resource 0 [io  0xd000-0xdfff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:2a: resource 1 [mem 0xfe100000-0xfe1fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:2d: resource 0 [io  0xf000-0xffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:2d: resource 1 [mem 0xfe900000-0xfe9fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:2d: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:2e: resource 1 [mem 0xfe500000-0xfe7fffff]
Aug 30 22:45:50 zingavi kernel: pci_bus 0000:2f: resource 1 [mem 0xfe800000-0xfe8fffff]
Aug 30 22:45:50 zingavi kernel: NET: Registered protocol family 2
Aug 30 22:45:50 zingavi kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
Aug 30 22:45:50 zingavi kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Aug 30 22:45:50 zingavi kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Aug 30 22:45:50 zingavi kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 30 22:45:50 zingavi kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Aug 30 22:45:50 zingavi kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Aug 30 22:45:50 zingavi kernel: NET: Registered protocol family 1
Aug 30 22:45:50 zingavi kernel: NET: Registered protocol family 44
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 30 22:45:50 zingavi kernel: pci 0000:2d:00.1: Linked as a consumer to 0000:2d:00.0
Aug 30 22:45:50 zingavi kernel: PCI: CLS 64 bytes, default 64
Aug 30 22:45:50 zingavi kernel: Unpacking initramfs...
Aug 30 22:45:50 zingavi kernel: Freeing initrd memory: 17736K
Aug 30 22:45:50 zingavi kernel: AMD-Vi: IOMMU performance counters supported
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:01.0 to group 0
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:01.3 to group 1
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:02.0 to group 2
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:03.0 to group 3
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:03.1 to group 4
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:04.0 to group 5
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:07.0 to group 6
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:07.1 to group 7
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:08.0 to group 8
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:08.1 to group 9
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:14.0 to group 10
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:14.3 to group 10
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:18.0 to group 11
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:18.1 to group 11
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:18.2 to group 11
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:18.3 to group 11
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:18.4 to group 11
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:18.5 to group 11
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:18.6 to group 11
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:00:18.7 to group 11
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:03:00.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:03:00.1 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:03:00.2 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:1d:00.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:1d:02.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:1d:03.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:1d:04.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:20:00.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:21:00.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:26:01.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:26:03.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:26:05.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:26:07.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:27:00.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:2a:00.0 to group 12
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:2d:00.0 to group 13
Aug 30 22:45:50 zingavi kernel: iommu: Using direct mapping for device 0000:2d:00.0
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:2d:00.1 to group 13
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:2e:00.0 to group 14
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:2e:00.2 to group 15
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:2e:00.3 to group 16
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:2f:00.0 to group 17
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:2f:00.2 to group 18
Aug 30 22:45:50 zingavi kernel: iommu: Adding device 0000:2f:00.3 to group 19
Aug 30 22:45:50 zingavi kernel: AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
Aug 30 22:45:50 zingavi kernel: AMD-Vi: Extended features (0xf77ef22294ada):
Aug 30 22:45:50 zingavi kernel:  PPR NX GT IA GA PC GA_vAPIC
Aug 30 22:45:50 zingavi kernel: AMD-Vi: Interrupt remapping enabled
Aug 30 22:45:50 zingavi kernel: AMD-Vi: virtual APIC enabled
Aug 30 22:45:50 zingavi kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Aug 30 22:45:50 zingavi kernel: amd_uncore: AMD NB counters detected
Aug 30 22:45:50 zingavi kernel: amd_uncore: AMD LLC counters detected
Aug 30 22:45:50 zingavi kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Aug 30 22:45:50 zingavi kernel: Scanning for low memory corruption every 60 seconds
Aug 30 22:45:50 zingavi kernel: Initialise system trusted keyrings
Aug 30 22:45:50 zingavi kernel: Key type blacklist registered
Aug 30 22:45:50 zingavi kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Aug 30 22:45:50 zingavi kernel: zbud: loaded
Aug 30 22:45:50 zingavi kernel: pstore: using lz4hc compression
Aug 30 22:45:50 zingavi kernel: Key type asymmetric registered
Aug 30 22:45:50 zingavi kernel: Asymmetric key parser 'x509' registered
Aug 30 22:45:50 zingavi kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Aug 30 22:45:50 zingavi kernel: io scheduler noop registered
Aug 30 22:45:50 zingavi kernel: io scheduler deadline registered
Aug 30 22:45:50 zingavi kernel: io scheduler cfq registered (default)
Aug 30 22:45:50 zingavi kernel: io scheduler mq-deadline registered
Aug 30 22:45:50 zingavi kernel: io scheduler kyber registered
Aug 30 22:45:50 zingavi kernel: io scheduler bfq registered
Aug 30 22:45:50 zingavi kernel: pcieport 0000:00:01.3: AER enabled with IRQ 26
Aug 30 22:45:50 zingavi kernel: pcieport 0000:00:03.1: AER enabled with IRQ 27
Aug 30 22:45:50 zingavi kernel: pcieport 0000:00:07.1: AER enabled with IRQ 28
Aug 30 22:45:50 zingavi kernel: pcieport 0000:00:08.1: AER enabled with IRQ 30
Aug 30 22:45:50 zingavi kernel: pcieport 0000:00:01.3: Signaling PME with IRQ 26
Aug 30 22:45:50 zingavi kernel: pcieport 0000:00:03.1: Signaling PME with IRQ 27
Aug 30 22:45:50 zingavi kernel: pcieport 0000:00:07.1: Signaling PME with IRQ 28
Aug 30 22:45:50 zingavi kernel: pcieport 0000:00:08.1: Signaling PME with IRQ 30
Aug 30 22:45:50 zingavi kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 30 22:45:50 zingavi kernel: vesafb: mode is 1920x1080x32, linelength=7680, pages=0
Aug 30 22:45:50 zingavi kernel: vesafb: scrolling: redraw
Aug 30 22:45:50 zingavi kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
Aug 30 22:45:50 zingavi kernel: vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 8128k, total 8128k
Aug 30 22:45:50 zingavi kernel: Console: switching to colour frame buffer device 240x67
Aug 30 22:45:50 zingavi kernel: fb0: VESA VGA frame buffer device
Aug 30 22:45:50 zingavi kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Aug 30 22:45:50 zingavi kernel: ACPI: Power Button [PWRB]
Aug 30 22:45:50 zingavi kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Aug 30 22:45:50 zingavi kernel: ACPI: Power Button [PWRF]
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 30 22:45:50 zingavi kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Aug 30 22:45:50 zingavi kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 30 22:45:50 zingavi kernel: NET: Registered protocol family 10
Aug 30 22:45:50 zingavi kernel: Segment Routing with IPv6
Aug 30 22:45:50 zingavi kernel: NET: Registered protocol family 17
Aug 30 22:45:50 zingavi kernel: RAS: Correctable Errors collector initialized.
Aug 30 22:45:50 zingavi kernel: microcode: CPU0: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU1: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU2: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU3: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU4: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU5: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU6: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU7: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU8: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU9: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU10: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: CPU11: patch_level=0x08001136
Aug 30 22:45:50 zingavi kernel: microcode: Microcode Update Driver: v2.2.
Aug 30 22:45:50 zingavi kernel: registered taskstats version 1
Aug 30 22:45:50 zingavi kernel: Loading compiled-in X.509 certificates
Aug 30 22:45:50 zingavi kernel: zswap: loaded using pool lzo/zbud
Aug 30 22:45:50 zingavi kernel: Key type big_key registered
Aug 30 22:45:50 zingavi kernel:   Magic number: 14:625:802
Aug 30 22:45:50 zingavi kernel: hctosys: unable to open rtc device (rtc0)
Aug 30 22:45:50 zingavi kernel: Unstable clock detected, switching default tracing clock to "global"
                                If you want to keep using the local clock, then add:
                                  "trace_clock=local"
                                on the kernel command line
Aug 30 22:45:50 zingavi kernel: Freeing unused kernel image memory: 1492K
Aug 30 22:45:50 zingavi kernel: Write protecting the kernel read-only data: 16384k
Aug 30 22:45:50 zingavi kernel: Freeing unused kernel image memory: 2016K
Aug 30 22:45:50 zingavi kernel: Freeing unused kernel image memory: 568K
Aug 30 22:45:50 zingavi kernel: Linux agpgart interface v0.103
Aug 30 22:45:50 zingavi kernel: [drm] amdgpu kernel modesetting enabled.
Aug 30 22:45:50 zingavi kernel: checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
Aug 30 22:45:50 zingavi kernel: fb: switching to amdgpudrmfb from VESA VGA
Aug 30 22:45:50 zingavi kernel: Console: switching to colour dummy device 80x25
Aug 30 22:45:50 zingavi kernel: [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1DA2:0xE366 0xE7).
Aug 30 22:45:50 zingavi kernel: [drm] register mmio base: 0xFE900000
Aug 30 22:45:50 zingavi kernel: [drm] register mmio size: 262144
Aug 30 22:45:50 zingavi kernel: [drm] probing gen 2 caps for device 1022:1453 = 737903/e
Aug 30 22:45:50 zingavi kernel: [drm] probing mlw for device 1022:1453 = 737903
Aug 30 22:45:50 zingavi kernel: [drm] add ip block number 0 <vi_common>
Aug 30 22:45:50 zingavi kernel: [drm] add ip block number 1 <gmc_v8_0>
Aug 30 22:45:50 zingavi kernel: [drm] add ip block number 2 <tonga_ih>
Aug 30 22:45:50 zingavi kernel: [drm] add ip block number 3 <powerplay>
Aug 30 22:45:50 zingavi kernel: [drm] add ip block number 4 <dm>
Aug 30 22:45:50 zingavi kernel: [drm] add ip block number 5 <gfx_v8_0>
Aug 30 22:45:50 zingavi kernel: [drm] add ip block number 6 <sdma_v3_0>
Aug 30 22:45:50 zingavi kernel: [drm] add ip block number 7 <uvd_v6_0>
Aug 30 22:45:50 zingavi kernel: [drm] add ip block number 8 <vce_v3_0>
Aug 30 22:45:50 zingavi kernel: [drm] UVD is enabled in VM mode
Aug 30 22:45:50 zingavi kernel: [drm] UVD ENC is enabled in VM mode
Aug 30 22:45:50 zingavi kernel: [drm] VCE enabled in VM mode
Aug 30 22:45:50 zingavi kernel: amdgpu 0000:2d:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
Aug 30 22:45:50 zingavi kernel: ATOM BIOS: 113-1E3660U-O51
Aug 30 22:45:50 zingavi kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Aug 30 22:45:50 zingavi kernel: amdgpu 0000:2d:00.0: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
Aug 30 22:45:50 zingavi kernel: amdgpu 0000:2d:00.0: GTT: 256M 0x0000000000000000 - 0x000000000FFFFFFF
Aug 30 22:45:50 zingavi kernel: [drm] Detected VRAM RAM=8192M, BAR=256M
Aug 30 22:45:50 zingavi kernel: [drm] RAM width 256bits GDDR5
Aug 30 22:45:50 zingavi kernel: [TTM] Zone  kernel: Available graphics memory: 8212052 kiB
Aug 30 22:45:50 zingavi kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
Aug 30 22:45:50 zingavi kernel: [TTM] Initializing pool allocator
Aug 30 22:45:50 zingavi kernel: [TTM] Initializing DMA pool allocator
Aug 30 22:45:50 zingavi kernel: [drm] amdgpu: 8192M of VRAM memory ready
Aug 30 22:45:50 zingavi kernel: [drm] amdgpu: 8192M of GTT memory ready.
Aug 30 22:45:50 zingavi kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Aug 30 22:45:50 zingavi kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F4007E9000).
Aug 30 22:45:50 zingavi kernel: [drm] Chained IB support enabled!
Aug 30 22:45:50 zingavi kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Aug 30 22:45:50 zingavi kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB: values for Engine clock
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         30000
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         60000
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         90000
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         114500
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         121500
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         125700
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         130000
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         141100
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB: Validation clocks:
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:    engine_max_clock: 141100
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:    memory_max_clock: 200000
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:    level           : 0
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB: values for Memory clock
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         30000
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         100000
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:         200000
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB: Validation clocks:
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:    engine_max_clock: 141100
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:    memory_max_clock: 200000
Aug 30 22:45:50 zingavi kernel: [drm] DM_PPLIB:    level           : 0
Aug 30 22:45:50 zingavi kernel: [drm] Display Core initialized with v3.1.44!
Aug 30 22:45:50 zingavi kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Aug 30 22:45:50 zingavi kernel: [drm] Driver supports precise vblank timestamp query.
Aug 30 22:45:50 zingavi kernel: [drm] UVD and UVD ENC initialized successfully.
Aug 30 22:45:50 zingavi kernel: [drm] VCE initialized successfully.
Aug 30 22:45:50 zingavi kernel: [drm] fb mappable at 0xE0D11000
Aug 30 22:45:50 zingavi kernel: [drm] vram apper at 0xE0000000
Aug 30 22:45:50 zingavi kernel: [drm] size 8294400
Aug 30 22:45:50 zingavi kernel: [drm] fb depth is 24
Aug 30 22:45:50 zingavi kernel: [drm]    pitch is 7680
Aug 30 22:45:50 zingavi kernel: fbcon: amdgpudrmfb (fb0) is primary device
Aug 30 22:45:50 zingavi kernel: Console: switching to colour frame buffer device 240x67
Aug 30 22:45:50 zingavi kernel: amdgpu 0000:2d:00.0: fb0: amdgpudrmfb frame buffer device
Aug 30 22:45:50 zingavi kernel: [drm] Initialized amdgpu 3.26.0 20150101 for 0000:2d:00.0 on minor 0
Aug 30 22:45:50 zingavi kernel: ACPI: bus type USB registered
Aug 30 22:45:50 zingavi kernel: usbcore: registered new interface driver usbfs
Aug 30 22:45:50 zingavi kernel: usbcore: registered new interface driver hub
Aug 30 22:45:50 zingavi kernel: usbcore: registered new device driver usb
Aug 30 22:45:50 zingavi kernel: SCSI subsystem initialized
Aug 30 22:45:50 zingavi kernel: QUIRK: Enable AMD PLL fix
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
Aug 30 22:45:50 zingavi kernel: libata version 3.00 loaded.
Aug 30 22:45:50 zingavi kernel: ahci 0000:03:00.1: version 3.0
Aug 30 22:45:50 zingavi kernel: ahci 0000:03:00.1: SSS flag set, parallel bus scan disabled
Aug 30 22:45:50 zingavi kernel: ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
Aug 30 22:45:50 zingavi kernel: ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
Aug 30 22:45:50 zingavi kernel: scsi host0: ahci
Aug 30 22:45:50 zingavi kernel: scsi host1: ahci
Aug 30 22:45:50 zingavi kernel: scsi host2: ahci
Aug 30 22:45:50 zingavi kernel: scsi host3: ahci
Aug 30 22:45:50 zingavi kernel: scsi host4: ahci
Aug 30 22:45:50 zingavi kernel: scsi host5: ahci
Aug 30 22:45:50 zingavi kernel: scsi host6: ahci
Aug 30 22:45:50 zingavi kernel: scsi host7: ahci
Aug 30 22:45:50 zingavi kernel: ata1: SATA max UDMA/133 abar m131072@0xfe480000 port 0xfe480100 irq 47
Aug 30 22:45:50 zingavi kernel: ata2: SATA max UDMA/133 abar m131072@0xfe480000 port 0xfe480180 irq 47
Aug 30 22:45:50 zingavi kernel: ata3: SATA max UDMA/133 abar m131072@0xfe480000 port 0xfe480200 irq 47
Aug 30 22:45:50 zingavi kernel: ata4: SATA max UDMA/133 abar m131072@0xfe480000 port 0xfe480280 irq 47
Aug 30 22:45:50 zingavi kernel: ata5: SATA max UDMA/133 abar m131072@0xfe480000 port 0xfe480300 irq 47
Aug 30 22:45:50 zingavi kernel: ata6: SATA max UDMA/133 abar m131072@0xfe480000 port 0xfe480380 irq 47
Aug 30 22:45:50 zingavi kernel: ata7: SATA max UDMA/133 abar m131072@0xfe480000 port 0xfe480400 irq 47
Aug 30 22:45:50 zingavi kernel: ata8: SATA max UDMA/133 abar m131072@0xfe480000 port 0xfe480480 irq 47
Aug 30 22:45:50 zingavi kernel: ahci 0000:20:00.0: SSS flag set, parallel bus scan disabled
Aug 30 22:45:50 zingavi kernel: ahci 0000:20:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Aug 30 22:45:50 zingavi kernel: ahci 0000:20:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
Aug 30 22:45:50 zingavi kernel: scsi host8: ahci
Aug 30 22:45:50 zingavi kernel: scsi host9: ahci
Aug 30 22:45:50 zingavi kernel: ata9: SATA max UDMA/133 abar m512@0xfe300000 port 0xfe300100 irq 48
Aug 30 22:45:50 zingavi kernel: ata10: SATA max UDMA/133 abar m512@0xfe300000 port 0xfe300180 irq 48
Aug 30 22:45:50 zingavi kernel: ahci 0000:2f:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x8 impl SATA mode
Aug 30 22:45:50 zingavi kernel: ahci 0000:2f:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Aug 30 22:45:50 zingavi kernel: ahci 0000:2f:00.2: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
Aug 30 22:45:50 zingavi kernel: scsi host10: ahci
Aug 30 22:45:50 zingavi kernel: scsi host11: ahci
Aug 30 22:45:50 zingavi kernel: scsi host12: ahci
Aug 30 22:45:50 zingavi kernel: scsi host13: ahci
Aug 30 22:45:50 zingavi kernel: ata11: DUMMY
Aug 30 22:45:50 zingavi kernel: ata12: DUMMY
Aug 30 22:45:50 zingavi kernel: ata13: DUMMY
Aug 30 22:45:50 zingavi kernel: ata14: SATA max UDMA/133 abar m4096@0xfe808000 port 0xfe808280 irq 53
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000008000418
Aug 30 22:45:50 zingavi kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
Aug 30 22:45:50 zingavi kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 30 22:45:50 zingavi kernel: usb usb1: Product: xHCI Host Controller
Aug 30 22:45:50 zingavi kernel: usb usb1: Manufacturer: Linux 4.18.5-arch1-1-ARCH xhci-hcd
Aug 30 22:45:50 zingavi kernel: usb usb1: SerialNumber: 0000:03:00.0
Aug 30 22:45:50 zingavi kernel: hub 1-0:1.0: USB hub found
Aug 30 22:45:50 zingavi kernel: hub 1-0:1.0: 14 ports detected
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:03:00.0: Host supports USB 3.10 Enhanced SuperSpeed
Aug 30 22:45:50 zingavi kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 30 22:45:50 zingavi kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
Aug 30 22:45:50 zingavi kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 30 22:45:50 zingavi kernel: usb usb2: Product: xHCI Host Controller
Aug 30 22:45:50 zingavi kernel: usb usb2: Manufacturer: Linux 4.18.5-arch1-1-ARCH xhci-hcd
Aug 30 22:45:50 zingavi kernel: usb usb2: SerialNumber: 0000:03:00.0
Aug 30 22:45:50 zingavi kernel: hub 2-0:1.0: USB hub found
Aug 30 22:45:50 zingavi kernel: hub 2-0:1.0: 8 ports detected
Aug 30 22:45:50 zingavi kernel: usb: port power management may be unreliable
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:2e:00.3: xHCI Host Controller
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:2e:00.3: new USB bus registered, assigned bus number 3
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:2e:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000418
Aug 30 22:45:50 zingavi kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
Aug 30 22:45:50 zingavi kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 30 22:45:50 zingavi kernel: usb usb3: Product: xHCI Host Controller
Aug 30 22:45:50 zingavi kernel: usb usb3: Manufacturer: Linux 4.18.5-arch1-1-ARCH xhci-hcd
Aug 30 22:45:50 zingavi kernel: usb usb3: SerialNumber: 0000:2e:00.3
Aug 30 22:45:50 zingavi kernel: hub 3-0:1.0: USB hub found
Aug 30 22:45:50 zingavi kernel: hub 3-0:1.0: 4 ports detected
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:2e:00.3: xHCI Host Controller
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:2e:00.3: new USB bus registered, assigned bus number 4
Aug 30 22:45:50 zingavi kernel: xhci_hcd 0000:2e:00.3: Host supports USB 3.0  SuperSpeed
Aug 30 22:45:50 zingavi kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 30 22:45:50 zingavi kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
Aug 30 22:45:50 zingavi kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 30 22:45:50 zingavi kernel: usb usb4: Product: xHCI Host Controller
Aug 30 22:45:50 zingavi kernel: usb usb4: Manufacturer: Linux 4.18.5-arch1-1-ARCH xhci-hcd
Aug 30 22:45:50 zingavi kernel: usb usb4: SerialNumber: 0000:2e:00.3
Aug 30 22:45:50 zingavi kernel: hub 4-0:1.0: USB hub found
Aug 30 22:45:50 zingavi kernel: hub 4-0:1.0: 4 ports detected
Aug 30 22:45:50 zingavi kernel: ata1: SATA link down (SStatus 0 SControl 300)
Aug 30 22:45:50 zingavi kernel: ata9: SATA link down (SStatus 0 SControl 300)
Aug 30 22:45:50 zingavi kernel: usb 1-5: new high-speed USB device number 2 using xhci_hcd
Aug 30 22:45:50 zingavi kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Aug 30 22:45:50 zingavi kernel: ata14: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 30 22:45:50 zingavi kernel: ata14.00: ATA-9: WDC WDS500G1B0B-00AS40, X41100WD, max UDMA/133
Aug 30 22:45:50 zingavi kernel: ata14.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Aug 30 22:45:50 zingavi kernel: ata14.00: configured for UDMA/133
Aug 30 22:45:50 zingavi kernel: usb 1-5: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.52
Aug 30 22:45:50 zingavi kernel: usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Aug 30 22:45:50 zingavi kernel: usb 1-5: Product: USB2.0 Hub
Aug 30 22:45:50 zingavi kernel: hub 1-5:1.0: USB hub found
Aug 30 22:45:50 zingavi kernel: usb 3-3: New USB device found, idVendor=2516, idProduct=0011, bcdDevice= 1.11
Aug 30 22:45:50 zingavi kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 30 22:45:50 zingavi kernel: usb 3-3: Product: Quickfire TKL 6keys
Aug 30 22:45:50 zingavi kernel: usb 3-3: Manufacturer: CM Storm
Aug 30 22:45:50 zingavi kernel: hub 1-5:1.0: 4 ports detected
Aug 30 22:45:50 zingavi kernel: hidraw: raw HID events driver (C) Jiri Kosina
Aug 30 22:45:50 zingavi kernel: usbcore: registered new interface driver usbhid
Aug 30 22:45:50 zingavi kernel: usbhid: USB HID core driver
Aug 30 22:45:50 zingavi kernel: input: CM Storm Quickfire TKL 6keys as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-3/3-3:1.0/0003:2516:0011.0001/input/input2
Aug 30 22:45:50 zingavi kernel: hid-generic 0003:2516:0011.0001: input,hidraw0: USB HID v1.10 Keyboard [CM Storm Quickfire TKL 6keys] on usb-0000:2e:00.3-3/input0
Aug 30 22:45:50 zingavi kernel: input: CM Storm Quickfire TKL 6keys System Control as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-3/3-3:1.1/0003:2516:0011.0002/input/input3
Aug 30 22:45:50 zingavi kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Aug 30 22:45:50 zingavi kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
Aug 30 22:45:50 zingavi kernel: input: CM Storm Quickfire TKL 6keys Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-3/3-3:1.1/0003:2516:0011.0002/input/input4
Aug 30 22:45:50 zingavi kernel: hid-generic 0003:2516:0011.0002: input,hidraw1: USB HID v1.10 Device [CM Storm Quickfire TKL 6keys] on usb-0000:2e:00.3-3/input1
Aug 30 22:45:50 zingavi kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 30 22:45:50 zingavi kernel: usb 3-4: New USB device found, idVendor=1532, idProduct=005c, bcdDevice= 2.00
Aug 30 22:45:50 zingavi kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 30 22:45:50 zingavi kernel: usb 3-4: Product: Razer DeathAdder Elite
Aug 30 22:45:50 zingavi kernel: usb 3-4: Manufacturer: Razer
Aug 30 22:45:50 zingavi kernel: usb 1-6: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Aug 30 22:45:50 zingavi kernel: usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Aug 30 22:45:50 zingavi kernel: usb 1-6: Product: USB2.0 Hub
Aug 30 22:45:50 zingavi kernel: input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-4/3-4:1.0/0003:1532:005C.0003/input/input5
Aug 30 22:45:50 zingavi kernel: hid-generic 0003:1532:005C.0003: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder Elite] on usb-0000:2e:00.3-4/input0
Aug 30 22:45:50 zingavi kernel: ata2.00: ATA-10: ST2000LX001-1RG174, SDM1, max UDMA/133
Aug 30 22:45:50 zingavi kernel: ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 30 22:45:50 zingavi kernel: hub 1-6:1.0: USB hub found
Aug 30 22:45:50 zingavi kernel: input: Razer Razer DeathAdder Elite Keyboard as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-4/3-4:1.1/0003:1532:005C.0004/input/input6
Aug 30 22:45:50 zingavi kernel: hub 1-6:1.0: 4 ports detected
Aug 30 22:45:50 zingavi kernel: input: Razer Razer DeathAdder Elite Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-4/3-4:1.1/0003:1532:005C.0004/input/input7
Aug 30 22:45:50 zingavi kernel: input: Razer Razer DeathAdder Elite System Control as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-4/3-4:1.1/0003:1532:005C.0004/input/input8
Aug 30 22:45:50 zingavi kernel: input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-4/3-4:1.1/0003:1532:005C.0004/input/input9
Aug 30 22:45:50 zingavi kernel: input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-4/3-4:1.1/0003:1532:005C.0004/input/input10
Aug 30 22:45:50 zingavi kernel: hid-generic 0003:1532:005C.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer DeathAdder Elite] on usb-0000:2e:00.3-4/input1
Aug 30 22:45:50 zingavi kernel: input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-4/3-4:1.2/0003:1532:005C.0005/input/input11
Aug 30 22:45:50 zingavi kernel: usb 1-5.2: new high-speed USB device number 4 using xhci_hcd
Aug 30 22:45:50 zingavi kernel: ata2.00: configured for UDMA/133
Aug 30 22:45:50 zingavi kernel: scsi 1:0:0:0: Direct-Access     ATA      ST2000LX001-1RG1 SDM1 PQ: 0 ANSI: 5
Aug 30 22:45:50 zingavi kernel: sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Aug 30 22:45:50 zingavi kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
Aug 30 22:45:50 zingavi kernel: sd 1:0:0:0: [sda] Write Protect is off
Aug 30 22:45:50 zingavi kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 30 22:45:50 zingavi kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 30 22:45:50 zingavi kernel:  sda: sda1
Aug 30 22:45:50 zingavi kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Aug 30 22:45:50 zingavi kernel: hid-generic 0003:1532:005C.0005: input,hidraw4: USB HID v1.11 Keyboard [Razer Razer DeathAdder Elite] on usb-0000:2e:00.3-4/input2
Aug 30 22:45:50 zingavi kernel: usb 1-5.2: New USB device found, idVendor=046d, idProduct=0991, bcdDevice= 0.08
Aug 30 22:45:50 zingavi kernel: usb 1-5.2: New USB device strings: Mfr=0, Product=0, SerialNumber=2
Aug 30 22:45:50 zingavi kernel: usb 1-5.2: SerialNumber: 9F8F80FB
Aug 30 22:45:50 zingavi kernel: usb 1-7: new full-speed USB device number 5 using xhci_hcd
Aug 30 22:45:50 zingavi kernel: ata3: SATA link down (SStatus 0 SControl 300)
Aug 30 22:45:50 zingavi kernel: random: fast init done
Aug 30 22:45:50 zingavi kernel: usb 1-7: New USB device found, idVendor=046d, idProduct=0a5b, bcdDevice= 1.01
Aug 30 22:45:50 zingavi kernel: usb 1-7: New USB device strings: Mfr=3, Product=4, SerialNumber=0
Aug 30 22:45:50 zingavi kernel: usb 1-7: Product: Logitech G933 Gaming Wireless Headset
Aug 30 22:45:50 zingavi kernel: usb 1-7: Manufacturer: Logitech
Aug 30 22:45:50 zingavi kernel: input: Logitech Logitech G933 Gaming Wireless Headset Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-7/1-7:1.3/0003:046D:0A5B.0006/input/input12
Aug 30 22:45:50 zingavi kernel: usb 1-5.3: new high-speed USB device number 6 using xhci_hcd
Aug 30 22:45:50 zingavi kernel: input: Logitech Logitech G933 Gaming Wireless Headset as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-7/1-7:1.3/0003:046D:0A5B.0006/input/input13
Aug 30 22:45:50 zingavi kernel: input: Logitech Logitech G933 Gaming Wireless Headset as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-7/1-7:1.3/0003:046D:0A5B.0006/input/input16
Aug 30 22:45:50 zingavi kernel: input: Logitech Logitech G933 Gaming Wireless Headset as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-7/1-7:1.3/0003:046D:0A5B.0006/input/input17
Aug 30 22:45:50 zingavi kernel: input: Logitech Logitech G933 Gaming Wireless Headset as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-7/1-7:1.3/0003:046D:0A5B.0006/input/input18
Aug 30 22:45:50 zingavi kernel: hid-generic 0003:046D:0A5B.0006: input,hiddev0,hidraw5: USB HID v1.11 Device [Logitech Logitech G933 Gaming Wireless Headset] on usb-0000:03:00.0-7/input3
Aug 30 22:45:50 zingavi kernel: ata4: SATA link down (SStatus 0 SControl 300)
Aug 30 22:45:50 zingavi kernel: usb 1-5.3: New USB device found, idVendor=0930, idProduct=6545, bcdDevice= 1.10
Aug 30 22:45:50 zingavi kernel: usb 1-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 30 22:45:50 zingavi kernel: usb 1-5.3: Product: USB FLASH DRIVE
Aug 30 22:45:50 zingavi kernel: usb 1-5.3: Manufacturer: TOSHIBA
Aug 30 22:45:50 zingavi kernel: usb 1-5.3: SerialNumber: 0023247D7D6CE220200007CC
Aug 30 22:45:50 zingavi kernel: usb-storage 1-5.3:1.0: USB Mass Storage device detected
Aug 30 22:45:50 zingavi kernel: scsi host14: usb-storage 1-5.3:1.0
Aug 30 22:45:50 zingavi kernel: usbcore: registered new interface driver usb-storage
Aug 30 22:45:50 zingavi kernel: usbcore: registered new interface driver uas
Aug 30 22:45:50 zingavi kernel: usb 1-9: new full-speed USB device number 7 using xhci_hcd
Aug 30 22:45:50 zingavi kernel: ata5: SATA link down (SStatus 0 SControl 300)
Aug 30 22:45:50 zingavi kernel: usb 1-9: New USB device found, idVendor=8087, idProduct=0aa7, bcdDevice= 0.01
Aug 30 22:45:50 zingavi kernel: usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 30 22:45:50 zingavi kernel: ata6: SATA link down (SStatus 0 SControl 300)
Aug 30 22:45:50 zingavi kernel: ata7: SATA link down (SStatus 0 SControl 300)
Aug 30 22:45:50 zingavi kernel: scsi 14:0:0:0: Direct-Access     TOSHIBA  USB FLASH DRIVE  PMAP PQ: 0 ANSI: 6
Aug 30 22:45:50 zingavi kernel: sd 14:0:0:0: [sdb] 60481536 512-byte logical blocks: (31.0 GB/28.8 GiB)
Aug 30 22:45:50 zingavi kernel: sd 14:0:0:0: [sdb] Write Protect is off
Aug 30 22:45:50 zingavi kernel: sd 14:0:0:0: [sdb] Mode Sense: 45 00 00 00
Aug 30 22:45:50 zingavi kernel: sd 14:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Aug 30 22:45:50 zingavi kernel:  sdb: sdb1
Aug 30 22:45:50 zingavi kernel: sd 14:0:0:0: [sdb] Attached SCSI removable disk
Aug 30 22:45:50 zingavi kernel: ata8: SATA link down (SStatus 0 SControl 300)
Aug 30 22:45:50 zingavi kernel: ata10: SATA link down (SStatus 0 SControl 300)
Aug 30 22:45:50 zingavi kernel: scsi 13:0:0:0: Direct-Access     ATA      WDC WDS500G1B0B- 00WD PQ: 0 ANSI: 5
Aug 30 22:45:50 zingavi kernel: sd 13:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Aug 30 22:45:50 zingavi kernel: sd 13:0:0:0: [sdc] Write Protect is off
Aug 30 22:45:50 zingavi kernel: sd 13:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Aug 30 22:45:50 zingavi kernel: sd 13:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 30 22:45:50 zingavi kernel:  sdc: sdc1
Aug 30 22:45:50 zingavi kernel: sd 13:0:0:0: [sdc] Attached SCSI disk
Aug 30 22:45:50 zingavi kernel: EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
Aug 30 22:45:50 zingavi systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarc>
Aug 30 22:45:50 zingavi systemd[1]: Detected architecture x86-64.
Aug 30 22:45:50 zingavi systemd[1]: Set hostname to <zingavi>.
Aug 30 22:45:50 zingavi kernel: random: systemd: uninitialized urandom read (16 bytes read)
Aug 30 22:45:50 zingavi systemd[1]: Listening on Process Core Dump Socket.
Aug 30 22:45:50 zingavi kernel: random: systemd: uninitialized urandom read (16 bytes read)
Aug 30 22:45:50 zingavi systemd[1]: Listening on Journal Audit Socket.
Aug 30 22:45:50 zingavi kernel: random: systemd: uninitialized urandom read (16 bytes read)
Aug 30 22:45:50 zingavi systemd[1]: Created slice User and Session Slice.
Aug 30 22:45:50 zingavi systemd[1]: Reached target Slices.
Aug 30 22:45:50 zingavi systemd[1]: Listening on LVM2 poll daemon socket.
Aug 30 22:45:50 zingavi systemd[1]: Reached target Remote File Systems.
Aug 30 22:45:50 zingavi systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 30 22:45:50 zingavi kernel: EXT4-fs (sdc1): re-mounted. Opts: data=ordered
Aug 30 22:45:50 zingavi systemd-journald[391]: Journal started
Aug 30 22:45:50 zingavi systemd-journald[391]: Runtime journal (/run/log/journal/57c2ff35ac6344969639227b3290ab92) is 8.0M, max 801.9M, 793.9M free.
Aug 30 22:45:50 zingavi systemd-modules-load[390]: Inserted module 'crypto_user'
Aug 30 22:45:50 zingavi systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 30 22:45:50 zingavi systemd[1]: Started udev Coldplug all Devices.
Aug 30 22:45:50 zingavi systemd-journald[391]: Time spent on flushing to /var is 68.053ms for 1007 entries.
Aug 30 22:45:50 zingavi systemd-journald[391]: System journal (/var/log/journal/57c2ff35ac6344969639227b3290ab92) is 2.4G, max 4.0G, 1.5G free.
Aug 30 22:45:50 zingavi kernel: Adding 4194300k swap on /swapfile.  Priority:-2 extents:9 across:4505596k SSFS
Aug 30 22:45:50 zingavi systemd[1]: Activated swap /swapfile.
Aug 30 22:45:50 zingavi systemd[1]: Reached target Swap.
Aug 30 22:45:50 zingavi systemd[1]: Mounting Temporary Directory (/tmp)...
Aug 30 22:45:50 zingavi systemd[1]: Mounted Temporary Directory (/tmp).
Aug 30 22:45:50 zingavi systemd[1]: Started Rebuild Hardware Database.
Aug 30 22:45:50 zingavi systemd[1]: Starting udev Kernel Device Manager...
Aug 30 22:45:50 zingavi systemd[1]: Started Flush Journal to Persistent Storage.
Aug 30 22:45:50 zingavi kernel: random: crng init done
Aug 30 22:45:50 zingavi kernel: random: 7 urandom warning(s) missed due to ratelimiting
Aug 30 22:45:50 zingavi systemd[1]: Started udev Kernel Device Manager.
Aug 30 22:45:50 zingavi kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Aug 30 22:45:50 zingavi kernel: rtc_cmos 00:02: RTC can wake from S4
Aug 30 22:45:50 zingavi kernel: rtc_cmos 00:02: registered as rtc0
Aug 30 22:45:50 zingavi kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Aug 30 22:45:50 zingavi mtp-probe[447]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-5/1-5.3"
Aug 30 22:45:50 zingavi mtp-probe[448]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-5/1-5.2"
Aug 30 22:45:50 zingavi mtp-probe[446]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-7"
Aug 30 22:45:50 zingavi mtp-probe[447]: bus: 1, device: 6 was not an MTP device
Aug 30 22:45:50 zingavi mtp-probe[448]: bus: 1, device: 4 was not an MTP device
Aug 30 22:45:50 zingavi mtp-probe[446]: bus: 1, device: 5 was not an MTP device
Aug 30 22:45:50 zingavi mtp-probe[450]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-4"
Aug 30 22:45:50 zingavi mtp-probe[450]: bus: 3, device: 3 was not an MTP device
Aug 30 22:45:50 zingavi mtp-probe[451]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:07.1/0000:2e:00.3/usb3/3-3"
Aug 30 22:45:50 zingavi kernel: media: Linux media interface: v0.10
Aug 30 22:45:50 zingavi kernel: dca service started, version 1.12.1
Aug 30 22:45:50 zingavi kernel: input: PC Speaker as /devices/platform/pcspkr/input/input22
Aug 30 22:45:50 zingavi mtp-probe[451]: bus: 3, device: 2 was not an MTP device
Aug 30 22:45:50 zingavi kernel: mousedev: PS/2 mouse device common for all mice
Aug 30 22:45:50 zingavi kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Aug 30 22:45:50 zingavi kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Aug 30 22:45:50 zingavi kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 30 22:45:50 zingavi kernel: videodev: Linux video capture interface: v2.00
Aug 30 22:45:50 zingavi kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Aug 30 22:45:50 zingavi kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
Aug 30 22:45:50 zingavi kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
Aug 30 22:45:50 zingavi kernel: cryptd: max_cpu_qlen set to 1000
Aug 30 22:45:50 zingavi kernel: igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
Aug 30 22:45:50 zingavi kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Aug 30 22:45:50 zingavi kernel: AVX2 version of gcm_enc/dec engaged.
Aug 30 22:45:50 zingavi kernel: AES CTR mode by8 optimization enabled
Aug 30 22:45:50 zingavi kernel: ccp 0000:2e:00.2: ccp enabled
Aug 30 22:45:50 zingavi kernel: ccp 0000:2e:00.2: psp initialization failed
Aug 30 22:45:50 zingavi kernel: ccp 0000:2e:00.2: enabled
Aug 30 22:45:50 zingavi kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 30 22:45:50 zingavi kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 30 22:45:50 zingavi kernel: cfg80211: failed to load regulatory.db
Aug 30 22:45:50 zingavi kernel: Bluetooth: Core ver 2.22
Aug 30 22:45:50 zingavi kernel: NET: Registered protocol family 31
Aug 30 22:45:50 zingavi kernel: Bluetooth: HCI device and connection manager initialized
Aug 30 22:45:50 zingavi kernel: Bluetooth: HCI socket layer initialized
Aug 30 22:45:50 zingavi kernel: Bluetooth: L2CAP socket layer initialized
Aug 30 22:45:50 zingavi kernel: Bluetooth: SCO socket layer initialized
Aug 30 22:45:50 zingavi kernel: uvcvideo: Found UVC 1.00 device <unnamed> (046d:0991)
Aug 30 22:45:50 zingavi systemd-udevd[442]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 30 22:45:50 zingavi kernel: usbcore: registered new interface driver btusb
Aug 30 22:45:50 zingavi systemd[1]: Found device ST2000LX001-1RG174 1.
Aug 30 22:45:50 zingavi kernel: Intel(R) Wireless WiFi driver for Linux
Aug 30 22:45:50 zingavi kernel: Copyright(c) 2003- 2015 Intel Corporation
Aug 30 22:45:50 zingavi kernel: snd_hda_intel 0000:2d:00.1: Handle vga_switcheroo audio client
Aug 30 22:45:50 zingavi kernel: snd_hda_intel 0000:2d:00.1: Force to non-snoop mode
Aug 30 22:45:50 zingavi kernel: iwlwifi 0000:27:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
Aug 30 22:45:50 zingavi kernel: Bluetooth: hci0: read Intel version: 370810225019140f34
Aug 30 22:45:50 zingavi kernel: Bluetooth: hci0: Intel device is already patched. patch num: 34
Aug 30 22:45:50 zingavi kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.1/sound/card0/input23
Aug 30 22:45:50 zingavi kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.1/sound/card0/input24
Aug 30 22:45:50 zingavi kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.1/sound/card0/input25
Aug 30 22:45:50 zingavi kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.1/sound/card0/input26
Aug 30 22:45:50 zingavi kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.1/sound/card0/input27
Aug 30 22:45:50 zingavi kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.1/sound/card0/input28
Aug 30 22:45:50 zingavi kernel: kvm: disabled by bios
Aug 30 22:45:50 zingavi kernel: MCE: In-kernel MCE decoding enabled.
Aug 30 22:45:50 zingavi kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Aug 30 22:45:50 zingavi kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Aug 30 22:45:50 zingavi kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Aug 30 22:45:50 zingavi kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 30 22:45:50 zingavi kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Aug 30 22:45:50 zingavi kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Aug 30 22:45:50 zingavi kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
Aug 30 22:45:50 zingavi kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Aug 30 22:45:50 zingavi kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
Aug 30 22:45:50 zingavi kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
Aug 30 22:45:50 zingavi kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
Aug 30 22:45:50 zingavi systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 30 22:45:50 zingavi systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 30 22:45:50 zingavi kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/sound/card1/input29
Aug 30 22:45:50 zingavi kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/sound/card1/input30
Aug 30 22:45:50 zingavi kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/sound/card1/input31
Aug 30 22:45:50 zingavi kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/sound/card1/input32
Aug 30 22:45:50 zingavi kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/sound/card1/input33
Aug 30 22:45:50 zingavi kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/sound/card1/input34
Aug 30 22:45:50 zingavi kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/sound/card1/input35
Aug 30 22:45:50 zingavi systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 30 22:45:50 zingavi kernel: uvcvideo 1-5.2:1.0: Entity type for entity Extension 4 was not initialized!
Aug 30 22:45:50 zingavi kernel: uvcvideo 1-5.2:1.0: Entity type for entity Extension 10 was not initialized!
Aug 30 22:45:50 zingavi kernel: uvcvideo 1-5.2:1.0: Entity type for entity Extension 12 was not initialized!
Aug 30 22:45:50 zingavi kernel: uvcvideo 1-5.2:1.0: Entity type for entity Extension 8 was not initialized!
Aug 30 22:45:50 zingavi kernel: uvcvideo 1-5.2:1.0: Entity type for entity Extension 11 was not initialized!
Aug 30 22:45:50 zingavi kernel: uvcvideo 1-5.2:1.0: Entity type for entity Extension 9 was not initialized!
Aug 30 22:45:50 zingavi kernel: uvcvideo 1-5.2:1.0: Entity type for entity Processing 2 was not initialized!
Aug 30 22:45:50 zingavi kernel: uvcvideo 1-5.2:1.0: Entity type for entity Extension 13 was not initialized!
Aug 30 22:45:50 zingavi kernel: uvcvideo 1-5.2:1.0: Entity type for entity Camera 1 was not initialized!
Aug 30 22:45:50 zingavi kernel: input: UVC Camera (046d:0991) as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-5/1-5.2/1-5.2:1.0/input/input36
Aug 30 22:45:50 zingavi kernel: usbcore: registered new interface driver uvcvideo
Aug 30 22:45:50 zingavi kernel: USB Video Class driver (1.1.1)
Aug 30 22:45:50 zingavi kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Aug 30 22:45:50 zingavi kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Aug 30 22:45:50 zingavi kernel: iwlwifi 0000:27:00.0: Detected Intel(R) Dual Band Wireless AC 3168, REV=0x220
Aug 30 22:45:51 zingavi kernel: iwlwifi 0000:27:00.0: base HW address: b0:35:9f:0a:14:64
Aug 30 22:45:51 zingavi kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Aug 30 22:45:51 zingavi kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Aug 30 22:45:51 zingavi kernel: iwlwifi 0000:27:00.0 wlp39s0: renamed from wlan0
Aug 30 22:45:51 zingavi systemd-udevd[417]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 30 22:45:51 zingavi systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 30 22:45:51 zingavi systemd[1]: Reached target Local File Systems (Pre).
Aug 30 22:45:51 zingavi systemd[1]: Mounting /run/media/kristian...
Aug 30 22:45:51 zingavi kernel: pps pps0: new PPS source ptp0
Aug 30 22:45:51 zingavi kernel: igb 0000:2a:00.0: added PHC on eth0
Aug 30 22:45:51 zingavi kernel: igb 0000:2a:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 30 22:45:51 zingavi kernel: igb 0000:2a:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 70:85:c2:42:36:e4
Aug 30 22:45:51 zingavi kernel: igb 0000:2a:00.0: eth0: PBA No: FFFFFF-0FF
Aug 30 22:45:51 zingavi kernel: igb 0000:2a:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Aug 30 22:45:51 zingavi systemd-udevd[428]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 30 22:45:51 zingavi kernel: igb 0000:2a:00.0 enp42s0: renamed from eth0
Aug 30 22:45:51 zingavi systemd[1]: Mounted /run/media/kristian.
Aug 30 22:45:51 zingavi systemd[1]: Reached target Local File Systems.
Aug 30 22:45:51 zingavi kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Aug 30 22:45:51 zingavi systemd[1]: Starting Rebuild Dynamic Linker Cache...
Aug 30 22:45:51 zingavi systemd[1]: Starting Create Volatile Files and Directories...
Aug 30 22:45:51 zingavi systemd[1]: Starting Rebuild Journal Catalog...
Aug 30 22:45:51 zingavi systemd[1]: Started Rebuild Journal Catalog.
Aug 30 22:45:51 zingavi systemd[1]: Started Create Volatile Files and Directories.
Aug 30 22:45:51 zingavi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Aug 30 22:45:51 zingavi systemd[1]: Starting Network Time Synchronization...
Aug 30 22:45:51 zingavi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Aug 30 22:45:51 zingavi kernel: usb 1-5.2: set resolution quirk: cval->res = 384
Aug 30 22:45:51 zingavi systemd[1]: Started Rebuild Dynamic Linker Cache.
Aug 30 22:45:51 zingavi systemd[1]: Starting Update is Completed...
Aug 30 22:45:51 zingavi systemd[1]: Started Network Time Synchronization.
Aug 30 22:45:51 zingavi systemd[1]: Started Update is Completed.
Aug 30 22:45:51 zingavi systemd[1]: Reached target System Initialization.
Aug 30 22:45:51 zingavi systemd[1]: Listening on CUPS Scheduler.
Aug 30 22:45:51 zingavi systemd[1]: Started CUPS Scheduler.
Aug 30 22:45:51 zingavi systemd[1]: Reached target Paths.
Aug 30 22:45:51 zingavi systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 30 22:45:51 zingavi systemd[1]: Reached target Sockets.
Aug 30 22:45:51 zingavi systemd[1]: Reached target Basic System.
Aug 30 22:45:51 zingavi systemd[1]: Starting Login Service...
Aug 30 22:45:51 zingavi systemd[1]: Started radeon-profile daemon.
Aug 30 22:45:51 zingavi systemd[1]: Started D-Bus System Message Bus.
Aug 30 22:45:51 zingavi systemd[1]: Starting Network Manager...
Aug 30 22:45:51 zingavi systemd[1]: Starting Bluetooth service...
Aug 30 22:45:51 zingavi systemd[1]: Starting Initialize hardware monitoring sensors...
Aug 30 22:45:51 zingavi systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 30 22:45:51 zingavi systemd[1]: Starting Save/Restore Sound Card State...
Aug 30 22:45:51 zingavi systemd[1]: Reached target System Time Synchronized.
Aug 30 22:45:51 zingavi systemd[1]: Started Daily man-db cache update.
Aug 30 22:45:51 zingavi systemd[1]: Started Daily verification of password and group files.
Aug 30 22:45:51 zingavi systemd[1]: Started Daily rotation of log files.
Aug 30 22:45:51 zingavi systemd[1]: Reached target Timers.
Aug 30 22:45:51 zingavi kernel: nct6775: Found NCT6779D or compatible chip at 0x2e:0x290
Aug 30 22:45:51 zingavi bluetoothd[562]: Bluetooth daemon 5.50
Aug 30 22:45:51 zingavi systemd-logind[558]: New seat seat0.
Aug 30 22:45:51 zingavi systemd-logind[558]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 30 22:45:51 zingavi systemd-logind[558]: Watching system buttons on /dev/input/event0 (Power Button)
Aug 30 22:45:51 zingavi kernel: usbcore: registered new interface driver snd-usb-audio
Aug 30 22:45:51 zingavi systemd-timesyncd[554]: request_name_destroy_callback n_ref=1
Aug 30 22:45:51 zingavi systemd[1]: Started Save/Restore Sound Card State.
Aug 30 22:45:51 zingavi bluetoothd[562]: Starting SDP server
Aug 30 22:45:51 zingavi systemd[1]: Started Bluetooth service.
Aug 30 22:45:51 zingavi systemd[1]: Reached target Bluetooth.
Aug 30 22:45:51 zingavi systemd[1]: Reached target Sound Card.
Aug 30 22:45:51 zingavi bluetoothd[562]: Bluetooth management interface 1.14 initialized
Aug 30 22:45:51 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=562 comm="/usr/lib/bluetooth/bluetoothd ")
Aug 30 22:45:51 zingavi kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Aug 30 22:45:51 zingavi kernel: Bluetooth: BNEP filters: protocol multicast
Aug 30 22:45:51 zingavi kernel: Bluetooth: BNEP socket layer initialized
Aug 30 22:45:51 zingavi systemd[1]: Starting Hostname Service...
Aug 30 22:45:51 zingavi systemd[1]: Started Initialize hardware monitoring sensors.
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.4320] NetworkManager (version 1.12.3dev+1+g0a3755c17-1) is starting... (for the first time)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.4321] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Aug 30 22:45:51 zingavi systemd[1]: Started Network Manager.
Aug 30 22:45:51 zingavi systemd[1]: Reached target Network.
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.4375] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 30 22:45:51 zingavi systemd[1]: Starting Permit User Sessions...
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.4382] manager[0x55ce7fd1b000]: monitoring kernel firmware directory '/usr/lib/firmware'.
Aug 30 22:45:51 zingavi systemd[1]: Started Permit User Sessions.
Aug 30 22:45:51 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.hostname1'
Aug 30 22:45:51 zingavi systemd[1]: Started Hostname Service.
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6081] hostname: hostname: using hostnamed
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6082] hostname: hostname changed from (none) to "zingavi"
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6084] dns-mgr[0x55ce7fd25120]: init: dns=default, rc-manager=immutable
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6094] rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:1d:03.0/0000:21:00.0/0000:26:01.0/0000:27:00.0/ieee80211/phy0/rfkill1) (dri>
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6097] manager[0x55ce7fd1b000]: rfkill: WiFi hardware radio set enabled
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6097] manager[0x55ce7fd1b000]: rfkill: WWAN hardware radio set enabled
Aug 30 22:45:51 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.12' (uid=0 pid=561 comm="/usr/bin/NetworkManager --no-d>
Aug 30 22:45:51 zingavi systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 30 22:45:51 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 30 22:45:51 zingavi systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6306] settings: Loaded settings plugin: NMSKeyfilePlugin (internal)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6314] settings: Loaded settings plugin: NMSIbftPlugin (/usr/lib/NetworkManager/1.12.3dev+1+g0a3755c17-1/libnm-settings-plugin-ibft.so)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6331] keyfile: new connection /etc/NetworkManager/system-connections/Altibox218338_5G (1c9974b4-7c27-472a-a64b-d96a7685312d,"Altibox218338_5G")
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6344] manager: rfkill: WiFi enabled by radio killswitch; enabled by state file
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6345] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6345] manager: Networking is enabled by state file
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6346] dhcp-init: Using DHCP client 'internal'
Aug 30 22:45:51 zingavi nm-dispatcher[577]: req:1 'hostname': new request (0 scripts)
Aug 30 22:45:51 zingavi nm-dispatcher[577]: req:1 'hostname': completed: no scripts
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6388] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.12.3dev+1+g0a3755c17-1/libnm-device-plugin-wwan.so)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6398] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.12.3dev+1+g0a3755c17-1/libnm-device-plugin-wifi.so)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6417] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.12.3dev+1+g0a3755c17-1/libnm-device-plugin-bluetooth.so)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6430] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.12.3dev+1+g0a3755c17-1/libnm-device-plugin-ovs.so)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6500] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.12.3dev+1+g0a3755c17-1/libnm-device-plugin-team.so)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6509] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.12.3dev+1+g0a3755c17-1/libnm-device-plugin-adsl.so)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6516] device (lo): carrier: link connected
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6518] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6524] manager: (enp42s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6530] device (enp42s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 30 22:45:51 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): enp42s0: link is not ready
Aug 30 22:45:51 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): enp42s0: link is not ready
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6788] wifi-nl80211: (wlp39s0): using nl80211 for WiFi device control
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6790] device (wlp39s0): driver supports Access Point (AP) mode
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6796] manager: (wlp39s0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.6801] device (wlp39s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 30 22:45:51 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
Aug 30 22:45:51 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.7600] device (wlp39s0): set-hw-addr: set MAC address to 06:7D:4F:83:B2:6F (scanning)
Aug 30 22:45:51 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
Aug 30 22:45:51 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.12' (uid=0 pid=561 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.8314] ovsdb: Could not connect: No such file or directory
Aug 30 22:45:51 zingavi systemd[1]: Starting Authorization Manager...
Aug 30 22:45:51 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.12' (uid=0 pid=561 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.8320] bluez: use BlueZ version 5
Aug 30 22:45:51 zingavi systemd[1]: Starting WPA supplicant...
Aug 30 22:45:51 zingavi nm-dispatcher[577]: req:2 'connectivity-change': new request (0 scripts)
Aug 30 22:45:51 zingavi nm-dispatcher[577]: req:2 'connectivity-change': completed: no scripts
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.8343] bluez5: NAP: added interface B0:35:9F:0A:14:68
Aug 30 22:45:51 zingavi dbus-daemon[560]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Aug 30 22:45:51 zingavi wpa_supplicant[584]: Successfully initialized wpa_supplicant
Aug 30 22:45:51 zingavi systemd[1]: Started WPA supplicant.
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.8529] supplicant: wpa_supplicant running
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.8529] device (wlp39s0): supplicant interface state: init -> starting
Aug 30 22:45:51 zingavi polkitd[583]: Started polkitd version 0.114
Aug 30 22:45:51 zingavi polkitd[583]: Loading rules from directory /etc/polkit-1/rules.d
Aug 30 22:45:51 zingavi polkitd[583]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 30 22:45:51 zingavi polkitd[583]: Finished loading, compiling and executing 4 rules
Aug 30 22:45:51 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 30 22:45:51 zingavi systemd[1]: Started Authorization Manager.
Aug 30 22:45:51 zingavi polkitd[583]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 30 22:45:51 zingavi systemd-logind[558]: Watching system buttons on /dev/input/event2 (CM Storm Quickfire TKL 6keys)
Aug 30 22:45:51 zingavi systemd-logind[558]: Watching system buttons on /dev/input/event3 (CM Storm Quickfire TKL 6keys System Control)
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.9428] sup-iface[0x55ce7fcc7220,wlp39s0]: supports 5 scan SSIDs
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.9434] device (wlp39s0): supplicant interface state: starting -> ready
Aug 30 22:45:51 zingavi NetworkManager[561]: <info>  [1535661951.9435] device (wlp39s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Aug 30 22:45:51 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
Aug 30 22:45:51 zingavi systemd-logind[558]: Watching system buttons on /dev/input/event6 (Razer Razer DeathAdder Elite Keyboard)
Aug 30 22:45:51 zingavi systemd-logind[558]: Watching system buttons on /dev/input/event7 (Razer Razer DeathAdder Elite Consumer Control)
Aug 30 22:45:51 zingavi systemd-logind[558]: Watching system buttons on /dev/input/event8 (Razer Razer DeathAdder Elite System Control)
Aug 30 22:45:51 zingavi systemd-logind[558]: Watching system buttons on /dev/input/event11 (Razer Razer DeathAdder Elite)
Aug 30 22:45:52 zingavi systemd[1]: Started Login Service.
Aug 30 22:45:52 zingavi systemd[1]: Started Simple Desktop Display Manager.
Aug 30 22:45:52 zingavi systemd[1]: Reached target Multi-User System.
Aug 30 22:45:52 zingavi systemd[1]: Reached target Graphical Interface.
Aug 30 22:45:52 zingavi systemd[1]: Startup finished in 5.302s (kernel) + 2.096s (userspace) = 7.398s.
Aug 30 22:45:52 zingavi sddm[610]: Initializing...
Aug 30 22:45:52 zingavi sddm[610]: Starting...
Aug 30 22:45:52 zingavi sddm[610]: Logind interface found
Aug 30 22:45:52 zingavi sddm[610]: Adding new display on vt 1 ...
Aug 30 22:45:52 zingavi sddm[610]: Loading theme configuration from ""
Aug 30 22:45:52 zingavi sddm[610]: Display server starting...
Aug 30 22:45:52 zingavi sddm[610]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{44cabdc8-7b13-449d-bf53-00115cdc2550} -background none -noreset -displayfd 17 -seat seat0 vt1
Aug 30 22:45:53 zingavi sddm[610]: Setting default cursor
Aug 30 22:45:53 zingavi sddm[610]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Aug 30 22:45:53 zingavi sddm[610]: Display server started.
Aug 30 22:45:53 zingavi sddm[610]: Socket server starting...
Aug 30 22:45:53 zingavi sddm[610]: Socket server started.
Aug 30 22:45:53 zingavi sddm[610]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Aug 30 22:45:53 zingavi sddm[610]: Greeter starting...
Aug 30 22:45:53 zingavi sddm[610]: Adding cookie to "/var/run/sddm/{44cabdc8-7b13-449d-bf53-00115cdc2550}"
Aug 30 22:45:53 zingavi sddm-helper[628]: [PAM] Starting...
Aug 30 22:45:53 zingavi sddm-helper[628]: [PAM] Authenticating...
Aug 30 22:45:53 zingavi sddm-helper[628]: [PAM] returning.
Aug 30 22:45:53 zingavi sddm-helper[628]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
Aug 30 22:45:53 zingavi systemd[1]: Created slice system-user\x2druntime\x2ddir.slice.
Aug 30 22:45:53 zingavi systemd[1]: Started /run/user/995 mount wrapper.
Aug 30 22:45:53 zingavi systemd[1]: Created slice User Slice of UID 995.
Aug 30 22:45:53 zingavi systemd[1]: Starting User Manager for UID 995...
Aug 30 22:45:53 zingavi systemd-logind[558]: New session c1 of user sddm.
Aug 30 22:45:53 zingavi systemd[1]: Started Session c1 of user sddm.
Aug 30 22:45:53 zingavi kernel: audit: type=1006 audit(1535661953.693:2): pid=632 uid=0 old-auid=4294967295 auid=995 tty=(none) old-ses=4294967295 ses=1 res=1
Aug 30 22:45:53 zingavi systemd[632]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
Aug 30 22:45:53 zingavi systemd[632]: Reached target Paths.
Aug 30 22:45:53 zingavi systemd[632]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 30 22:45:53 zingavi systemd[632]: Listening on GnuPG network certificate management daemon.
Aug 30 22:45:53 zingavi systemd[632]: Listening on p11-kit server.
Aug 30 22:45:53 zingavi systemd[632]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 30 22:45:53 zingavi systemd[632]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 30 22:45:53 zingavi systemd[632]: Reached target Timers.
Aug 30 22:45:53 zingavi systemd[632]: Starting D-Bus User Message Bus Socket.
Aug 30 22:45:53 zingavi systemd[632]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 30 22:45:53 zingavi systemd[632]: Listening on Multimedia System.
Aug 30 22:45:53 zingavi systemd[632]: Listening on Sound System.
Aug 30 22:45:53 zingavi systemd[632]: Listening on D-Bus User Message Bus Socket.
Aug 30 22:45:53 zingavi systemd[632]: Reached target Sockets.
Aug 30 22:45:53 zingavi systemd[632]: Reached target Basic System.
Aug 30 22:45:53 zingavi systemd[1]: Started User Manager for UID 995.
Aug 30 22:45:53 zingavi systemd[632]: Starting Update XDG user dir configuration...
Aug 30 22:45:53 zingavi systemd[632]: Started Update XDG user dir configuration.
Aug 30 22:45:53 zingavi systemd[632]: Reached target Default.
Aug 30 22:45:53 zingavi systemd[632]: Startup finished in 33ms.
Aug 30 22:45:53 zingavi sddm[610]: Greeter session started successfully
Aug 30 22:45:53 zingavi sddm-greeter[639]: High-DPI autoscaling not Enabled
Aug 30 22:45:53 zingavi sddm-greeter[639]: Reading from "/usr/share/xsessions/plasma.desktop"
Aug 30 22:45:53 zingavi sddm-greeter[639]: inotify_add_watch("/usr/share/wayland-sessions") failed: "No such file or directory"
Aug 30 22:45:53 zingavi sddm-greeter[639]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Aug 30 22:45:53 zingavi systemd[632]: Started D-Bus User Message Bus.
Aug 30 22:45:53 zingavi sddm-greeter[639]: Connected to the daemon.
Aug 30 22:45:53 zingavi sddm[610]: Message received from greeter: Connect
Aug 30 22:45:53 zingavi sddm-greeter[639]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Aug 30 22:45:54 zingavi sddm-greeter[639]: QObject: Cannot create children for a parent that is in a different thread.
                                           (Parent is QGuiApplication(0x7ffceb9535d0), parent's thread is QThread(0x560560923d80), current thread is QThread(0x560560b2a170)
Aug 30 22:45:54 zingavi sddm-greeter[639]: QObject: Cannot create children for a parent that is in a different thread.
                                           (Parent is QGuiApplication(0x7ffceb9535d0), parent's thread is QThread(0x560560923d80), current thread is QThread(0x560560b2a170)
Aug 30 22:45:54 zingavi sddm-greeter[639]: QObject: Cannot create children for a parent that is in a different thread.
                                           (Parent is QGuiApplication(0x7ffceb9535d0), parent's thread is QThread(0x560560923d80), current thread is QThread(0x560560b2a170)
Aug 30 22:45:54 zingavi sddm-greeter[639]: QObject: Cannot create children for a parent that is in a different thread.
                                           (Parent is QGuiApplication(0x7ffceb9535d0), parent's thread is QThread(0x560560923d80), current thread is QThread(0x560560b2a170)
Aug 30 22:45:54 zingavi sddm-greeter[639]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Aug 30 22:45:54 zingavi sddm-greeter[639]: QObject: Cannot create children for a parent that is in a different thread.
                                           (Parent is QGuiApplication(0x7ffceb9535d0), parent's thread is QThread(0x560560923d80), current thread is QThread(0x560560b2a170)
Aug 30 22:45:54 zingavi sddm-greeter[639]: QObject: Cannot create children for a parent that is in a different thread.
                                           (Parent is QGuiApplication(0x7ffceb9535d0), parent's thread is QThread(0x560560923d80), current thread is QThread(0x560560b2a170)
Aug 30 22:45:54 zingavi sddm-greeter[639]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Aug 30 22:45:54 zingavi sddm-greeter[639]: Cannot watch QRC-like path ":/icons/hicolor/index.theme"
Aug 30 22:45:54 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.33' (uid=995 pid=639 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-igvBOW")
Aug 30 22:45:54 zingavi systemd[1]: Starting Disk Manager...
Aug 30 22:45:54 zingavi udisksd[655]: udisks daemon version 2.7.7 starting
Aug 30 22:45:55 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Aug 30 22:45:55 zingavi systemd[1]: Started Disk Manager.
Aug 30 22:45:55 zingavi udisksd[655]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Aug 30 22:45:55 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.33' (uid=995 pid=639 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-igvBOW")
Aug 30 22:45:55 zingavi systemd[1]: Starting Daemon for power management...
Aug 30 22:45:55 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.UPower'
Aug 30 22:45:55 zingavi systemd[1]: Started Daemon for power management.
Aug 30 22:45:55 zingavi sddm-greeter[639]: file:///usr/share/sddm/themes/breeze/components/VirtualKeyboard.qml:20:1: module "QtQuick.VirtualKeyboard" is not installed
Aug 30 22:45:55 zingavi sddm-greeter[639]: Adding view for "DisplayPort-0" QRect(0,0 1920x1080)
Aug 30 22:45:55 zingavi sddm-greeter[639]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Aug 30 22:45:55 zingavi sddm-greeter[639]: file:///usr/share/sddm/themes/breeze/components/VirtualKeyboard.qml:20:1: module "QtQuick.VirtualKeyboard" is not installed
Aug 30 22:45:55 zingavi sddm-greeter[639]: Adding view for "DisplayPort-1" QRect(1920,0 1920x1080)
Aug 30 22:45:55 zingavi sddm-greeter[639]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.34'
Aug 30 22:45:55 zingavi sddm-greeter[639]: Message received from daemon: Capabilities
Aug 30 22:45:55 zingavi sddm-greeter[639]: Message received from daemon: HostName
Aug 30 22:45:57 zingavi NetworkManager[561]: <info>  [1535661957.6811] manager: startup complete
Aug 30 22:46:03 zingavi sddm-greeter[639]: Reading from "/usr/share/xsessions/plasma.desktop"
Aug 30 22:46:03 zingavi sddm[610]: Message received from greeter: Login
Aug 30 22:46:03 zingavi sddm[610]: Reading from "/usr/share/xsessions/plasma.desktop"
Aug 30 22:46:03 zingavi sddm[610]: Reading from "/usr/share/xsessions/plasma.desktop"
Aug 30 22:46:03 zingavi sddm[610]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startkde"
Aug 30 22:46:03 zingavi sddm-helper[717]: [PAM] Starting...
Aug 30 22:46:03 zingavi sddm-helper[717]: [PAM] Authenticating...
Aug 30 22:46:03 zingavi sddm-helper[717]: [PAM] Preparing to converse...
Aug 30 22:46:03 zingavi sddm-helper[717]: [PAM] Conversation with 1 messages
Aug 30 22:46:03 zingavi sddm-helper[717]: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
Aug 30 22:46:03 zingavi sddm-helper[717]: [PAM] returning.
Aug 30 22:46:03 zingavi sddm[610]: Authenticated successfully
Aug 30 22:46:03 zingavi sddm-greeter[639]: Message received from daemon: LoginSucceeded
Aug 30 22:46:03 zingavi sddm-helper[717]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Aug 30 22:46:03 zingavi sddm-helper[717]: pam_unix(sddm:session): session opened for user kristian by (uid=0)
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.2851] policy: auto-activating connection 'Altibox218338_5G' (1c9974b4-7c27-472a-a64b-d96a7685312d)
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.2856] device (wlp39s0): Activation: starting connection 'Altibox218338_5G' (1c9974b4-7c27-472a-a64b-d96a7685312d)
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.2857] device (wlp39s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:03 zingavi kernel: audit: type=1006 audit(1535661963.283:3): pid=717 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.2859] manager: NetworkManager state is now CONNECTING
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.2869] device (wlp39s0): set-hw-addr: reset MAC address to B0:35:9F:0A:14:64 (preserve)
Aug 30 22:46:03 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
Aug 30 22:46:03 zingavi systemd[1]: Started /run/user/1000 mount wrapper.
Aug 30 22:46:03 zingavi systemd[1]: Created slice User Slice of UID 1000.
Aug 30 22:46:03 zingavi systemd[1]: Starting User Manager for UID 1000...
Aug 30 22:46:03 zingavi systemd-logind[558]: New session 2 of user kristian.
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.2942] device (wlp39s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.2945] device (wlp39s0): Activation: (wifi) access point 'Altibox218338_5G' has security, but secrets are required.
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.2945] device (wlp39s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.2947] sup-iface[0x55ce7fcc7220,wlp39s0]: wps: type pbc start...
Aug 30 22:46:03 zingavi NetworkManager[561]: <warn>  [1535661963.2958] device (wlp39s0): No agents were available for this request.
Aug 30 22:46:03 zingavi systemd[1]: Started Session 2 of user kristian.
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.3004] device (wlp39s0): supplicant interface state: ready -> disconnected
Aug 30 22:46:03 zingavi systemd[719]: pam_unix(systemd-user:session): session opened for user kristian by (uid=0)
Aug 30 22:46:03 zingavi kernel: audit: type=1006 audit(1535661963.299:4): pid=719 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.3013] device (wlp39s0): supplicant interface state: disconnected -> inactive
Aug 30 22:46:03 zingavi NetworkManager[561]: <info>  [1535661963.3064] device (wlp39s0): supplicant interface state: inactive -> scanning
Aug 30 22:46:03 zingavi systemd[719]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 30 22:46:03 zingavi systemd[719]: Listening on Multimedia System.
Aug 30 22:46:03 zingavi sddm-helper[717]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Aug 30 22:46:03 zingavi systemd[719]: Reached target Paths.
Aug 30 22:46:03 zingavi sddm-helper[731]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Aug 30 22:46:03 zingavi systemd[719]: Starting D-Bus User Message Bus Socket.
Aug 30 22:46:03 zingavi sddm-helper[628]: pam_unix(sddm-greeter:session): session closed for user sddm
Aug 30 22:46:03 zingavi systemd[719]: Reached target Timers.
Aug 30 22:46:03 zingavi systemd[719]: Listening on GnuPG network certificate management daemon.
Aug 30 22:46:03 zingavi systemd[719]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 30 22:46:03 zingavi systemd[719]: Listening on p11-kit server.
Aug 30 22:46:03 zingavi systemd[719]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 30 22:46:03 zingavi systemd[719]: Listening on Sound System.
Aug 30 22:46:03 zingavi systemd[719]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 30 22:46:03 zingavi systemd[719]: Listening on D-Bus User Message Bus Socket.
Aug 30 22:46:03 zingavi systemd[719]: Reached target Sockets.
Aug 30 22:46:03 zingavi systemd[719]: Reached target Basic System.
Aug 30 22:46:03 zingavi systemd[1]: Started User Manager for UID 1000.
Aug 30 22:46:03 zingavi systemd[719]: Starting Update XDG user dir configuration...
Aug 30 22:46:03 zingavi systemd[719]: Started Update XDG user dir configuration.
Aug 30 22:46:03 zingavi systemd[719]: Reached target Default.
Aug 30 22:46:03 zingavi systemd[719]: Startup finished in 35ms.
Aug 30 22:46:03 zingavi sddm-helper[717]: Starting: "/usr/share/sddm/scripts/Xsession \"/usr/bin/startkde\""
Aug 30 22:46:03 zingavi sddm-helper[628]: [PAM] Closing session
Aug 30 22:46:03 zingavi sddm-helper[628]: [PAM] Ended.
Aug 30 22:46:03 zingavi sddm[610]: Auth: sddm-helper exited successfully
Aug 30 22:46:03 zingavi sddm[610]: Greeter stopped.
Aug 30 22:46:03 zingavi systemd-logind[558]: Session c1 logged out. Waiting for processes to exit.
Aug 30 22:46:03 zingavi systemd-logind[558]: Removed session c1.
Aug 30 22:46:03 zingavi systemd[1]: user-runtime-dir@995.service: Unit not needed anymore. Stopping.
Aug 30 22:46:03 zingavi systemd[1]: Stopping User Manager for UID 995...
Aug 30 22:46:03 zingavi systemd[632]: Stopped target Default.
Aug 30 22:46:03 zingavi systemd[632]: Stopping D-Bus User Message Bus...
Aug 30 22:46:03 zingavi systemd[632]: Stopped D-Bus User Message Bus.
Aug 30 22:46:03 zingavi systemd[632]: Stopped target Basic System.
Aug 30 22:46:03 zingavi systemd[632]: Stopped target Sockets.
Aug 30 22:46:03 zingavi systemd[632]: Closed GnuPG network certificate management daemon.
Aug 30 22:46:03 zingavi systemd[632]: Closed Sound System.
Aug 30 22:46:03 zingavi systemd[632]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 30 22:46:03 zingavi systemd[632]: Closed p11-kit server.
Aug 30 22:46:03 zingavi systemd[632]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 30 22:46:03 zingavi systemd[632]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 30 22:46:03 zingavi systemd[632]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 30 22:46:03 zingavi systemd[632]: Closed Multimedia System.
Aug 30 22:46:03 zingavi systemd[632]: Stopped target Paths.
Aug 30 22:46:03 zingavi systemd[632]: Stopped target Timers.
Aug 30 22:46:03 zingavi systemd[632]: Closed D-Bus User Message Bus Socket.
Aug 30 22:46:03 zingavi systemd[632]: Reached target Shutdown.
Aug 30 22:46:03 zingavi systemd[632]: Starting Exit the Session...
Aug 30 22:46:03 zingavi sddm-helper[733]: Adding cookie to "/home/kristian/.Xauthority"
Aug 30 22:46:03 zingavi systemd[1]: user-runtime-dir@995.service: Unit not needed anymore. Stopping.
Aug 30 22:46:03 zingavi systemd[633]: pam_unix(systemd-user:session): session closed for user sddm
Aug 30 22:46:03 zingavi systemd[1]: Stopped User Manager for UID 995.
Aug 30 22:46:03 zingavi systemd[1]: user-runtime-dir@995.service: Unit not needed anymore. Stopping.
Aug 30 22:46:03 zingavi systemd[1]: Removed slice User Slice of UID 995.
Aug 30 22:46:03 zingavi systemd[1]: Stopping /run/user/995 mount wrapper...
Aug 30 22:46:03 zingavi sddm[610]: Session started
Aug 30 22:46:03 zingavi systemd[719]: Started D-Bus User Message Bus.
Aug 30 22:46:03 zingavi systemd[1]: Stopped /run/user/995 mount wrapper.
Aug 30 22:46:03 zingavi klauncher[778]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/solidautoeject.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/filenamesearchmodule.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/bluedevil.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/ktimezoned.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/networkstatus.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/remotenotifier.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/kscreen.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/khotkeys.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/soliduiserver.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/device_automounter.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/networkwatcher.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/desktopnotifier.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/ksysguard.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/colorcorrectlocationupdater.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/baloosearchmodule.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/recentdocumentsnotifier.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/proxyscout.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/networkmanagement.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/freespacenotifier.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/kwrited.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/keyboard.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/statusnotifierwatcher.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/appmenu.so"
Aug 30 22:46:03 zingavi kdeinit5[781]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/qt/plugins/kf5/kded/accounts.so"
Aug 30 22:46:03 zingavi kdeinit5[783]: Initializing  "kcm_style" :  "kcminit_style"
Aug 30 22:46:03 zingavi kconf_update[793]: "Missing \"Version=5\", file '/usr/share/kconf_update/amarok.upd' will be skipped."
Aug 30 22:46:03 zingavi kconf_update[793]: "Missing \"Version=5\", file '/usr/share/kconf_update/kcalcrc.upd' will be skipped."
Aug 30 22:46:03 zingavi kconf_update[793]: "Missing \"Version=5\", file '/usr/share/kconf_update/kgthemeprovider-migration.upd' will be skipped."
Aug 30 22:46:03 zingavi kconf_update[793]: "Missing \"Version=5\", file '/usr/share/kconf_update/okular.upd' will be skipped."
Aug 30 22:46:04 zingavi kdeinit5[781]: 
Aug 30 22:46:04 zingavi kdeinit5[783]: Initializing  "kcm_mouse" :  "kcminit_mouse"
Aug 30 22:46:04 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating service name='org.kde.kglobalaccel' requested by ':1.5' (uid=1000 pid=781 comm="kded5 [kdeinit5]                                  ")
Aug 30 22:46:04 zingavi kdeinit5[783]: Initializing  "kcm_access" :  "kcminit_access"
Aug 30 22:46:04 zingavi kaccess[797]: Xlib XKB extension major= 1  minor= 0
Aug 30 22:46:04 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'org.kde.kglobalaccel'
Aug 30 22:46:04 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating service name='org.kde.KScreen' requested by ':1.5' (uid=1000 pid=781 comm="kded5 [kdeinit5]                                  ")
Aug 30 22:46:04 zingavi kaccess[797]: X server XKB extension major= 1  minor= 0
Aug 30 22:46:04 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'org.kde.KScreen'
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: Connected output 85 to CRTC 79
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: Connected output 86 to CRTC 80
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper: Detected XRandR 1.6
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper: Event Base:  89
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper: Event Error:  147
Aug 30 22:46:04 zingavi kdeinit5[781]: kscreen.kded: PowerDevil SuspendSession action not available!
Aug 30 22:46:04 zingavi ksmserver[801]: Qt: Session management error: networkIdsList argument is NULL
Aug 30 22:46:04 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating service name='ca.desrt.dconf' requested by ':1.12' (uid=1000 pid=814 comm="/usr/bin/gsettings set org.gnome.desktop.a11y.appl")
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: XRandR::setConfig
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: Requested screen size is QSize(3840, 1080)
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: Needed CRTCs:  2
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: Actions to perform:
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Primary Output: false
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Change Screen Size: false
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Disable outputs: false
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Change outputs: true
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:                  (86)
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Enable outputs: false
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: RRSetCrtcConfig (change output)
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Output: 86 ( "DisplayPort-1" )
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         CRTC: 80
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Pos: QPoint(1920,0)
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Mode: 92 KScreen::Mode(Id: "92" , Size: QSize(1920, 1080) @ 144.001 )
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Rotation: 1
Aug 30 22:46:04 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'ca.desrt.dconf'
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Result:  0
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: XRandROutput 86 update
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         m_connected: 0
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         m_crtc XRandRCrtc(0x562a1e2d4a90)
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         CRTC: 80
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         MODE: 92
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Connection: 0
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr:         Primary: false
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: XRandR::setConfig done!
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper: RRNotify_CrtcChange
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         CRTC:  80
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Mode:  92
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Geometry:  1920 0 1920 1080
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper: RRScreenChangeNotify
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Window: 16777221
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Root: 1744
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Size ID: 65535
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Size:  3840 1080
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         SizeMM:  1016 285
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper: RRNotify_CrtcChange
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         CRTC:  80
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Mode:  92
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xcb.helper:         Geometry:  1920 0 1920 1080
Aug 30 22:46:04 zingavi ksmserver[801]: Configuring Lock Action
Aug 30 22:46:04 zingavi kdeinit5[781]: kscreen: Requesting missing EDID for outputs (85, 86)
Aug 30 22:46:04 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/baloo_file.desktop" ("/usr/bin/baloo_file")
Aug 30 22:46:04 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/krunner.desktop" ("/usr/bin/krunner")
Aug 30 22:46:04 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/org.kde.plasmashell.desktop" ("/usr/bin/plasmashell")
Aug 30 22:46:04 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/pam_kwallet_init.desktop" ("/usr/lib/pam_kwallet_init")
Aug 30 22:46:04 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop" ("/usr/lib/polkit-kde-authentication-agent-1")
Aug 30 22:46:04 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/xembedsniproxy.desktop" ("/usr/bin/xembedsniproxy")
Aug 30 22:46:04 zingavi ksmserver[801]: Session path: "/org/freedesktop/login1/session/_32"
Aug 30 22:46:04 zingavi kdeinit5[783]: Initializing  "kcm_kgamma" :  "kcminit_kgamma"
Aug 30 22:46:04 zingavi kdeinit5[783]: Initializing  "kded_touchpad" :  "kcminit_touchpad"
Aug 30 22:46:04 zingavi kdeinit5[783]: kcm_touchpad: Using X11 backend
Aug 30 22:46:04 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/gmenudbusmenuproxy.desktop" ("/usr/bin/gmenudbusmenuproxy")
Aug 30 22:46:04 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/kdeconnectd.desktop" ("/usr/lib/kdeconnectd")
Aug 30 22:46:04 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/pulseaudio.desktop" ("/usr/bin/start-pulseaudio-x11")
Aug 30 22:46:04 zingavi kdeinit5[776]: Empty filename passed to function
Aug 30 22:46:04 zingavi systemd[719]: Starting Sound Service...
Aug 30 22:46:04 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.50' (uid=1000 pid=851 comm="/usr/bin/pulseaudio --daemonize=no ")
Aug 30 22:46:04 zingavi systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Aug 30 22:46:04 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Aug 30 22:46:04 zingavi systemd[1]: Started RealtimeKit Scheduling Policy Service.
Aug 30 22:46:04 zingavi rtkit-daemon[856]: Successfully called chroot.
Aug 30 22:46:04 zingavi rtkit-daemon[856]: Successfully dropped privileges.
Aug 30 22:46:04 zingavi rtkit-daemon[856]: Successfully limited resources.
Aug 30 22:46:04 zingavi rtkit-daemon[856]: Running.
Aug 30 22:46:04 zingavi rtkit-daemon[856]: Canary thread running.
Aug 30 22:46:04 zingavi rtkit-daemon[856]: Watchdog thread running.
Aug 30 22:46:04 zingavi rtkit-daemon[856]: Successfully made thread 851 of process 851 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Aug 30 22:46:04 zingavi rtkit-daemon[856]: Supervising 1 threads of 1 processes of 1 users.
Aug 30 22:46:04 zingavi polkit-kde-authentication-agent-1[833]: New PolkitAgentListener  0x5644f33f7cc0
Aug 30 22:46:04 zingavi polkit-kde-authentication-agent-1[833]: Adding new listener  PolkitQt1::Agent::Listener(0x7fdac0013420) for  0x5644f33f7cc0
Aug 30 22:46:04 zingavi polkit-kde-authentication-agent-1[833]: Listener online
Aug 30 22:46:04 zingavi polkitd[583]: Registered Authentication Agent for unix-session:2 (system bus name :1.53 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Aug 30 22:46:04 zingavi polkit-kde-authentication-agent-1[833]: Authentication agent result: true
Aug 30 22:46:04 zingavi kdeconnectd[844]: kdeconnect.core: KdeConnect daemon starting
Aug 30 22:46:04 zingavi kdeinit5[776]: Empty filename passed to function
Aug 30 22:46:04 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating service name='org.kde.ActivityManager' requested by ':1.23' (uid=1000 pid=829 comm="/usr/bin/plasmashell ")
Aug 30 22:46:04 zingavi kdeconnectd[844]: kdeconnect.core: onStart
Aug 30 22:46:04 zingavi kdeconnectd[844]: kdeconnect.core: KdeConnect daemon started
Aug 30 22:46:04 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'org.kde.ActivityManager'
Aug 30 22:46:04 zingavi kdeconnectd[844]: kdeconnect.core: Broadcasting identity packet
Aug 30 22:46:04 zingavi kwin_x11[823]: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Aug 30 22:46:04 zingavi kwin_x11[823]: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Aug 30 22:46:04 zingavi kernel: usb 1-5.2: reset high-speed USB device number 4 using xhci_hcd
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Backend loaded, loading core
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Core loaded, initializing backend
Aug 30 22:46:04 zingavi kwin_x11[823]: kf5.kcoreaddons.desktopparser: Property type "Url" is not a known QVariant type. Found while parsing property definition for "X-KWin-Video-Url" in "/usr/share/kservicetypes5/kwineffect.desktop"
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: No outputs have backlight property
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Xrandr not supported, trying ddc, helper
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: [DDCutilBrightness] compiled without DDC/CI support
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Falling back to helper to get brightness
Aug 30 22:46:04 zingavi dbus-daemon[560]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.56' (uid=1000 pid=870 comm="/usr/lib/org_kde_powerdevil -session 10dbdfd767000") (using servicehelper)
Aug 30 22:46:04 zingavi org.kde.ActivityManager[741]: Service started, version: 7.0.0
Aug 30 22:46:04 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 828, resource id: 37748744, major code: 3 (GetWindowAttributes), minor code: 0
Aug 30 22:46:04 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 829, resource id: 37748744, major code: 14 (GetGeometry), minor code: 0
Aug 30 22:46:04 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Aug 30 22:46:04 zingavi dbus-daemon[560]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.56' (uid=1000 pid=870 comm="/usr/lib/org_kde_powerdevil -session 10dbdfd767000") (using servicehelper)
Aug 30 22:46:04 zingavi backlighthelper[923]: powerdevil: no kernel backlight interface found
Aug 30 22:46:04 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 856, resource id: 46137349, major code: 18 (ChangeProperty), minor code: 0
Aug 30 22:46:04 zingavi kdeinit5[781]: Registering ":1.30/StatusNotifierItem" to system tray
Aug 30 22:46:04 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: ""
Aug 30 22:46:04 zingavi kscreen_backend_launcher[807]: kscreen.xrandr: Emitting configChanged()
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Backend is ready, KDE Power Management system initialized
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Session path: "/org/freedesktop/login1/session/_32"
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: ACTIVE SESSION PATH: "/org/freedesktop/login1/session/_32"
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Current session is now active
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: fd passing available: true
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: systemd powersave events handling inhibited, descriptor: 19
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: systemd support initialized
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Got a valid offer for  "DPMSControl"
Aug 30 22:46:04 zingavi akonadi_control[924]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Core is ready, registering various services on the bus...
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Can't contact ck
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: We are now into activity  "13141224-03ea-4f4b-b770-00876522a13c"
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: () ()
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: () ()
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: No batteries found, loading AC
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Activity is not forcing a profile
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: Handle button events action could not check for screen configuration
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: powerdevil: The profile  "AC" tried to activate "DimDisplay" a non-existent action. This is usually due to an installation problem, or to a configuration problem, or simply the action is not su>
Aug 30 22:46:04 zingavi plasmashell[829]: org.kde.plasmaquick: Applet preload policy set to 1
Aug 30 22:46:04 zingavi kdeinit5[781]: kscreen: Requesting missing EDID for outputs (85, 86)
Aug 30 22:46:04 zingavi org_kde_powerdevil[870]: kscreen: Requesting missing EDID for outputs (85, 86)
Aug 30 22:46:04 zingavi kdeinit5[781]: Registering ":1.36/StatusNotifierItem" to system tray
Aug 30 22:46:04 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating service name='org.freedesktop.Notifications' requested by ':1.37' (uid=1000 pid=932 comm="/usr/bin/yakuake -session 10dbdfd76700015310678330")
Aug 30 22:46:04 zingavi systemd[719]: Started GnuPG cryptographic agent and passphrase cache.
Aug 30 22:46:04 zingavi gpg-agent[1017]: gpg-agent (GnuPG) 2.2.9 starting in supervised mode.
Aug 30 22:46:04 zingavi gpg-agent[1017]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Aug 30 22:46:04 zingavi gpg-agent[1017]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Aug 30 22:46:04 zingavi gpg-agent[1017]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Aug 30 22:46:04 zingavi gpg-agent[1017]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Aug 30 22:46:04 zingavi gpg-agent[1017]: listening on: std=5 extra=4 browser=3 ssh=6
Aug 30 22:46:05 zingavi gpg-agent[1017]: scdaemon[1022]: apdu_open_reader: failed to open driver 'libpcsclite.so.1': libpcsclite.so.1: cannot open shared object file: No such file or directory
Aug 30 22:46:05 zingavi plasmashell[829]: qml: Reading resources from configuration: [{"alias":"CPU","childSourceObjects":{"acpi/Thermal_Zone/0-iwlwifi/Temperature":{"temperature":0},"lmsensors/amdgpu-pci-2d00/temp1":{"temperature":0},"lmsens>
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 1 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Successfully made thread 1036 of process 851 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 2 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:61:28: Unable to assign [undefined] to int
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:52:27: Unable to assign [undefined] to int
Aug 30 22:46:05 zingavi plasmashell[829]: kf5.kpackage: No metadata file in the package, expected it at: "/run/media/kristian/Documents/"
Aug 30 22:46:05 zingavi plasmashell[829]: kf5.kpackage: No metadata file in the package, expected it at: "/run/media/kristian/Documents/"
Aug 30 22:46:05 zingavi plasmashell[829]: kf5.kpackage: No metadata file in the package, expected it at: "/run/media/kristian/Documents/"
Aug 30 22:46:05 zingavi plasmashell[829]: trying to show an empty dialog
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:61:28: Unable to assign [undefined] to int
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:52:27: Unable to assign [undefined] to int
Aug 30 22:46:05 zingavi plasmashell[829]: kf5.kpackage: No metadata file in the package, expected it at: "/run/media/kristian/Documents/"
Aug 30 22:46:05 zingavi plasmashell[829]: kf5.kpackage: No metadata file in the package, expected it at: "/run/media/kristian/Documents/"
Aug 30 22:46:05 zingavi plasmashell[829]: kf5.kpackage: No metadata file in the package, expected it at: "/run/media/kristian/Documents/"
Aug 30 22:46:05 zingavi plasmashell[829]: trying to show an empty dialog
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 2 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Successfully made thread 1039 of process 851 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 3 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 3 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Successfully made thread 1040 of process 851 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 4 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:252: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:252: TypeError: Cannot read property 'value' of undefined
Aug 30 22:46:05 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating service name='org.freedesktop.Akonadi.Control' requested by ':1.39' (uid=1000 pid=950 comm="/usr/bin/kmail -session 10dbdfd7670001532297018000")
Aug 30 22:46:05 zingavi akonadi_control[1075]: org.kde.pim.akonadicontrol: Unable to register service as "org.freedesktop.Akonadi.Control.lock" Maybe it's already running?
Aug 30 22:46:05 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1925, resource id: 60817413, major code: 18 (ChangeProperty), minor code: 0
Aug 30 22:46:05 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activated service 'org.freedesktop.Akonadi.Control' failed: Process org.freedesktop.Akonadi.Control exited with status 255
Aug 30 22:46:05 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating service name='org.freedesktop.Akonadi.Control' requested by ':1.39' (uid=1000 pid=950 comm="/usr/bin/kmail -session 10dbdfd7670001532297018000")
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 4 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Successfully made thread 1091 of process 851 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 5 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi akonadi_control[1088]: org.kde.pim.akonadicontrol: Unable to register service as "org.freedesktop.Akonadi.Control.lock" Maybe it's already running?
Aug 30 22:46:05 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1992, resource id: 60817413, major code: 18 (ChangeProperty), minor code: 0
Aug 30 22:46:05 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activated service 'org.freedesktop.Akonadi.Control' failed: Process org.freedesktop.Akonadi.Control exited with status 255
Aug 30 22:46:05 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/home/kristian/.config/autostart/discord-stable.desktop" ("/opt/discord/Discord")
Aug 30 22:46:05 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2009, resource id: 10485765, major code: 18 (ChangeProperty), minor code: 0
Aug 30 22:46:05 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/geoclue-demo-agent.desktop" ("/usr/lib/geoclue-2.0/demos/agent")
Aug 30 22:46:05 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/org.kde.korgac.desktop" ("/usr/bin/korgac")
Aug 30 22:46:05 zingavi ksmserver[801]: org.kde.kf5.ksmserver: Starting autostart service  "/etc/xdg/autostart/powerdevil.desktop" ("/usr/lib/org_kde_powerdevil")
Aug 30 22:46:05 zingavi plasmashell[829]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 30 22:46:05 zingavi kdeinit5[781]: bluedevil: Created
Aug 30 22:46:05 zingavi kdeinit5[781]: Installing the delayed initialization callback.
Aug 30 22:46:05 zingavi kdeinit5[781]: kcm_touchpad: Using X11 backend
Aug 30 22:46:05 zingavi kdeinit5[781]: Delayed initialization.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 5 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi kdeinit5[781]: Reloading the khotkeys configuration
Aug 30 22:46:05 zingavi kdeinit5[781]: Version 2 File!
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Successfully made thread 1141 of process 851 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 6 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 6 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Successfully made thread 1142 of process 851 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Aug 30 22:46:05 zingavi rtkit-daemon[856]: Supervising 7 threads of 1 processes of 1 users.
Aug 30 22:46:05 zingavi kdeinit5[781]: true
Aug 30 22:46:05 zingavi kdeinit5[781]: Imported file "/usr/share/khotkeys/konsole.khotkeys"
Aug 30 22:46:05 zingavi kdeinit5[781]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Aug 30 22:46:05 zingavi kdeinit5[781]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Aug 30 22:46:05 zingavi kdeinit5[781]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Aug 30 22:46:05 zingavi plasmashell[829]: KActivities: Database connection:  "kactivities_db_resources_140498481757376_readonly" 
                                              query_only:          QVariant(qlonglong, 1) 
                                              journal_mode:        QVariant(QString, "wal") 
                                              wal_autocheckpoint:  QVariant(qlonglong, 100) 
                                              synchronous:         QVariant(qlonglong, 0)
Aug 30 22:46:05 zingavi plasmashell[829]: Entry is not valid "kontact.desktop" 0x56084f046a80
Aug 30 22:46:05 zingavi plasmashell[829]: Entry is not valid "ktp-contactlist.desktop" 0x56084f046a80
Aug 30 22:46:05 zingavi plasmashell[829]: Entry is not valid "kontact.desktop" 0x56084f046a80
Aug 30 22:46:05 zingavi plasmashell[829]: Entry is not valid "ktp-contactlist.desktop" 0x56084f046a80
Aug 30 22:46:05 zingavi plasmashell[829]: Closing SQL connection:  "kactivities_db_resources_140498481757376_readonly"
Aug 30 22:46:05 zingavi plasmashell[829]: KActivities: Database connection:  "kactivities_db_resources_140498481757376_readonly" 
                                              query_only:          QVariant(qlonglong, 1) 
                                              journal_mode:        QVariant(QString, "wal") 
                                              wal_autocheckpoint:  QVariant(qlonglong, 100) 
                                              synchronous:         QVariant(qlonglong, 0)
Aug 30 22:46:05 zingavi plasmashell[829]: Nothing to load - the client id is empty
Aug 30 22:46:05 zingavi plasmashell[829]: Nothing to load - the client id is empty
Aug 30 22:46:05 zingavi systemd[719]: Started Sound Service.
Aug 30 22:46:05 zingavi kdeinit5[781]: bluedevil: ObexManager operational changed false
Aug 30 22:46:05 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.5' (uid=1000 pid=781 comm="kded5 [kdeinit5]                        >
Aug 30 22:46:05 zingavi kdeinit5[781]: bluedevil: Bluetooth operational changed true
Aug 30 22:46:05 zingavi kdeinit5[781]: bluedevil: Agent registered
Aug 30 22:46:05 zingavi kdeinit5[781]: bluedevil: Requested default Agent
Aug 30 22:46:05 zingavi systemd[719]: Starting Bluetooth OBEX service...
Aug 30 22:46:05 zingavi obexd[1150]: OBEX daemon 5.50
Aug 30 22:46:05 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'org.bluez.obex'
Aug 30 22:46:05 zingavi systemd[719]: Started Bluetooth OBEX service.
Aug 30 22:46:05 zingavi kernel: Bluetooth: RFCOMM TTY layer initialized
Aug 30 22:46:05 zingavi kernel: Bluetooth: RFCOMM socket layer initialized
Aug 30 22:46:05 zingavi kernel: Bluetooth: RFCOMM ver 1.11
Aug 30 22:46:05 zingavi plasmashell[829]: Nothing to load - the client id is empty
Aug 30 22:46:05 zingavi plasmashell[829]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Aug 30 22:46:05 zingavi plasmashell[829]: Both point size and pixel size set. Using pixel size.
Aug 30 22:46:05 zingavi plasmashell[829]: Both point size and pixel size set. Using pixel size.
Aug 30 22:46:05 zingavi plasmashell[829]: Both point size and pixel size set. Using pixel size.
Aug 30 22:46:05 zingavi akonadiserver[935]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 30 22:46:05 zingavi plasmashell[829]: trying to show an empty dialog
Aug 30 22:46:05 zingavi plasmashell[829]: trying to show an empty dialog
Aug 30 22:46:05 zingavi plasmashell[829]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Aug 30 22:46:05 zingavi plasmashell[829]: Both point size and pixel size set. Using pixel size.
Aug 30 22:46:05 zingavi plasmashell[829]: Both point size and pixel size set. Using pixel size.
Aug 30 22:46:05 zingavi plasmashell[829]: Both point size and pixel size set. Using pixel size.
Aug 30 22:46:05 zingavi plasmashell[829]: trying to show an empty dialog
Aug 30 22:46:05 zingavi plasmashell[829]: <Unknown File>: QML QQuickLayoutAttached: Binding loop detected for property "preferredWidth"
Aug 30 22:46:05 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating service name='org.kde.kuiserver' requested by ':1.23' (uid=1000 pid=829 comm="/usr/bin/plasmashell ")
Aug 30 22:46:05 zingavi org_kde_powerdevil[870]: powerdevil: Scheduling inhibition from ":1.45" "ktorrent" with cookie 1 and reason "KTorrent is running one or more torrents"
Aug 30 22:46:05 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'org.kde.kuiserver'
Aug 30 22:46:06 zingavi kdeinit5[781]: Registering ":1.51/StatusNotifierItem" to system tray
Aug 30 22:46:06 zingavi kdeinit5[781]: Registering "org.kde.StatusNotifierHost-829" as system tray
Aug 30 22:46:06 zingavi kdeinit5[781]: bluedevil: ObexManager operational changed true
Aug 30 22:46:06 zingavi kdeinit5[781]: bluedevil: ObexAgent registered
Aug 30 22:46:06 zingavi kdeconnectd[844]: kdeconnect.core: Sending onNetworkChange to  1  LinkProviders
Aug 30 22:46:06 zingavi kdeconnectd[844]: kdeconnect.core: Broadcasting identity packet
Aug 30 22:46:06 zingavi plasmashell[829]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Aug 30 22:46:06 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'org.freedesktop.Notifications'
Aug 30 22:46:06 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.102' (uid=1000 pid=829 comm="/usr/bin/plasmashell ")
Aug 30 22:46:06 zingavi systemd[1]: Starting PackageKit Daemon...
Aug 30 22:46:06 zingavi plasmashell[829]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: cannot open shared obj>
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Application Menu" with a weight of 92
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Digital Clock" with a weight of 0
Aug 30 22:46:06 zingavi PackageKit[1376]: daemon start
Aug 30 22:46:06 zingavi plasmashell[829]: Plasma Shell startup completed
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Digital Clock" with a weight of 0
Aug 30 22:46:06 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 3328, resource id: 2099620, major code: 18 (ChangeProperty), minor code: 0
Aug 30 22:46:06 zingavi kdeinit5[781]: Registering ":1.87/StatusNotifierItem" to system tray
Aug 30 22:46:06 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Aug 30 22:46:06 zingavi plasmashell[829]: Both point size and pixel size set. Using pixel size.
Aug 30 22:46:06 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:53:39: Unable to assign [undefined] to int
Aug 30 22:46:06 zingavi systemd[1]: Started PackageKit Daemon.
Aug 30 22:46:06 zingavi plasmashell[829]: trying to show an empty dialog
Aug 30 22:46:06 zingavi plasmashell[829]: trying to show an empty dialog
Aug 30 22:46:06 zingavi plasmashell[829]: Registering ":1.87/StatusNotifierItem"
Aug 30 22:46:06 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.46' (uid=1000 pid=781 comm="kded5 [kdeinit5]           >
Aug 30 22:46:06 zingavi dbus-daemon[560]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Aug 30 22:46:06 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.46' (uid=1000 pid=781 comm="kded5 [kdeinit5]           >
Aug 30 22:46:06 zingavi dbus-daemon[560]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Aug 30 22:46:06 zingavi kdeinit5[781]: modemmanager-qt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                        "Unit dbus-org.freedesktop.ModemManager1.service not found."
Aug 30 22:46:06 zingavi kdeinit5[781]: plasma-nm: Unhandled active connection state change:  1
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Audio Volume" with a weight of 0
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Clipboard" with a weight of 0
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Device Notifier" with a weight of 0
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "KDE Connect" with a weight of 0
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Keyboard Indicator" with a weight of 0
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Notifications" with a weight of 0
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Updates" with a weight of 12
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Battery and Brightness" with a weight of 0
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Networks" with a weight of 92
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: New Applet  "Bluetooth" with a weight of 0
Aug 30 22:46:06 zingavi akonadi_imap_resource[1209]: org.kde.pim.kimap: Connection to server lost  3
Aug 30 22:46:06 zingavi akonadi_imap_resource[1209]: org.kde.pim.kimap: Connection to server lost  3
Aug 30 22:46:06 zingavi akonadi_imap_resource[1203]: org.kde.pim.kimap: Connection to server lost  3
Aug 30 22:46:06 zingavi akonadi_imap_resource[1200]: org.kde.pim.kimap: Connection to server lost  3
Aug 30 22:46:06 zingavi akonadi_imap_resource[1203]: org.kde.pim.kimap: Connection to server lost  3
Aug 30 22:46:06 zingavi akonadi_imap_resource[1200]: org.kde.pim.kimap: Connection to server lost  3
Aug 30 22:46:06 zingavi akonadi_imap_resource[1206]: org.kde.pim.kimap: Connection to server lost  3
Aug 30 22:46:06 zingavi plasmashell[829]: qt.svg: link q hasn't been detected!
Aug 30 22:46:06 zingavi plasmashell[829]: qt.svg: link r hasn't been detected!
Aug 30 22:46:06 zingavi plasmashell[829]: qt.svg: link n hasn't been detected!
Aug 30 22:46:06 zingavi plasmashell[829]: qt.svg: link n hasn't been detected!
Aug 30 22:46:06 zingavi akonadi_imap_resource[1206]: org.kde.pim.kimap: Connection to server lost  3
Aug 30 22:46:06 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:119:22: Unable to assign [undefined] to QQmlListModel*
Aug 30 22:46:06 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:113: ReferenceError: appIcon is not defined
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: Delayed preload of  "Application Menu" after 0.356 seconds
Aug 30 22:46:06 zingavi plasmashell[829]: trying to show an empty dialog
Aug 30 22:46:06 zingavi plasmashell[829]: org.kde.plasmaquick: Applet "Application Menu" loaded after 27 msec
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.neuf.no : Could not resolve host: mirror.neuf.no
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.archlinux.no : Could not resolve host: mirror.archlinux.no
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.one.com : Could not resolve host: mirror.one.com
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from arch.mirror.far.fi : Could not resolve host: arch.mirror.far.fi
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirrors.n-ix.net : Could not resolve host: mirrors.n-ix.net
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from ftp.halifax.rwth-aachen.de : Could not resolve host: ftp.halifax.rwth-aachen.de
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from arch.jensgutermuth.de : Could not resolve host: arch.jensgutermuth.de
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from repo.itmettke.de : Could not resolve host: repo.itmettke.de
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.js-webcoding.de : Could not resolve host: mirror.js-webcoding.de
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.23media.de : Could not resolve host: mirror.23media.de
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from ftp.sh.cvut.cz : Could not resolve host: ftp.sh.cvut.cz
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.f4st.host : Could not resolve host: mirror.f4st.host
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirrors.manchester.m247.com : Could not resolve host: mirrors.manchester.m247.com
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from ftp.uni-hannover.de : Could not resolve host: ftp.uni-hannover.de
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.hactar.xyz : Could not resolve host: mirror.hactar.xyz
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from ftp.nluug.nl : Could not resolve host: ftp.nluug.nl
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from arch.tamcore.eu : Could not resolve host: arch.tamcore.eu
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirrors.atviras.lt : Could not resolve host: mirrors.atviras.lt
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirrors.niyawe.de : Could not resolve host: mirrors.niyawe.de
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirrors.uni-plovdiv.net : Could not resolve host: mirrors.uni-plovdiv.net
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from archlinux.prometeolibero.eu : Could not resolve host: archlinux.prometeolibero.eu
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from pkg.adfinis-sygroup.ch : Could not resolve host: pkg.adfinis-sygroup.ch
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.tyborek.pl : Could not resolve host: mirror.tyborek.pl
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from archlinux.honkgong.info : Could not resolve host: archlinux.honkgong.info
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from archlinux.mailtunnel.eu : Could not resolve host: archlinux.mailtunnel.eu
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.pseudoform.org : Could not resolve host: mirror.pseudoform.org
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from archlinux.dynamict.se : Could not resolve host: archlinux.dynamict.se
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from arch.mirror.square-r00t.net : Could not resolve host: arch.mirror.square-r00t.net
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.csclub.uwaterloo.ca : Could not resolve host: mirror.csclub.uwaterloo.ca
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirrors.advancedhosters.com : Could not resolve host: mirrors.advancedhosters.com
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from archlinux.thelinuxnetworx.rocks : Could not resolve host: archlinux.thelinuxnetworx.rocks
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.hackingand.coffee : Could not resolve host: mirror.hackingand.coffee
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.aur.rocks : Could not resolve host: mirror.aur.rocks
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.fluxent.de : Could not resolve host: mirror.fluxent.de
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirrors.rit.edu : Could not resolve host: mirrors.rit.edu
Aug 30 22:46:06 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.vfn-nrw.de : Could not resolve host: mirror.vfn-nrw.de
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.cedille.club : Could not resolve host: mirror.cedille.club
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from archlinux.polymorf.fr : Could not resolve host: archlinux.polymorf.fr
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.umd.edu : Could not resolve host: mirror.umd.edu
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from il.us.mirror.archlinux-br.org : Could not resolve host: il.us.mirror.archlinux-br.org
Aug 30 22:46:07 zingavi plasmashell[829]: using... PackageKit::Transaction(0x7fc84802e4b0) "/1_dcbddbbe"
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from ftp.tku.edu.tw : Could not resolve host: ftp.tku.edu.tw
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.selfnet.de : Could not resolve host: mirror.selfnet.de
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from ca.us.mirror.archlinux-br.org : Could not resolve host: ca.us.mirror.archlinux-br.org
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from za.mirror.archlinux-br.org : Could not resolve host: za.mirror.archlinux-br.org
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from ftp.yzu.edu.tw : Could not resolve host: ftp.yzu.edu.tw
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from mirror.internode.on.net : Could not resolve host: mirror.internode.on.net
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from ftp.jaist.ac.jp : Could not resolve host: ftp.jaist.ac.jp
Aug 30 22:46:07 zingavi NetworkManager[561]: <info>  [1535661967.0128] keyfile: add connection in-memory (a5722979-b888-4127-b06d-84d240f20648,"GT-I9192 Network")
Aug 30 22:46:07 zingavi NetworkManager[561]: <info>  [1535661967.0132] bluez: BT device GT-I9192 (44:6D:6C:83:5A:44) added (NAP)
Aug 30 22:46:07 zingavi NetworkManager[561]: <info>  [1535661967.0135] manager: (44:6D:6C:83:5A:44): new Bluetooth device (/org/freedesktop/NetworkManager/Devices/4)
Aug 30 22:46:07 zingavi NetworkManager[561]: <info>  [1535661967.0137] device (44:6D:6C:83:5A:44): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 30 22:46:07 zingavi PackageKit[1376]: failed retrieving file 'core.db' from archmirror.tomforb.es : Could not resolve host: archmirror.tomforb.es
Aug 30 22:46:07 zingavi PackageKit[1376]: get-updates transaction /1_dcbddbbe from uid 1000 finished with failed after 46ms
Aug 30 22:46:07 zingavi NetworkManager[561]: <info>  [1535661967.0246] device (44:6D:6C:83:5A:44): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:07 zingavi plasmashell[829]: org.kde.plasmaquick: Delayed preload of  "Networks" after 0.438 seconds
Aug 30 22:46:07 zingavi plasmashell[829]: org.kde.plasmaquick: Applet "Networks" loaded after 58 msec
Aug 30 22:46:07 zingavi org_kde_powerdevil[870]: powerdevil: Scheduling inhibition from ":1.14" "/opt/discord/Discord" with cookie 2 and reason "Playing video"
Aug 30 22:46:07 zingavi org_kde_powerdevil[870]: powerdevil: Scheduling inhibition from ":1.102" "/opt/discord/Discord" with cookie 3 and reason "Playing video"
Aug 30 22:46:07 zingavi kmail[950]: QTextHtmlParser::applyAttributes: Unknown color name '#ffffff;'
Aug 30 22:46:11 zingavi org_kde_powerdevil[870]: powerdevil: Enforcing inhibition from ":1.45" "ktorrent" with cookie 1 and reason "KTorrent is running one or more torrents"
Aug 30 22:46:11 zingavi org_kde_powerdevil[870]: powerdevil: Added interrupt session
Aug 30 22:46:11 zingavi org_kde_powerdevil[870]: powerdevil: Can't contact ck
Aug 30 22:46:12 zingavi org_kde_powerdevil[870]: powerdevil: Enforcing inhibition from ":1.14" "/opt/discord/Discord" with cookie 2 and reason "Playing video"
Aug 30 22:46:12 zingavi org_kde_powerdevil[870]: powerdevil: Added change screen settings
Aug 30 22:46:12 zingavi org_kde_powerdevil[870]: powerdevil: Added interrupt session
Aug 30 22:46:12 zingavi org_kde_powerdevil[870]: powerdevil: Disabling DPMS due to inhibition
Aug 30 22:46:12 zingavi org_kde_powerdevil[870]: powerdevil: Enforcing inhibition from ":1.102" "/opt/discord/Discord" with cookie 3 and reason "Playing video"
Aug 30 22:46:12 zingavi org_kde_powerdevil[870]: powerdevil: Added interrupt session
Aug 30 22:46:12 zingavi org_kde_powerdevil[870]: powerdevil: Can't contact ck
Aug 30 22:46:12 zingavi org_kde_powerdevil[870]: powerdevil: Can't contact ck
Aug 30 22:46:30 zingavi kdeinit5[776]: Empty filename passed to function
Aug 30 22:46:30 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31546, resource id: 113246208, major code: 18 (ChangeProperty), minor code: 0
Aug 30 22:46:30 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31550, resource id: 113246209, major code: 18 (ChangeProperty), minor code: 0
Aug 30 22:46:31 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.104' (uid=1000 pid=1617 comm="/usr/lib/firefox/firefox ")
Aug 30 22:46:31 zingavi systemd[719]: Starting Virtual filesystem service...
Aug 30 22:46:31 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'org.gtk.vfs.Daemon'
Aug 30 22:46:31 zingavi systemd[719]: Started Virtual filesystem service.
Aug 30 22:46:31 zingavi kernel: fuse init (API version 7.27)
Aug 30 22:46:31 zingavi systemd[1]: Mounting FUSE Control File System...
Aug 30 22:46:31 zingavi systemd[1]: Mounted FUSE Control File System.
Aug 30 22:46:31 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.107' (uid=1000 pid=1617 comm="/usr/lib/firefox/firefox ")
Aug 30 22:46:31 zingavi systemd[719]: Starting Accessibility services bus...
Aug 30 22:46:31 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'org.a11y.Bus'
Aug 30 22:46:31 zingavi systemd[719]: Started Accessibility services bus.
Aug 30 22:46:32 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Activating service name='org.gnome.GConf' requested by ':1.113' (uid=1000 pid=1617 comm="/usr/lib/firefox/firefox ")
Aug 30 22:46:32 zingavi dbus-daemon[741]: [session uid=1000 pid=741] Successfully activated service 'org.gnome.GConf'
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0001] device (wlp39s0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0004] manager: NetworkManager state is now DISCONNECTED
Aug 30 22:46:34 zingavi NetworkManager[561]: <warn>  [1535661994.0007] device (wlp39s0): Activation: failed for connection 'Altibox218338_5G'
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0008] device (wlp39s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:34 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0025] device (wlp39s0): set-hw-addr: set MAC address to 2E:36:B0:3D:F8:20 (scanning)
Aug 30 22:46:34 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0470] device (wlp39s0): supplicant interface state: scanning -> disconnected
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0656] policy: auto-activating connection 'Altibox218338_5G' (1c9974b4-7c27-472a-a64b-d96a7685312d)
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0662] device (wlp39s0): Activation: starting connection 'Altibox218338_5G' (1c9974b4-7c27-472a-a64b-d96a7685312d)
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0663] device (wlp39s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0665] manager: NetworkManager state is now CONNECTING
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0676] device (wlp39s0): set-hw-addr: reset MAC address to B0:35:9F:0A:14:64 (preserve)
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0696] device (wlp39s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0698] device (wlp39s0): Activation: (wifi) access point 'Altibox218338_5G' has security, but secrets are required.
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0698] device (wlp39s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:34 zingavi kernel: IPv6: ADDRCONF(NETDEV_UP): wlp39s0: link is not ready
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.0700] sup-iface[0x55ce7fcc7220,wlp39s0]: wps: type pbc start...
Aug 30 22:46:34 zingavi kdeinit5[781]: plasma-nm: Unhandled active connection state change:  1
Aug 30 22:46:34 zingavi kdeinit5[781]: plasma-nm: virtual NMVariantMapMap SecretAgent::GetSecrets(const NMVariantMapMap&, const QDBusObjectPath&, const QString&, const QStringList&, uint)
Aug 30 22:46:34 zingavi kdeinit5[781]: plasma-nm: Path: "/org/freedesktop/NetworkManager/Settings/1"
Aug 30 22:46:34 zingavi kdeinit5[781]: plasma-nm: Setting name: "802-11-wireless-security"
Aug 30 22:46:34 zingavi kdeinit5[781]: plasma-nm: Hints: ()
Aug 30 22:46:34 zingavi kdeinit5[781]: plasma-nm: Flags: 9
Aug 30 22:46:34 zingavi kdeinit5[781]: plasma-nm: bool SecretAgent::processGetSecrets(SecretsRequest&) const Waiting for the wallet to open
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1092] device (wlp39s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1096] device (wlp39s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1098] device (wlp39s0): Activation: (wifi) connection 'Altibox218338_5G' has security, and secrets exist.  No new secrets needed.
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1098] Config: added 'ssid' value 'Altibox218338_5G'
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1099] Config: added 'scan_ssid' value '1'
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1099] Config: added 'bgscan' value 'simple:30:-80:86400'
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1099] Config: added 'key_mgmt' value 'WPA-PSK'
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1099] Config: added 'auth_alg' value 'OPEN'
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1099] Config: added 'psk' value '<hidden>'
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1111] device (wlp39s0): supplicant interface state: disconnected -> inactive
Aug 30 22:46:34 zingavi NetworkManager[561]: <info>  [1535661994.1207] device (wlp39s0): supplicant interface state: inactive -> scanning
Aug 30 22:46:34 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:119:22: Unable to assign [undefined] to QQmlListModel*
Aug 30 22:46:34 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:113: ReferenceError: appIcon is not defined
Aug 30 22:46:34 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:119:22: Unable to assign [undefined] to QQmlListModel*
Aug 30 22:46:34 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:113: ReferenceError: appIcon is not defined
Aug 30 22:46:36 zingavi wpa_supplicant[584]: wlp39s0: SME: Trying to authenticate with 60:31:97:68:19:30 (SSID='Altibox218338_5G' freq=5200 MHz)
Aug 30 22:46:36 zingavi kernel: wlp39s0: authenticate with 60:31:97:68:19:30
Aug 30 22:46:36 zingavi kernel: wlp39s0: send auth to 60:31:97:68:19:30 (try 1/3)
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.7266] device (wlp39s0): supplicant interface state: scanning -> authenticating
Aug 30 22:46:36 zingavi wpa_supplicant[584]: wlp39s0: Trying to associate with 60:31:97:68:19:30 (SSID='Altibox218338_5G' freq=5200 MHz)
Aug 30 22:46:36 zingavi kernel: wlp39s0: authenticated
Aug 30 22:46:36 zingavi kernel: wlp39s0: associate with 60:31:97:68:19:30 (try 1/3)
Aug 30 22:46:36 zingavi wpa_supplicant[584]: wlp39s0: Associated with 60:31:97:68:19:30
Aug 30 22:46:36 zingavi wpa_supplicant[584]: wlp39s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 30 22:46:36 zingavi kernel: wlp39s0: RX AssocResp from 60:31:97:68:19:30 (capab=0x1411 status=0 aid=2)
Aug 30 22:46:36 zingavi kernel: wlp39s0: associated
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.7341] device (wlp39s0): supplicant interface state: authenticating -> associated
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.7553] device (wlp39s0): supplicant interface state: associated -> 4-way handshake
Aug 30 22:46:36 zingavi wpa_supplicant[584]: wlp39s0: WPA: Key negotiation completed with 60:31:97:68:19:30 [PTK=CCMP GTK=CCMP]
Aug 30 22:46:36 zingavi wpa_supplicant[584]: wlp39s0: CTRL-EVENT-CONNECTED - Connection to 60:31:97:68:19:30 completed [id=0 id_str=]
Aug 30 22:46:36 zingavi kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp39s0: link becomes ready
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.7779] device (wlp39s0): supplicant interface state: 4-way handshake -> completed
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.7779] device (wlp39s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Altibox218338_5G'.
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.7781] device (wlp39s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.7785] dhcp4 (wlp39s0): activation: beginning transaction (timeout in 45 seconds)
Aug 30 22:46:36 zingavi wpa_supplicant[584]: wlp39s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-68 noise=9999 txrate=65000
Aug 30 22:46:36 zingavi kernel: wlp39s0: Limiting TX power to 17 (20 - 3) dBm as advertised by 60:31:97:68:19:30
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9601] dhcp4 (wlp39s0):   address 192.168.10.117
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9601] dhcp4 (wlp39s0):   plen 24
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9601] dhcp4 (wlp39s0):   expires in 3600 seconds
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9601] dhcp4 (wlp39s0):   nameserver '92.220.228.70'
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9601] dhcp4 (wlp39s0):   nameserver '109.247.114.4'
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9601] dhcp4 (wlp39s0):   domain name 'home'
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9602] dhcp4 (wlp39s0):   hostname 'zingavi'
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9602] dhcp4 (wlp39s0):   gateway 192.168.10.1
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9603] dhcp4 (wlp39s0): state changed unknown -> bound
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9612] device (wlp39s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9618] device (wlp39s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9620] device (wlp39s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9622] manager: NetworkManager state is now CONNECTED_LOCAL
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9655] manager: NetworkManager state is now CONNECTED_SITE
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9656] policy: set 'Altibox218338_5G' (wlp39s0) as default for IPv4 routing and DNS
Aug 30 22:46:36 zingavi NetworkManager[561]: <info>  [1535661996.9658] device (wlp39s0): Activation: successful, device activated.
Aug 30 22:46:36 zingavi dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.12' (uid=0 pid=561 comm="/usr/bin/NetworkManager --no-d>
Aug 30 22:46:36 zingavi kdeconnectd[844]: kdeconnect.core: Broadcasting identity packet
Aug 30 22:46:36 zingavi systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 30 22:46:36 zingavi dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 30 22:46:36 zingavi systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 30 22:46:36 zingavi nm-dispatcher[1993]: req:1 'up' [wlp39s0]: new request (0 scripts)
Aug 30 22:46:36 zingavi nm-dispatcher[1993]: req:1 'up' [wlp39s0]: completed: no scripts
Aug 30 22:46:37 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:119:22: Unable to assign [undefined] to QQmlListModel*
Aug 30 22:46:37 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:113: ReferenceError: appIcon is not defined
Aug 30 22:46:37 zingavi kdeconnectd[844]: kdeconnect.core: Starting client ssl (but I'm the server TCP socket)
Aug 30 22:46:37 zingavi kdeconnectd[844]: kdeconnect.core: Socket succesfully stablished an SSL connection
Aug 30 22:46:37 zingavi kdeconnectd[844]: kdeconnect.core: It is a known device "lge"
Aug 30 22:46:37 zingavi kdeconnectd[844]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 30 22:46:37 zingavi kdeconnectd[844]: kdeconnect.plugin.sftp: add to dolphin
Aug 30 22:46:37 zingavi kdeconnectd[844]: kdeconnect.plugin.sftp: Created device: "lge"
Aug 30 22:46:37 zingavi plasmashell[829]: kdeconnect.interfaces: Adding missing or previously removed device "1909be17ce49f2cf"
Aug 30 22:46:37 zingavi kdeconnectd[844]: kdeconnect.core: FileTransferJob Downloading payload to QUrl("file:///tmp/kdeconnect_kristian/a8aa3b0fb8b12a5b59c05e6e2caa5411") size: 613
Aug 30 22:46:37 zingavi kdeconnectd[844]: kdeconnect.core: FileTransferJob Downloading payload to QUrl("file:///tmp/kdeconnect_kristian/5f838245e86a02773cd6da78e8d44ffe") size: 2531
Aug 30 22:46:37 zingavi kdeconnectd[844]: kdeconnect.core: Finished transfer QUrl("file:///tmp/kdeconnect_kristian/a8aa3b0fb8b12a5b59c05e6e2caa5411")
Aug 30 22:46:37 zingavi kdeconnectd[844]: kdeconnect.core: Finished transfer QUrl("file:///tmp/kdeconnect_kristian/5f838245e86a02773cd6da78e8d44ffe")
Aug 30 22:46:37 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:119:22: Unable to assign [undefined] to QQmlListModel*
Aug 30 22:46:37 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:113: ReferenceError: appIcon is not defined
Aug 30 22:46:37 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:119:22: Unable to assign [undefined] to QQmlListModel*
Aug 30 22:46:37 zingavi plasmashell[829]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml:113: ReferenceError: appIcon is not defined
Aug 30 22:46:38 zingavi kdeinit5[781]: Registering ":1.118/StatusNotifierItem" to system tray
Aug 30 22:46:38 zingavi plasmashell[829]: Registering ":1.118/StatusNotifierItem"
Aug 30 22:46:38 zingavi plasmashell[829]: QQuickItem::stackAfter: Cannot stack StatusNotifierItem_QMLTYPE_278(0x5608503aad00, parent=0x56084f3e7b50, geometry=0,0 0x0) after StatusNotifierItem_QMLTYPE_278(0x56084fa11450), which must be a sibli>
Aug 30 22:46:38 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 45069, resource id: 58720262, major code: 15 (QueryTree), minor code: 0
Aug 30 22:46:42 zingavi NetworkManager[561]: <info>  [1535662002.1563] manager: NetworkManager state is now CONNECTED_GLOBAL
Aug 30 22:46:42 zingavi nm-dispatcher[1993]: req:2 'connectivity-change': new request (0 scripts)
Aug 30 22:46:42 zingavi nm-dispatcher[1993]: req:2 'connectivity-change': completed: no scripts
Aug 30 22:46:44 zingavi kdeconnectd[844]: kdeconnect.core: Broadcasting identity packet
Aug 30 22:46:44 zingavi kdeconnectd[844]: kdeconnect.core: Starting client ssl (but I'm the server TCP socket)
Aug 30 22:46:44 zingavi kdeconnectd[844]: kdeconnect.core: Socket succesfully stablished an SSL connection
Aug 30 22:46:44 zingavi kdeconnectd[844]: kdeconnect.core: It is a known device "lge"
Aug 30 22:46:47 zingavi kdeinit5[781]: Registering ":1.121/org/ayatana/NotificationItem/discord1" to system tray
Aug 30 22:46:47 zingavi plasmashell[829]: Registering ":1.121/org/ayatana/NotificationItem/discord1"
Aug 30 22:46:47 zingavi plasmashell[829]: QQuickItem::stackAfter: Cannot stack StatusNotifierItem_QMLTYPE_278(0x560850e63480, parent=0x56084f3e7b50, geometry=0,0 0x0) after StatusNotifierItem_QMLTYPE_278(0x5608503aad00), which must be a sibli>
Aug 30 22:46:54 zingavi org_kde_powerdevil[870]: powerdevil: Releasing inhibition with cookie  3
Aug 30 22:46:54 zingavi org_kde_powerdevil[870]: powerdevil: Releasing inhibition with cookie  2
Aug 30 22:46:54 zingavi org_kde_powerdevil[870]: powerdevil: Restoring DPMS features after inhibition release
Aug 30 22:46:54 zingavi kwin_x11[823]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 65160, resource id: 106954753, major code: 15 (QueryTree), minor code: 0
Aug 30 22:46:54 zingavi org_kde_powerdevil[870]: powerdevil: Can't contact ck
Aug 30 22:46:54 zingavi org_kde_powerdevil[870]: powerdevil: Can't contact ck
Aug 30 22:46:57 zingavi plasmashell[829]: Time engine Clock skew signaled
Aug 30 22:46:57 zingavi systemd-timesyncd[554]: Synchronized to time server 139.112.153.36:123 (0.arch.pool.ntp.org).
Aug 30 22:47:01 zingavi ktraderclient5[2122]: kf5.kservice.services: KMimeTypeTrader: mimeType "x-scheme-handler/discord-428054462892867614" not found
Aug 30 22:47:01 zingavi ktraderclient5[2129]: kf5.kservice.services: KMimeTypeTrader: mimeType "x-scheme-handler/discord-356877880938070016" not found
Aug 30 22:47:01 zingavi ktraderclient5[2161]: kf5.kservice.services: KMimeTypeTrader: mimeType "x-scheme-handler/discord-356875570916753438" not found
Aug 30 22:47:01 zingavi ktraderclient5[2154]: kf5.kservice.services: KMimeTypeTrader: mimeType "x-scheme-handler/discord-356888738724446208" not found
UNIT FILE                                   STATE  
org.cups.cupsd.path                         enabled
autovt@.service                             enabled
bluetooth.service                           enabled
dbus-org.bluez.service                      enabled
dbus-org.freedesktop.NetworkManager.service enabled
dbus-org.freedesktop.nm-dispatcher.service  enabled
display-manager.service                     enabled
getty@.service                              enabled
lm_sensors.service                          enabled
NetworkManager-dispatcher.service           enabled
NetworkManager.service                      enabled
org.cups.cupsd.service                      enabled
radeon-profile-daemon.service               enabled
sddm.service                                enabled
systemd-timesyncd.service                   enabled
org.cups.cupsd.socket                       enabled
remote-fs.target                            enabled

Thanks for even bothering to look at this.

Offline

#7 2018-08-30 21:29:51

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED]Wifi network slow and unstable.

Theat journal part doesn't contain any network judder, see https://wiki.archlinux.org/index.php/Li … in_clients for pasting the smart way ;-)

Offline

#8 2018-08-30 21:35:06

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

Thanks man! I've never had to do diagnostics quite like this on my system, so I'm learning quite a bit already here!

Any chance the edit to my post above your first post contains something interesting? This stood out to me: "Microcode SW error detected.  Restarting 0x2000000."

Last edited by Heis (2018-08-30 21:36:06)

Offline

#9 2018-08-30 21:49:00

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

I just noticed the networkmanager applet reports the connection speed to be 0 Bit/s even though the network is up and i get ~10 M/s with pacman.

9GL1huT.png

Offline

#10 2018-08-31 06:29:56

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED]Wifi network slow and unstable.

You can edit your posts using the link in the lower right corner, https://bbs.archlinux.org/edit.php?id=1805251

Please test your connection speed using eg. https://linhost.info/2013/10/download-test-files/ and do not rely on some desktop widget to tell you *anything*.
Since you also have an IPv4 connection, see https://github.com/systemd/systemd/issues/9748

Offline

#11 2018-08-31 07:45:41

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

That one looks interesting especially based on this comment:

We ran many tests (ping, traceroute, mtr, tcpdump…), and always we were disturbed by the fact that some things worked, and some not

That is exactly my experience put in few words.

I am currently at work. I will post the result of testing the connection with the files you mentioned tonight when I get to it.

I think I understood now that what you wanted from your earlier post about a boot journal was the full journal from the entire uptime (sorry, some of the jargon goes over my head some times). I will post this aswell if that bug report does not end up providing the solution.

EDIT 1:

First the speed tests are fine when i wget them from those locations:

$ wget -O /dev/null http://mirror.nl.leaseweb.net/speedtest/1000mb.bin
--2018-08-31 20:06:38--  http://mirror.nl.leaseweb.net/speedtest/1000mb.bin
Resolving mirror.nl.leaseweb.net (mirror.nl.leaseweb.net)... 5.79.108.33, 2001:1af8:4700:b210::33
Connecting to mirror.nl.leaseweb.net (mirror.nl.leaseweb.net)|5.79.108.33|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1000000000 (954M) [application/octet-stream]
Saving to: '/dev/null'

/dev/null                                                    100%[=============================================================================================================================================>] 953.67M  3.67MB/s    in 4m 31s  

2018-08-31 20:11:14 (3.52 MB/s) - '/dev/null' saved [1000000000/1000000000]

$ wget -O /dev/null http://proof.ovh.net/files/100Mb.dat
--2018-08-31 20:11:28--  http://proof.ovh.net/files/100Mb.dat
Resolving proof.ovh.net (proof.ovh.net)... 188.165.12.106, 2001:41d0:2:876a::1
Connecting to proof.ovh.net (proof.ovh.net)|188.165.12.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12500000 (12M) [application/octet-stream]
Saving to: '/dev/null'

/dev/null                                                    100%[=============================================================================================================================================>]  11.92M  3.89MB/s    in 3.1s    

2018-08-31 20:11:36 (3.89 MB/s) - '/dev/null' saved [12500000/12500000]

$ wget -O /dev/null http://speedtest.london.linode.com/100MB-london.bin
--2018-08-31 20:11:46--  http://speedtest.london.linode.com/100MB-london.bin
Resolving speedtest.london.linode.com (speedtest.london.linode.com)... 176.58.107.39, 2a01:7e00::4b
Connecting to speedtest.london.linode.com (speedtest.london.linode.com)|176.58.107.39|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: '/dev/null'

/dev/null                                                    100%[=============================================================================================================================================>] 100.00M  3.75MB/s    in 27s     

2018-08-31 20:12:17 (3.76 MB/s) - '/dev/null' saved [104857600/104857600]

$ wget -O /dev/null http://speedtest.ams01.softlayer.com/downloads/test500.zip
--2018-08-31 20:12:20--  http://speedtest.ams01.softlayer.com/downloads/test500.zip
Resolving speedtest.ams01.softlayer.com (speedtest.ams01.softlayer.com)... 159.253.132.18
Connecting to speedtest.ams01.softlayer.com (speedtest.ams01.softlayer.com)|159.253.132.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 524288000 (500M) [application/zip]
Saving to: '/dev/null'

/dev/null                                                    100%[=============================================================================================================================================>] 500.00M  3.76MB/s    in 2m 12s  

2018-08-31 20:14:37 (3.79 MB/s) - '/dev/null' saved [524288000/524288000]

EDIT 2:
Sadly no immediate improvement after sudo sysctl net.ipv4.tcp_ecn=0, but the timeline of this bug fits my story and the symptoms are similar or the same. Also, my installed version of systemd is 239.0-2

wNDOrjn.png

Tried to restart steam and reset the wireless connection, witch also did not help.

EDIT 3:
There should be a way to make "sysctl net.ipv4.tcp_ecn=0" permanent, right? So I can see if it helps after a reboot.

Last edited by Heis (2018-08-31 19:08:38)

Offline

#12 2018-08-31 19:05:23

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

OK. I am back at basic diagnostics after that attempt. Here is the full log of an instance where I am sure some troubles occurred.

https://ptpb.pw/TLpO

The network usage graph from steam that you can see in the screenshot above seems like there is a burst just about exactly every 10 seconds (I timed it between the peaks). Don't know if that is interesting at all.

EDIT 1:
Here is an example of what happens when I try to go to speedtest.net. First it tells me "LATENCY TEST ERROR", then the following message can be seen:

https://i.imgur.com/HyDvPFm.png

Last edited by Heis (2018-08-31 19:19:05)

Offline

#13 2018-08-31 20:19:19

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED]Wifi network slow and unstable.

To make it permanent:

$ cat /etc/sysctl.d/99-ecn.conf
# https://bbs.archlinux.org/viewtopic.php?pid=1804823#p1804823
net.ipv4.tcp_ecn=2

Offline

#14 2018-08-31 21:39:57

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

No change. I'm starting to think this ecn-stuff is a dead end.

Offline

#15 2018-08-31 21:43:07

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED]Wifi network slow and unstable.

You did set it to 0 not 2?

Offline

#16 2018-08-31 21:47:27

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

I did:

 sudo nano /usr/lib/sysctl.d/50-default.conf 

and set "net.ipv4.tcp_ecn=0"

there was no file at /etc/sysctl.d/99-ecn.conf

EDIT: I have now set it back to 1.

Last edited by Heis (2018-08-31 21:48:20)

Offline

#17 2018-09-01 06:46:04

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED]Wifi network slow and unstable.

The weird part is the claimed limited scope of the problem. Your OP suggested there are no problems w/ pacman or torrents and also the wget driven speedtest seems ok.
The few disconnects in your journal are all by local choice, so as first step, get NM out of the equation. Stop and disable the service and either connect manually or (should suffice as comparism in this context) with wifi-menu.

Then there's the latency test complain of that speedtest webpage and "steam" related issues.
Do you have bad latency? What are the ping results to
a) your gateway (and/or other clients in the LAN)
b) various webpages across the globe?
Is there a VPN or some proxy involved?
Do you have aggressive router quotas to limit the connections per client?

Offline

#18 2018-09-01 10:00:01

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

Thanks for the good ideas! First to your first point because I have around 0 talent for explaining thing clearly.

There is a perceived limited scope, yes. I try to make a good and bad list. The list is meant to describe how things are when the connection is working at all. Sometimes at random intervals it loses internet connectivity altogether, and what I do to remedy it is to disconnect the wifi and reconnect it. With respect to getting back on the internet, it works every time, this list of observations are true even when a connection to the web is existing:

Good:

  • pacman and any other pacman based sowftware management utility works as normal

  • Torrents work as normal

  • Testing speed with wget as suggested by you was more or less normal

  • I am able to watch youtube and twitch streams relatively normal (but the pages load slow, see below)

  • I am able to connect to IRC

Bad:

  • Web browsing feels slow. It feels like it takes some seconds before a page starts loading, but eventually, most pages load (phoronix.com took 15 seconds total before the loading icon disappeared). The second load of the same page in a short time is much quicker (probably the buffer).

  • Steam downloads are horribly slow

  • I am not able to connect to twitch chat at all (the page loads, but the chat is always quiet and when i connect to it from a different client, I can see messages)

  • Speedtest.net seems to have a problem reaching me

So to your ideas:
I stopped the service and my units list now looks like this:

UNIT FILE                     STATE  
org.cups.cupsd.path           enabled
autovt@.service               enabled
bluetooth.service             enabled
dbus-org.bluez.service        enabled
display-manager.service       enabled
getty@.service                enabled
lm_sensors.service            enabled
org.cups.cupsd.service        enabled
radeon-profile-daemon.service enabled
sddm.service                  enabled
systemd-timesyncd.service     enabled
org.cups.cupsd.socket         enabled
remote-fs.target              enabled

After connecting through wifi-menu, it still shows the same symptoms as described. It seemed like wifi-menu already had the connection details because it did not ask for a password. Ping results to my gateway and pages:

--- 192.168.10.1 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 10ms
rtt min/avg/max/mdev = 2.187/3.701/4.638/0.958 ms

--- www.google.com ping statistics ---
7 packets transmitted, 7 received, 0% packet loss, time 15ms
rtt min/avg/max/mdev = 12.285/14.359/17.243/1.469 ms

--- e3056.dscg.akamaiedge.net ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 10ms
rtt min/avg/max/mdev = 11.189/15.508/26.511/5.590 ms

--- www.phoronix.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 9ms
rtt min/avg/max/mdev = 3.862/5.936/9.754/2.236 ms

I do not use a VPN and I don't remember setting up any proxy. I did fiddle with my DNS settings a while ago, but I have tried to revert to my ISPs DNS without luck. My router, like many other people's is close to a black box to me. I get a very basic settings page accessible from the internet on my account pages with the ISP. The router is not accessible through it's internal IP 192.168.10.1. I am not sure what they are doing to my connection but they have a good reputation in my area.

Last edited by Heis (2018-09-01 10:01:34)

Offline

#19 2018-09-01 10:11:40

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED]Wifi network slow and unstable.

DNS might be a thing, did you try 8.8.8.8 (google) or 1.1.1.1 (cloudflare)?

Offline

#20 2018-09-01 10:18:27

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED]Wifi network slow and unstable.

Heis wrote:

Probably related is also that when I try to go to speedtest.net, it gives me an error, saying it can not communicate with port 8080.

Tell us more about the *web proxy* that you are presumably using wink

Offline

#21 2018-09-01 10:19:45

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

This is my resolv.conf now. All of those have at one point been the only entry, and they don't help.

nameserver 87.238.35.136
nameserver 185.56.187.149
nameserver 208.67.222.222
nameserver 208.67.220.220
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 109.247.114.4
nameserver 92.220.228.70
brebs wrote:

Tell us more about the *web proxy* that you are presumably using wink

LOL. I seriously hope it's not a proxy. Certainly, it's not a web proxy.I would not put it past myself to have fiddled with something one evening and forgotten about it though.

Last edited by Heis (2018-09-01 10:25:35)

Offline

#22 2018-09-01 10:45:50

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED]Wifi network slow and unstable.

That seems to be a speedtest.net thing, see http://www.speedtest.net/de/help#port8080 - it *might* be a false positive because of the connection breakdown, but still see https://wiki.archlinux.org/index.php/Proxy_settings

Other than that, open the webinpsector of your browser (ctrl+shift+i) and use it to profile what is actually "slow".

Also compare
dig @87.238.35.136 speedtest.net # the servers DNS is filtered, so not accessible to non-customers
and
dig @8.8.8.8 speedtest.net

Notably the query time.

Edit: also your /etc/nsswitch.conf, pelase.

Last edited by seth (2018-09-01 10:54:19)

Offline

#23 2018-09-01 11:05:01

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

There may be something to this DNS path!

dig @87.238.35.136 speedtest.net

; <<>> DiG 9.13.2 <<>> @87.238.35.136 speedtest.net
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached

This is not the DNS of my ISP, but should be an open DNS provided by an idealistic organisation in Norway. Maybe it has gone to it's knees. I'll remove it from the list and reboot. It makes sense, though as most pages reply after ~5 seconds. Maybe that is the DNS timeout before it goes to the next? If DNS settings are only reloaded at reboot, it may well be that I have not tried to fully cycle the list.

# Name Service Switch configuration file.
# See nsswitch.conf(5) for details.

passwd: files mymachines systemd
group: files mymachines systemd
shadow: files

publickey: files

hosts: files mymachines myhostname resolve [!UNAVAIL=return] dns
networks: files

protocols: files
services: files
ethers: files
rpc: files

netgroup: files
 

Last edited by Heis (2018-09-01 11:15:38)

Offline

#24 2018-09-01 11:09:56

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED]Wifi network slow and unstable.

Dead end :-(

Offline

#25 2018-09-01 11:21:54

Heis
Member
Registered: 2015-12-13
Posts: 16

Re: [SOLVED]Wifi network slow and unstable.

Thank you for all your patience in diagnosing all my stupid fiddling! Removing that bad DNS server helped!

Offline

Board footer

Powered by FluxBB