You are not logged in.

#1 2020-12-14 08:36:20

nasci
Member
From: Melbourne, AU
Registered: 2018-12-08
Posts: 20
Website

RDMA InfiniBand - very slow

I'm trying to set up a host-to-host InfiniBand network using two Mellanox MCX354A cards. I've installed rdma-core from AUR, which should include all the modules and utilities to set up IPoIB and eventually NFS over RDMA. The other machine runs Ubuntu Server and as far as I can tell, everything is set up correctly there.

The hosts seem to talk to each other fine (ibping works) but transfer is extremely slow - around 1.6 Gbit/s tested with qperf. The cards and cable should be capable of 56 Gbit/s, as shown by ibstat below (output is practically identical on both machines):

CA 'ibp2s0'
	CA type: MT4099
	Number of ports: 2
	Firmware version: 2.42.5000
	Hardware version: 1
	Node GUID: 0x7cfe900300a25cc0
	System image GUID: 0x7cfe900300a25cc3
	Port 1:
		State: Active
		Physical state: LinkUp
		Rate: 56
		Base lid: 2
		LMC: 0
		SM lid: 2
		Capability mask: 0x0259486a
		Port GUID: 0x7cfe900300a25cc1
		Link layer: InfiniBand
	Port 2:
		(output truncated - port not used)

qperf and iperf generate roughly similar results, but iperf is slightly slower due to IP overhead as expected. If I understand correctly, the ud_lat and ud_bw tests for qperf should go over RDMA instead of IPoIB, so shouldn't have the overhead of the IP stack. Here's the output of qperf:

> sudo qperf 10.0.1.1 ud_lat ud_bw
ud_lat:
    latency  =  11.4 us
ud_bw:
    send_bw  =  201 MB/sec
    recv_bw  =  200 MB/sec

I'm really not sure where the problem lies. I noticed rdma.service shows a few errors on startup and I'm not sure if this is related. Here is the output of `systemctl status rdma`:

● rdma.service - Initialize the iWARP/InfiniBand/RDMA stack in the kernel
     Loaded: loaded (/usr/lib/systemd/system/rdma.service; enabled; vendor preset: disabled)
     Active: active (exited) since Mon 2020-12-14 19:16:04 AEDT; 18min ago
       Docs: file:/etc/rdma/rdma.conf
    Process: 255 ExecStart=/usr/lib/rdma/rdma-init-kernel (code=exited, status=0/SUCCESS)
   Main PID: 255 (code=exited, status=0/SUCCESS)

Dec 14 19:15:57 ruslan rdma-init-kernel[262]: Failed to add sysattr match 'class=0x0c0600': File exists
Dec 14 19:16:04 ruslan rdma-init-kernel[567]: libkmod: kmod_module_get_holders: could not open '/sys/module/sunrpc/holders': No such file or directory
Dec 14 19:16:04 ruslan systemd[1]: Finished Initialize the iWARP/InfiniBand/RDMA stack in the kernel.

Any ideas or help would be appreciated. Thanks.

Offline

#2 2020-12-14 17:13:35

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: RDMA InfiniBand - very slow

could not open '/sys/module/sunrpc/holders': No such file or directory

Is the sunrpc kernel module loaded ?

Please post output of (run as root)

# journalctl -b -g rdma

Last edited by Lone_Wolf (2020-12-14 17:13:51)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2020-12-15 01:18:41

nasci
Member
From: Melbourne, AU
Registered: 2018-12-08
Posts: 20
Website

Re: RDMA InfiniBand - very slow

The sunrpc module does seem to be loaded (at least I get information when running modinfo sunrpc). It also shows up in /proc/modules, so it's definitely getting loaded. Interestingly, /sys/module/sunrpc/holders seems to exist and contain the necessary files after bootup, so is the module somehow getting loaded too late in the bootup? I don't have a good understanding of kernel modules.

Here's the output of journalctl -b -g rdma:

-- Logs begin at Wed 2020-09-16 22:30:29 AEST, end at Tue 2020-12-15 12:02:42 AEDT. --
Dec 14 19:15:57 ruslan systemd[1]: Starting Initialize the iWARP/InfiniBand/RDMA stack in the kernel...
Dec 14 19:16:04 ruslan kernel: audit: type=1130 audit(1607933764.012:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-ndd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 19:16:04 ruslan kernel: audit: type=1130 audit(1607933764.019:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@roce comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 19:16:04 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-ndd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 19:16:04 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@roce comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 19:16:04 ruslan systemd[1]: Created slice system-rdma\x2dload\x2dmodules.slice.
Dec 14 19:16:04 ruslan systemd[1]: Starting Load RDMA modules from /etc/rdma/modules/infiniband.conf...
Dec 14 19:16:04 ruslan systemd[1]: Starting Load RDMA modules from /etc/rdma/modules/rdma.conf...
Dec 14 19:16:04 ruslan systemd[1]: Starting Load RDMA modules from /etc/rdma/modules/roce.conf...
Dec 14 19:16:04 ruslan systemd[1]: Starting RDMA Node Description Daemon...
Dec 14 19:16:04 ruslan systemd[1]: Started RDMA Node Description Daemon.
Dec 14 19:16:04 ruslan systemd[1]: Finished Load RDMA modules from /etc/rdma/modules/roce.conf.
Dec 14 19:16:04 ruslan systemd[1]: Finished Load RDMA modules from /etc/rdma/modules/infiniband.conf.
Dec 14 19:16:04 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@infiniband comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 19:16:04 ruslan kernel: audit: type=1130 audit(1607933764.052:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@infiniband comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 19:16:04 ruslan systemd-modules-load[532]: Inserted module 'rdma_ucm'
Dec 14 19:16:04 ruslan systemd-modules-load[532]: Inserted module 'rpcrdma'
Dec 14 19:16:04 ruslan systemd[1]: Finished Load RDMA modules from /etc/rdma/modules/rdma.conf.
Dec 14 19:16:04 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@rdma comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 19:16:04 ruslan kernel: RPC: Registered rdma transport module.
Dec 14 19:16:04 ruslan kernel: RPC: Registered rdma backchannel transport module.
Dec 14 19:16:04 ruslan kernel: audit: type=1130 audit(1607933764.139:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@rdma comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 19:16:04 ruslan systemd[1]: Reached target RDMA Hardware.
Dec 14 19:16:04 ruslan systemd[1]: Finished Initialize the iWARP/InfiniBand/RDMA stack in the kernel.
Dec 14 19:16:04 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 19:16:04 ruslan kernel: audit: type=1130 audit(1607933764.319:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 15 12:02:30 ruslan dbus-daemon[501]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.77388' (uid=0 pid=1133880 comm="sudo journalctl -b -g rdma ")
Dec 15 12:02:30 ruslan sudo[1133880]:   andrew : TTY=pts/1 ; PWD=/home/andrew ; USER=root ; COMMAND=/usr/bin/journalctl -b -g rdma
Dec 15 12:02:42 ruslan dbus-daemon[501]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.77426' (uid=0 pid=1134520 comm="sudo journalctl -b -g rdma ")
Dec 15 12:02:42 ruslan sudo[1134520]:   andrew : TTY=pts/1 ; PWD=/home/andrew ; USER=root ; COMMAND=/usr/bin/journalctl -b -g rdma

Offline

#4 2020-12-22 03:47:09

nasci
Member
From: Melbourne, AU
Registered: 2018-12-08
Posts: 20
Website

Re: RDMA InfiniBand - very slow

Any ideas why sunrpc isn't being found?

Offline

#5 2020-12-22 12:07:36

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: RDMA InfiniBand - very slow

modinfo works for all modules that are included with the kernel, but doesn't show whether one is loaded.

For investigating which modules are loaded, linux has the lsmod command.
To verify whether sunrpc is loaded, we can use lsmod | grep sunrpc .

Dec 14 19:15:57 ruslan rdma-init-kernel[262]: Failed to add sysattr match 'class=0x0c0600': File exists
Dec 14 19:16:04 ruslan rdma-init-kernel[567]: libkmod: kmod_module_get_holders: could not open '/sys/module/sunrpc/holders': No such file or directory

I had expected those lines to be in the output also, guess we'll have to look at a full journal.
Can you reboot the system and then take journalctl -b so it stays relatively short ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2021-01-03 05:07:13

nasci
Member
From: Melbourne, AU
Registered: 2018-12-08
Posts: 20
Website

Re: RDMA InfiniBand - very slow

Thanks for the help so far Lone_Wolf, and sorry I've taken a while to reply. lsmod | grep sunrpc shows that sunrpc is loaded:

sunrpc                573440  1 rpcrdma

I believe the two lines you quoted are not showing up in journalctl because journalctl -g rdma only searches in the message text, not the unit names. So I've pasted the full journalctl -b below (sorry it's so long - hopefully you can just search for the meaningful bits). I'm not really any closer to a solution but the fact that /sys/module/sunrpc/holders isn't recognised by libkmod but exists after bootup is a bit concerning.

-- Logs begin at Mon 2020-10-05 10:38:20 AEDT, end at Sun 2021-01-03 15:57:27 AEDT. --
Jan 03 15:55:25 ruslan kernel: Linux version 5.9.6-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Thu, 05 Nov 2020 21:00:46 +0000
Jan 03 15:55:25 ruslan kernel: Command line: initrd=\initramfs-linux.img root=PARTUUID=6ac8e83e-15cf-4848-ae2a-13434b75c3d6 rootfstype=ext4 add_efi_memmap resume=/dev/sda1 resume_offset=129024
Jan 03 15:55:25 ruslan kernel: KERNEL supported cpus:
Jan 03 15:55:25 ruslan kernel:   Intel GenuineIntel
Jan 03 15:55:25 ruslan kernel:   AMD AuthenticAMD
Jan 03 15:55:25 ruslan kernel:   Hygon HygonGenuine
Jan 03 15:55:25 ruslan kernel:   Centaur CentaurHauls
Jan 03 15:55:25 ruslan kernel:   zhaoxin   Shanghai  
Jan 03 15:55:25 ruslan kernel: random: get_random_u32 called from bsp_init_amd+0x2b3/0x2f0 with crng_init=0
Jan 03 15:55:25 ruslan kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 03 15:55:25 ruslan kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 03 15:55:25 ruslan kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 03 15:55:25 ruslan kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 03 15:55:25 ruslan kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jan 03 15:55:25 ruslan kernel: BIOS-provided physical RAM map:
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000be1e6fff] usable
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000be1e7000-0x00000000be4eafff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000be4eb000-0x00000000be8d9fff] ACPI NVS
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000be8da000-0x00000000bee2cfff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000bee2d000-0x00000000bee2dfff] usable
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000bee2e000-0x00000000bf033fff] ACPI NVS
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000bf034000-0x00000000bf452fff] usable
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000bf453000-0x00000000bf7f3fff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000bf7f4000-0x00000000bf7fffff] usable
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
Jan 03 15:55:25 ruslan kernel: BIOS-e820: [mem 0x0000000100001000-0x000000043fffffff] usable
Jan 03 15:55:25 ruslan kernel: NX (Execute Disable) protection: active
Jan 03 15:55:25 ruslan kernel: e820: update [mem 0xad590018-0xad5af857] usable ==> usable
Jan 03 15:55:25 ruslan kernel: e820: update [mem 0xad590018-0xad5af857] usable ==> usable
Jan 03 15:55:25 ruslan kernel: e820: update [mem 0xad57d018-0xad58f857] usable ==> usable
Jan 03 15:55:25 ruslan kernel: e820: update [mem 0xad57d018-0xad58f857] usable ==> usable
Jan 03 15:55:25 ruslan kernel: e820: update [mem 0xad56a018-0xad57c857] usable ==> usable
Jan 03 15:55:25 ruslan kernel: e820: update [mem 0xad56a018-0xad57c857] usable ==> usable
Jan 03 15:55:25 ruslan kernel: extended physical RAM map:
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000ad56a017] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000ad56a018-0x00000000ad57c857] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000ad57c858-0x00000000ad57d017] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000ad57d018-0x00000000ad58f857] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000ad58f858-0x00000000ad590017] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000ad590018-0x00000000ad5af857] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000ad5af858-0x00000000be1e6fff] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000be1e7000-0x00000000be4eafff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000be4eb000-0x00000000be8d9fff] ACPI NVS
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000be8da000-0x00000000bee2cfff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000bee2d000-0x00000000bee2dfff] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000bee2e000-0x00000000bf033fff] ACPI NVS
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000bf034000-0x00000000bf452fff] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000bf453000-0x00000000bf7f3fff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000bf7f4000-0x00000000bf7fffff] usable
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
Jan 03 15:55:25 ruslan kernel: reserve setup_data: [mem 0x0000000100001000-0x000000043fffffff] usable
Jan 03 15:55:25 ruslan kernel: efi: EFI v2.31 by American Megatrends
Jan 03 15:55:25 ruslan kernel: efi: ACPI=0xbe8c8000 ACPI 2.0=0xbe8c8000 SMBIOS=0xf04c0 
Jan 03 15:55:25 ruslan kernel: SMBIOS 2.7 present.
Jan 03 15:55:25 ruslan kernel: DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./970 Extreme4, BIOS P2.40 07/31/2013
Jan 03 15:55:25 ruslan kernel: tsc: Fast TSC calibration using PIT
Jan 03 15:55:25 ruslan kernel: tsc: Detected 3492.499 MHz processor
Jan 03 15:55:25 ruslan kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 03 15:55:25 ruslan kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 03 15:55:25 ruslan kernel: AGP: No AGP bridge found
Jan 03 15:55:25 ruslan kernel: last_pfn = 0x440000 max_arch_pfn = 0x400000000
Jan 03 15:55:25 ruslan kernel: MTRR default type: uncachable
Jan 03 15:55:25 ruslan kernel: MTRR fixed ranges enabled:
Jan 03 15:55:25 ruslan kernel:   00000-9FFFF write-back
Jan 03 15:55:25 ruslan kernel:   A0000-BFFFF write-through
Jan 03 15:55:25 ruslan kernel:   C0000-D2FFF write-protect
Jan 03 15:55:25 ruslan kernel:   D3000-DFFFF uncachable
Jan 03 15:55:25 ruslan kernel:   E0000-FFFFF write-protect
Jan 03 15:55:25 ruslan kernel: MTRR variable ranges enabled:
Jan 03 15:55:25 ruslan kernel:   0 base 000000000000 mask FFFF80000000 write-back
Jan 03 15:55:25 ruslan kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Jan 03 15:55:25 ruslan kernel:   2 base 0000BF800000 mask FFFFFF800000 uncachable
Jan 03 15:55:25 ruslan kernel:   3 disabled
Jan 03 15:55:25 ruslan kernel:   4 disabled
Jan 03 15:55:25 ruslan kernel:   5 disabled
Jan 03 15:55:25 ruslan kernel:   6 disabled
Jan 03 15:55:25 ruslan kernel:   7 disabled
Jan 03 15:55:25 ruslan kernel: TOM2: 0000000440000000 aka 17408M
Jan 03 15:55:25 ruslan kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 03 15:55:25 ruslan kernel: total RAM covered: 3064M
Jan 03 15:55:25 ruslan kernel: Found optimal setting for mtrr clean up
Jan 03 15:55:25 ruslan kernel:  gran_size: 64K         chunk_size: 16M         num_reg: 3          lose cover RAM: 0G
Jan 03 15:55:25 ruslan kernel: e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
Jan 03 15:55:25 ruslan kernel: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
Jan 03 15:55:25 ruslan kernel: found SMP MP-table at [mem 0x000fd970-0x000fd97f]
Jan 03 15:55:25 ruslan kernel: check: Scanning 1 areas for low memory corruption
Jan 03 15:55:25 ruslan kernel: Using GB pages for direct mapping
Jan 03 15:55:25 ruslan kernel: Secure boot disabled
Jan 03 15:55:25 ruslan kernel: RAMDISK: [mem 0x7f662000-0x7fffffff]
Jan 03 15:55:25 ruslan kernel: ACPI: Early table checksum verification disabled
Jan 03 15:55:25 ruslan kernel: ACPI: RSDP 0x00000000BE8C8000 000024 (v02 ALASKA)
Jan 03 15:55:25 ruslan kernel: ACPI: XSDT 0x00000000BE8C8070 00005C (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 03 15:55:25 ruslan kernel: ACPI: FACP 0x00000000BE8D1080 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
Jan 03 15:55:25 ruslan kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20200717/tbfadt-615)
Jan 03 15:55:25 ruslan kernel: ACPI: DSDT 0x00000000BE8C8160 008F1C (v02 ALASKA A M I    00000000 INTL 20051117)
Jan 03 15:55:25 ruslan kernel: ACPI: FACS 0x00000000BE8D3080 000040
Jan 03 15:55:25 ruslan kernel: ACPI: APIC 0x00000000BE8D1190 00008E (v03 ALASKA A M I    01072009 AMI  00010013)
Jan 03 15:55:25 ruslan kernel: ACPI: FPDT 0x00000000BE8D1220 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 03 15:55:25 ruslan kernel: ACPI: MCFG 0x00000000BE8D1268 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Jan 03 15:55:25 ruslan kernel: ACPI: AAFT 0x00000000BE8D12A8 000062 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
Jan 03 15:55:25 ruslan kernel: ACPI: HPET 0x00000000BE8D1310 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Jan 03 15:55:25 ruslan kernel: ACPI: IVRS 0x00000000BE8D1348 0000D0 (v01 AMD    RD890S   00202031 AMD  00000000)
Jan 03 15:55:25 ruslan kernel: ACPI: Local APIC address 0xfee00000
Jan 03 15:55:25 ruslan kernel: No NUMA configuration found
Jan 03 15:55:25 ruslan kernel: Faking a node at [mem 0x0000000000000000-0x000000043fffffff]
Jan 03 15:55:25 ruslan kernel: NODE_DATA(0) allocated [mem 0x43fffa000-0x43fffdfff]
Jan 03 15:55:25 ruslan kernel: Zone ranges:
Jan 03 15:55:25 ruslan kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 03 15:55:25 ruslan kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 03 15:55:25 ruslan kernel:   Normal   [mem 0x0000000100000000-0x000000043fffffff]
Jan 03 15:55:25 ruslan kernel:   Device   empty
Jan 03 15:55:25 ruslan kernel: Movable zone start for each node
Jan 03 15:55:25 ruslan kernel: Early memory node ranges
Jan 03 15:55:25 ruslan kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Jan 03 15:55:25 ruslan kernel:   node   0: [mem 0x0000000000100000-0x00000000be1e6fff]
Jan 03 15:55:25 ruslan kernel:   node   0: [mem 0x00000000bee2d000-0x00000000bee2dfff]
Jan 03 15:55:25 ruslan kernel:   node   0: [mem 0x00000000bf034000-0x00000000bf452fff]
Jan 03 15:55:25 ruslan kernel:   node   0: [mem 0x00000000bf7f4000-0x00000000bf7fffff]
Jan 03 15:55:25 ruslan kernel:   node   0: [mem 0x0000000100001000-0x000000043fffffff]
Jan 03 15:55:25 ruslan kernel: Zeroed struct page in unavailable ranges: 6735 pages
Jan 03 15:55:25 ruslan kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043fffffff]
Jan 03 15:55:25 ruslan kernel: On node 0 totalpages: 4187569
Jan 03 15:55:25 ruslan kernel:   DMA zone: 64 pages used for memmap
Jan 03 15:55:25 ruslan kernel:   DMA zone: 24 pages reserved
Jan 03 15:55:25 ruslan kernel:   DMA zone: 3999 pages, LIFO batch:0
Jan 03 15:55:25 ruslan kernel:   DMA32 zone: 12121 pages used for memmap
Jan 03 15:55:25 ruslan kernel:   DMA32 zone: 775699 pages, LIFO batch:63
Jan 03 15:55:25 ruslan kernel:   Normal zone: 53248 pages used for memmap
Jan 03 15:55:25 ruslan kernel:   Normal zone: 3407871 pages, LIFO batch:63
Jan 03 15:55:25 ruslan kernel: ACPI: PM-Timer IO Port: 0x808
Jan 03 15:55:25 ruslan kernel: ACPI: Local APIC address 0xfee00000
Jan 03 15:55:25 ruslan kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jan 03 15:55:25 ruslan kernel: IOAPIC[0]: apic_id 7, version 33, address 0xfec00000, GSI 0-23
Jan 03 15:55:25 ruslan kernel: IOAPIC[1]: apic_id 8, version 33, address 0xfec20000, GSI 24-55
Jan 03 15:55:25 ruslan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 03 15:55:25 ruslan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jan 03 15:55:25 ruslan kernel: ACPI: IRQ0 used by override.
Jan 03 15:55:25 ruslan kernel: ACPI: IRQ9 used by override.
Jan 03 15:55:25 ruslan kernel: Using ACPI (MADT) for SMP configuration information
Jan 03 15:55:25 ruslan kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Jan 03 15:55:25 ruslan kernel: smpboot: Allowing 6 CPUs, 0 hotplug CPUs
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xad56a000-0xad56afff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xad57c000-0xad57cfff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xad57d000-0xad57dfff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xad58f000-0xad58ffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xad590000-0xad590fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xad5af000-0xad5affff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xbe1e7000-0xbe4eafff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xbe4eb000-0xbe8d9fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xbe8da000-0xbee2cfff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xbee2e000-0xbf033fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf453000-0xbf7f3fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xfebfffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xffffffff]
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0x100000000-0x100000fff]
Jan 03 15:55:25 ruslan kernel: [mem 0xbf800000-0xfebfffff] available for PCI devices
Jan 03 15:55:25 ruslan kernel: Booting paravirtualized kernel on bare hardware
Jan 03 15:55:25 ruslan kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 03 15:55:25 ruslan kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:6 nr_node_ids:1
Jan 03 15:55:25 ruslan kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Jan 03 15:55:25 ruslan kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Jan 03 15:55:25 ruslan kernel: pcpu-alloc: [0] 0 1 2 3 4 5 - - 
Jan 03 15:55:25 ruslan kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4122112
Jan 03 15:55:25 ruslan kernel: Policy zone: Normal
Jan 03 15:55:25 ruslan kernel: Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=6ac8e83e-15cf-4848-ae2a-13434b75c3d6 rootfstype=ext4 add_efi_memmap resume=/dev/sda1 resume_offset=129024
Jan 03 15:55:25 ruslan kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 03 15:55:25 ruslan kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jan 03 15:55:25 ruslan kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Jan 03 15:55:25 ruslan kernel: AGP: Checking aperture...
Jan 03 15:55:25 ruslan kernel: AGP: No AGP bridge found
Jan 03 15:55:25 ruslan kernel: AGP: Node 0: aperture [bus addr 0xa8000000-0xa9ffffff] (32MB)
Jan 03 15:55:25 ruslan kernel: Aperture pointing to e820 RAM. Ignoring.
Jan 03 15:55:25 ruslan kernel: AGP: Your BIOS doesn't leave an aperture memory hole
Jan 03 15:55:25 ruslan kernel: AGP: Please enable the IOMMU option in the BIOS setup
Jan 03 15:55:25 ruslan kernel: AGP: This costs you 64MB of RAM
Jan 03 15:55:25 ruslan kernel: AGP: Mapping aperture over RAM [mem 0xa8000000-0xabffffff] (65536KB)
Jan 03 15:55:25 ruslan kernel: PM: hibernation: Registered nosave memory: [mem 0xa8000000-0xabffffff]
Jan 03 15:55:25 ruslan kernel: Memory: 16106016K/16750276K available (14339K kernel code, 1525K rwdata, 7928K rodata, 1656K init, 2928K bss, 644000K reserved, 0K cma-reserved)
Jan 03 15:55:25 ruslan kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
Jan 03 15:55:25 ruslan kernel: ftrace: allocating 40883 entries in 160 pages
Jan 03 15:55:25 ruslan kernel: ftrace: allocated 160 pages with 2 groups
Jan 03 15:55:25 ruslan kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 03 15:55:25 ruslan kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Jan 03 15:55:25 ruslan kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=6.
Jan 03 15:55:25 ruslan kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 03 15:55:25 ruslan kernel:         Trampoline variant of Tasks RCU enabled.
Jan 03 15:55:25 ruslan kernel:         Rude variant of Tasks RCU enabled.
Jan 03 15:55:25 ruslan kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 03 15:55:25 ruslan kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
Jan 03 15:55:25 ruslan kernel: NR_IRQS: 20736, nr_irqs: 1016, preallocated irqs: 16
Jan 03 15:55:25 ruslan kernel: Console: colour dummy device 80x25
Jan 03 15:55:25 ruslan kernel: printk: console [tty0] enabled
Jan 03 15:55:25 ruslan kernel: ACPI: Core revision 20200717
Jan 03 15:55:25 ruslan kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Jan 03 15:55:25 ruslan kernel: APIC: Switch to symmetric I/O mode setup
Jan 03 15:55:25 ruslan kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 03 15:55:25 ruslan kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3257a35a2bf, max_idle_ns: 440795267145 ns
Jan 03 15:55:25 ruslan kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6987.03 BogoMIPS (lpj=11641663)
Jan 03 15:55:25 ruslan kernel: pid_max: default: 32768 minimum: 301
Jan 03 15:55:25 ruslan kernel: LSM: Security Framework initializing
Jan 03 15:55:25 ruslan kernel: Yama: becoming mindful.
Jan 03 15:55:25 ruslan kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 03 15:55:25 ruslan kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 03 15:55:25 ruslan kernel: LVT offset 1 assigned for vector 0xf9
Jan 03 15:55:25 ruslan kernel: Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
Jan 03 15:55:25 ruslan kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
Jan 03 15:55:25 ruslan kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 03 15:55:25 ruslan kernel: Spectre V2 : Mitigation: Full AMD retpoline
Jan 03 15:55:25 ruslan kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 03 15:55:25 ruslan kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Jan 03 15:55:25 ruslan kernel: Freeing SMP alternatives memory: 32K
Jan 03 15:55:25 ruslan kernel: smpboot: CPU0: AMD FX(tm)-6300 Six-Core Processor (family: 0x15, model: 0x2, stepping: 0x0)
Jan 03 15:55:25 ruslan kernel: Performance Events: Fam15h core perfctr, AMD PMU driver.
Jan 03 15:55:25 ruslan kernel: ... version:                0
Jan 03 15:55:25 ruslan kernel: ... bit width:              48
Jan 03 15:55:25 ruslan kernel: ... generic registers:      6
Jan 03 15:55:25 ruslan kernel: ... value mask:             0000ffffffffffff
Jan 03 15:55:25 ruslan kernel: ... max period:             00007fffffffffff
Jan 03 15:55:25 ruslan kernel: ... fixed-purpose events:   0
Jan 03 15:55:25 ruslan kernel: ... event mask:             000000000000003f
Jan 03 15:55:25 ruslan kernel: rcu: Hierarchical SRCU implementation.
Jan 03 15:55:25 ruslan kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 03 15:55:25 ruslan kernel: smp: Bringing up secondary CPUs ...
Jan 03 15:55:25 ruslan kernel: x86: Booting SMP configuration:
Jan 03 15:55:25 ruslan kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5
Jan 03 15:55:25 ruslan kernel: smp: Brought up 1 node, 6 CPUs
Jan 03 15:55:25 ruslan kernel: smpboot: Max logical packages: 1
Jan 03 15:55:25 ruslan kernel: smpboot: Total of 6 processors activated (41926.23 BogoMIPS)
Jan 03 15:55:25 ruslan kernel: devtmpfs: initialized
Jan 03 15:55:25 ruslan kernel: x86/mm: Memory block size: 128MB
Jan 03 15:55:25 ruslan kernel: PM: Registering ACPI NVS region [mem 0xbe4eb000-0xbe8d9fff] (4124672 bytes)
Jan 03 15:55:25 ruslan kernel: PM: Registering ACPI NVS region [mem 0xbee2e000-0xbf033fff] (2121728 bytes)
Jan 03 15:55:25 ruslan kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 03 15:55:25 ruslan kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jan 03 15:55:25 ruslan kernel: pinctrl core: initialized pinctrl subsystem
Jan 03 15:55:25 ruslan kernel: PM: RTC time: 04:55:23, date: 2021-01-03
Jan 03 15:55:25 ruslan kernel: NET: Registered protocol family 16
Jan 03 15:55:25 ruslan kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jan 03 15:55:25 ruslan kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 03 15:55:25 ruslan kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 03 15:55:25 ruslan kernel: audit: initializing netlink subsys (disabled)
Jan 03 15:55:25 ruslan kernel: audit: type=2000 audit(1609649723.156:1): state=initialized audit_enabled=0 res=1
Jan 03 15:55:25 ruslan kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 03 15:55:25 ruslan kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 03 15:55:25 ruslan kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 03 15:55:25 ruslan kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 03 15:55:25 ruslan kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 03 15:55:25 ruslan kernel: cpuidle: using governor ladder
Jan 03 15:55:25 ruslan kernel: cpuidle: using governor menu
Jan 03 15:55:25 ruslan kernel: ACPI: bus type PCI registered
Jan 03 15:55:25 ruslan kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 03 15:55:25 ruslan kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jan 03 15:55:25 ruslan kernel: PCI: not using MMCONFIG
Jan 03 15:55:25 ruslan kernel: PCI: Using configuration type 1 for base access
Jan 03 15:55:25 ruslan kernel: PCI: Using configuration type 1 for extended access
Jan 03 15:55:25 ruslan kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jan 03 15:55:25 ruslan kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jan 03 15:55:25 ruslan kernel: ACPI: Added _OSI(Module Device)
Jan 03 15:55:25 ruslan kernel: ACPI: Added _OSI(Processor Device)
Jan 03 15:55:25 ruslan kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 03 15:55:25 ruslan kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 03 15:55:25 ruslan kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jan 03 15:55:25 ruslan kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jan 03 15:55:25 ruslan kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jan 03 15:55:25 ruslan kernel: ACPI: 1 ACPI AML tables successfully acquired and loaded
Jan 03 15:55:25 ruslan kernel: ACPI: Interpreter enabled
Jan 03 15:55:25 ruslan kernel: ACPI: (supports S0 S3 S4 S5)
Jan 03 15:55:25 ruslan kernel: ACPI: Using IOAPIC for interrupt routing
Jan 03 15:55:25 ruslan kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jan 03 15:55:25 ruslan kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Jan 03 15:55:25 ruslan kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 03 15:55:25 ruslan kernel: ACPI: Enabled 11 GPEs in block 00 to 1F
Jan 03 15:55:25 ruslan kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jan 03 15:55:25 ruslan kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 03 15:55:25 ruslan kernel: PCI host bridge to bus 0000:00
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
Jan 03 15:55:25 ruslan kernel: pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0: enabling Extended Tags
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: [1002:5a17] type 01 class 0x060400
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: enabling Extended Tags
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0: enabling Extended Tags
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0: enabling Extended Tags
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0: enabling Extended Tags
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
Jan 03 15:55:25 ruslan kernel: pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
Jan 03 15:55:25 ruslan kernel: pci 0000:00:11.0: reg 0x10: [io  0xf040-0xf047]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:11.0: reg 0x14: [io  0xf030-0xf033]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:11.0: reg 0x18: [io  0xf020-0xf027]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:11.0: reg 0x1c: [io  0xf010-0xf013]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:11.0: reg 0x20: [io  0xf000-0xf00f]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:11.0: reg 0x24: [mem 0xfe507000-0xfe5073ff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
Jan 03 15:55:25 ruslan kernel: pci 0000:00:12.0: reg 0x10: [mem 0xfe506000-0xfe506fff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
Jan 03 15:55:25 ruslan kernel: pci 0000:00:12.2: reg 0x10: [mem 0xfe505000-0xfe5050ff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:12.2: supports D1 D2
Jan 03 15:55:25 ruslan kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
Jan 03 15:55:25 ruslan kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
Jan 03 15:55:25 ruslan kernel: pci 0000:00:13.0: reg 0x10: [mem 0xfe504000-0xfe504fff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
Jan 03 15:55:25 ruslan kernel: pci 0000:00:13.2: reg 0x10: [mem 0xfe503000-0xfe5030ff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:13.2: supports D1 D2
Jan 03 15:55:25 ruslan kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.5: reg 0x10: [mem 0xfe502000-0xfe502fff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
Jan 03 15:55:25 ruslan kernel: pci 0000:00:16.0: reg 0x10: [mem 0xfe501000-0xfe501fff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
Jan 03 15:55:25 ruslan kernel: pci 0000:00:16.2: reg 0x10: [mem 0xfe500000-0xfe5000ff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:16.2: supports D1 D2
Jan 03 15:55:25 ruslan kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
Jan 03 15:55:25 ruslan kernel: pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
Jan 03 15:55:25 ruslan kernel: pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
Jan 03 15:55:25 ruslan kernel: pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
Jan 03 15:55:25 ruslan kernel: pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
Jan 03 15:55:25 ruslan kernel: pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
Jan 03 15:55:25 ruslan kernel: pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: [10de:1c82] type 00 class 0x030000
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfe000000-0xfe07ffff pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: enabling Extended Tags
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: BAR 3: assigned to efifb
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:02.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.1: [10de:0fb9] type 00 class 0x040300
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfe080000-0xfe083fff]
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.1: enabling Extended Tags
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0:   bridge window [mem 0xfd000000-0xfe0fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: [15b3:1003] type 00 class 0x028000
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfe400000-0xfe4fffff 64bit]
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: reg 0x18: [mem 0xd2800000-0xd2ffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: reg 0x134: [mem 0x00000000-0x007fffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: VF(n) BAR2 space: [mem 0x00000000-0x07ffffff 64bit pref] (contains BAR2 for 16 VFs)
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0000:00:03.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: PCI bridge to [bus 02]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0:   bridge window [mem 0xfe400000-0xfe4fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0:   bridge window [mem 0xd2800000-0xd2ffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.0: [8086:105e] type 00 class 0x020000
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfe3a0000-0xfe3bffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.0: reg 0x14: [mem 0xfe380000-0xfe39ffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.0: reg 0x18: [io  0xd020-0xd03f]
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.0: reg 0x30: [mem 0xfe360000-0xfe37ffff pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.1: [8086:105e] type 00 class 0x020000
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.1: reg 0x10: [mem 0xfe340000-0xfe35ffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.1: reg 0x14: [mem 0xfe320000-0xfe33ffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.1: reg 0x18: [io  0xd000-0xd01f]
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.1: reg 0x30: [mem 0xfe300000-0xfe31ffff pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.1: PME# supported from D0 D3hot D3cold
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0: PCI bridge to [bus 03]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0:   bridge window [mem 0xfe300000-0xfe3fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
Jan 03 15:55:25 ruslan kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfe200000-0xfe207fff 64bit]
Jan 03 15:55:25 ruslan kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0: PCI bridge to [bus 04]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0:   bridge window [mem 0xfe200000-0xfe2fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:05:00.0: [1b21:1042] type 00 class 0x0c0330
Jan 03 15:55:25 ruslan kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfe100000-0xfe107fff 64bit]
Jan 03 15:55:25 ruslan kernel: pci 0000:05:00.0: PME# supported from D3hot D3cold
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0: PCI bridge to [bus 05]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0:   bridge window [mem 0xfe100000-0xfe1fffff]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:06: extended config space not accessible
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
Jan 03 15:55:25 ruslan kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11 14 15) *0
Jan 03 15:55:25 ruslan kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11 14 15) *0
Jan 03 15:55:25 ruslan kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11 14 15) *0
Jan 03 15:55:25 ruslan kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11 14 15) *0
Jan 03 15:55:25 ruslan kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11 14 15) *0
Jan 03 15:55:25 ruslan kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11 14 15) *0
Jan 03 15:55:25 ruslan kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11 14 15) *0
Jan 03 15:55:25 ruslan kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11 14 15) *0
Jan 03 15:55:25 ruslan kernel: iommu: Default domain type: Translated 
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jan 03 15:55:25 ruslan kernel: vgaarb: loaded
Jan 03 15:55:25 ruslan kernel: SCSI subsystem initialized
Jan 03 15:55:25 ruslan kernel: libata version 3.00 loaded.
Jan 03 15:55:25 ruslan kernel: ACPI: bus type USB registered
Jan 03 15:55:25 ruslan kernel: usbcore: registered new interface driver usbfs
Jan 03 15:55:25 ruslan kernel: usbcore: registered new interface driver hub
Jan 03 15:55:25 ruslan kernel: usbcore: registered new device driver usb
Jan 03 15:55:25 ruslan kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 03 15:55:25 ruslan kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 03 15:55:25 ruslan kernel: PTP clock support registered
Jan 03 15:55:25 ruslan kernel: EDAC MC: Ver: 3.0.0
Jan 03 15:55:25 ruslan kernel: Registered efivars operations
Jan 03 15:55:25 ruslan kernel: NetLabel: Initializing
Jan 03 15:55:25 ruslan kernel: NetLabel:  domain hash size = 128
Jan 03 15:55:25 ruslan kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 03 15:55:25 ruslan kernel: NetLabel:  unlabeled traffic allowed by default
Jan 03 15:55:25 ruslan kernel: PCI: Using ACPI for IRQ routing
Jan 03 15:55:25 ruslan kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 03 15:55:25 ruslan kernel: e820: reserve RAM buffer [mem 0xad56a018-0xafffffff]
Jan 03 15:55:25 ruslan kernel: e820: reserve RAM buffer [mem 0xad57d018-0xafffffff]
Jan 03 15:55:25 ruslan kernel: e820: reserve RAM buffer [mem 0xad590018-0xafffffff]
Jan 03 15:55:25 ruslan kernel: e820: reserve RAM buffer [mem 0xbe1e7000-0xbfffffff]
Jan 03 15:55:25 ruslan kernel: e820: reserve RAM buffer [mem 0xbee2e000-0xbfffffff]
Jan 03 15:55:25 ruslan kernel: e820: reserve RAM buffer [mem 0xbf453000-0xbfffffff]
Jan 03 15:55:25 ruslan kernel: e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
Jan 03 15:55:25 ruslan kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jan 03 15:55:25 ruslan kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jan 03 15:55:25 ruslan kernel: clocksource: Switched to clocksource tsc-early
Jan 03 15:55:25 ruslan kernel: VFS: Disk quotas dquot_6.6.0
Jan 03 15:55:25 ruslan kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 03 15:55:25 ruslan kernel: pnp: PnP ACPI init
Jan 03 15:55:25 ruslan kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Jan 03 15:55:25 ruslan kernel: system 00:01: [mem 0xfec20000-0xfec200ff] could not be reserved
Jan 03 15:55:25 ruslan kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 03 15:55:25 ruslan kernel: system 00:02: [mem 0xfeb20000-0xfeb23fff] could not be reserved
Jan 03 15:55:25 ruslan kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x040b] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x04d6] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0c14] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0c50-0x0c51] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0c52] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0c6c] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0c6f] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0cd0-0x0cd1] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0cd2-0x0cd3] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0cd4-0x0cd5] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0cd6-0x0cd7] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0cd8-0x0cdf] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0800-0x089f] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0b20-0x0b3f] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0900-0x090f] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0x0910-0x091f] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [io  0xfe00-0xfefe] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [mem 0xfed61000-0xfed70fff] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [mem 0xfed00000-0xfed00fff] could not be reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: [mem 0xffc00000-0xffffffff] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 03 15:55:25 ruslan kernel: system 00:04: [io  0x0290-0x029f] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 03 15:55:25 ruslan kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
Jan 03 15:55:25 ruslan kernel: system 00:06: [io  0x04d0-0x04d1] has been reserved
Jan 03 15:55:25 ruslan kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 03 15:55:25 ruslan kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 03 15:55:25 ruslan kernel: pnp: PnP ACPI: found 8 devices
Jan 03 15:55:25 ruslan kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 03 15:55:25 ruslan kernel: NET: Registered protocol family 2
Jan 03 15:55:25 ruslan kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jan 03 15:55:25 ruslan kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jan 03 15:55:25 ruslan kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Jan 03 15:55:25 ruslan kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jan 03 15:55:25 ruslan kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jan 03 15:55:25 ruslan kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jan 03 15:55:25 ruslan kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jan 03 15:55:25 ruslan kernel: NET: Registered protocol family 1
Jan 03 15:55:25 ruslan kernel: NET: Registered protocol family 44
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0:   bridge window [mem 0xfd000000-0xfe0fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: BAR 9: no space for [mem size 0x08000000 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: BAR 9: failed to assign [mem size 0x08000000 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: PCI bridge to [bus 02]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0:   bridge window [mem 0xfe400000-0xfe4fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0:   bridge window [mem 0xd2800000-0xd2ffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0: PCI bridge to [bus 03]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0:   bridge window [mem 0xfe300000-0xfe3fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0: PCI bridge to [bus 04]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0:   bridge window [mem 0xfe200000-0xfe2fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0: PCI bridge to [bus 05]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0:   bridge window [mem 0xfe100000-0xfe1fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4: PCI bridge to [bus 06]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: No. 2 try to assign unassigned res
Jan 03 15:55:25 ruslan kernel: release child resource [mem 0xd2800000-0xd2ffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: resource 15 [mem 0xd2800000-0xd2ffffff 64bit pref] released
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: PCI bridge to [bus 02]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: bridge window [mem 0x00800000-0x00ffffff 64bit pref] to [bus 02] add_size 8000000 add_align 800000
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: BAR 15: assigned [mem 0xd2000000-0xda7fffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0:   bridge window [mem 0xfd000000-0xfe0fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: BAR 2: assigned [mem 0xd2000000-0xd27fffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: BAR 9: assigned [mem 0xd2800000-0xda7fffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: PCI bridge to [bus 02]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0:   bridge window [mem 0xfe400000-0xfe4fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0:   bridge window [mem 0xd2000000-0xda7fffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0: PCI bridge to [bus 03]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0:   bridge window [mem 0xfe300000-0xfe3fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0: PCI bridge to [bus 04]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0:   bridge window [mem 0xfe200000-0xfe2fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0: PCI bridge to [bus 05]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0:   bridge window [mem 0xfe100000-0xfe1fffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4: PCI bridge to [bus 06]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe0fffff]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:02: resource 1 [mem 0xfe400000-0xfe4fffff]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:02: resource 2 [mem 0xd2000000-0xda7fffff 64bit pref]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:03: resource 1 [mem 0xfe300000-0xfe3fffff]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:04: resource 1 [mem 0xfe200000-0xfe2fffff]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:05: resource 1 [mem 0xfe100000-0xfe1fffff]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:06: resource 4 [io  0x0000-0x03af window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:06: resource 5 [io  0x03e0-0x0cf7 window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:06: resource 6 [io  0x03b0-0x03df window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:06: resource 7 [io  0x0d00-0xffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:06: resource 8 [mem 0x000a0000-0x000bffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:06: resource 9 [mem 0x000c0000-0x000dffff window]
Jan 03 15:55:25 ruslan kernel: pci_bus 0000:06: resource 10 [mem 0xc0000000-0xffffffff window]
Jan 03 15:55:25 ruslan kernel: pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x6e0 took 20826 usecs
Jan 03 15:55:25 ruslan kernel: pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x6e0 took 16052 usecs
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x6e0 took 16067 usecs
Jan 03 15:55:25 ruslan kernel: pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x6e0 took 16262 usecs
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jan 03 15:55:25 ruslan kernel: PCI: CLS 64 bytes, default 64
Jan 03 15:55:25 ruslan kernel: Trying to unpack rootfs image as initramfs...
Jan 03 15:55:25 ruslan kernel: Freeing initrd memory: 9848K
Jan 03 15:55:25 ruslan kernel: pci 0000:00:00.0: Adding to iommu group 0
Jan 03 15:55:25 ruslan kernel: pci 0000:00:02.0: Adding to iommu group 1
Jan 03 15:55:25 ruslan kernel: pci 0000:00:03.0: Adding to iommu group 2
Jan 03 15:55:25 ruslan kernel: pci 0000:00:04.0: Adding to iommu group 3
Jan 03 15:55:25 ruslan kernel: pci 0000:00:09.0: Adding to iommu group 4
Jan 03 15:55:25 ruslan kernel: pci 0000:00:0a.0: Adding to iommu group 5
Jan 03 15:55:25 ruslan kernel: pci 0000:00:11.0: Adding to iommu group 6
Jan 03 15:55:25 ruslan kernel: pci 0000:00:12.0: Adding to iommu group 7
Jan 03 15:55:25 ruslan kernel: pci 0000:00:12.2: Adding to iommu group 7
Jan 03 15:55:25 ruslan kernel: pci 0000:00:13.0: Adding to iommu group 8
Jan 03 15:55:25 ruslan kernel: pci 0000:00:13.2: Adding to iommu group 8
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.0: Adding to iommu group 9
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.3: Adding to iommu group 10
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.4: Adding to iommu group 11
Jan 03 15:55:25 ruslan kernel: pci 0000:00:14.5: Adding to iommu group 12
Jan 03 15:55:25 ruslan kernel: pci 0000:00:16.0: Adding to iommu group 13
Jan 03 15:55:25 ruslan kernel: pci 0000:00:16.2: Adding to iommu group 13
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.0: Adding to iommu group 14
Jan 03 15:55:25 ruslan kernel: pci 0000:01:00.1: Adding to iommu group 14
Jan 03 15:55:25 ruslan kernel: pci 0000:02:00.0: Adding to iommu group 15
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.0: Adding to iommu group 16
Jan 03 15:55:25 ruslan kernel: pci 0000:03:00.1: Adding to iommu group 17
Jan 03 15:55:25 ruslan kernel: pci 0000:04:00.0: Adding to iommu group 18
Jan 03 15:55:25 ruslan kernel: pci 0000:05:00.0: Adding to iommu group 19
Jan 03 15:55:25 ruslan kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Jan 03 15:55:25 ruslan kernel: AMD-Vi: Interrupt remapping enabled
Jan 03 15:55:25 ruslan kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Jan 03 15:55:25 ruslan kernel: amd_uncore: AMD NB counters detected
Jan 03 15:55:25 ruslan kernel: LVT offset 0 assigned for vector 0x400
Jan 03 15:55:25 ruslan kernel: perf: AMD IBS detected (0x000000ff)
Jan 03 15:55:25 ruslan kernel: check: Scanning for low memory corruption every 60 seconds
Jan 03 15:55:25 ruslan kernel: Initialise system trusted keyrings
Jan 03 15:55:25 ruslan kernel: Key type blacklist registered
Jan 03 15:55:25 ruslan kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jan 03 15:55:25 ruslan kernel: zbud: loaded
Jan 03 15:55:25 ruslan kernel: Key type asymmetric registered
Jan 03 15:55:25 ruslan kernel: Asymmetric key parser 'x509' registered
Jan 03 15:55:25 ruslan kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Jan 03 15:55:25 ruslan kernel: io scheduler mq-deadline registered
Jan 03 15:55:25 ruslan kernel: io scheduler kyber registered
Jan 03 15:55:25 ruslan kernel: io scheduler bfq registered
Jan 03 15:55:25 ruslan kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 03 15:55:25 ruslan kernel: efifb: probing for efifb
Jan 03 15:55:25 ruslan kernel: efifb: No BGRT, not showing boot graphics
Jan 03 15:55:25 ruslan kernel: efifb: framebuffer at 0xd1000000, using 1876k, total 1875k
Jan 03 15:55:25 ruslan kernel: efifb: mode is 800x600x32, linelength=3200, pages=1
Jan 03 15:55:25 ruslan kernel: efifb: scrolling: redraw
Jan 03 15:55:25 ruslan kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 03 15:55:25 ruslan kernel: fbcon: Deferring console take-over
Jan 03 15:55:25 ruslan kernel: fb0: EFI VGA frame buffer device
Jan 03 15:55:25 ruslan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jan 03 15:55:25 ruslan kernel: ACPI: Power Button [PWRB]
Jan 03 15:55:25 ruslan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jan 03 15:55:25 ruslan kernel: ACPI: Power Button [PWRF]
Jan 03 15:55:25 ruslan kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jan 03 15:55:25 ruslan kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Jan 03 15:55:25 ruslan kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Jan 03 15:55:25 ruslan kernel: ahci 0000:00:11.0: version 3.0
Jan 03 15:55:25 ruslan kernel: ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Jan 03 15:55:25 ruslan kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pmp pio slum part 
Jan 03 15:55:25 ruslan kernel: scsi host0: ahci
Jan 03 15:55:25 ruslan kernel: scsi host1: ahci
Jan 03 15:55:25 ruslan kernel: scsi host2: ahci
Jan 03 15:55:25 ruslan kernel: scsi host3: ahci
Jan 03 15:55:25 ruslan kernel: scsi host4: ahci
Jan 03 15:55:25 ruslan kernel: scsi host5: ahci
Jan 03 15:55:25 ruslan kernel: ata1: SATA max UDMA/133 abar m1024@0xfe507000 port 0xfe507100 irq 19
Jan 03 15:55:25 ruslan kernel: ata2: SATA max UDMA/133 abar m1024@0xfe507000 port 0xfe507180 irq 19
Jan 03 15:55:25 ruslan kernel: ata3: SATA max UDMA/133 abar m1024@0xfe507000 port 0xfe507200 irq 19
Jan 03 15:55:25 ruslan kernel: ata4: SATA max UDMA/133 abar m1024@0xfe507000 port 0xfe507280 irq 19
Jan 03 15:55:25 ruslan kernel: ata5: SATA max UDMA/133 abar m1024@0xfe507000 port 0xfe507300 irq 19
Jan 03 15:55:25 ruslan kernel: ata6: SATA max UDMA/133 abar m1024@0xfe507000 port 0xfe507380 irq 19
Jan 03 15:55:25 ruslan kernel: usbcore: registered new interface driver usbserial_generic
Jan 03 15:55:25 ruslan kernel: usbserial: USB Serial support registered for generic
Jan 03 15:55:25 ruslan kernel: rtc_cmos 00:05: RTC can wake from S4
Jan 03 15:55:25 ruslan kernel: rtc_cmos 00:05: registered as rtc0
Jan 03 15:55:25 ruslan kernel: rtc_cmos 00:05: setting system clock to 2021-01-03T04:55:23 UTC (1609649723)
Jan 03 15:55:25 ruslan kernel: rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jan 03 15:55:25 ruslan kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 03 15:55:25 ruslan kernel: drop_monitor: Initializing network drop monitor service
Jan 03 15:55:25 ruslan kernel: NET: Registered protocol family 10
Jan 03 15:55:25 ruslan kernel: Segment Routing with IPv6
Jan 03 15:55:25 ruslan kernel: RPL Segment Routing with IPv6
Jan 03 15:55:25 ruslan kernel: NET: Registered protocol family 17
Jan 03 15:55:25 ruslan kernel: x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
Jan 03 15:55:25 ruslan kernel: microcode: CPU0: patch_level=0x06000817
Jan 03 15:55:25 ruslan kernel: microcode: CPU1: patch_level=0x06000817
Jan 03 15:55:25 ruslan kernel: microcode: CPU2: patch_level=0x06000817
Jan 03 15:55:25 ruslan kernel: microcode: CPU3: patch_level=0x06000817
Jan 03 15:55:25 ruslan kernel: microcode: CPU4: patch_level=0x06000817
Jan 03 15:55:25 ruslan kernel: microcode: CPU5: patch_level=0x06000817
Jan 03 15:55:25 ruslan kernel: microcode: Microcode Update Driver: v2.2.
Jan 03 15:55:25 ruslan kernel: IPI shorthand broadcast: enabled
Jan 03 15:55:25 ruslan kernel: sched_clock: Marking stable (666564766, 36867423)->(744806845, -41374656)
Jan 03 15:55:25 ruslan kernel: registered taskstats version 1
Jan 03 15:55:25 ruslan kernel: Loading compiled-in X.509 certificates
Jan 03 15:55:25 ruslan kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0a973c6dc88025e3c9b49d52a86cf41c85f5b0a1'
Jan 03 15:55:25 ruslan kernel: zswap: loaded using pool lz4/z3fold
Jan 03 15:55:25 ruslan kernel: Key type ._fscrypt registered
Jan 03 15:55:25 ruslan kernel: Key type .fscrypt registered
Jan 03 15:55:25 ruslan kernel: Key type fscrypt-provisioning registered
Jan 03 15:55:25 ruslan kernel: PM:   Magic number: 5:505:918
Jan 03 15:55:25 ruslan kernel: RAS: Correctable Errors collector initialized.
Jan 03 15:55:25 ruslan kernel: ata5: SATA link down (SStatus 0 SControl 300)
Jan 03 15:55:25 ruslan kernel: ata3: SATA link down (SStatus 0 SControl 300)
Jan 03 15:55:25 ruslan kernel: ata6: SATA link down (SStatus 0 SControl 300)
Jan 03 15:55:25 ruslan kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 03 15:55:25 ruslan kernel: ata1.00: HPA detected: current 234439535, native 234441648
Jan 03 15:55:25 ruslan kernel: ata1.00: supports DRM functions and may not be fully accessible
Jan 03 15:55:25 ruslan kernel: ata1.00: NCQ Send/Recv Log not supported
Jan 03 15:55:25 ruslan kernel: ata1.00: ATA-9: Samsung SSD 850 EVO 120GB, EMT01B6Q, max UDMA/133
Jan 03 15:55:25 ruslan kernel: ata1.00: 234439535 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jan 03 15:55:25 ruslan kernel: ata1.00: supports DRM functions and may not be fully accessible
Jan 03 15:55:25 ruslan kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 03 15:55:25 ruslan kernel: ata1.00: NCQ Send/Recv Log not supported
Jan 03 15:55:25 ruslan kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 03 15:55:25 ruslan kernel: ata1.00: configured for UDMA/133
Jan 03 15:55:25 ruslan kernel: scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 850  1B6Q PQ: 0 ANSI: 5
Jan 03 15:55:25 ruslan kernel: sd 0:0:0:0: [sda] 234439535 512-byte logical blocks: (120 GB/112 GiB)
Jan 03 15:55:25 ruslan kernel: sd 0:0:0:0: [sda] Write Protect is off
Jan 03 15:55:25 ruslan kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jan 03 15:55:25 ruslan kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 03 15:55:25 ruslan kernel: ata2.00: supports DRM functions and may not be fully accessible
Jan 03 15:55:25 ruslan kernel: ata2.00: NCQ Send/Recv Log not supported
Jan 03 15:55:25 ruslan kernel: ata2.00: ATA-9: Samsung SSD 840 EVO 250GB, EXT0BB6Q, max UDMA/133
Jan 03 15:55:25 ruslan kernel: ata2.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jan 03 15:55:25 ruslan kernel: ata2.00: supports DRM functions and may not be fully accessible
Jan 03 15:55:25 ruslan kernel: ata2.00: NCQ Send/Recv Log not supported
Jan 03 15:55:25 ruslan kernel:  sda: sda1 sda2
Jan 03 15:55:25 ruslan kernel: ata2.00: configured for UDMA/133
Jan 03 15:55:25 ruslan kernel: ata4.00: supports DRM functions and may not be fully accessible
Jan 03 15:55:25 ruslan kernel: scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD 840  BB6Q PQ: 0 ANSI: 5
Jan 03 15:55:25 ruslan kernel: sd 0:0:0:0: [sda] supports TCG Opal
Jan 03 15:55:25 ruslan kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jan 03 15:55:25 ruslan kernel: sd 1:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Jan 03 15:55:25 ruslan kernel: sd 1:0:0:0: [sdb] Write Protect is off
Jan 03 15:55:25 ruslan kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jan 03 15:55:25 ruslan kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 03 15:55:25 ruslan kernel: ata4.00: ATA-9: Samsung SSD 750 EVO 120GB, MAT01B6Q, max UDMA/133
Jan 03 15:55:25 ruslan kernel: ata4.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jan 03 15:55:25 ruslan kernel:  sdb: sdb1
Jan 03 15:55:25 ruslan kernel: ata4.00: supports DRM functions and may not be fully accessible
Jan 03 15:55:25 ruslan kernel: sd 1:0:0:0: [sdb] supports TCG Opal
Jan 03 15:55:25 ruslan kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Jan 03 15:55:25 ruslan kernel: ata4.00: configured for UDMA/133
Jan 03 15:55:25 ruslan kernel: scsi 3:0:0:0: Direct-Access     ATA      Samsung SSD 750  1B6Q PQ: 0 ANSI: 5
Jan 03 15:55:25 ruslan kernel: sd 3:0:0:0: [sdc] 234441648 512-byte logical blocks: (120 GB/112 GiB)
Jan 03 15:55:25 ruslan kernel: sd 3:0:0:0: [sdc] Write Protect is off
Jan 03 15:55:25 ruslan kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Jan 03 15:55:25 ruslan kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 03 15:55:25 ruslan kernel:  sdc: sdc1 sdc2
Jan 03 15:55:25 ruslan kernel: sd 3:0:0:0: [sdc] supports TCG Opal
Jan 03 15:55:25 ruslan kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Jan 03 15:55:25 ruslan kernel: PM: Image not found (code -22)
Jan 03 15:55:25 ruslan kernel: Freeing unused decrypted memory: 2040K
Jan 03 15:55:25 ruslan kernel: Freeing unused kernel image (initmem) memory: 1656K
Jan 03 15:55:25 ruslan kernel: Write protecting the kernel read-only data: 24576k
Jan 03 15:55:25 ruslan kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Jan 03 15:55:25 ruslan kernel: Freeing unused kernel image (rodata/data gap) memory: 264K
Jan 03 15:55:25 ruslan kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 03 15:55:25 ruslan kernel: Run /init as init process
Jan 03 15:55:25 ruslan kernel:   with arguments:
Jan 03 15:55:25 ruslan kernel:     /init
Jan 03 15:55:25 ruslan kernel:   with environment:
Jan 03 15:55:25 ruslan kernel:     HOME=/
Jan 03 15:55:25 ruslan kernel:     TERM=linux
Jan 03 15:55:25 ruslan kernel: fbcon: Taking over console
Jan 03 15:55:25 ruslan kernel: Console: switching to colour frame buffer device 100x37
Jan 03 15:55:25 ruslan kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jan 03 15:55:25 ruslan kernel: QUIRK: Enable AMD PLL fix
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:04:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080000
Jan 03 15:55:25 ruslan kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb1: Product: xHCI Host Controller
Jan 03 15:55:25 ruslan kernel: usb usb1: Manufacturer: Linux 5.9.6-arch1-1 xhci-hcd
Jan 03 15:55:25 ruslan kernel: usb usb1: SerialNumber: 0000:04:00.0
Jan 03 15:55:25 ruslan kernel: hub 1-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 1-0:1.0: 2 ports detected
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
Jan 03 15:55:25 ruslan kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 03 15:55:25 ruslan kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb2: Product: xHCI Host Controller
Jan 03 15:55:25 ruslan kernel: usb usb2: Manufacturer: Linux 5.9.6-arch1-1 xhci-hcd
Jan 03 15:55:25 ruslan kernel: usb usb2: SerialNumber: 0000:04:00.0
Jan 03 15:55:25 ruslan kernel: hub 2-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 2-0:1.0: 2 ports detected
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:05:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080000
Jan 03 15:55:25 ruslan kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 03 15:55:25 ruslan kernel: Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
Jan 03 15:55:25 ruslan kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb3: Product: xHCI Host Controller
Jan 03 15:55:25 ruslan kernel: usb usb3: Manufacturer: Linux 5.9.6-arch1-1 xhci-hcd
Jan 03 15:55:25 ruslan kernel: usb usb3: SerialNumber: 0000:05:00.0
Jan 03 15:55:25 ruslan kernel: hub 3-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 3-0:1.0: 2 ports detected
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4
Jan 03 15:55:25 ruslan kernel: xhci_hcd 0000:05:00.0: Host supports USB 3.0 SuperSpeed
Jan 03 15:55:25 ruslan kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 03 15:55:25 ruslan kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb4: Product: xHCI Host Controller
Jan 03 15:55:25 ruslan kernel: usb usb4: Manufacturer: Linux 5.9.6-arch1-1 xhci-hcd
Jan 03 15:55:25 ruslan kernel: usb usb4: SerialNumber: 0000:05:00.0
Jan 03 15:55:25 ruslan kernel: hub 4-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 4-0:1.0: 2 ports detected
Jan 03 15:55:25 ruslan kernel: ehci-pci: EHCI PCI platform driver
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 5
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:12.2: debug port 1
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xfe505000
Jan 03 15:55:25 ruslan kernel: random: fast init done
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
Jan 03 15:55:25 ruslan kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb5: Product: EHCI Host Controller
Jan 03 15:55:25 ruslan kernel: usb usb5: Manufacturer: Linux 5.9.6-arch1-1 ehci_hcd
Jan 03 15:55:25 ruslan kernel: usb usb5: SerialNumber: 0000:00:12.2
Jan 03 15:55:25 ruslan kernel: hub 5-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 5-0:1.0: 5 ports detected
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 6
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:13.2: debug port 1
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xfe503000
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
Jan 03 15:55:25 ruslan kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb6: Product: EHCI Host Controller
Jan 03 15:55:25 ruslan kernel: usb usb6: Manufacturer: Linux 5.9.6-arch1-1 ehci_hcd
Jan 03 15:55:25 ruslan kernel: usb usb6: SerialNumber: 0000:00:13.2
Jan 03 15:55:25 ruslan kernel: hub 6-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 6-0:1.0: 5 ports detected
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 7
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:16.2: debug port 1
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xfe500000
Jan 03 15:55:25 ruslan kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
Jan 03 15:55:25 ruslan kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb7: Product: EHCI Host Controller
Jan 03 15:55:25 ruslan kernel: usb usb7: Manufacturer: Linux 5.9.6-arch1-1 ehci_hcd
Jan 03 15:55:25 ruslan kernel: usb usb7: SerialNumber: 0000:00:16.2
Jan 03 15:55:25 ruslan kernel: hub 7-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 7-0:1.0: 4 ports detected
Jan 03 15:55:25 ruslan kernel: ohci-pci: OHCI PCI platform driver
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 8
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xfe506000
Jan 03 15:55:25 ruslan kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb8: Product: OHCI PCI host controller
Jan 03 15:55:25 ruslan kernel: usb usb8: Manufacturer: Linux 5.9.6-arch1-1 ohci_hcd
Jan 03 15:55:25 ruslan kernel: usb usb8: SerialNumber: 0000:00:12.0
Jan 03 15:55:25 ruslan kernel: hub 8-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 8-0:1.0: 5 ports detected
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 9
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xfe504000
Jan 03 15:55:25 ruslan kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb9: Product: OHCI PCI host controller
Jan 03 15:55:25 ruslan kernel: usb usb9: Manufacturer: Linux 5.9.6-arch1-1 ohci_hcd
Jan 03 15:55:25 ruslan kernel: usb usb9: SerialNumber: 0000:00:13.0
Jan 03 15:55:25 ruslan kernel: hub 9-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 9-0:1.0: 5 ports detected
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 10
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xfe502000
Jan 03 15:55:25 ruslan kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb10: Product: OHCI PCI host controller
Jan 03 15:55:25 ruslan kernel: usb usb10: Manufacturer: Linux 5.9.6-arch1-1 ohci_hcd
Jan 03 15:55:25 ruslan kernel: usb usb10: SerialNumber: 0000:00:14.5
Jan 03 15:55:25 ruslan kernel: hub 10-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 10-0:1.0: 2 ports detected
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 11
Jan 03 15:55:25 ruslan kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0xfe501000
Jan 03 15:55:25 ruslan kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
Jan 03 15:55:25 ruslan kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 03 15:55:25 ruslan kernel: usb usb11: Product: OHCI PCI host controller
Jan 03 15:55:25 ruslan kernel: usb usb11: Manufacturer: Linux 5.9.6-arch1-1 ohci_hcd
Jan 03 15:55:25 ruslan kernel: usb usb11: SerialNumber: 0000:00:16.0
Jan 03 15:55:25 ruslan kernel: hub 11-0:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 11-0:1.0: 4 ports detected
Jan 03 15:55:25 ruslan kernel: PM: Image not found (code -22)
Jan 03 15:55:25 ruslan kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Jan 03 15:55:25 ruslan kernel: tsc: Refined TSC clocksource calibration: 3492.475 MHz
Jan 03 15:55:25 ruslan kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32578d13ebc, max_idle_ns: 440795384177 ns
Jan 03 15:55:25 ruslan kernel: clocksource: Switched to clocksource tsc
Jan 03 15:55:25 ruslan kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Jan 03 15:55:25 ruslan kernel: usb 4-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Jan 03 15:55:25 ruslan kernel: usb 4-2: New USB device found, idVendor=05e3, idProduct=0743, bcdDevice= 8.28
Jan 03 15:55:25 ruslan kernel: usb 4-2: New USB device strings: Mfr=3, Product=4, SerialNumber=5
Jan 03 15:55:25 ruslan kernel: usb 4-2: Product: USB Storage
Jan 03 15:55:25 ruslan kernel: usb 4-2: Manufacturer: Generic
Jan 03 15:55:25 ruslan kernel: usb 4-2: SerialNumber: 000000000828
Jan 03 15:55:25 ruslan kernel: usb 1-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.24
Jan 03 15:55:25 ruslan kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 03 15:55:25 ruslan kernel: usb 1-1: Product: USB2.0 Hub
Jan 03 15:55:25 ruslan kernel: usb 1-1: Manufacturer: VIA Labs, Inc.
Jan 03 15:55:25 ruslan kernel: hub 1-1:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 1-1:1.0: 4 ports detected
Jan 03 15:55:25 ruslan systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Jan 03 15:55:25 ruslan systemd[1]: Detected architecture x86-64.
Jan 03 15:55:25 ruslan systemd[1]: Set hostname to <ruslan>.
Jan 03 15:55:25 ruslan kernel: usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Jan 03 15:55:25 ruslan kernel: usb 2-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.24
Jan 03 15:55:25 ruslan kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 03 15:55:25 ruslan kernel: usb 2-1: Product: USB3.0 Hub
Jan 03 15:55:25 ruslan kernel: usb 2-1: Manufacturer: VIA Labs, Inc.
Jan 03 15:55:25 ruslan kernel: hub 2-1:1.0: USB hub found
Jan 03 15:55:25 ruslan kernel: hub 2-1:1.0: 4 ports detected
Jan 03 15:55:25 ruslan kernel: usb 8-1: new full-speed USB device number 2 using ohci-pci
Jan 03 15:55:25 ruslan kernel: usb 9-2: new full-speed USB device number 2 using ohci-pci
Jan 03 15:55:25 ruslan systemd[1]: Queued start job for default target Graphical Interface.
Jan 03 15:55:25 ruslan kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jan 03 15:55:25 ruslan systemd[1]: Created slice system-getty.slice.
Jan 03 15:55:25 ruslan kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jan 03 15:55:25 ruslan systemd[1]: Created slice system-modprobe.slice.
Jan 03 15:55:25 ruslan kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jan 03 15:55:25 ruslan systemd[1]: Created slice system-setmtu.slice.
Jan 03 15:55:25 ruslan systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jan 03 15:55:25 ruslan systemd[1]: Created slice User and Session Slice.
Jan 03 15:55:25 ruslan systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 03 15:55:25 ruslan systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 03 15:55:25 ruslan systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 03 15:55:25 ruslan systemd[1]: Reached target Local Encrypted Volumes.
Jan 03 15:55:25 ruslan systemd[1]: Reached target Remote File Systems.
Jan 03 15:55:25 ruslan systemd[1]: Reached target Slices.
Jan 03 15:55:25 ruslan systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 03 15:55:25 ruslan systemd[1]: Listening on LVM2 metadata daemon socket.
Jan 03 15:55:25 ruslan systemd[1]: Listening on LVM2 poll daemon socket.
Jan 03 15:55:25 ruslan systemd[1]: Listening on Process Core Dump Socket.
Jan 03 15:55:25 ruslan systemd[1]: Listening on Journal Audit Socket.
Jan 03 15:55:25 ruslan systemd[1]: Listening on Journal Socket (/dev/log).
Jan 03 15:55:25 ruslan systemd[1]: Listening on Journal Socket.
Jan 03 15:55:25 ruslan systemd[1]: Listening on Network Service Netlink Socket.
Jan 03 15:55:25 ruslan systemd[1]: Listening on udev Control Socket.
Jan 03 15:55:25 ruslan systemd[1]: Listening on udev Kernel Socket.
Jan 03 15:55:25 ruslan systemd[1]: Mounting Huge Pages File System...
Jan 03 15:55:25 ruslan systemd[1]: Mounting POSIX Message Queue File System...
Jan 03 15:55:25 ruslan systemd[1]: Mounting Kernel Debug File System...
Jan 03 15:55:25 ruslan systemd[1]: Mounting Kernel Trace File System...
Jan 03 15:55:25 ruslan systemd[1]: Starting Create list of static device nodes for the current kernel...
Jan 03 15:55:25 ruslan systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 03 15:55:25 ruslan systemd[1]: Starting Load Kernel Module drm...
Jan 03 15:55:25 ruslan systemd[1]: Starting Initialize the iWARP/InfiniBand/RDMA stack in the kernel...
Jan 03 15:55:25 ruslan systemd[1]: Starting Set Up Additional Binary Formats...
Jan 03 15:55:25 ruslan systemd[1]: Starting File System Check on Root Device...
Jan 03 15:55:25 ruslan systemd[1]: Starting Load Kernel Modules...
Jan 03 15:55:25 ruslan kernel: Linux agpgart interface v0.103
Jan 03 15:55:25 ruslan systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Jan 03 15:55:25 ruslan systemd[1]: Starting Coldplug All udev Devices...
Jan 03 15:55:25 ruslan systemd[1]: Mounted Huge Pages File System.
Jan 03 15:55:25 ruslan systemd[1]: Mounted POSIX Message Queue File System.
Jan 03 15:55:25 ruslan systemd[1]: Mounted Kernel Debug File System.
Jan 03 15:55:25 ruslan systemd[1]: Mounted Kernel Trace File System.
Jan 03 15:55:25 ruslan systemd[1]: Finished Create list of static device nodes for the current kernel.
Jan 03 15:55:25 ruslan systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 258 (systemd-binfmt)
Jan 03 15:55:25 ruslan systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jan 03 15:55:25 ruslan systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jan 03 15:55:25 ruslan systemd[1]: Finished Set Up Additional Binary Formats.
Jan 03 15:55:25 ruslan kernel: MII link monitoring set to 100 ms
Jan 03 15:55:25 ruslan kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jan 03 15:55:25 ruslan kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Jan 03 15:55:25 ruslan kernel: sd 3:0:0:0: Attached scsi generic sg2 type 0
Jan 03 15:55:25 ruslan systemd[1]: Finished File System Check on Root Device.
Jan 03 15:55:25 ruslan systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 03 15:55:25 ruslan systemd[1]: modprobe@drm.service: Succeeded.
Jan 03 15:55:25 ruslan systemd[1]: Finished Load Kernel Module drm.
Jan 03 15:55:25 ruslan kernel: EXT4-fs (sda2): re-mounted. Opts: data=ordered
Jan 03 15:55:25 ruslan systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 03 15:55:25 ruslan systemd[1]: Activating swap /swap...
Jan 03 15:55:25 ruslan systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jan 03 15:55:25 ruslan systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jan 03 15:55:25 ruslan systemd[1]: Starting Load/Save Random Seed...
Jan 03 15:55:25 ruslan systemd[1]: Condition check resulted in Create System Users being skipped.
Jan 03 15:55:25 ruslan systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 03 15:55:25 ruslan systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 03 15:55:25 ruslan systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
Jan 03 15:55:25 ruslan systemd[1]: Starting Journal Service...
Jan 03 15:55:25 ruslan systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 03 15:55:25 ruslan systemd[1]: Finished Coldplug All udev Devices.
Jan 03 15:55:25 ruslan kernel: Adding 16383996k swap on /swap.  Priority:-2 extents:174 across:43204608k SSFS
Jan 03 15:55:25 ruslan systemd[1]: Activated swap /swap.
Jan 03 15:55:25 ruslan systemd[1]: Reached target Swap.
Jan 03 15:55:25 ruslan systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Jan 03 15:55:25 ruslan systemd[1]: Mounting Temporary Directory (/tmp)...
Jan 03 15:55:25 ruslan systemd[1]: Mounted Temporary Directory (/tmp).
Jan 03 15:55:25 ruslan kernel: usb 8-1: New USB device found, idVendor=1038, idProduct=1729, bcdDevice= 0.36
Jan 03 15:55:25 ruslan kernel: usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 03 15:55:25 ruslan kernel: usb 8-1: Product: SteelSeries Rival 110 Gaming Mouse
Jan 03 15:55:25 ruslan kernel: usb 8-1: Manufacturer: SteelSeries
Jan 03 15:55:25 ruslan kernel: loop: module loaded
Jan 03 15:55:25 ruslan kernel: vboxdrv: loading out-of-tree module taints kernel.
Jan 03 15:55:25 ruslan kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Jan 03 15:55:25 ruslan kernel: vboxdrv: Found 6 processor cores
Jan 03 15:55:25 ruslan kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3492475209 Hz
Jan 03 15:55:25 ruslan kernel: vboxdrv: Successfully loaded version 6.1.16 (interface 0x00300000)
Jan 03 15:55:25 ruslan kernel: VBoxNetAdp: Successfully started.
Jan 03 15:55:25 ruslan kernel: VBoxNetFlt: Successfully started.
Jan 03 15:55:25 ruslan systemd[1]: Finished Load Kernel Modules.
Jan 03 15:55:25 ruslan systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jan 03 15:55:25 ruslan systemd[1]: Mounting Kernel Configuration File System...
Jan 03 15:55:25 ruslan systemd[1]: Starting Apply Kernel Variables...
Jan 03 15:55:25 ruslan systemd[1]: Mounted Kernel Configuration File System.
Jan 03 15:55:25 ruslan systemd[1]: Finished Apply Kernel Variables.
Jan 03 15:55:25 ruslan kernel: usb 9-2: New USB device found, idVendor=1532, idProduct=0526, bcdDevice= 0.34
Jan 03 15:55:25 ruslan kernel: usb 9-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 03 15:55:25 ruslan kernel: usb 9-2: Product: Razer Kraken X USB
Jan 03 15:55:25 ruslan kernel: usb 9-2: Manufacturer: Razer
Jan 03 15:55:25 ruslan kernel: usb 9-2: SerialNumber: 00000000
Jan 03 15:55:25 ruslan kernel: usb 1-1.4: new full-speed USB device number 3 using xhci_hcd
Jan 03 15:55:25 ruslan kernel: usb 1-1.4: New USB device found, idVendor=0c45, idProduct=7638, bcdDevice= 1.05
Jan 03 15:55:25 ruslan kernel: usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 03 15:55:25 ruslan kernel: usb 1-1.4: Product: AKKO 3068BT
Jan 03 15:55:25 ruslan kernel: usb 1-1.4: Manufacturer: AKKO
Jan 03 15:55:25 ruslan systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 03 15:55:25 ruslan kernel: audit: type=1130 audit(1609649725.548:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan systemd[1]: Started LVM2 metadata daemon.
Jan 03 15:55:25 ruslan kernel: audit: type=1130 audit(1609649725.551:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan systemd[1]: Starting Network Service...
Jan 03 15:55:25 ruslan systemd-journald[277]: Journal started
Jan 03 15:55:25 ruslan systemd-journald[277]: Runtime Journal (/run/log/journal/ce0cfcc2a9e14dc1808062a39e87455c) is 8.0M, max 799.1M, 791.1M free.
Jan 03 15:55:25 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan systemd-modules-load[260]: Inserted module 'bonding'
Jan 03 15:55:25 ruslan systemd-modules-load[260]: Inserted module 'sg'
Jan 03 15:55:25 ruslan systemd-random-seed[274]: Kernel entropy pool is not initialized yet, waiting until it is.
Jan 03 15:55:25 ruslan systemd-modules-load[260]: Inserted module 'loop'
Jan 03 15:55:25 ruslan systemd-modules-load[260]: Inserted module 'vboxdrv'
Jan 03 15:55:25 ruslan systemd-modules-load[260]: Inserted module 'vboxnetadp'
Jan 03 15:55:25 ruslan systemd-modules-load[260]: Inserted module 'vboxnetflt'
Jan 03 15:55:25 ruslan systemd-sysctl[283]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Jan 03 15:55:25 ruslan systemd[1]: Started Journal Service.
Jan 03 15:55:25 ruslan systemd-sysctl[283]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Jan 03 15:55:25 ruslan rdma-init-kernel[265]: Failed to add sysattr match 'class=0x0c0600': File exists
Jan 03 15:55:25 ruslan systemd-sysctl[283]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Jan 03 15:55:25 ruslan systemd-sysctl[283]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Jan 03 15:55:25 ruslan systemd-fsck[268]: /dev/sda2: clean, 1087018/7305120 files, 22898453/29163520 blocks
Jan 03 15:55:25 ruslan systemd-sysctl[283]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Jan 03 15:55:25 ruslan systemd-sysctl[283]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Jan 03 15:55:25 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 03 15:55:25 ruslan kernel: audit: type=1130 audit(1609649725.585:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan haveged[276]: haveged: command socket is listening at fd 3
Jan 03 15:55:25 ruslan systemd-journald[277]: Time spent on flushing to /var/log/journal/ce0cfcc2a9e14dc1808062a39e87455c is 78.593ms for 1048 entries.
Jan 03 15:55:25 ruslan systemd-journald[277]: System Journal (/var/log/journal/ce0cfcc2a9e14dc1808062a39e87455c) is 920.4M, max 4.0G, 3.1G free.
Jan 03 15:55:25 ruslan kernel: e1000e: Intel(R) PRO/1000 Network Driver
Jan 03 15:55:25 ruslan kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jan 03 15:55:25 ruslan kernel: e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jan 03 15:55:25 ruslan systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 03 15:55:25 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan kernel: audit: type=1130 audit(1609649725.755:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan kernel: mlx4_core: Mellanox ConnectX core driver v4.0-0
Jan 03 15:55:25 ruslan kernel: mlx4_core: Initializing 0000:02:00.0
Jan 03 15:55:25 ruslan kernel: mlx4_core 0000:02:00.0: enabling device (0000 -> 0002)
Jan 03 15:55:25 ruslan haveged[276]: haveged: ver: 1.9.13; arch: x86; vend: ; build: (gcc 10.1.0 ITV); collect: 128K
Jan 03 15:55:25 ruslan haveged[276]: haveged: cpu: (VC); data: 16K (D V); inst: 64K (V); idx: 39/40; sz: 54019/54019
Jan 03 15:55:25 ruslan haveged[276]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 8.00206
Jan 03 15:55:25 ruslan haveged[276]: haveged: fills: 0, generated: 0
Jan 03 15:55:25 ruslan kernel: ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\SOR1) (20200717/utaddress-204)
Jan 03 15:55:25 ruslan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jan 03 15:55:25 ruslan kernel: random: crng init done
Jan 03 15:55:25 ruslan kernel: random: 7 urandom warning(s) missed due to ratelimiting
Jan 03 15:55:25 ruslan kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Jan 03 15:55:25 ruslan kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
Jan 03 15:55:25 ruslan kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Jan 03 15:55:25 ruslan mtp-probe[365]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:0a.0/0000:05:00.0/usb4/4-2"
Jan 03 15:55:25 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan kernel: audit: type=1130 audit(1609649725.801:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan mtp-probe[365]: bus: 4, device: 2 was not an MTP device
Jan 03 15:55:25 ruslan systemd[1]: Finished Load/Save Random Seed.
Jan 03 15:55:25 ruslan systemd[1]: Found device Samsung_SSD_850_EVO_120GB 1.
Jan 03 15:55:25 ruslan systemd[1]: Found device Samsung_SSD_840_EVO_250GB data.
Jan 03 15:55:25 ruslan kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Jan 03 15:55:25 ruslan kernel: usb-storage 4-2:1.0: USB Mass Storage device detected
Jan 03 15:55:25 ruslan kernel: scsi host6: usb-storage 4-2:1.0
Jan 03 15:55:25 ruslan kernel: usbcore: registered new interface driver usb-storage
Jan 03 15:55:25 ruslan kernel: cryptd: max_cpu_qlen set to 1000
Jan 03 15:55:25 ruslan kernel: usbcore: registered new interface driver uas
Jan 03 15:55:25 ruslan systemd-udevd[312]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 03 15:55:25 ruslan kernel: e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x4) 00:1f:29:56:5e:9e
Jan 03 15:55:25 ruslan kernel: e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
Jan 03 15:55:25 ruslan kernel: e1000e 0000:03:00.0 eth0: MAC: 0, PHY: 4, PBA No: D51930-004
Jan 03 15:55:25 ruslan kernel: e1000e 0000:03:00.1: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jan 03 15:55:25 ruslan mtp-probe[410]: checking bus 8, device 2: "/sys/devices/pci0000:00/0000:00:12.0/usb8/8-1"
Jan 03 15:55:25 ruslan mtp-probe[410]: bus: 8, device: 2 was not an MTP device
Jan 03 15:55:25 ruslan systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 03 15:55:25 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan systemd[1]: Reached target Local File Systems (Pre).
Jan 03 15:55:25 ruslan systemd[1]: Set up automount mnt-andrew.automount.
Jan 03 15:55:25 ruslan kernel: audit: type=1130 audit(1609649725.921:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan systemd[1]: Mounting /mnt/data...
Jan 03 15:55:25 ruslan systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Jan 03 15:55:25 ruslan systemd[1]: Starting File System Check on /dev/disk/by-uuid/F16D-4E28...
Jan 03 15:55:25 ruslan mtp-probe[416]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:09.0/0000:04:00.0/usb1/1-1/1-1.4"
Jan 03 15:55:25 ruslan mtp-probe[416]: bus: 1, device: 3 was not an MTP device
Jan 03 15:55:25 ruslan mtp-probe[412]: checking bus 9, device 2: "/sys/devices/pci0000:00/0000:00:13.0/usb9/9-2"
Jan 03 15:55:25 ruslan systemd[1]: Mounted /mnt/data.
Jan 03 15:55:25 ruslan mtp-probe[412]: bus: 9, device: 2 was not an MTP device
Jan 03 15:55:25 ruslan kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: data=ordered
Jan 03 15:55:25 ruslan kernel: AVX version of gcm_enc/dec engaged.
Jan 03 15:55:25 ruslan kernel: AES CTR mode by8 optimization enabled
Jan 03 15:55:25 ruslan systemd-fsck[433]: fsck.fat 4.1 (2017-01-24)
Jan 03 15:55:25 ruslan systemd-fsck[433]: /dev/sda1: 192 files, 18934/140520 clusters
Jan 03 15:55:25 ruslan systemd[1]: Finished File System Check on /dev/disk/by-uuid/F16D-4E28.
Jan 03 15:55:25 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-F16D\x2d4E28 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan kernel: audit: type=1130 audit(1609649725.988:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-F16D\x2d4E28 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:25 ruslan systemd[1]: Mounting /boot...
Jan 03 15:55:26 ruslan kernel: e1000e 0000:03:00.1 eth1: (PCI Express:2.5GT/s:Width x4) 00:1f:29:56:5e:9f
Jan 03 15:55:26 ruslan kernel: e1000e 0000:03:00.1 eth1: Intel(R) PRO/1000 Network Connection
Jan 03 15:55:26 ruslan kernel: e1000e 0000:03:00.1 eth1: MAC: 0, PHY: 4, PBA No: D51930-004
Jan 03 15:55:26 ruslan systemd-udevd[289]: Using default interface naming scheme 'v245'.
Jan 03 15:55:26 ruslan kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 03 15:55:26 ruslan systemd-udevd[289]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 03 15:55:26 ruslan kernel: e1000e 0000:03:00.0 enp3s0f0: renamed from eth0
Jan 03 15:55:26 ruslan systemd-udevd[309]: Using default interface naming scheme 'v245'.
Jan 03 15:55:26 ruslan systemd-udevd[309]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 03 15:55:26 ruslan kernel: e1000e 0000:03:00.1 enp3s0f1: renamed from eth1
Jan 03 15:55:26 ruslan systemd-udevd[295]: Using default interface naming scheme 'v245'.
Jan 03 15:55:26 ruslan systemd-udevd[295]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 03 15:55:26 ruslan systemd-networkd[292]: bond0: netdev ready
Jan 03 15:55:26 ruslan systemd-networkd[292]: Enumeration completed
Jan 03 15:55:26 ruslan systemd-networkd[292]: enp3s0f0: Interface name change detected, enp3s0f0 has been renamed to eth0.
Jan 03 15:55:26 ruslan kernel: audit: type=1130 audit(1609649726.181:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan systemd[1]: Started Network Service.
Jan 03 15:55:26 ruslan systemd[1]: Starting Wait for Network to be Configured...
Jan 03 15:55:26 ruslan systemd-networkd[292]: enp3s0f1: Interface name change detected, enp3s0f1 has been renamed to eth1.
Jan 03 15:55:26 ruslan systemd-networkd[292]: eth0: Interface name change detected, eth0 has been renamed to enp3s0f0.
Jan 03 15:55:26 ruslan systemd-networkd[292]: eth1: Interface name change detected, eth1 has been renamed to enp3s0f1.
Jan 03 15:55:26 ruslan kernel: usbcore: registered new interface driver usbhid
Jan 03 15:55:26 ruslan kernel: usbhid: USB HID core driver
Jan 03 15:55:26 ruslan systemd[1]: Mounted /boot.
Jan 03 15:55:26 ruslan systemd[1]: Reached target Local File Systems.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jan 03 15:55:26 ruslan mtp-probe[485]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:09.0/0000:04:00.0/usb1/1-1/1-1.4"
Jan 03 15:55:26 ruslan systemd[1]: Starting Create Volatile Files and Directories...
Jan 03 15:55:26 ruslan mtp-probe[485]: bus: 1, device: 3 was not an MTP device
Jan 03 15:55:26 ruslan mtp-probe[486]: checking bus 8, device 2: "/sys/devices/pci0000:00/0000:00:12.0/usb8/8-1"
Jan 03 15:55:26 ruslan mtp-probe[486]: bus: 8, device: 2 was not an MTP device
Jan 03 15:55:26 ruslan kernel: hid-generic 0003:1038:1729.0001: hiddev0,hidraw0: USB HID v1.11 Device [SteelSeries SteelSeries Rival 110 Gaming Mouse] on usb-0000:00:12.0-1/input0
Jan 03 15:55:26 ruslan kernel: input: SteelSeries SteelSeries Rival 110 Gaming Mouse as /devices/pci0000:00/0000:00:12.0/usb8/8-1/8-1:1.1/0003:1038:1729.0002/input/input3
Jan 03 15:55:26 ruslan kernel: hid-generic 0003:1038:1729.0002: input,hidraw1: USB HID v1.11 Mouse [SteelSeries SteelSeries Rival 110 Gaming Mouse] on usb-0000:00:12.0-1/input1
Jan 03 15:55:26 ruslan kernel: input: Razer Razer Kraken X USB Consumer Control as /devices/pci0000:00/0000:00:13.0/usb9/9-2/9-2:1.3/0003:1532:0526.0003/input/input4
Jan 03 15:55:26 ruslan kernel: microcode: CPU4: new patch_level=0x06000852
Jan 03 15:55:26 ruslan kernel: microcode: CPU0: new patch_level=0x06000852
Jan 03 15:55:26 ruslan kernel: microcode: CPU2: new patch_level=0x06000852
Jan 03 15:55:26 ruslan kernel: x86/CPU: CPU features have changed after loading microcode, but might not take effect.
Jan 03 15:55:26 ruslan kernel: x86/CPU: Please consider either early loading through initrd/built-in or a potential BIOS update.
Jan 03 15:55:26 ruslan kernel: microcode: Reload completed, microcode revision: 0x6000852
Jan 03 15:55:26 ruslan systemd[1]: Finished Create Volatile Files and Directories.
Jan 03 15:55:26 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Jan 03 15:55:26 ruslan kernel: audit: type=1130 audit(1609649726.255:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan systemd[1]: Starting Network Name Resolution...
Jan 03 15:55:26 ruslan systemd[1]: Starting Network Time Synchronization...
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Update is Completed being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jan 03 15:55:26 ruslan audit[490]: SYSTEM_BOOT pid=490 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Jan 03 15:55:26 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan kernel: mc: Linux media interface: v0.10
Jan 03 15:55:26 ruslan kernel: hid-generic 0003:1532:0526.0003: input,hiddev1,hidraw2: USB HID v1.11 Device [Razer Razer Kraken X USB] on usb-0000:00:13.0-2/input3
Jan 03 15:55:26 ruslan kernel: input: AKKO AKKO 3068BT as /devices/pci0000:00/0000:00:09.0/0000:04:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:0C45:7638.0004/input/input5
Jan 03 15:55:26 ruslan kernel: kvm: Nested Virtualization enabled
Jan 03 15:55:26 ruslan kernel: SVM: kvm: Nested Paging enabled
Jan 03 15:55:26 ruslan kernel: MCE: In-kernel MCE decoding enabled.
Jan 03 15:55:26 ruslan kernel: hid-generic 0003:0C45:7638.0004: input,hidraw3: USB HID v1.11 Keyboard [AKKO AKKO 3068BT] on usb-0000:04:00.0-1.4/input0
Jan 03 15:55:26 ruslan kernel: EDAC amd64: F15h detected (node 0).
Jan 03 15:55:26 ruslan kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Jan 03 15:55:26 ruslan kernel: input: AKKO AKKO 3068BT Keyboard as /devices/pci0000:00/0000:00:09.0/0000:04:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:0C45:7638.0005/input/input6
Jan 03 15:55:26 ruslan kernel: EDAC amd64: F15h detected (node 0).
Jan 03 15:55:26 ruslan kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Jan 03 15:55:26 ruslan kernel: input: AKKO AKKO 3068BT Wireless Radio Control as /devices/pci0000:00/0000:00:09.0/0000:04:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:0C45:7638.0005/input/input7
Jan 03 15:55:26 ruslan kernel: input: AKKO AKKO 3068BT Consumer Control as /devices/pci0000:00/0000:00:09.0/0000:04:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:0C45:7638.0005/input/input8
Jan 03 15:55:26 ruslan kernel: input: AKKO AKKO 3068BT as /devices/pci0000:00/0000:00:09.0/0000:04:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:0C45:7638.0005/input/input9
Jan 03 15:55:26 ruslan kernel: hid-generic 0003:0C45:7638.0005: input,hiddev2,hidraw4: USB HID v1.11 Keyboard [AKKO AKKO 3068BT] on usb-0000:04:00.0-1.4/input1
Jan 03 15:55:26 ruslan kernel: EDAC amd64: F15h detected (node 0).
Jan 03 15:55:26 ruslan kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Jan 03 15:55:26 ruslan kernel: mousedev: PS/2 mouse device common for all mice
Jan 03 15:55:26 ruslan systemd-networkd[292]: bond0: Link UP
Jan 03 15:55:26 ruslan kernel: bond0: (slave enp3s0f0): Enslaving as an active interface with a down link
Jan 03 15:55:26 ruslan kernel: usbcore: registered new interface driver snd-usb-audio
Jan 03 15:55:26 ruslan kernel: EDAC amd64: F15h detected (node 0).
Jan 03 15:55:26 ruslan kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Jan 03 15:55:26 ruslan mtp-probe[499]: checking bus 9, device 2: "/sys/devices/pci0000:00/0000:00:13.0/usb9/9-2"
Jan 03 15:55:26 ruslan mtp-probe[499]: bus: 9, device: 2 was not an MTP device
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Create System Users being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Update is Completed being skipped.
Jan 03 15:55:26 ruslan kernel: EDAC amd64: F15h detected (node 0).
Jan 03 15:55:26 ruslan kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Jan 03 15:55:26 ruslan kernel: EDAC amd64: F15h detected (node 0).
Jan 03 15:55:26 ruslan kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Jan 03 15:55:26 ruslan systemd-networkd[292]: enp3s0f0: Link UP
Jan 03 15:55:26 ruslan kernel: bond0: (slave enp3s0f1): Enslaving as an active interface with a down link
Jan 03 15:55:26 ruslan systemd-networkd[292]: enp3s0f1: Link UP
Jan 03 15:55:26 ruslan systemd-resolved[488]: Positive Trust Anchors:
Jan 03 15:55:26 ruslan systemd-resolved[488]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jan 03 15:55:26 ruslan systemd-resolved[488]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Jan 03 15:55:26 ruslan systemd[1]: Started Network Time Synchronization.
Jan 03 15:55:26 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan systemd[1]: Reached target System Initialization.
Jan 03 15:55:26 ruslan systemd[1]: Started CUPS Scheduler.
Jan 03 15:55:26 ruslan systemd[1]: Started Daily autocommit of changes in /etc directory.
Jan 03 15:55:26 ruslan systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 03 15:55:26 ruslan systemd[1]: Reached target Paths.
Jan 03 15:55:26 ruslan systemd[1]: Reached target System Time Set.
Jan 03 15:55:26 ruslan systemd[1]: Reached target System Time Synchronized.
Jan 03 15:55:26 ruslan systemd[1]: Started Daily rotation of log files.
Jan 03 15:55:26 ruslan systemd[1]: Started Daily man-db regeneration.
Jan 03 15:55:26 ruslan systemd[1]: Started Discard unused packages weekly.
Jan 03 15:55:26 ruslan systemd[1]: Started Daily verification of password and group files.
Jan 03 15:55:26 ruslan systemd[1]: Started Daily locate database update.
Jan 03 15:55:26 ruslan systemd[1]: Reached target Timers.
Jan 03 15:55:26 ruslan systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jan 03 15:55:26 ruslan systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 03 15:55:26 ruslan systemd[1]: Listening on CUPS Scheduler.
Jan 03 15:55:26 ruslan systemd[1]: Reached target Sockets.
Jan 03 15:55:26 ruslan systemd[1]: Reached target Basic System.
Jan 03 15:55:26 ruslan systemd-resolved[488]: Using system hostname 'ruslan'.
Jan 03 15:55:26 ruslan systemd[1]: Starting Save/Restore Sound Card State...
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jan 03 15:55:26 ruslan systemd[1]: Started D-Bus System Message Bus.
Jan 03 15:55:26 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan systemd[1]: Starting Initialize hardware monitoring sensors...
Jan 03 15:55:26 ruslan systemd[1]: Starting Set MTU on interfaces...
Jan 03 15:55:26 ruslan avahi-daemon[506]: Found user 'avahi' (UID 978) and group 'avahi' (GID 978).
Jan 03 15:55:26 ruslan systemd[1]: Starting Set MTU on interfaces...
Jan 03 15:55:26 ruslan systemd[1]: Starting Set MTU on interfaces...
Jan 03 15:55:26 ruslan audit: BPF prog-id=7 op=LOAD
Jan 03 15:55:26 ruslan audit: BPF prog-id=8 op=LOAD
Jan 03 15:55:26 ruslan systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Jan 03 15:55:26 ruslan systemd[1]: Starting User Login Management...
Jan 03 15:55:26 ruslan kernel: nct6775: Found NCT6776D/F or compatible chip at 0x2e:0x290
Jan 03 15:55:26 ruslan systemd[1]: Started Network Name Resolution.
Jan 03 15:55:26 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan systemd[1]: Finished Save/Restore Sound Card State.
Jan 03 15:55:26 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan avahi-daemon[506]: Successfully dropped root privileges.
Jan 03 15:55:26 ruslan systemd[1]: Reached target Host and Network Name Lookups.
Jan 03 15:55:26 ruslan avahi-daemon[506]: avahi-daemon 0.8 starting up.
Jan 03 15:55:26 ruslan systemd[1]: Reached target Sound Card.
Jan 03 15:55:26 ruslan systemd[1]: Finished Initialize hardware monitoring sensors.
Jan 03 15:55:26 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:26 ruslan systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jan 03 15:55:26 ruslan avahi-daemon[506]: Successfully called chroot().
Jan 03 15:55:26 ruslan avahi-daemon[506]: Successfully dropped remaining capabilities.
Jan 03 15:55:26 ruslan avahi-daemon[506]: No service file found in /etc/avahi/services.
Jan 03 15:55:26 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:27 ruslan kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 03 15:55:27 ruslan kernel: Disabling lock debugging due to kernel taint
Jan 03 15:55:27 ruslan kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 236
Jan 03 15:55:27 ruslan kernel: e1000e 0000:03:00.0: Some CPU C-states have been disabled in order to enable jumbo frames
Jan 03 15:55:27 ruslan kernel: e1000e 0000:03:00.1: Some CPU C-states have been disabled in order to enable jumbo frames
Jan 03 15:55:27 ruslan avahi-daemon[506]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Jan 03 15:55:27 ruslan avahi-daemon[506]: New relevant interface lo.IPv6 for mDNS.
Jan 03 15:55:27 ruslan avahi-daemon[506]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jan 03 15:55:27 ruslan avahi-daemon[506]: New relevant interface lo.IPv4 for mDNS.
Jan 03 15:55:27 ruslan avahi-daemon[506]: Network interface enumeration completed.
Jan 03 15:55:27 ruslan avahi-daemon[506]: Registering new address record for ::1 on lo.*.
Jan 03 15:55:27 ruslan systemd[1]: setmtu@bond0.service: Succeeded.
Jan 03 15:55:27 ruslan avahi-daemon[506]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jan 03 15:55:27 ruslan systemd[1]: Finished Set MTU on interfaces.
Jan 03 15:55:27 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=setmtu@bond0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:27 ruslan audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=setmtu@bond0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:27 ruslan systemd[1]: setmtu@enp3s0f0.service: Succeeded.
Jan 03 15:55:27 ruslan systemd[1]: Finished Set MTU on interfaces.
Jan 03 15:55:27 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=setmtu@enp3s0f0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:27 ruslan audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=setmtu@enp3s0f0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:27 ruslan systemd[1]: setmtu@enp3s0f1.service: Succeeded.
Jan 03 15:55:27 ruslan systemd[1]: Finished Set MTU on interfaces.
Jan 03 15:55:27 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=setmtu@enp3s0f1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:27 ruslan audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=setmtu@enp3s0f1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:27 ruslan systemd-logind[512]: Watching system buttons on /dev/input/event1 (Power Button)
Jan 03 15:55:27 ruslan systemd-logind[512]: Watching system buttons on /dev/input/event0 (Power Button)
Jan 03 15:55:27 ruslan systemd-logind[512]: Watching system buttons on /dev/input/event5 (AKKO AKKO 3068BT)
Jan 03 15:55:27 ruslan systemd-logind[512]: Watching system buttons on /dev/input/event6 (AKKO AKKO 3068BT Keyboard)
Jan 03 15:55:27 ruslan systemd-logind[512]: Watching system buttons on /dev/input/event8 (AKKO AKKO 3068BT Consumer Control)
Jan 03 15:55:27 ruslan systemd-logind[512]: New seat seat0.
Jan 03 15:55:27 ruslan systemd[1]: Started User Login Management.
Jan 03 15:55:27 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:28 ruslan avahi-daemon[506]: Server startup complete. Host name is ruslan.cortex. Local service cookie is 318535048.
Jan 03 15:55:32 ruslan kernel: mlx4_core 0000:02:00.0: DMFS high rate steer mode is: disabled performance optimized steering
Jan 03 15:55:32 ruslan kernel: mlx4_core 0000:02:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0000:00:03.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Jan 03 15:55:32 ruslan kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Jan 03 15:55:32 ruslan kernel: scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0828 PQ: 0 ANSI: 6
Jan 03 15:55:32 ruslan kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
Jan 03 15:55:32 ruslan kernel: mlx4_en: Mellanox ConnectX HCA Ethernet driver v4.0-0
Jan 03 15:55:32 ruslan kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  455.38  Thu Oct 22 06:06:59 UTC 2020
Jan 03 15:55:32 ruslan kernel: e1000e 0000:03:00.0 enp3s0f0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Jan 03 15:55:32 ruslan kernel: e1000e 0000:03:00.1 enp3s0f1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Jan 03 15:55:32 ruslan systemd-networkd[292]: enp3s0f0: Gained carrier
Jan 03 15:55:32 ruslan systemd-networkd[292]: enp3s0f1: Gained carrier
Jan 03 15:55:32 ruslan systemd-networkd[292]: bond0: Gained carrier
Jan 03 15:55:32 ruslan systemd-timesyncd[489]: Network configuration changed, trying to establish connection.
Jan 03 15:55:32 ruslan avahi-daemon[506]: Joining mDNS multicast group on interface bond0.IPv4 with address 10.0.0.84.
Jan 03 15:55:32 ruslan avahi-daemon[506]: New relevant interface bond0.IPv4 for mDNS.
Jan 03 15:55:32 ruslan avahi-daemon[506]: Registering new address record for 10.0.0.84 on bond0.IPv4.
Jan 03 15:55:32 ruslan avahi-daemon[506]: iface.c: avahi_server_add_address() failed: Not supported
Jan 03 15:55:32 ruslan kernel: bond0: (slave enp3s0f0): link status definitely up, 1000 Mbps full duplex
Jan 03 15:55:32 ruslan kernel: bond0: active interface up!
Jan 03 15:55:32 ruslan kernel: bond0: (slave enp3s0f1): link status definitely up, 1000 Mbps full duplex
Jan 03 15:55:32 ruslan kernel: IPv6: ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
Jan 03 15:55:32 ruslan avahi-daemon[506]: Registering new address record for 10.0.0.84 on bond0.IPv4.
Jan 03 15:55:32 ruslan avahi-daemon[506]: iface.c: avahi_server_add_address() failed: Not supported
Jan 03 15:55:32 ruslan kernel: <mlx4_ib> mlx4_ib_add: mlx4_ib: Mellanox ConnectX InfiniBand driver v4.0-0
Jan 03 15:55:32 ruslan kernel: <mlx4_ib> mlx4_ib_add: counter index 0 for port 1 allocated 0
Jan 03 15:55:32 ruslan kernel: <mlx4_ib> mlx4_ib_add: counter index 1 for port 2 allocated 0
Jan 03 15:55:32 ruslan kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  455.38  Thu Oct 22 05:57:59 UTC 2020
Jan 03 15:55:32 ruslan kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jan 03 15:55:32 ruslan kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Jan 03 15:55:33 ruslan systemd-timesyncd[489]: Initial synchronization to time server 103.126.53.123:123 (0.arch.pool.ntp.org).
Jan 03 15:55:33 ruslan systemd[1]: Created slice system-rdma\x2dload\x2dmodules.slice.
Jan 03 15:55:33 ruslan systemd[1]: Starting Load RDMA modules from /etc/rdma/modules/infiniband.conf...
Jan 03 15:55:33 ruslan systemd[1]: Starting Load RDMA modules from /etc/rdma/modules/rdma.conf...
Jan 03 15:55:33 ruslan systemd[1]: Starting Load RDMA modules from /etc/rdma/modules/roce.conf...
Jan 03 15:55:33 ruslan systemd[1]: Starting RDMA Node Description Daemon...
Jan 03 15:55:33 ruslan systemd[1]: Started RDMA Node Description Daemon.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-ndd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Finished Load RDMA modules from /etc/rdma/modules/roce.conf.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@roce comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan kernel: kauditd_printk_skb: 17 callbacks suppressed
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.149:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-ndd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.149:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@roce comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd-udevd[286]: Using default interface naming scheme 'v245'.
Jan 03 15:55:33 ruslan systemd-modules-load[536]: Inserted module 'ib_ipoib'
Jan 03 15:55:33 ruslan systemd-udevd[286]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 03 15:55:33 ruslan kernel: mlx4_core 0000:02:00.0 ibp2s0: renamed from ib0
Jan 03 15:55:33 ruslan systemd-modules-load[536]: Inserted module 'ib_umad'
Jan 03 15:55:33 ruslan systemd[1]: Finished Load RDMA modules from /etc/rdma/modules/infiniband.conf.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@infiniband comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.186:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@infiniband comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan kernel: Loading iSCSI transport class v2.0-870.
Jan 03 15:55:33 ruslan systemd-networkd[292]: ib0: Interface name change detected, ib0 has been renamed to ibp2s0.
Jan 03 15:55:33 ruslan systemd-udevd[309]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 03 15:55:33 ruslan kernel: mlx4_core 0000:02:00.0 ibp2s0d1: renamed from ib1
Jan 03 15:55:33 ruslan systemd-modules-load[537]: Inserted module 'ib_iser'
Jan 03 15:55:33 ruslan kernel: iscsi: registered transport (iser)
Jan 03 15:55:33 ruslan systemd-udevd[301]: Using default interface naming scheme 'v245'.
Jan 03 15:55:33 ruslan systemd-modules-load[537]: Inserted module 'rdma_ucm'
Jan 03 15:55:33 ruslan systemd-networkd[292]: ib1: Interface name change detected, ib1 has been renamed to ibp2s0d1.
Jan 03 15:55:33 ruslan systemd-networkd[292]: ibp2s0: IPv6 successfully enabled
Jan 03 15:55:33 ruslan systemd-networkd[292]: ibp2s0: Link UP
Jan 03 15:55:33 ruslan systemd-udevd[299]: Using default interface naming scheme 'v245'.
Jan 03 15:55:33 ruslan rdma-init-kernel[571]: libkmod: kmod_module_get_holders: could not open '/sys/module/sunrpc/holders': No such file or directory
Jan 03 15:55:33 ruslan rdma-init-kernel[574]: libkmod: kmod_module_get_holders: could not open '/sys/module/sunrpc/holders': No such file or directory
Jan 03 15:55:33 ruslan kernel: RPC: Registered named UNIX socket transport module.
Jan 03 15:55:33 ruslan kernel: RPC: Registered udp transport module.
Jan 03 15:55:33 ruslan kernel: RPC: Registered tcp transport module.
Jan 03 15:55:33 ruslan kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 03 15:55:33 ruslan rdma-init-kernel[582]: libkmod: kmod_module_get_holders: could not open '/sys/module/rpcrdma/holders': No such file or directory
Jan 03 15:55:33 ruslan systemd-modules-load[537]: Inserted module 'rpcrdma'
Jan 03 15:55:33 ruslan kernel: RPC: Registered rdma transport module.
Jan 03 15:55:33 ruslan kernel: RPC: Registered rdma backchannel transport module.
Jan 03 15:55:33 ruslan systemd[1]: Finished Load RDMA modules from /etc/rdma/modules/rdma.conf.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@rdma comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Reached target Network (Pre).
Jan 03 15:55:33 ruslan systemd[1]: Reached target RDMA Hardware.
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.272:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma-load-modules@rdma comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan kernel: sd 6:0:0:0: [sdd] 249737216 512-byte logical blocks: (128 GB/119 GiB)
Jan 03 15:55:33 ruslan kernel: sd 6:0:0:0: [sdd] Write Protect is off
Jan 03 15:55:33 ruslan kernel: sd 6:0:0:0: [sdd] Mode Sense: 23 00 00 00
Jan 03 15:55:33 ruslan kernel: sd 6:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jan 03 15:55:33 ruslan kernel: Rounding down aligned max_sectors from 4294967295 to 4294967288
Jan 03 15:55:33 ruslan kernel: db_root: cannot open: /etc/target
Jan 03 15:55:33 ruslan kernel:  sdd: sdd1
Jan 03 15:55:33 ruslan kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
Jan 03 15:55:33 ruslan systemd[1]: Finished Initialize the iWARP/InfiniBand/RDMA stack in the kernel.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Starting Starts the OpenSM InfiniBand fabric Subnet Manager...
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.449:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rdma comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Started Starts the OpenSM InfiniBand fabric Subnet Manager.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=opensm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Reached target Network.
Jan 03 15:55:33 ruslan systemd[1]: Starting Set InfiniBand ports' IPoIB transport modes and MTU...
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.456:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=opensm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Started OpenSSH Daemon.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.459:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Starting Permit User Sessions...
Jan 03 15:55:33 ruslan systemd[1]: Started A secure replacement for inetd.
Jan 03 15:55:33 ruslan ipoibmodemtu[628]: Attempted setting network device 'ibp2s0' to transport mode 'connected'.
Jan 03 15:55:33 ruslan kernel: ibp2s0: enabling connected mode will cause multicast packet drops
Jan 03 15:55:33 ruslan kernel: ibp2s0: mtu > 4092 will cause multicast packet drops.
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.462:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xinetd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xinetd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan ipoibmodemtu[628]: Attempted setting network device 'ibp2s0' to MTU 65520.
Jan 03 15:55:33 ruslan systemd[1]: Finished Set InfiniBand ports' IPoIB transport modes and MTU.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ipoibmodemtu comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Finished Permit User Sessions.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.469:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ipoibmodemtu comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan kernel: audit: type=1130 audit(1609649733.469:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Started Getty on tty1.
Jan 03 15:55:33 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:33 ruslan systemd[1]: Reached target Login Prompts.
Jan 03 15:55:33 ruslan opensm.launch[627]: -------------------------------------------------
Jan 03 15:55:33 ruslan opensm.launch[627]: OpenSM 3.3.22
Jan 03 15:55:33 ruslan opensm.launch[627]: Command Line Arguments:
Jan 03 15:55:33 ruslan opensm.launch[627]:  Log File: /var/log/opensm.log
Jan 03 15:55:33 ruslan opensm.launch[627]: -------------------------------------------------
Jan 03 15:55:33 ruslan OpenSM[627]: /var/log/opensm.log log file opened
Jan 03 15:55:33 ruslan OpenSM[627]: OpenSM 3.3.22
Jan 03 15:55:33 ruslan opensm.launch[627]: OpenSM 3.3.22
Jan 03 15:55:33 ruslan sshd[629]: Server listening on 0.0.0.0 port 22.
Jan 03 15:55:33 ruslan sshd[629]: Server listening on :: port 22.
Jan 03 15:55:33 ruslan opensm.launch[627]: Using default GUID 0x7cfe900300a25cc1
Jan 03 15:55:33 ruslan OpenSM[627]: Entering DISCOVERING state
Jan 03 15:55:33 ruslan opensm.launch[627]: Entering DISCOVERING state
Jan 03 15:55:33 ruslan OpenSM[627]: SM port is down
Jan 03 15:55:33 ruslan opensm.launch[627]: SM port is down
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=14]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=13]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=14]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=13]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=14]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/discard-udp [file=/etc/xinetd.d/discard-udp] [line=13]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=14]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=13]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/rlogin [file=/etc/xinetd.d/rlogin] [line=14]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/rsh [file=/etc/xinetd.d/rsh] [line=10]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/rsync [file=/etc/xinetd.d/rsync] [line=10]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/sane [file=/etc/xinetd.d/sane] [line=13]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=11]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=10]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/svn [file=/etc/xinetd.d/svn] [line=10]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/talk [file=/etc/xinetd.d/talk] [line=11]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/telnet [file=/etc/xinetd.d/telnet] [line=10]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/tftp [file=/etc/xinetd.d/tftp] [line=10]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=10]
Jan 03 15:55:33 ruslan xinetd[631]: Reading included configuration file: /etc/xinetd.d/time-udp [file=/etc/xinetd.d/time-udp] [line=14]
Jan 03 15:55:33 ruslan xinetd[631]: 2.3.15.4 started with loadavg options compiled in.
Jan 03 15:55:33 ruslan xinetd[631]: Started working: 1 available service
Jan 03 15:55:38 ruslan avahi-daemon[506]: Registering new address record for 10.0.0.84 on bond0.IPv4.
Jan 03 15:55:38 ruslan avahi-daemon[506]: iface.c: avahi_server_add_address() failed: Not supported
Jan 03 15:55:43 ruslan OpenSM[627]: SM port is up
Jan 03 15:55:43 ruslan opensm.launch[627]: SM port is up
Jan 03 15:55:43 ruslan OpenSM[627]: Entering MASTER state
Jan 03 15:55:43 ruslan opensm.launch[627]: Entering MASTER state
Jan 03 15:55:43 ruslan systemd-networkd[292]: ibp2s0: Gained carrier
Jan 03 15:55:43 ruslan avahi-daemon[506]: Joining mDNS multicast group on interface ibp2s0.IPv4 with address 10.0.1.2.
Jan 03 15:55:43 ruslan avahi-daemon[506]: New relevant interface ibp2s0.IPv4 for mDNS.
Jan 03 15:55:43 ruslan kernel: IPv6: ADDRCONF(NETDEV_CHANGE): ibp2s0: link becomes ready
Jan 03 15:55:43 ruslan avahi-daemon[506]: Registering new address record for 10.0.1.2 on ibp2s0.IPv4.
Jan 03 15:55:43 ruslan avahi-daemon[506]: iface.c: avahi_server_add_address() failed: Not supported
Jan 03 15:55:44 ruslan avahi-daemon[506]: Registering new address record for 10.0.1.2 on ibp2s0.IPv4.
Jan 03 15:55:44 ruslan avahi-daemon[506]: iface.c: avahi_server_add_address() failed: Not supported
Jan 03 15:55:45 ruslan avahi-daemon[506]: Joining mDNS multicast group on interface ibp2s0.IPv6 with address fe80::7efe:9003:a2:5cc1.
Jan 03 15:55:45 ruslan avahi-daemon[506]: New relevant interface ibp2s0.IPv6 for mDNS.
Jan 03 15:55:45 ruslan systemd-networkd[292]: ibp2s0: Gained IPv6LL
Jan 03 15:55:45 ruslan avahi-daemon[506]: Registering new address record for fe80::7efe:9003:a2:5cc1 on ibp2s0.*.
Jan 03 15:55:45 ruslan avahi-daemon[506]: iface.c: avahi_server_add_address() failed: Not supported
Jan 03 15:55:57 ruslan systemd[1]: Finished Wait for Network to be Configured.
Jan 03 15:55:57 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:57 ruslan systemd[1]: Reached target Network is Online.
Jan 03 15:55:57 ruslan kernel: kauditd_printk_skb: 1 callbacks suppressed
Jan 03 15:55:57 ruslan kernel: audit: type=1130 audit(1609649757.482:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:57 ruslan systemd[1]: Starting Samba NMB Daemon...
Jan 03 15:55:57 ruslan systemd[1]: Starting CUPS Scheduler...
Jan 03 15:55:57 ruslan dbus-daemon[507]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.6' (uid=0 pid=651 comm="/usr/bin/cupsd -l ")
Jan 03 15:55:57 ruslan systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 03 15:55:57 ruslan dbus-daemon[507]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jan 03 15:55:57 ruslan systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 03 15:55:57 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:57 ruslan kernel: audit: type=1130 audit(1609649757.586:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:57 ruslan nmbd[650]: [2021/01/03 15:55:57.632634,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
Jan 03 15:55:57 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nmb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:57 ruslan nmbd[650]:   daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
Jan 03 15:55:57 ruslan systemd[1]: Started Samba NMB Daemon.
Jan 03 15:55:57 ruslan systemd[1]: Reached target Multi-User System.
Jan 03 15:55:57 ruslan systemd[1]: Reached target Graphical Interface.
Jan 03 15:55:57 ruslan kernel: audit: type=1130 audit(1609649757.626:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nmb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:57 ruslan systemd[1]: Started CUPS Scheduler.
Jan 03 15:55:57 ruslan systemd[1]: Startup finished in 25.784s (firmware) + 4.454s (loader) + 1.789s (kernel) + 32.436s (userspace) = 1min 4.465s.
Jan 03 15:55:57 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:55:57 ruslan kernel: audit: type=1130 audit(1609649757.716:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:56:20 ruslan nmbd[650]: [2021/01/03 15:56:20.668641,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
Jan 03 15:56:20 ruslan nmbd[650]:   *****
Jan 03 15:56:20 ruslan nmbd[650]: 
Jan 03 15:56:20 ruslan nmbd[650]:   Samba name server RUSLAN is now a local master browser for workgroup WORKGROUP on subnet 10.0.0.84
Jan 03 15:56:20 ruslan nmbd[650]: 
Jan 03 15:56:20 ruslan nmbd[650]:   *****
Jan 03 15:56:20 ruslan nmbd[650]: [2021/01/03 15:56:20.668737,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
Jan 03 15:56:20 ruslan nmbd[650]:   *****
Jan 03 15:56:20 ruslan nmbd[650]: 
Jan 03 15:56:20 ruslan nmbd[650]:   Samba name server RUSLAN is now a local master browser for workgroup WORKGROUP on subnet 10.0.1.2
Jan 03 15:56:20 ruslan nmbd[650]: 
Jan 03 15:56:20 ruslan nmbd[650]:   *****
Jan 03 15:56:20 ruslan nmbd[650]: [2021/01/03 15:56:20.668805,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
Jan 03 15:56:20 ruslan nmbd[650]:   *****
Jan 03 15:56:20 ruslan nmbd[650]: 
Jan 03 15:56:20 ruslan nmbd[650]:   Samba name server RUSLAN is now a local master browser for workgroup WORKGROUP on subnet 169.254.110.127
Jan 03 15:56:20 ruslan nmbd[650]: 
Jan 03 15:56:20 ruslan nmbd[650]:   *****
Jan 03 15:57:21 ruslan audit[634]: USER_AUTH pid=634 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="andrew" exe="/usr/bin/login" hostname=ruslan addr=? terminal=tty1 res=success'
Jan 03 15:57:21 ruslan kernel: audit: type=1100 audit(1609649841.936:43): pid=634 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="andrew" exe="/usr/bin/login" hostname=ruslan addr=? terminal=tty1 res=success'
Jan 03 15:57:21 ruslan dbus-daemon[507]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.8' (uid=0 pid=634 comm="/bin/login -p --        ")
Jan 03 15:57:21 ruslan audit[634]: USER_ACCT pid=634 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="andrew" exe="/usr/bin/login" hostname=ruslan addr=? terminal=tty1 res=success'
Jan 03 15:57:21 ruslan dbus-daemon[507]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 03 15:57:21 ruslan login[634]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 03 15:57:21 ruslan audit[634]: CRED_ACQ pid=634 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="andrew" exe="/usr/bin/login" hostname=ruslan addr=? terminal=tty1 res=success'
Jan 03 15:57:21 ruslan login[634]: pam_unix(login:session): session opened for user andrew(uid=1000) by LOGIN(uid=0)
Jan 03 15:57:21 ruslan kernel: audit: type=1101 audit(1609649841.940:44): pid=634 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="andrew" exe="/usr/bin/login" hostname=ruslan addr=? terminal=tty1 res=success'
Jan 03 15:57:21 ruslan kernel: audit: type=1103 audit(1609649841.940:45): pid=634 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="andrew" exe="/usr/bin/login" hostname=ruslan addr=? terminal=tty1 res=success'
Jan 03 15:57:21 ruslan kernel: audit: type=1006 audit(1609649841.940:46): pid=634 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Jan 03 15:57:21 ruslan systemd[1]: Created slice User Slice of UID 1000.
Jan 03 15:57:21 ruslan systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 03 15:57:21 ruslan systemd-logind[512]: New session 1 of user andrew.
Jan 03 15:57:21 ruslan systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 03 15:57:21 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:21 ruslan systemd[1]: Starting User Manager for UID 1000...
Jan 03 15:57:21 ruslan kernel: audit: type=1130 audit(1609649841.956:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:21 ruslan dbus-daemon[507]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.10' (uid=0 pid=657 comm="(systemd) ")
Jan 03 15:57:21 ruslan dbus-daemon[507]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 03 15:57:21 ruslan systemd[657]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 03 15:57:21 ruslan audit[657]: USER_ACCT pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="andrew" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:21 ruslan audit[657]: CRED_ACQ pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="andrew" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 03 15:57:21 ruslan systemd[657]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[andrew] ruser=[<unknown>] rhost=[<unknown>]
Jan 03 15:57:21 ruslan systemd[657]: pam_unix(systemd-user:session): session opened for user andrew(uid=1000) by (uid=0)
Jan 03 15:57:21 ruslan audit[657]: USER_START pid=657 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="andrew" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:21 ruslan kernel: audit: type=1101 audit(1609649841.963:48): pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="andrew" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:21 ruslan kernel: audit: type=1103 audit(1609649841.963:49): pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="andrew" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 03 15:57:21 ruslan kernel: audit: type=1006 audit(1609649841.963:50): pid=657 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Jan 03 15:57:21 ruslan kernel: audit: type=1105 audit(1609649841.963:51): pid=657 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="andrew" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:21 ruslan audit: BPF prog-id=9 op=LOAD
Jan 03 15:57:21 ruslan audit: BPF prog-id=9 op=UNLOAD
Jan 03 15:57:21 ruslan kernel: audit: type=1334 audit(1609649841.973:52): prog-id=9 op=LOAD
Jan 03 15:57:21 ruslan systemd[662]: /etc/xdg/autostart/emoji-keyboard.desktop:11: Unknown key name 'Actions' in section 'Desktop Entry', ignoring.
Jan 03 15:57:21 ruslan systemd[662]: /etc/xdg/autostart/emoji-keyboard.desktop:13: Unknown section 'Desktop Action Keyboard'. Ignoring.
Jan 03 15:57:21 ruslan systemd[662]: /etc/xdg/autostart/emoji-keyboard.desktop:17: Unknown section 'Desktop Action Search'. Ignoring.
Jan 03 15:57:21 ruslan systemd[662]: /etc/xdg/autostart/emoji-keyboard.desktop:21: Unknown section 'Desktop Action Prefs'. Ignoring.
Jan 03 15:57:22 ruslan systemd[662]: Not generating service for XDG autostart app-redshift\x2dgtk-autostart.service, it is hidden.
Jan 03 15:57:22 ruslan systemd[662]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
Jan 03 15:57:22 ruslan systemd[662]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Jan 03 15:57:22 ruslan systemd[662]: Not generating service for XDG autostart app-gsettings\x2ddata\x2dconvert-autostart.service, startup phases are not supported.
Jan 03 15:57:22 ruslan systemd[657]: Queued start job for default target Main User Target.
Jan 03 15:57:22 ruslan systemd[657]: Reached target Paths.
Jan 03 15:57:22 ruslan systemd[657]: Reached target Timers.
Jan 03 15:57:22 ruslan systemd[657]: Starting D-Bus User Message Bus Socket.
Jan 03 15:57:22 ruslan systemd[657]: Listening on GnuPG network certificate management daemon.
Jan 03 15:57:22 ruslan systemd[657]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 03 15:57:22 ruslan systemd[657]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 03 15:57:22 ruslan systemd[657]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 03 15:57:22 ruslan systemd[657]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 03 15:57:22 ruslan systemd[657]: Listening on p11-kit server.
Jan 03 15:57:22 ruslan systemd[657]: Listening on Multimedia System.
Jan 03 15:57:22 ruslan systemd[657]: Listening on Sound System.
Jan 03 15:57:22 ruslan systemd[657]: Listening on D-Bus User Message Bus Socket.
Jan 03 15:57:22 ruslan systemd[657]: Reached target Sockets.
Jan 03 15:57:22 ruslan systemd[657]: Reached target Basic System.
Jan 03 15:57:22 ruslan systemd[1]: Started User Manager for UID 1000.
Jan 03 15:57:22 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:22 ruslan systemd[1]: Started Session 1 of user andrew.
Jan 03 15:57:22 ruslan systemd[657]: Started redshift needs to get a (geo)clue.
Jan 03 15:57:22 ruslan systemd[657]: Starting Update XDG user dir configuration...
Jan 03 15:57:22 ruslan audit[634]: USER_START pid=634 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="andrew" exe="/usr/bin/login" hostname=ruslan addr=? terminal=tty1 res=success'
Jan 03 15:57:22 ruslan audit[634]: CRED_REFR pid=634 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="andrew" exe="/usr/bin/login" hostname=ruslan addr=? terminal=tty1 res=success'
Jan 03 15:57:22 ruslan systemd[657]: xdg-user-dirs-update.service: Succeeded.
Jan 03 15:57:22 ruslan systemd[657]: Finished Update XDG user dir configuration.
Jan 03 15:57:22 ruslan systemd[657]: Reached target Main User Target.
Jan 03 15:57:22 ruslan systemd[657]: Startup finished in 138ms.
Jan 03 15:57:22 ruslan login[634]: LOGIN ON tty1 BY andrew
Jan 03 15:57:22 ruslan kernel: resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
Jan 03 15:57:22 ruslan kernel: caller _nv000709rm+0x1af/0x200 [nvidia] mapping multiple BARs
Jan 03 15:57:24 ruslan systemd[657]: Started D-Bus User Message Bus.
Jan 03 15:57:24 ruslan systemd[657]: Starting Sound Service...
Jan 03 15:57:24 ruslan dbus-daemon[507]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.17' (uid=1000 pid=782 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jan 03 15:57:24 ruslan systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 03 15:57:24 ruslan dbus-daemon[507]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jan 03 15:57:24 ruslan systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 03 15:57:24 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Successfully called chroot.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Successfully dropped privileges.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Successfully limited resources.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Running.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Watchdog thread running.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Canary thread running.
Jan 03 15:57:24 ruslan dbus-daemon[507]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.18' (uid=0 pid=825 comm="/usr/lib/rtkit-daemon ")
Jan 03 15:57:24 ruslan systemd[1]: Starting Authorization Manager...
Jan 03 15:57:24 ruslan polkitd[828]: Started polkitd version 0.118
Jan 03 15:57:24 ruslan polkitd[828]: Loading rules from directory /etc/polkit-1/rules.d
Jan 03 15:57:24 ruslan polkitd[828]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 03 15:57:24 ruslan polkitd[828]: Finished loading, compiling and executing 3 rules
Jan 03 15:57:24 ruslan dbus-daemon[507]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan 03 15:57:24 ruslan systemd[1]: Started Authorization Manager.
Jan 03 15:57:24 ruslan polkitd[828]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 03 15:57:24 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Successfully made thread 782 of process 782 owned by '1000' high priority at nice level -11.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Supervising 1 threads of 1 processes of 1 users.
Jan 03 15:57:24 ruslan dbus-daemon[779]: [session uid=1000 pid=779] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=732 comm="/usr/lib/chromium/chromium ")
Jan 03 15:57:24 ruslan systemd[657]: Starting Virtual filesystem service...
Jan 03 15:57:24 ruslan dbus-daemon[779]: [session uid=1000 pid=779] Successfully activated service 'org.gtk.vfs.Daemon'
Jan 03 15:57:24 ruslan systemd[657]: Started Virtual filesystem service.
Jan 03 15:57:24 ruslan kernel: fuse: init (API version 7.31)
Jan 03 15:57:24 ruslan systemd[1]: Mounting FUSE Control File System...
Jan 03 15:57:24 ruslan systemd[1]: Mounted FUSE Control File System.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Supervising 1 threads of 1 processes of 1 users.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Successfully made thread 868 of process 782 owned by '1000' RT at priority 5.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Supervising 2 threads of 1 processes of 1 users.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Supervising 2 threads of 1 processes of 1 users.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Successfully made thread 871 of process 782 owned by '1000' RT at priority 5.
Jan 03 15:57:24 ruslan rtkit-daemon[825]: Supervising 3 threads of 1 processes of 1 users.
Jan 03 15:57:24 ruslan pulseaudio[782]: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
Jan 03 15:57:24 ruslan systemd[657]: Started Sound Service.
Jan 03 15:57:26 ruslan dbus-daemon[507]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.29' (uid=1000 pid=732 comm="/usr/lib/chromium/chromium ")
Jan 03 15:57:26 ruslan audit: BPF prog-id=10 op=LOAD
Jan 03 15:57:26 ruslan audit: BPF prog-id=11 op=LOAD
Jan 03 15:57:26 ruslan systemd[1]: Starting Daemon for power management...
Jan 03 15:57:27 ruslan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 03 15:57:27 ruslan dbus-daemon[507]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan 03 15:57:27 ruslan systemd[1]: Started Daemon for power management.
Jan 03 15:57:27 ruslan kernel: kauditd_printk_skb: 8 callbacks suppressed
Jan 03 15:57:27 ruslan kernel: audit: type=1130 audit(1609649847.809:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Offline

#7 2021-01-03 12:56:57

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: RDMA InfiniBand - very slow

I believe the two lines you quoted are not showing up in journalctl because journalctl -g rdma only searches in the message text, not the unit names.

Confirmed by a quick test and man journalctl .
journalctl -g  string is NOT equivalent to journalctl | grep string .

Jan 03 15:55:26 ruslan kernel: microcode: CPU4: new patch_level=0x06000852
Jan 03 15:55:26 ruslan kernel: microcode: CPU0: new patch_level=0x06000852
Jan 03 15:55:26 ruslan kernel: microcode: CPU2: new patch_level=0x06000852
Jan 03 15:55:26 ruslan kernel: x86/CPU: CPU features have changed after loading microcode, but might not take effect.
Jan 03 15:55:26 ruslan kernel: x86/CPU: Please consider either early loading through initrd/built-in or a potential BIOS update.
Jan 03 15:55:26 ruslan kernel: microcode: Reload completed, microcode revision: 0x6000852

Switch to early microcode loading

Jan 03 15:55:25 ruslan kernel: Command line: initrd=\initramfs-linux.img root=PARTUUID=6ac8e83e-15cf-4848-ae2a-13434b75c3d6 rootfstype=ext4 add_efi_memmap resume=/dev/sda1 resume_offset=129024

Depending on your bootloader you may not need add_efi_mmap[1]


Jan 03 15:55:33 ruslan rdma-init-kernel[582]: libkmod: kmod_module_get_holders: could not open '/sys/module/rpcrdma/holders': No such file or directory
Jan 03 15:55:33 ruslan systemd-modules-load[537]: Inserted module 'rpcrdma'
Jan 03 15:55:33 ruslan kernel: RPC: Registered rdma transport module.

There are other lines like those and also lines where network related devices are renamed multiple times.
It smells like a race condition where systemd-networkd tries to use network devices before the kernel has finished initialising them.

I suggest you disable systemd-networkd for testing purposes , boot and login to console as root.
Then start systemd-networkd manually .



[1] https://unix.stackexchange.com/question … oot#248726


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#8 2021-01-04 03:43:13

nasci
Member
From: Melbourne, AU
Registered: 2018-12-08
Posts: 20
Website

Re: RDMA InfiniBand - very slow

Alright, I've installed amd-ucode and added the initrd.

Looking over the logs again, it does seem like systemd-networkd and the interface drivers are fighting over renaming interfaces. But things seem to get resolved after a couple of iterations and the various interfaces end up with predictable names as they should. I tried starting systemd-networkd manually after bootup as per your recommendation, and this seemed to eliminate the unnecessary interface renaming but didn't change anything else - still very low bandwidth over IB. So I don't think the interface-renaming race condition is the cause of the problem.

Offline

#9 2021-01-04 13:25:56

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: RDMA InfiniBand - very slow

Time to look into infiniband itself then.

Your IB devices are from mellanox , verify if you're using latest firmware [1]

Also check https://wiki.archlinux.org/index.php/In … d_problems .
You did post ibstat and iperf / qperf , but not iblink & the cat /sys output .


[1] https://wiki.archlinux.org/index.php/In … r_Mellanox


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#10 2021-01-05 03:16:38

nasci
Member
From: Melbourne, AU
Registered: 2018-12-08
Posts: 20
Website

Re: RDMA InfiniBand - very slow

The cards at both ends are on the latest firmware, 2.42.5000, verified with mstflint. I had already read through the "Speed problems" section in that wiki article and everything in that section seems fine, which is why I'm so confused.

Here's the output of iblinkinfo on the Arch machine (hostname ruslan):

CA: charles mlx4_0:
      0x7cfe900300c3ac91      1    1[  ] ==( 4X       14.0625 Gbps Initialize/  LinkUp)==>       0    1[  ] "ruslan ibp2s0" ( )
CA: ruslan ibp2s0:
      0x7cfe900300a25cc1      0    1[  ] ==( 4X       14.0625 Gbps Initialize/  LinkUp)==>       1    1[  ] "charles mlx4_0" ( )

And on the Ubuntu server (hostname charles):

CA: ruslan ibp2s0:
      0x7cfe900300a25cc1      0    1[  ] ==( 4X       14.0625 Gbps Initialize/  LinkUp)==>       1    1[  ] "charles mlx4_0" ( )
CA: charles mlx4_0:
      0x7cfe900300c3ac91      1    1[  ] ==( 4X       14.0625 Gbps Initialize/  LinkUp)==>       0    1[  ] "ruslan ibp2s0" ( )

And /sys/class/infiniband/ibp2s0/ports/1/rate on ruslan shows

56 Gb/sec (4X FDR)

which is identical on the other machine (but with ibp2s0 replaced by mlx4_0 in the path of course). So no problems there.

I wondered whether it was something to do with the subnet manager, but I've tried running opensm on both machines and it doesn't give any errors so I doubt this is the problem. My next step is to try the other QSFP port on each card in case it's a fault with the card itself. I bought them used but they were meant to be tested and fully working.

Just to confirm, are you sure the libkmod error ("could not open '/sys/module/sunrpc/holders'") is not causing the issue? From what I can tell this might be more related to NFS over RDMA but as I said I'm very new to IB and I'm not completely sure how the software stack works.

Offline

#11 2021-01-05 12:04:03

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: RDMA InfiniBand - very slow

That error looks very much like a race condition, but I discovered something else.

The PKGBUILD for rdma-core looks weird
- It declares itself as an executable file with the bin/bash shebang.
  Although PKGBUILD do contain bash code, they are intended to be processed by makepkg only and usually written as text filles.

- It provides / conflicts / replaces many things.
replaces are intended for binary repos, for aur package they are practically useless.
The stuff it provides/ conflicts don't look like archlinux packages at all.

- source is a git tag , not a specific commit or release tarball.
- The releases[1] lists 30.1 as latest 30.x released version, but the pkgbuild builds 30.0

It looks like this PKGBUILD is based on rdma-core/redhat/rdma-core.spec but without paying much attention to differences between redhat/fefora and archlinux aur .

I think the PKGBUILD needs a rewrite. At the very least it should build a released version .
Check [1] to decide which released version you would prefer.

[1] https://github.com/linux-rdma/rdma-core/releases


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#12 2021-01-06 11:11:52

nasci
Member
From: Melbourne, AU
Registered: 2018-12-08
Posts: 20
Website

Re: RDMA InfiniBand - very slow

Yes, there's some very weird stuff going on in that PKGBUILD. The latest major version, 33.0, has a pretty substantial changelog including a fair bit of bugfixing - perhaps that would give the best chance of success. It would make sense to use the latest release anyway as long as it doesn't break anything. I'll try rdma-core-git as well to see if 33.0 helps things at all.

Offline

#13 2021-01-12 13:03:31

nasci
Member
From: Melbourne, AU
Registered: 2018-12-08
Posts: 20
Website

Re: RDMA InfiniBand - very slow

I've done some further testing and the slow speed is not caused by anything specific to Arch. I set up another machine with Ubuntu Server (similar specs to the Ubuntu machine I have been using all along) and set up a link to the initial Ubuntu machine (i.e. without my Arch workstation). I was still getting around 1.8 Gbit/s at best with qperf. So at this point, I think it is likely a hardware limitation of the system, rather than software configuration. top showed CPU usage was 100% for the duration of the test on both machines, so I am suspicious that the CPU just isn't processing the packets fast enough. To be fair, both CPUs I used in this test were woefully underpowered - a dual-core Atom and a quad-core i3. I only have one machine which I could reasonably expect to handle the full 56 Gbit/s so unfortunately I can't take this any further at the moment. However, I'm planning to buy parts for a new server with a modern Xeon very soon, so I'll continue my testing once I've got that new machine and hopefully that will release the hardware limitation.

Last edited by nasci (2021-01-12 13:04:25)

Offline

Board footer

Powered by FluxBB