You are not logged in.

#1 2021-09-20 16:01:18

Arthapz
Member
Registered: 2021-09-20
Posts: 9

[Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

Hi,
I'm trying to run an OpenCL software, i have an AMD 5700XT with a headless setup (no X11, no Wayland), i can run my vulkan things (shader bot for discord), but i have trouble to setup OpenCL correctly

at first i tried the mesa implementation and got

fatal error: cannot open file '/usr/share/clc/gfx1010-amdgcn-mesa-mesa3d.bc': No such file or directory

after some research, i found that i need to use the amdgpu-pro implementation so i installed opencl-amd from AUR, but clinfo return

  Platform Name                                   AMD Accelerated Parallel Processing
  Platform Vendor                                 Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.0 AMD-APP (1800.8)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
  Platform Extensions function suffix             AMD

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 0

i tried the rocm implementation too (rocm-opencl-runtime), but same result, any idea ?

this is troubling cause this card was in my main setup before, and OpenCL worked fine. (but that was an Archlinux with Wayland + KDE)

PS: sorry for my approximate english, i'm not an english native speaker

Last edited by Arthapz (2021-11-15 12:17:00)

Offline

#2 2021-09-20 18:32:09

mrazster
Member
From: 127.0.0.1
Registered: 2019-05-24
Posts: 30
Website

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

I'm running a 5700XT under KDE with x11, and for me opencl works perfectly fine in all applications I've tried so far (photo/videoediting software).

Which opencl related packages do you have installed atm ?

Last edited by mrazster (2021-09-20 18:34:34)


Arch...the way it was meant to be !!

Offline

#3 2021-09-21 10:29:16

Arthapz
Member
Registered: 2021-09-20
Posts: 9

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

mrazster wrote:

I'm running a 5700XT under KDE with x11, and for me opencl works perfectly fine in all applications I've tried so far (photo/videoediting software).

Which opencl related packages do you have installed atm ?

> paru -Qs opencl
local/amdapp-sdk 3.0-23 (amdapp)
    AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support.
local/amdapp-sdk-nocatalyst 3.0-23 (amdapp)
    AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support. Libs and ICD for non-catalyst users.
local/clinfo 3.0.21.02.21-1
    Simple OpenCL application that enumerates all available platform and device properties
local/libclc 12.0.1-1
    Library requirements of the OpenCL C programming language
local/ocl-icd 2.3.1-1
    OpenCL ICD Bindings
local/opencl-headers 2:2021.04.29-1
    OpenCL (Open Computing Language) header files
local/opencl-mesa 21.2.1-1
    OpenCL support for AMD/ATI Radeon mesa drivers
local/rocm-opencl-runtime 4.3.1-1
    Radeon Open Compute - OpenCL runtime

(and i tried opencl-amd instead of rocm-opencl-runtime without success)

Last edited by Arthapz (2021-09-21 10:30:35)

Offline

#4 2021-09-21 11:55:55

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

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

local/amdapp-sdk 3.0-23 (amdapp)
    AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support.
local/amdapp-sdk-nocatalyst 3.0-23 (amdapp)
    AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support. Libs and ICD for non-catalyst users.

amdapp is meant for pre-GCN hardware, remove both of those packages .
It may be that clinfo is  missing after you removed those, if so install the standalone package from community repo .

Post clinfo --list .


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

#5 2021-09-21 20:02:47

mrazster
Member
From: 127.0.0.1
Registered: 2019-05-24
Posts: 30
Website

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

I would say remove all amdapp-sdk packages and rocm-opencl-runtime.
Keep opencl-mesa and install the opencl-amd package from aur.
With those two installed, everything works perfect for me.


Arch...the way it was meant to be !!

Offline

#6 2021-09-22 12:51:53

Arthapz
Member
Registered: 2021-09-20
Posts: 9

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

Lone_Wolf wrote:
local/amdapp-sdk 3.0-23 (amdapp)
    AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support.
local/amdapp-sdk-nocatalyst 3.0-23 (amdapp)
    AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support. Libs and ICD for non-catalyst users.

amdapp is meant for pre-GCN hardware, remove both of those packages .
It may be that clinfo is  missing after you removed those, if so install the standalone package from community repo .

Post clinfo --list .

did that, but nothing change hmm (removed amdapp-sdk* and rocm-*)


>  paru -Qs opencl
local/clinfo 3.0.21.02.21-1
    Simple OpenCL application that enumerates all available platform and device properties
local/libclc 12.0.1-1
    Library requirements of the OpenCL C programming language
local/ocl-icd 2.3.1-1
    OpenCL ICD Bindings
local/opencl-amd 21.30.1290604-1
    OpenCL userspace driver as provided in the amdgpu-pro driver stack. This package is intended to work along with the
    free amdgpu stack.
local/opencl-headers 2:2021.04.29-1
    OpenCL (Open Computing Language) header files
local/opencl-mesa 21.2.1-1
    OpenCL support for AMD/ATI Radeon mesa drivers
> ls /etc/OpenCL/vendors
amdocl64.icd  amdocl-orca64.icd  mesa.icd
> OCL_ICD_VENDORS=/etc/OpenCL/vendors/amdocl64.icd clinfo
Number of platforms                               1
  Platform Name                                   AMD Accelerated Parallel Processing
  Platform Vendor                                 Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.0 AMD-APP (3314.0)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_amd_event_callback
  Platform Extensions function suffix             AMD

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 0

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  AMD Accelerated Parallel Processing
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No devices found in platform [AMD Accelerated Parallel Processing?]
  clCreateContext(NULL, ...) [default]            No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No devices found in platform

ICD loader properties
  ICD loader Name                                 OpenCL ICD Loader
  ICD loader Vendor                               OCL Icd free software
  ICD loader Version                              2.3.1
  ICD loader Profile                              OpenCL 3.0
> OCL_ICD_VENDORS=/etc/OpenCL/vendors/mesa.icd clinfo
Number of platforms                               1
  Platform Name                                   Clover
  Platform Vendor                                 Mesa
  Platform Version                                OpenCL 1.1 Mesa 21.2.1
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions function suffix             MESA

  Platform Name                                   Clover
Number of devices                                 1
  Device Name                                     AMD Radeon RX 5700 XT (NAVI10, DRM 3.42.0, 5.14.6-arch1-1, LLVM 12.0.1)
  Device Vendor                                   AMD
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.1 Mesa 21.2.1
  Device Numeric Version                          0x401000 (1.1.0)
  Driver Version                                  21.2.1
  Device OpenCL C Version                         OpenCL C 1.1
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Max compute units                               40
  Max clock frequency                             2100MHz
  Max work item dimensions                        3
  Max work item sizes                             256x256x256
  Max work group size                             256
=== CL_PROGRAM_BUILD_LOG ===
fatal error: cannot open file '/usr/share/clc/gfx1010-amdgcn-mesa-mesa3d.bc': No such file or directory
  Preferred work group size multiple (kernel)     <getWGsizes:1504: create kernel : error -46>
  Preferred / native vector sizes
    char                                                16 / 16
    short                                                8 / 8
    int                                                  4 / 4
    long                                                 2 / 2
    half                                                 0 / 0        (n/a)
    float                                                4 / 4
    double                                               2 / 2        (cl_khr_fp64)
  Half-precision Floating-point support           (n/a)
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
  Address bits                                    64, Little-Endian
  Global memory size                              8589934592 (8GiB)
  Error Correction support                        No
  Max memory allocation                           6871947673 (6.4GiB)
  Unified memory for Host and Device              No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       32768 bits (4096 bytes)
  Global Memory cache type                        None
  Image support                                   No
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Max number of constant args                     16
  Max constant buffer size                        67108864 (64MiB)
  Max size of kernel argument                     1024
  Queue properties
    Out-of-order execution                        No
    Profiling                                     Yes
  Profiling timer resolution                      0ns
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    ILs with version                              (n/a)
  Built-in kernels with version                   (n/a)
  Device Extensions                               cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64 cl_khr_extended_versioning
  Device Extensions with Version                  cl_khr_byte_addressable_store                                    0x400000 (1.0.0)
                                                  cl_khr_global_int32_base_atomics                                 0x400000 (1.0.0)
                                                  cl_khr_global_int32_extended_atomics                             0x400000 (1.0.0)
                                                  cl_khr_local_int32_base_atomics                                  0x400000 (1.0.0)
                                                  cl_khr_local_int32_extended_atomics                              0x400000 (1.0.0)
                                                  cl_khr_int64_base_atomics                                        0x400000 (1.0.0)
                                                  cl_khr_int64_extended_atomics                                    0x400000 (1.0.0)
                                                  cl_khr_fp64                                                      0x400000 (1.0.0)
                                                  cl_khr_extended_versioning                                       0x400000 (1.0.0)

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  Clover
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [MESA]
  clCreateContext(NULL, ...) [default]            Success [MESA]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)
    Platform Name                                 Clover
    Device Name                                   AMD Radeon RX 5700 XT (NAVI10, DRM 3.42.0, 5.14.6-arch1-1, LLVM 12.0.1)
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (1)
    Platform Name                                 Clover
    Device Name                                   AMD Radeon RX 5700 XT (NAVI10, DRM 3.42.0, 5.14.6-arch1-1, LLVM 12.0.1)
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (1)
    Platform Name                                 Clover
    Device Name                                   AMD Radeon RX 5700 XT (NAVI10, DRM 3.42.0, 5.14.6-arch1-1, LLVM 12.0.1)

ICD loader properties
  ICD loader Name                                 OpenCL ICD Loader
  ICD loader Vendor                               OCL Icd free software
  ICD loader Version                              2.3.1
  ICD loader Profile                              OpenCL 3.0
> OCL_ICD_VENDORS=/etc/OpenCL/vendors/amdocl-orca64.icd clinfo
Number of platforms                               0
> clinfo --list
Platform #0: Clover
 `-- Device #0: AMD Radeon RX 5700 XT (NAVI10, DRM 3.42.0, 5.14.6-arch1-1, LLVM 12.0.1)
Platform #1: AMD Accelerated Parallel Processing

Last edited by Arthapz (2021-09-22 13:00:35)

Offline

#7 2021-09-24 09:55:26

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

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

Unclear what goes wrong, maybe you're missing some necessary depenedencies .

with a headless setup (no X11, no Wayland)

Let's get some basic info :

Post
- lspci -k
- glxinfo #comes with mesa-demos
- journalctl -b    (as root)


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-09-24 18:48:57

Arthapz
Member
Registered: 2021-09-20
Posts: 9

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

> lscpi -k
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Root Complex
        Subsystem: ASUSTeK Computer Inc. Device 87c0
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU
        Subsystem: ASUSTeK Computer Inc. Device 87c0
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge
        Kernel driver in use: pcieport
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
        DeviceName:  Onboard IGD
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
00:05.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
00:07.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
00:07.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]
        Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]
        Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 61)
        Subsystem: ASUSTeK Computer Inc. Device 87c0
        Kernel driver in use: piix4_smbus
        Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
        Subsystem: ASUSTeK Computer Inc. Device 87c0
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 3
        Kernel driver in use: k10temp
        Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 7
01:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Matisse Switch Upstream
        Kernel driver in use: pcieport
02:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Matisse PCIe GPP Bridge
        Kernel driver in use: pcieport
02:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Matisse PCIe GPP Bridge
        Kernel driver in use: pcieport
02:05.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Matisse PCIe GPP Bridge
        Kernel driver in use: pcieport
02:08.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Matisse PCIe GPP Bridge
        Kernel driver in use: pcieport
02:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Matisse PCIe GPP Bridge
        Kernel driver in use: pcieport
02:0a.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Matisse PCIe GPP Bridge
        Kernel driver in use: pcieport
03:00.0 Non-Volatile memory controller: Phison Electronics Corporation E16 PCIe4 NVMe Controller (rev 01)
        Subsystem: Phison Electronics Corporation E16 PCIe4 NVMe Controller
        Kernel driver in use: nvme
04:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev c1)
        Kernel driver in use: pcieport
05:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch
        Kernel driver in use: pcieport
06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c1)
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0b36
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu
06:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 HDMI Audio
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 HDMI Audio
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 26)
        Subsystem: ASUSTeK Computer Inc. Device 87c3
        Kernel driver in use: r8169
        Kernel modules: r8169
08:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Reserved SPP
        Subsystem: ASUSTeK Computer Inc. Device 87c0
08:00.1 USB controller: Advanced Micro Devices, Inc. [AMD] Matisse USB 3.0 Host Controller
        Subsystem: ASUSTeK Computer Inc. Device 87c0
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
08:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Matisse USB 3.0 Host Controller
        Subsystem: Advanced Micro Devices, Inc. [AMD] Device 148c
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
09:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 51)
        Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode]
        Kernel driver in use: ahci
0a:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 51)
        Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode]
        Kernel driver in use: ahci
0b:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Function
        Subsystem: ASUSTeK Computer Inc. Device 87c0
0c:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Reserved SPP
        Subsystem: ASUSTeK Computer Inc. Device 87c0
0c:00.1 Encryption controller: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Cryptographic Coprocessor PSPCPP
        Subsystem: ASUSTeK Computer Inc. Device 87c0
        Kernel driver in use: ccp
        Kernel modules: ccp
0c:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Matisse USB 3.0 Host Controller
        Subsystem: ASUSTeK Computer Inc. Device 87c0
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
0c:00.4 Audio device: Advanced Micro Devices, Inc. [AMD] Starship/Matisse HD Audio Controller
        Subsystem: ASUSTeK Computer Inc. Device 8797
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
> glxinfo
Error: unable to open display
> vulkaninfo
'DISPLAY' environment variable not set... skipping surface info
error: XDG_RUNTIME_DIR not set in the environment.
==========
VULKANINFO
==========

Vulkan Instance Version: 1.2.191


Instance Extensions: count = 17
===============================
        VK_EXT_acquire_xlib_display            : extension revision 1
        VK_EXT_debug_report                    : extension revision 10
        VK_EXT_debug_utils                     : extension revision 2
        VK_EXT_direct_mode_display             : extension revision 1
        VK_EXT_display_surface_counter         : extension revision 1
        VK_KHR_device_group_creation           : extension revision 1
        VK_KHR_display                         : extension revision 23
        VK_KHR_external_fence_capabilities     : extension revision 1
        VK_KHR_external_memory_capabilities    : extension revision 1
        VK_KHR_external_semaphore_capabilities : extension revision 1
        VK_KHR_get_display_properties2         : extension revision 1
        VK_KHR_get_physical_device_properties2 : extension revision 2
        VK_KHR_get_surface_capabilities2       : extension revision 1
        VK_KHR_surface                         : extension revision 25
        VK_KHR_wayland_surface                 : extension revision 6
        VK_KHR_xcb_surface                     : extension revision 6
        VK_KHR_xlib_surface                    : extension revision 6

Layers: count = 6
=================
VK_LAYER_AMD_switchable_graphics_64 (AMD switchable graphics layer) Vulkan version 1.2.188, layer version 1:
        Layer Extensions: count = 0
        Devices: count = 2
                GPU id = 0 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 0

                GPU id = 1 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 0

VK_LAYER_KHRONOS_validation (Khronos Validation Layer) Vulkan version 1.2.190, layer version 1:
        Layer Extensions: count = 3
                VK_EXT_debug_report        : extension revision 9
                VK_EXT_debug_utils         : extension revision 1
                VK_EXT_validation_features : extension revision 2
        Devices: count = 2
                GPU id = 0 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 3
                        VK_EXT_debug_marker     : extension revision 4
                        VK_EXT_tooling_info     : extension revision 1
                        VK_EXT_validation_cache : extension revision 1

                GPU id = 1 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 3
                        VK_EXT_debug_marker     : extension revision 4
                        VK_EXT_tooling_info     : extension revision 1
                        VK_EXT_validation_cache : extension revision 1

VK_LAYER_LUNARG_api_dump (LunarG API dump layer) Vulkan version 1.2.189, layer version 2:
        Layer Extensions: count = 0
        Devices: count = 2
                GPU id = 0 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 1
                        VK_EXT_tooling_info : extension revision 1

                GPU id = 1 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 1
                        VK_EXT_tooling_info : extension revision 1

VK_LAYER_LUNARG_device_simulation (LunarG device simulation layer) Vulkan version 1.2.189, layer version 1:
        Layer Extensions: count = 0
        Devices: count = 2
                GPU id = 0 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 1
                        VK_EXT_tooling_info : extension revision 1

                GPU id = 1 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 1
                        VK_EXT_tooling_info : extension revision 1

VK_LAYER_LUNARG_monitor (Execution Monitoring Layer) Vulkan version 1.2.189, layer version 1:
        Layer Extensions: count = 0
        Devices: count = 2
                GPU id = 0 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 1
                        VK_EXT_tooling_info : extension revision 1

                GPU id = 1 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 1
                        VK_EXT_tooling_info : extension revision 1

VK_LAYER_LUNARG_screenshot (LunarG image capture layer) Vulkan version 1.2.189, layer version 1:
        Layer Extensions: count = 0
        Devices: count = 2
                GPU id = 0 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 1
                        VK_EXT_tooling_info : extension revision 1

                GPU id = 1 (AMD Radeon RX 5700 XT)
                Layer-Device Extensions: count = 1
                        VK_EXT_tooling_info : extension revision 1

Presentable Surfaces:
=====================

Device Groups:
==============
Group 0:
        Properties:
                physicalDevices: count = 1
                        AMD Radeon RX 5700 XT (ID: 0)
                subsetAllocation = 0

        Present Capabilities:
                AMD Radeon RX 5700 XT (ID: 0):
                        Can present images from the following devices: count = 1
                                AMD Radeon RX 5700 XT (ID: 0)
                Present modes: count = 1
                        DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR

Group 1:
        Properties:
                physicalDevices: count = 1
                        AMD Radeon RX 5700 XT (ID: 0)
                subsetAllocation = 0

        Present Capabilities:
                AMD Radeon RX 5700 XT (ID: 0):
                        Can present images from the following devices: count = 1
                                AMD Radeon RX 5700 XT (ID: 0)
                Present modes: count = 1
                        DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR


Device Properties and Extensions:
=================================
GPU0:
VkPhysicalDeviceProperties:
---------------------------
        apiVersion        = 4202684 (1.2.188)
        driverVersion     = 8388807 (0x8000c7)
        vendorID          = 0x1002
        deviceID          = 0x731f
        deviceType        = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
        deviceName        = AMD Radeon RX 5700 XT
        pipelineCacheUUID = ee57c077-f4e8-5577-b7b6-88c6d9a7becc

VkPhysicalDeviceLimits:
-----------------------
        maxImageDimension1D                             = 16384
        maxImageDimension2D                             = 16384
        maxImageDimension3D                             = 8192
        maxImageDimensionCube                           = 16384
        maxImageArrayLayers                             = 8192
        maxTexelBufferElements                          = 4294967295
        maxUniformBufferRange                           = 4294967295
        maxStorageBufferRange                           = 4294967295
        maxPushConstantsSize                            = 128
        maxMemoryAllocationCount                        = 4294967295
        maxSamplerAllocationCount                       = 1048576
        bufferImageGranularity                          = 0x00000001
        sparseAddressSpaceSize                          = 0x7ff200000000
        maxBoundDescriptorSets                          = 32
        maxPerStageDescriptorSamplers                   = 4294967295
        maxPerStageDescriptorUniformBuffers             = 4294967295
        maxPerStageDescriptorStorageBuffers             = 4294967295
        maxPerStageDescriptorSampledImages              = 4294967295
        maxPerStageDescriptorStorageImages              = 4294967295
        maxPerStageDescriptorInputAttachments           = 4294967295
        maxPerStageResources                            = 4294967295
        maxDescriptorSetSamplers                        = 4294967295
        maxDescriptorSetUniformBuffers                  = 4294967295
        maxDescriptorSetUniformBuffersDynamic           = 8
        maxDescriptorSetStorageBuffers                  = 4294967295
        maxDescriptorSetStorageBuffersDynamic           = 8
        maxDescriptorSetSampledImages                   = 4294967295
        maxDescriptorSetStorageImages                   = 4294967295
        maxDescriptorSetInputAttachments                = 4294967295
        maxVertexInputAttributes                        = 64
        maxVertexInputBindings                          = 32
        maxVertexInputAttributeOffset                   = 4294967295
        maxVertexInputBindingStride                     = 16383
        maxVertexOutputComponents                       = 128
        maxTessellationGenerationLevel                  = 64
        maxTessellationPatchSize                        = 32
        maxTessellationControlPerVertexInputComponents  = 128
        maxTessellationControlPerVertexOutputComponents = 128
        maxTessellationControlPerPatchOutputComponents  = 120
        maxTessellationControlTotalOutputComponents     = 4096
        maxTessellationEvaluationInputComponents        = 128
        maxTessellationEvaluationOutputComponents       = 128
        maxGeometryShaderInvocations                    = 127
        maxGeometryInputComponents                      = 128
        maxGeometryOutputComponents                     = 128
        maxGeometryOutputVertices                       = 1023
        maxGeometryTotalOutputComponents                = 4095
        maxFragmentInputComponents                      = 128
        maxFragmentOutputAttachments                    = 8
        maxFragmentDualSrcAttachments                   = 1
        maxFragmentCombinedOutputResources              = 4294967295
        maxComputeSharedMemorySize                      = 65536
        maxComputeWorkGroupCount: count = 3
                65535
                65535
                65535
        maxComputeWorkGroupInvocations                  = 1024
        maxComputeWorkGroupSize: count = 3
                1024
                1024
                1024
        subPixelPrecisionBits                           = 8
        subTexelPrecisionBits                           = 8
        mipmapPrecisionBits                             = 8
        maxDrawIndexedIndexValue                        = 4294967295
        maxDrawIndirectCount                            = 4294967295
        maxSamplerLodBias                               = 15.9961
        maxSamplerAnisotropy                            = 16
        maxViewports                                    = 16
        maxViewportDimensions: count = 2
                16384
                16384
        viewportBoundsRange: count = 2
                -32768
                32767
        viewportSubPixelBits                            = 8
        minMemoryMapAlignment                           = 64
        minTexelBufferOffsetAlignment                   = 0x00000004
        minUniformBufferOffsetAlignment                 = 0x00000010
        minStorageBufferOffsetAlignment                 = 0x00000004
        minTexelOffset                                  = -64
        maxTexelOffset                                  = 63
        minTexelGatherOffset                            = -32
        maxTexelGatherOffset                            = 31
        minInterpolationOffset                          = -2
        maxInterpolationOffset                          = 1
        subPixelInterpolationOffsetBits                 = 8
        maxFramebufferWidth                             = 16384
        maxFramebufferHeight                            = 16384
        maxFramebufferLayers                            = 8192
        framebufferColorSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        framebufferDepthSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        framebufferStencilSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        framebufferNoAttachmentsSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        maxColorAttachments                             = 8
        sampledImageColorSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        sampledImageIntegerSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        sampledImageDepthSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        sampledImageStencilSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        storageImageSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        maxSampleMaskWords                              = 1
        timestampComputeAndGraphics                     = true
        timestampPeriod                                 = 10
        maxClipDistances                                = 8
        maxCullDistances                                = 8
        maxCombinedClipAndCullDistances                 = 8
        discreteQueuePriorities                         = 2
        pointSizeRange: count = 2
                0
                8191.88
        lineWidthRange: count = 2
                0
                8191.88
        pointSizeGranularity                            = 0.125
        lineWidthGranularity                            = 0.125
        strictLines                                     = false
        standardSampleLocations                         = true
        optimalBufferCopyOffsetAlignment                = 0x00000001
        optimalBufferCopyRowPitchAlignment              = 0x00000001
        nonCoherentAtomSize                             = 0x00000080

VkPhysicalDeviceSparseProperties:
---------------------------------
        residencyStandard2DBlockShape            = true
        residencyStandard2DMultisampleBlockShape = false
        residencyStandard3DBlockShape            = true
        residencyAlignedMipSize                  = false
        residencyNonResidentStrict               = true

VkPhysicalDeviceConservativeRasterizationPropertiesEXT:
-------------------------------------------------------
        primitiveOverestimationSize                 = 0
        maxExtraPrimitiveOverestimationSize         = 0
        extraPrimitiveOverestimationSizeGranularity = 0
        primitiveUnderestimation                    = true
        conservativePointAndLineRasterization       = false
        degenerateTrianglesRasterized               = true
        degenerateLinesRasterized                   = false
        fullyCoveredFragmentShaderInputVariable     = false
        conservativeRasterizationPostDepthCoverage  = true

VkPhysicalDeviceCustomBorderColorPropertiesEXT:
-----------------------------------------------
        maxCustomBorderColorSamplers = 4096

VkPhysicalDeviceDepthStencilResolveProperties:
----------------------------------------------
        supportedDepthResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        supportedStencilResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        independentResolveNone = true
        independentResolve     = true

VkPhysicalDeviceDescriptorIndexingProperties:
---------------------------------------------
        maxUpdateAfterBindDescriptorsInAllPools              = 4294967295
        shaderUniformBufferArrayNonUniformIndexingNative     = false
        shaderSampledImageArrayNonUniformIndexingNative      = false
        shaderStorageBufferArrayNonUniformIndexingNative     = false
        shaderStorageImageArrayNonUniformIndexingNative      = false
        shaderInputAttachmentArrayNonUniformIndexingNative   = false
        robustBufferAccessUpdateAfterBind                    = false
        quadDivergentImplicitLod                             = false
        maxPerStageDescriptorUpdateAfterBindSamplers         = 4294967295
        maxPerStageDescriptorUpdateAfterBindUniformBuffers   = 4294967295
        maxPerStageDescriptorUpdateAfterBindStorageBuffers   = 4294967295
        maxPerStageDescriptorUpdateAfterBindSampledImages    = 4294967295
        maxPerStageDescriptorUpdateAfterBindStorageImages    = 4294967295
        maxPerStageDescriptorUpdateAfterBindInputAttachments = 4294967295
        maxPerStageUpdateAfterBindResources                  = 4294967295
        maxDescriptorSetUpdateAfterBindSamplers              = 4294967295
        maxDescriptorSetUpdateAfterBindUniformBuffers        = 4294967295
        maxDescriptorSetUpdateAfterBindUniformBuffersDynamic = 8
        maxDescriptorSetUpdateAfterBindStorageBuffers        = 4294967295
        maxDescriptorSetUpdateAfterBindStorageBuffersDynamic = 8
        maxDescriptorSetUpdateAfterBindSampledImages         = 4294967295
        maxDescriptorSetUpdateAfterBindStorageImages         = 4294967295
        maxDescriptorSetUpdateAfterBindInputAttachments      = 4294967295

VkPhysicalDeviceDriverProperties:
---------------------------------
        driverID           = DRIVER_ID_AMD_OPEN_SOURCE
        driverName         = AMD open-source driver
        driverInfo         =
        conformanceVersion = 1.2.5.2

VkPhysicalDeviceExternalMemoryHostPropertiesEXT:
------------------------------------------------
        minImportedHostPointerAlignment = 0x00001000

VkPhysicalDeviceFloatControlsProperties:
----------------------------------------
        denormBehaviorIndependence            = SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY
        roundingModeIndependence              = SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY
        shaderSignedZeroInfNanPreserveFloat16 = true
        shaderSignedZeroInfNanPreserveFloat32 = true
        shaderSignedZeroInfNanPreserveFloat64 = true
        shaderDenormPreserveFloat16           = true
        shaderDenormPreserveFloat32           = true
        shaderDenormPreserveFloat64           = true
        shaderDenormFlushToZeroFloat16        = true
        shaderDenormFlushToZeroFloat32        = true
        shaderDenormFlushToZeroFloat64        = true
        shaderRoundingModeRTEFloat16          = true
        shaderRoundingModeRTEFloat32          = true
        shaderRoundingModeRTEFloat64          = true
        shaderRoundingModeRTZFloat16          = true
        shaderRoundingModeRTZFloat32          = true
        shaderRoundingModeRTZFloat64          = true

VkPhysicalDeviceIDProperties:
-----------------------------
        deviceUUID      = 00000000-0600-0000-0000-000000000000
        driverUUID      = 414d442d-4c49-4e55-582d-445256000000
        deviceNodeMask  = 1
        deviceLUIDValid = false

VkPhysicalDeviceInlineUniformBlockPropertiesEXT:
------------------------------------------------
        maxInlineUniformBlockSize                               = 65536
        maxPerStageDescriptorInlineUniformBlocks                = 16
        maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = 16
        maxDescriptorSetInlineUniformBlocks                     = 16
        maxDescriptorSetUpdateAfterBindInlineUniformBlocks      = 16

VkPhysicalDeviceLineRasterizationPropertiesEXT:
-----------------------------------------------
        lineSubPixelPrecisionBits = 4

VkPhysicalDeviceMaintenance3Properties:
---------------------------------------
        maxPerSetDescriptors    = 4294967295
        maxMemoryAllocationSize = 0x80000000

VkPhysicalDeviceMultiviewProperties:
------------------------------------
        maxMultiviewViewCount     = 6
        maxMultiviewInstanceIndex = 4294967295

VkPhysicalDevicePCIBusInfoPropertiesEXT:
----------------------------------------
        pciDomain   = 0
        pciBus      = 6
        pciDevice   = 0
        pciFunction = 0

VkPhysicalDevicePointClippingProperties:
----------------------------------------
        pointClippingBehavior = POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES

VkPhysicalDeviceProtectedMemoryProperties:
------------------------------------------
        protectedNoFault = false

VkPhysicalDeviceRobustness2PropertiesEXT:
-----------------------------------------
        robustStorageBufferAccessSizeAlignment = 0x00000004
        robustUniformBufferAccessSizeAlignment = 0x00000004

VkPhysicalDeviceSampleLocationsPropertiesEXT:
---------------------------------------------
        sampleLocationSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        maxSampleLocationGridSize:
                width  = 2
                height = 2
        sampleLocationCoordinateRange: count = 2
                0
                1
        sampleLocationSubPixelBits       = 4
        variableSampleLocations          = true

VkPhysicalDeviceSamplerFilterMinmaxProperties:
----------------------------------------------
        filterMinmaxSingleComponentFormats = true
        filterMinmaxImageComponentMapping  = true

VkPhysicalDeviceSubgroupProperties:
-----------------------------------
        subgroupSize              = 64
        supportedStages: count = 8
                SHADER_STAGE_VERTEX_BIT
                SHADER_STAGE_TESSELLATION_CONTROL_BIT
                SHADER_STAGE_TESSELLATION_EVALUATION_BIT
                SHADER_STAGE_GEOMETRY_BIT
                SHADER_STAGE_FRAGMENT_BIT
                SHADER_STAGE_COMPUTE_BIT
                SHADER_STAGE_ALL_GRAPHICS
                SHADER_STAGE_ALL
        supportedOperations: count = 8
                SUBGROUP_FEATURE_BASIC_BIT
                SUBGROUP_FEATURE_VOTE_BIT
                SUBGROUP_FEATURE_ARITHMETIC_BIT
                SUBGROUP_FEATURE_BALLOT_BIT
                SUBGROUP_FEATURE_SHUFFLE_BIT
                SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT
                SUBGROUP_FEATURE_CLUSTERED_BIT
                SUBGROUP_FEATURE_QUAD_BIT
        quadOperationsInAllStages = true

VkPhysicalDeviceSubgroupSizeControlPropertiesEXT:
-------------------------------------------------
        minSubgroupSize              = 32
        maxSubgroupSize              = 64
        maxComputeWorkgroupSubgroups = 4294967295
        requiredSubgroupSizeStages:
                None

VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT:
--------------------------------------------------
        storageTexelBufferOffsetAlignmentBytes       = 0x00000004
        storageTexelBufferOffsetSingleTexelAlignment = true
        uniformTexelBufferOffsetAlignmentBytes       = 0x00000004
        uniformTexelBufferOffsetSingleTexelAlignment = true

VkPhysicalDeviceTimelineSemaphoreProperties:
--------------------------------------------
        maxTimelineSemaphoreValueDifference = 4294967295

VkPhysicalDeviceTransformFeedbackPropertiesEXT:
-----------------------------------------------
        maxTransformFeedbackStreams                = 4
        maxTransformFeedbackBuffers                = 4
        maxTransformFeedbackBufferSize             = 0xffffffff
        maxTransformFeedbackStreamDataSize         = 512
        maxTransformFeedbackBufferDataSize         = 512
        maxTransformFeedbackBufferDataStride       = 512
        transformFeedbackQueries                   = true
        transformFeedbackStreamsLinesTriangles     = true
        transformFeedbackRasterizationStreamSelect = false
        transformFeedbackDraw                      = true

VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT:
----------------------------------------------------
        maxVertexAttribDivisor = 4294967295

VkPhysicalDeviceVulkan11Properties:
-----------------------------------
        deviceUUID                        = 00000000-0600-0000-0000-000000000000
        driverUUID                        = 414d442d-4c49-4e55-582d-445256000000
        deviceNodeMask                    = 1
        deviceLUIDValid                   = false
        subgroupSize                      = 64
        subgroupSupportedStages: count = 8
                SHADER_STAGE_VERTEX_BIT
                SHADER_STAGE_TESSELLATION_CONTROL_BIT
                SHADER_STAGE_TESSELLATION_EVALUATION_BIT
                SHADER_STAGE_GEOMETRY_BIT
                SHADER_STAGE_FRAGMENT_BIT
                SHADER_STAGE_COMPUTE_BIT
                SHADER_STAGE_ALL_GRAPHICS
                SHADER_STAGE_ALL
        subgroupSupportedOperations: count = 8
                SUBGROUP_FEATURE_BASIC_BIT
                SUBGROUP_FEATURE_VOTE_BIT
                SUBGROUP_FEATURE_ARITHMETIC_BIT
                SUBGROUP_FEATURE_BALLOT_BIT
                SUBGROUP_FEATURE_SHUFFLE_BIT
                SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT
                SUBGROUP_FEATURE_CLUSTERED_BIT
                SUBGROUP_FEATURE_QUAD_BIT
        subgroupQuadOperationsInAllStages = true
        pointClippingBehavior             = POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES
        maxMultiviewViewCount             = 6
        maxMultiviewInstanceIndex         = 4294967295
        protectedNoFault                  = false
        maxPerSetDescriptors              = 4294967295
        maxMemoryAllocationSize           = 0x80000000

VkPhysicalDeviceVulkan12Properties:
-----------------------------------
        driverID                                             = DRIVER_ID_AMD_OPEN_SOURCE
        driverName                                           = AMD open-source driver
        driverInfo                                           =
        conformanceVersion                                   = 1.2.5.2
        denormBehaviorIndependence                           = SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY
        roundingModeIndependence                             = SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY
        shaderSignedZeroInfNanPreserveFloat16                = true
        shaderSignedZeroInfNanPreserveFloat32                = true
        shaderSignedZeroInfNanPreserveFloat64                = true
        shaderDenormPreserveFloat16                          = true
        shaderDenormPreserveFloat32                          = true
        shaderDenormPreserveFloat64                          = true
        shaderDenormFlushToZeroFloat16                       = true
        shaderDenormFlushToZeroFloat32                       = true
        shaderDenormFlushToZeroFloat64                       = true
        shaderRoundingModeRTEFloat16                         = true
        shaderRoundingModeRTEFloat32                         = true
        shaderRoundingModeRTEFloat64                         = true
        shaderRoundingModeRTZFloat16                         = true
        shaderRoundingModeRTZFloat32                         = true
        shaderRoundingModeRTZFloat64                         = true
        maxUpdateAfterBindDescriptorsInAllPools              = 4294967295
        shaderUniformBufferArrayNonUniformIndexingNative     = false
        shaderSampledImageArrayNonUniformIndexingNative      = false
        shaderStorageBufferArrayNonUniformIndexingNative     = false
        shaderStorageImageArrayNonUniformIndexingNative      = false
        shaderInputAttachmentArrayNonUniformIndexingNative   = false
        robustBufferAccessUpdateAfterBind                    = false
        quadDivergentImplicitLod                             = false
        maxPerStageDescriptorUpdateAfterBindSamplers         = 4294967295
        maxPerStageDescriptorUpdateAfterBindUniformBuffers   = 4294967295
        maxPerStageDescriptorUpdateAfterBindStorageBuffers   = 4294967295
        maxPerStageDescriptorUpdateAfterBindSampledImages    = 4294967295
        maxPerStageDescriptorUpdateAfterBindStorageImages    = 4294967295
        maxPerStageDescriptorUpdateAfterBindInputAttachments = 4294967295
        maxPerStageUpdateAfterBindResources                  = 4294967295
        maxDescriptorSetUpdateAfterBindSamplers              = 4294967295
        maxDescriptorSetUpdateAfterBindUniformBuffers        = 4294967295
        maxDescriptorSetUpdateAfterBindUniformBuffersDynamic = 8
        maxDescriptorSetUpdateAfterBindStorageBuffers        = 4294967295
        maxDescriptorSetUpdateAfterBindStorageBuffersDynamic = 8
        maxDescriptorSetUpdateAfterBindSampledImages         = 4294967295
        maxDescriptorSetUpdateAfterBindStorageImages         = 4294967295
        maxDescriptorSetUpdateAfterBindInputAttachments      = 4294967295
        supportedDepthResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        supportedStencilResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        independentResolveNone                               = true
        independentResolve                                   = true
        filterMinmaxSingleComponentFormats                   = true
        filterMinmaxImageComponentMapping                    = true
        maxTimelineSemaphoreValueDifference                  = 4294967295
        framebufferIntegerColorSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT


Device Extensions: count = 113
        VK_AMD_buffer_marker                        : extension revision 1
        VK_AMD_device_coherent_memory               : extension revision 1
        VK_AMD_draw_indirect_count                  : extension revision 2
        VK_AMD_gcn_shader                           : extension revision 1
        VK_AMD_gpa_interface                        : extension revision 1
        VK_AMD_gpu_shader_half_float                : extension revision 2
        VK_AMD_gpu_shader_int16                     : extension revision 2
        VK_AMD_memory_overallocation_behavior       : extension revision 1
        VK_AMD_mixed_attachment_samples             : extension revision 1
        VK_AMD_shader_ballot                        : extension revision 1
        VK_AMD_shader_core_properties               : extension revision 2
        VK_AMD_shader_core_properties2              : extension revision 1
        VK_AMD_shader_explicit_vertex_parameter     : extension revision 1
        VK_AMD_shader_fragment_mask                 : extension revision 1
        VK_AMD_shader_image_load_store_lod          : extension revision 1
        VK_AMD_shader_info                          : extension revision 1
        VK_AMD_shader_trinary_minmax                : extension revision 1
        VK_AMD_texture_gather_bias_lod              : extension revision 1
        VK_EXT_4444_formats                         : extension revision 1
        VK_EXT_calibrated_timestamps                : extension revision 2
        VK_EXT_color_write_enable                   : extension revision 1
        VK_EXT_conditional_rendering                : extension revision 2
        VK_EXT_conservative_rasterization           : extension revision 1
        VK_EXT_custom_border_color                  : extension revision 12
        VK_EXT_depth_clip_enable                    : extension revision 1
        VK_EXT_depth_range_unrestricted             : extension revision 1
        VK_EXT_descriptor_indexing                  : extension revision 2
        VK_EXT_extended_dynamic_state               : extension revision 1
        VK_EXT_extended_dynamic_state2              : extension revision 1
        VK_EXT_external_memory_dma_buf              : extension revision 1
        VK_EXT_external_memory_host                 : extension revision 1
        VK_EXT_global_priority                      : extension revision 2
        VK_EXT_hdr_metadata                         : extension revision 2
        VK_EXT_host_query_reset                     : extension revision 1
        VK_EXT_image_robustness                     : extension revision 1
        VK_EXT_inline_uniform_block                 : extension revision 1
        VK_EXT_line_rasterization                   : extension revision 1
        VK_EXT_load_store_op_none                   : extension revision 1
        VK_EXT_memory_budget                        : extension revision 1
        VK_EXT_memory_priority                      : extension revision 1
        VK_EXT_pci_bus_info                         : extension revision 2
        VK_EXT_pipeline_creation_cache_control      : extension revision 3
        VK_EXT_pipeline_creation_feedback           : extension revision 1
        VK_EXT_post_depth_coverage                  : extension revision 1
        VK_EXT_private_data                         : extension revision 1
        VK_EXT_queue_family_foreign                 : extension revision 1
        VK_EXT_robustness2                          : extension revision 1
        VK_EXT_sample_locations                     : extension revision 1
        VK_EXT_sampler_filter_minmax                : extension revision 2
        VK_EXT_scalar_block_layout                  : extension revision 1
        VK_EXT_separate_stencil_usage               : extension revision 1
        VK_EXT_shader_demote_to_helper_invocation   : extension revision 1
        VK_EXT_shader_image_atomic_int64            : extension revision 1
        VK_EXT_shader_stencil_export                : extension revision 1
        VK_EXT_shader_subgroup_ballot               : extension revision 1
        VK_EXT_shader_subgroup_vote                 : extension revision 1
        VK_EXT_shader_viewport_index_layer          : extension revision 1
        VK_EXT_subgroup_size_control                : extension revision 2
        VK_EXT_texel_buffer_alignment               : extension revision 1
        VK_EXT_transform_feedback                   : extension revision 1
        VK_EXT_vertex_attribute_divisor             : extension revision 3
        VK_GOOGLE_decorate_string                   : extension revision 1
        VK_GOOGLE_hlsl_functionality1               : extension revision 1
        VK_GOOGLE_user_type                         : extension revision 1
        VK_KHR_16bit_storage                        : extension revision 1
        VK_KHR_8bit_storage                         : extension revision 1
        VK_KHR_bind_memory2                         : extension revision 1
        VK_KHR_buffer_device_address                : extension revision 1
        VK_KHR_copy_commands2                       : extension revision 1
        VK_KHR_create_renderpass2                   : extension revision 1
        VK_KHR_dedicated_allocation                 : extension revision 3
        VK_KHR_depth_stencil_resolve                : extension revision 1
        VK_KHR_descriptor_update_template           : extension revision 1
        VK_KHR_device_group                         : extension revision 4
        VK_KHR_draw_indirect_count                  : extension revision 1
        VK_KHR_driver_properties                    : extension revision 1
        VK_KHR_external_fence                       : extension revision 1
        VK_KHR_external_fence_fd                    : extension revision 1
        VK_KHR_external_memory                      : extension revision 1
        VK_KHR_external_memory_fd                   : extension revision 1
        VK_KHR_external_semaphore                   : extension revision 1
        VK_KHR_external_semaphore_fd                : extension revision 1
        VK_KHR_get_memory_requirements2             : extension revision 1
        VK_KHR_image_format_list                    : extension revision 1
        VK_KHR_imageless_framebuffer                : extension revision 1
        VK_KHR_maintenance1                         : extension revision 2
        VK_KHR_maintenance2                         : extension revision 1
        VK_KHR_maintenance3                         : extension revision 1
        VK_KHR_multiview                            : extension revision 1
        VK_KHR_pipeline_executable_properties       : extension revision 1
        VK_KHR_relaxed_block_layout                 : extension revision 1
        VK_KHR_sampler_mirror_clamp_to_edge         : extension revision 3
        VK_KHR_sampler_ycbcr_conversion             : extension revision 14
        VK_KHR_separate_depth_stencil_layouts       : extension revision 1
        VK_KHR_shader_atomic_int64                  : extension revision 1
        VK_KHR_shader_clock                         : extension revision 1
        VK_KHR_shader_draw_parameters               : extension revision 1
        VK_KHR_shader_float16_int8                  : extension revision 1
        VK_KHR_shader_float_controls                : extension revision 4
        VK_KHR_shader_non_semantic_info             : extension revision 1
        VK_KHR_shader_subgroup_extended_types       : extension revision 1
        VK_KHR_shader_subgroup_uniform_control_flow : extension revision 1
        VK_KHR_shader_terminate_invocation          : extension revision 1
        VK_KHR_spirv_1_4                            : extension revision 1
        VK_KHR_storage_buffer_storage_class         : extension revision 1
        VK_KHR_swapchain                            : extension revision 70
        VK_KHR_swapchain_mutable_format             : extension revision 1
        VK_KHR_synchronization2                     : extension revision 1
        VK_KHR_timeline_semaphore                   : extension revision 2
        VK_KHR_uniform_buffer_standard_layout       : extension revision 1
        VK_KHR_variable_pointers                    : extension revision 1
        VK_KHR_vulkan_memory_model                  : extension revision 3
        VK_KHR_zero_initialize_workgroup_memory     : extension revision 1

VkQueueFamilyProperties:
========================
        queueProperties[0]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 1
                queueFlags                  = QUEUE_GRAPHICS | QUEUE_COMPUTE | QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = false

        queueProperties[1]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 4
                queueFlags                  = QUEUE_COMPUTE | QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = false

        queueProperties[2]:
        -------------------
                minImageTransferGranularity = (16,16,8)
                queueCount                  = 2
                queueFlags                  = QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = false

VkPhysicalDeviceMemoryProperties:
=================================
memoryHeaps: count = 2
        memoryHeaps[0]:
                size   = 8573157376 (0x1ff000000) (7.98 GiB)
                budget = 8144499712 (0x1e5733400) (7.59 GiB)
                usage  = 0 (0x00000000) (0.00 B)
                flags:
                        None
        memoryHeaps[1]:
                size   = 8573157376 (0x1ff000000) (7.98 GiB)
                budget = 8144499712 (0x1e5733400) (7.59 GiB)
                usage  = 0 (0x00000000) (0.00 B)
                flags: count = 2
                        MEMORY_HEAP_DEVICE_LOCAL_BIT
                        MEMORY_HEAP_MULTI_INSTANCE_BIT
memoryTypes: count = 8
        memoryTypes[0]:
                heapIndex     = 1
                propertyFlags = 0x0001: count = 1
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D16_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
        memoryTypes[1]:
                heapIndex     = 0
                propertyFlags = 0x0006: count = 2
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D16_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
        memoryTypes[2]:
                heapIndex     = 1
                propertyFlags = 0x0007: count = 3
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D16_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
        memoryTypes[3]:
                heapIndex     = 0
                propertyFlags = 0x000e: count = 3
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_HOST_CACHED_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D16_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
        memoryTypes[4]:
                heapIndex     = 1
                propertyFlags = 0x00c1: count = 3
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                        MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
                        MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                None
        memoryTypes[5]:
                heapIndex     = 0
                propertyFlags = 0x00c6: count = 4
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
                        MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                None
        memoryTypes[6]:
                heapIndex     = 1
                propertyFlags = 0x00c7: count = 5
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
                        MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                None
        memoryTypes[7]:
                heapIndex     = 0
                propertyFlags = 0x00ce: count = 5
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_HOST_CACHED_BIT
                        MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
                        MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                None

VkPhysicalDeviceFeatures:
=========================
        robustBufferAccess                      = true
        fullDrawIndexUint32                     = true
        imageCubeArray                          = true
        independentBlend                        = true
        geometryShader                          = true
        tessellationShader                      = true
        sampleRateShading                       = true
        dualSrcBlend                            = true
        logicOp                                 = true
        multiDrawIndirect                       = true
        drawIndirectFirstInstance               = true
        depthClamp                              = true
        depthBiasClamp                          = true
        fillModeNonSolid                        = true
        depthBounds                             = true
        wideLines                               = true
        largePoints                             = true
        alphaToOne                              = false
        multiViewport                           = true
        samplerAnisotropy                       = true
        textureCompressionETC2                  = false
        textureCompressionASTC_LDR              = false
        textureCompressionBC                    = true
        occlusionQueryPrecise                   = true
        pipelineStatisticsQuery                 = true
        vertexPipelineStoresAndAtomics          = true
        fragmentStoresAndAtomics                = true
        shaderTessellationAndGeometryPointSize  = true
        shaderImageGatherExtended               = true
        shaderStorageImageExtendedFormats       = true
        shaderStorageImageMultisample           = true
        shaderStorageImageReadWithoutFormat     = true
        shaderStorageImageWriteWithoutFormat    = true
        shaderUniformBufferArrayDynamicIndexing = true
        shaderSampledImageArrayDynamicIndexing  = true
        shaderStorageBufferArrayDynamicIndexing = true
        shaderStorageImageArrayDynamicIndexing  = true
        shaderClipDistance                      = true
        shaderCullDistance                      = true
        shaderFloat64                           = true
        shaderInt64                             = true
        shaderInt16                             = true
        shaderResourceResidency                 = true
        shaderResourceMinLod                    = true
        sparseBinding                           = true
        sparseResidencyBuffer                   = true
        sparseResidencyImage2D                  = true
        sparseResidencyImage3D                  = true
        sparseResidency2Samples                 = false
        sparseResidency4Samples                 = false
        sparseResidency8Samples                 = false
        sparseResidency16Samples                = false
        sparseResidencyAliased                  = true
        variableMultisampleRate                 = true
        inheritedQueries                        = true

VkPhysicalDevice16BitStorageFeatures:
-------------------------------------
        storageBuffer16BitAccess           = true
        uniformAndStorageBuffer16BitAccess = true
        storagePushConstant16              = false
        storageInputOutput16               = true

VkPhysicalDevice4444FormatsFeaturesEXT:
---------------------------------------
        formatA4R4G4B4 = true
        formatA4B4G4R4 = true

VkPhysicalDevice8BitStorageFeatures:
------------------------------------
        storageBuffer8BitAccess           = true
        uniformAndStorageBuffer8BitAccess = true
        storagePushConstant8              = false

VkPhysicalDeviceBufferDeviceAddressFeatures:
--------------------------------------------
        bufferDeviceAddress              = true
        bufferDeviceAddressCaptureReplay = true
        bufferDeviceAddressMultiDevice   = false

VkPhysicalDeviceColorWriteEnableFeaturesEXT:
--------------------------------------------
        colorWriteEnable = true

VkPhysicalDeviceConditionalRenderingFeaturesEXT:
------------------------------------------------
        conditionalRendering          = true
        inheritedConditionalRendering = true

VkPhysicalDeviceCustomBorderColorFeaturesEXT:
---------------------------------------------
        customBorderColors             = true
        customBorderColorWithoutFormat = true

VkPhysicalDeviceDepthClipEnableFeaturesEXT:
-------------------------------------------
        depthClipEnable = true

VkPhysicalDeviceDescriptorIndexingFeatures:
-------------------------------------------
        shaderInputAttachmentArrayDynamicIndexing          = false
        shaderUniformTexelBufferArrayDynamicIndexing       = true
        shaderStorageTexelBufferArrayDynamicIndexing       = true
        shaderUniformBufferArrayNonUniformIndexing         = true
        shaderSampledImageArrayNonUniformIndexing          = true
        shaderStorageBufferArrayNonUniformIndexing         = true
        shaderStorageImageArrayNonUniformIndexing          = true
        shaderInputAttachmentArrayNonUniformIndexing       = false
        shaderUniformTexelBufferArrayNonUniformIndexing    = true
        shaderStorageTexelBufferArrayNonUniformIndexing    = true
        descriptorBindingUniformBufferUpdateAfterBind      = true
        descriptorBindingSampledImageUpdateAfterBind       = true
        descriptorBindingStorageImageUpdateAfterBind       = true
        descriptorBindingStorageBufferUpdateAfterBind      = true
        descriptorBindingUniformTexelBufferUpdateAfterBind = true
        descriptorBindingStorageTexelBufferUpdateAfterBind = true
        descriptorBindingUpdateUnusedWhilePending          = true
        descriptorBindingPartiallyBound                    = true
        descriptorBindingVariableDescriptorCount           = true
        runtimeDescriptorArray                             = true

VkPhysicalDeviceExtendedDynamicState2FeaturesEXT:
-------------------------------------------------
        extendedDynamicState2                   = true
        extendedDynamicState2LogicOp            = false
        extendedDynamicState2PatchControlPoints = false

VkPhysicalDeviceExtendedDynamicStateFeaturesEXT:
------------------------------------------------
        extendedDynamicState = true

VkPhysicalDeviceHostQueryResetFeatures:
---------------------------------------
        hostQueryReset = true

VkPhysicalDeviceImageRobustnessFeaturesEXT:
-------------------------------------------
        robustImageAccess = true

VkPhysicalDeviceImagelessFramebufferFeatures:
---------------------------------------------
        imagelessFramebuffer = true

VkPhysicalDeviceInlineUniformBlockFeaturesEXT:
----------------------------------------------
        inlineUniformBlock                                 = true
        descriptorBindingInlineUniformBlockUpdateAfterBind = true

VkPhysicalDeviceLineRasterizationFeaturesEXT:
---------------------------------------------
        rectangularLines         = false
        bresenhamLines           = true
        smoothLines              = false
        stippledRectangularLines = false
        stippledBresenhamLines   = true
        stippledSmoothLines      = false

VkPhysicalDeviceMemoryPriorityFeaturesEXT:
------------------------------------------
        memoryPriority = true

VkPhysicalDeviceMultiviewFeatures:
----------------------------------
        multiview                   = true
        multiviewGeometryShader     = false
        multiviewTessellationShader = true

VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT:
--------------------------------------------------------
        pipelineCreationCacheControl = true

VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR:
--------------------------------------------------------
        pipelineExecutableInfo = true

VkPhysicalDevicePrivateDataFeaturesEXT:
---------------------------------------
        privateData = true

VkPhysicalDeviceProtectedMemoryFeatures:
----------------------------------------
        protectedMemory = false

VkPhysicalDeviceRobustness2FeaturesEXT:
---------------------------------------
        robustBufferAccess2 = true
        robustImageAccess2  = true
        nullDescriptor      = true

VkPhysicalDeviceSamplerYcbcrConversionFeatures:
-----------------------------------------------
        samplerYcbcrConversion = true

VkPhysicalDeviceScalarBlockLayoutFeatures:
------------------------------------------
        scalarBlockLayout = true

VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures:
----------------------------------------------------
        separateDepthStencilLayouts = true

VkPhysicalDeviceShaderAtomicInt64Features:
------------------------------------------
        shaderBufferInt64Atomics = true
        shaderSharedInt64Atomics = true

VkPhysicalDeviceShaderClockFeaturesKHR:
---------------------------------------
        shaderSubgroupClock = true
        shaderDeviceClock   = true

VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT:
----------------------------------------------------------
        shaderDemoteToHelperInvocation = true

VkPhysicalDeviceShaderDrawParametersFeatures:
---------------------------------------------
        shaderDrawParameters = true

VkPhysicalDeviceShaderFloat16Int8Features:
------------------------------------------
        shaderFloat16 = true
        shaderInt8    = true

VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT:
--------------------------------------------------
        shaderImageInt64Atomics = true
        sparseImageInt64Atomics = true

VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures:
----------------------------------------------------
        shaderSubgroupExtendedTypes = true

VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR:
------------------------------------------------------------
        shaderSubgroupUniformControlFlow = true

VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR:
-----------------------------------------------------
        shaderTerminateInvocation = true

VkPhysicalDeviceSubgroupSizeControlFeaturesEXT:
-----------------------------------------------
        subgroupSizeControl  = true
        computeFullSubgroups = true

VkPhysicalDeviceSynchronization2FeaturesKHR:
--------------------------------------------
        synchronization2 = true

VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT:
------------------------------------------------
        texelBufferAlignment = true

VkPhysicalDeviceTimelineSemaphoreFeatures:
------------------------------------------
        timelineSemaphore = true

VkPhysicalDeviceTransformFeedbackFeaturesEXT:
---------------------------------------------
        transformFeedback = true
        geometryStreams   = true

VkPhysicalDeviceUniformBufferStandardLayoutFeatures:
----------------------------------------------------
        uniformBufferStandardLayout = true

VkPhysicalDeviceVariablePointersFeatures:
-----------------------------------------
        variablePointersStorageBuffer = true
        variablePointers              = true

VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT:
--------------------------------------------------
        vertexAttributeInstanceRateDivisor     = true
        vertexAttributeInstanceRateZeroDivisor = true

VkPhysicalDeviceVulkan11Features:
---------------------------------
        storageBuffer16BitAccess           = true
        uniformAndStorageBuffer16BitAccess = true
        storagePushConstant16              = false
        storageInputOutput16               = true
        multiview                          = true
        multiviewGeometryShader            = false
        multiviewTessellationShader        = true
        variablePointersStorageBuffer      = true
        variablePointers                   = true
        protectedMemory                    = false
        samplerYcbcrConversion             = true
        shaderDrawParameters               = true

VkPhysicalDeviceVulkan12Features:
---------------------------------
        samplerMirrorClampToEdge                           = true
        drawIndirectCount                                  = true
        storageBuffer8BitAccess                            = true
        uniformAndStorageBuffer8BitAccess                  = true
        storagePushConstant8                               = false
        shaderBufferInt64Atomics                           = true
        shaderSharedInt64Atomics                           = true
        shaderFloat16                                      = true
        shaderInt8                                         = true
        descriptorIndexing                                 = true
        shaderInputAttachmentArrayDynamicIndexing          = false
        shaderUniformTexelBufferArrayDynamicIndexing       = true
        shaderStorageTexelBufferArrayDynamicIndexing       = true
        shaderUniformBufferArrayNonUniformIndexing         = true
        shaderSampledImageArrayNonUniformIndexing          = true
        shaderStorageBufferArrayNonUniformIndexing         = true
        shaderStorageImageArrayNonUniformIndexing          = true
        shaderInputAttachmentArrayNonUniformIndexing       = false
        shaderUniformTexelBufferArrayNonUniformIndexing    = true
        shaderStorageTexelBufferArrayNonUniformIndexing    = true
        descriptorBindingUniformBufferUpdateAfterBind      = true
        descriptorBindingSampledImageUpdateAfterBind       = true
        descriptorBindingStorageImageUpdateAfterBind       = true
        descriptorBindingStorageBufferUpdateAfterBind      = true
        descriptorBindingUniformTexelBufferUpdateAfterBind = true
        descriptorBindingStorageTexelBufferUpdateAfterBind = true
        descriptorBindingUpdateUnusedWhilePending          = true
        descriptorBindingPartiallyBound                    = true
        descriptorBindingVariableDescriptorCount           = true
        runtimeDescriptorArray                             = true
        samplerFilterMinmax                                = true
        scalarBlockLayout                                  = true
        imagelessFramebuffer                               = true
        uniformBufferStandardLayout                        = true
        shaderSubgroupExtendedTypes                        = true
        separateDepthStencilLayouts                        = true
        hostQueryReset                                     = true
        timelineSemaphore                                  = true
        bufferDeviceAddress                                = true
        bufferDeviceAddressCaptureReplay                   = true
        bufferDeviceAddressMultiDevice                     = false
        vulkanMemoryModel                                  = true
        vulkanMemoryModelDeviceScope                       = true
        vulkanMemoryModelAvailabilityVisibilityChains      = false
        shaderOutputViewportIndex                          = true
        shaderOutputLayer                                  = true
        subgroupBroadcastDynamicId                         = true

VkPhysicalDeviceVulkanMemoryModelFeatures:
------------------------------------------
        vulkanMemoryModel                             = true
        vulkanMemoryModelDeviceScope                  = true
        vulkanMemoryModelAvailabilityVisibilityChains = false

VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR:
---------------------------------------------------------
        shaderZeroInitializeWorkgroupMemory = true


GPU1:
VkPhysicalDeviceProperties:
---------------------------
        apiVersion        = 4202676 (1.2.180)
        driverVersion     = 8388799 (0x8000bf)
        vendorID          = 0x1002
        deviceID          = 0x731f
        deviceType        = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
        deviceName        = AMD Radeon RX 5700 XT
        pipelineCacheUUID = cff4e6a0-bea7-5209-9a8f-8c8e0b774e12

VkPhysicalDeviceLimits:
-----------------------
        maxImageDimension1D                             = 16384
        maxImageDimension2D                             = 16384
        maxImageDimension3D                             = 2048
        maxImageDimensionCube                           = 16384
        maxImageArrayLayers                             = 8192
        maxTexelBufferElements                          = 4294967295
        maxUniformBufferRange                           = 4294967295
        maxStorageBufferRange                           = 4294967295
        maxPushConstantsSize                            = 128
        maxMemoryAllocationCount                        = 4294967295
        maxSamplerAllocationCount                       = 1048576
        bufferImageGranularity                          = 0x00000001
        sparseAddressSpaceSize                          = 0x7ff900000000
        maxBoundDescriptorSets                          = 32
        maxPerStageDescriptorSamplers                   = 4294967295
        maxPerStageDescriptorUniformBuffers             = 4294967295
        maxPerStageDescriptorStorageBuffers             = 4294967295
        maxPerStageDescriptorSampledImages              = 4294967295
        maxPerStageDescriptorStorageImages              = 4294967295
        maxPerStageDescriptorInputAttachments           = 4294967295
        maxPerStageResources                            = 4294967295
        maxDescriptorSetSamplers                        = 4294967295
        maxDescriptorSetUniformBuffers                  = 4294967295
        maxDescriptorSetUniformBuffersDynamic           = 8
        maxDescriptorSetStorageBuffers                  = 4294967295
        maxDescriptorSetStorageBuffersDynamic           = 8
        maxDescriptorSetSampledImages                   = 4294967295
        maxDescriptorSetStorageImages                   = 4294967295
        maxDescriptorSetInputAttachments                = 4294967295
        maxVertexInputAttributes                        = 64
        maxVertexInputBindings                          = 32
        maxVertexInputAttributeOffset                   = 4294967295
        maxVertexInputBindingStride                     = 16383
        maxVertexOutputComponents                       = 128
        maxTessellationGenerationLevel                  = 64
        maxTessellationPatchSize                        = 32
        maxTessellationControlPerVertexInputComponents  = 128
        maxTessellationControlPerVertexOutputComponents = 128
        maxTessellationControlPerPatchOutputComponents  = 120
        maxTessellationControlTotalOutputComponents     = 4096
        maxTessellationEvaluationInputComponents        = 128
        maxTessellationEvaluationOutputComponents       = 128
        maxGeometryShaderInvocations                    = 127
        maxGeometryInputComponents                      = 128
        maxGeometryOutputComponents                     = 128
        maxGeometryOutputVertices                       = 1023
        maxGeometryTotalOutputComponents                = 4095
        maxFragmentInputComponents                      = 128
        maxFragmentOutputAttachments                    = 8
        maxFragmentDualSrcAttachments                   = 1
        maxFragmentCombinedOutputResources              = 4294967295
        maxComputeSharedMemorySize                      = 65536
        maxComputeWorkGroupCount: count = 3
                65535
                65535
                65535
        maxComputeWorkGroupInvocations                  = 1024
        maxComputeWorkGroupSize: count = 3
                1024
                1024
                1024
        subPixelPrecisionBits                           = 8
        subTexelPrecisionBits                           = 8
        mipmapPrecisionBits                             = 8
        maxDrawIndexedIndexValue                        = 4294967295
        maxDrawIndirectCount                            = 4294967295
        maxSamplerLodBias                               = 15.9961
        maxSamplerAnisotropy                            = 16
        maxViewports                                    = 16
        maxViewportDimensions: count = 2
                16384
                16384
        viewportBoundsRange: count = 2
                -32768
                32767
        viewportSubPixelBits                            = 8
        minMemoryMapAlignment                           = 64
        minTexelBufferOffsetAlignment                   = 0x00000004
        minUniformBufferOffsetAlignment                 = 0x00000010
        minStorageBufferOffsetAlignment                 = 0x00000004
        minTexelOffset                                  = -64
        maxTexelOffset                                  = 63
        minTexelGatherOffset                            = -32
        maxTexelGatherOffset                            = 31
        minInterpolationOffset                          = -2
        maxInterpolationOffset                          = 1
        subPixelInterpolationOffsetBits                 = 8
        maxFramebufferWidth                             = 16384
        maxFramebufferHeight                            = 16384
        maxFramebufferLayers                            = 2048
        framebufferColorSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        framebufferDepthSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        framebufferStencilSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        framebufferNoAttachmentsSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        maxColorAttachments                             = 8
        sampledImageColorSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        sampledImageIntegerSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        sampledImageDepthSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        sampledImageStencilSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        storageImageSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        maxSampleMaskWords                              = 1
        timestampComputeAndGraphics                     = true
        timestampPeriod                                 = 10
        maxClipDistances                                = 8
        maxCullDistances                                = 8
        maxCombinedClipAndCullDistances                 = 8
        discreteQueuePriorities                         = 2
        pointSizeRange: count = 2
                0
                8191.88
        lineWidthRange: count = 2
                0
                8191.88
        pointSizeGranularity                            = 0.125
        lineWidthGranularity                            = 0.125
        strictLines                                     = false
        standardSampleLocations                         = true
        optimalBufferCopyOffsetAlignment                = 0x00000001
        optimalBufferCopyRowPitchAlignment              = 0x00000001
        nonCoherentAtomSize                             = 0x00000080

VkPhysicalDeviceSparseProperties:
---------------------------------
        residencyStandard2DBlockShape            = true
        residencyStandard2DMultisampleBlockShape = false
        residencyStandard3DBlockShape            = true
        residencyAlignedMipSize                  = false
        residencyNonResidentStrict               = true

VkPhysicalDeviceConservativeRasterizationPropertiesEXT:
-------------------------------------------------------
        primitiveOverestimationSize                 = 0
        maxExtraPrimitiveOverestimationSize         = 0
        extraPrimitiveOverestimationSizeGranularity = 0
        primitiveUnderestimation                    = true
        conservativePointAndLineRasterization       = false
        degenerateTrianglesRasterized               = true
        degenerateLinesRasterized                   = false
        fullyCoveredFragmentShaderInputVariable     = false
        conservativeRasterizationPostDepthCoverage  = true

VkPhysicalDeviceCustomBorderColorPropertiesEXT:
-----------------------------------------------
        maxCustomBorderColorSamplers = 4096

VkPhysicalDeviceDepthStencilResolveProperties:
----------------------------------------------
        supportedDepthResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        supportedStencilResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        independentResolveNone = true
        independentResolve     = true

VkPhysicalDeviceDescriptorIndexingProperties:
---------------------------------------------
        maxUpdateAfterBindDescriptorsInAllPools              = 4294967295
        shaderUniformBufferArrayNonUniformIndexingNative     = false
        shaderSampledImageArrayNonUniformIndexingNative      = false
        shaderStorageBufferArrayNonUniformIndexingNative     = false
        shaderStorageImageArrayNonUniformIndexingNative      = false
        shaderInputAttachmentArrayNonUniformIndexingNative   = false
        robustBufferAccessUpdateAfterBind                    = false
        quadDivergentImplicitLod                             = false
        maxPerStageDescriptorUpdateAfterBindSamplers         = 4294967295
        maxPerStageDescriptorUpdateAfterBindUniformBuffers   = 4294967295
        maxPerStageDescriptorUpdateAfterBindStorageBuffers   = 4294967295
        maxPerStageDescriptorUpdateAfterBindSampledImages    = 4294967295
        maxPerStageDescriptorUpdateAfterBindStorageImages    = 4294967295
        maxPerStageDescriptorUpdateAfterBindInputAttachments = 4294967295
        maxPerStageUpdateAfterBindResources                  = 4294967295
        maxDescriptorSetUpdateAfterBindSamplers              = 4294967295
        maxDescriptorSetUpdateAfterBindUniformBuffers        = 4294967295
        maxDescriptorSetUpdateAfterBindUniformBuffersDynamic = 8
        maxDescriptorSetUpdateAfterBindStorageBuffers        = 4294967295
        maxDescriptorSetUpdateAfterBindStorageBuffersDynamic = 8
        maxDescriptorSetUpdateAfterBindSampledImages         = 4294967295
        maxDescriptorSetUpdateAfterBindStorageImages         = 4294967295
        maxDescriptorSetUpdateAfterBindInputAttachments      = 4294967295

VkPhysicalDeviceDriverProperties:
---------------------------------
        driverID           = DRIVER_ID_AMD_PROPRIETARY
        driverName         = AMD proprietary driver
        driverInfo         =
        conformanceVersion = 1.2.2.2

VkPhysicalDeviceExternalMemoryHostPropertiesEXT:
------------------------------------------------
        minImportedHostPointerAlignment = 0x00001000

VkPhysicalDeviceFloatControlsProperties:
----------------------------------------
        denormBehaviorIndependence            = SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY
        roundingModeIndependence              = SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY
        shaderSignedZeroInfNanPreserveFloat16 = true
        shaderSignedZeroInfNanPreserveFloat32 = true
        shaderSignedZeroInfNanPreserveFloat64 = true
        shaderDenormPreserveFloat16           = true
        shaderDenormPreserveFloat32           = true
        shaderDenormPreserveFloat64           = true
        shaderDenormFlushToZeroFloat16        = true
        shaderDenormFlushToZeroFloat32        = true
        shaderDenormFlushToZeroFloat64        = true
        shaderRoundingModeRTEFloat16          = true
        shaderRoundingModeRTEFloat32          = true
        shaderRoundingModeRTEFloat64          = true
        shaderRoundingModeRTZFloat16          = true
        shaderRoundingModeRTZFloat32          = true
        shaderRoundingModeRTZFloat64          = true

VkPhysicalDeviceIDProperties:
-----------------------------
        deviceUUID      = 00000000-0600-0000-0000-000000000000
        driverUUID      = 414d442d-4c49-4e55-582d-445256000000
        deviceNodeMask  = 1
        deviceLUIDValid = false

VkPhysicalDeviceInlineUniformBlockPropertiesEXT:
------------------------------------------------
        maxInlineUniformBlockSize                               = 65536
        maxPerStageDescriptorInlineUniformBlocks                = 16
        maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = 16
        maxDescriptorSetInlineUniformBlocks                     = 16
        maxDescriptorSetUpdateAfterBindInlineUniformBlocks      = 16

VkPhysicalDeviceLineRasterizationPropertiesEXT:
-----------------------------------------------
        lineSubPixelPrecisionBits = 4

VkPhysicalDeviceMaintenance3Properties:
---------------------------------------
        maxPerSetDescriptors    = 4294967295
        maxMemoryAllocationSize = 0x80000000

VkPhysicalDeviceMultiviewProperties:
------------------------------------
        maxMultiviewViewCount     = 6
        maxMultiviewInstanceIndex = 4294967295

VkPhysicalDevicePCIBusInfoPropertiesEXT:
----------------------------------------
        pciDomain   = 0
        pciBus      = 6
        pciDevice   = 0
        pciFunction = 0

VkPhysicalDevicePointClippingProperties:
----------------------------------------
        pointClippingBehavior = POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES

VkPhysicalDeviceProtectedMemoryProperties:
------------------------------------------
        protectedNoFault = false

VkPhysicalDeviceRobustness2PropertiesEXT:
-----------------------------------------
        robustStorageBufferAccessSizeAlignment = 0x00000004
        robustUniformBufferAccessSizeAlignment = 0x00000004

VkPhysicalDeviceSampleLocationsPropertiesEXT:
---------------------------------------------
        sampleLocationSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT
        maxSampleLocationGridSize:
                width  = 2
                height = 2
        sampleLocationCoordinateRange: count = 2
                0
                1
        sampleLocationSubPixelBits       = 4
        variableSampleLocations          = true

VkPhysicalDeviceSamplerFilterMinmaxProperties:
----------------------------------------------
        filterMinmaxSingleComponentFormats = true
        filterMinmaxImageComponentMapping  = true

VkPhysicalDeviceSubgroupProperties:
-----------------------------------
        subgroupSize              = 64
        supportedStages: count = 8
                SHADER_STAGE_VERTEX_BIT
                SHADER_STAGE_TESSELLATION_CONTROL_BIT
                SHADER_STAGE_TESSELLATION_EVALUATION_BIT
                SHADER_STAGE_GEOMETRY_BIT
                SHADER_STAGE_FRAGMENT_BIT
                SHADER_STAGE_COMPUTE_BIT
                SHADER_STAGE_ALL_GRAPHICS
                SHADER_STAGE_ALL
        supportedOperations: count = 8
                SUBGROUP_FEATURE_BASIC_BIT
                SUBGROUP_FEATURE_VOTE_BIT
                SUBGROUP_FEATURE_ARITHMETIC_BIT
                SUBGROUP_FEATURE_BALLOT_BIT
                SUBGROUP_FEATURE_SHUFFLE_BIT
                SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT
                SUBGROUP_FEATURE_CLUSTERED_BIT
                SUBGROUP_FEATURE_QUAD_BIT
        quadOperationsInAllStages = true

VkPhysicalDeviceSubgroupSizeControlPropertiesEXT:
-------------------------------------------------
        minSubgroupSize              = 32
        maxSubgroupSize              = 64
        maxComputeWorkgroupSubgroups = 4294967295
        requiredSubgroupSizeStages:
                None

VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT:
--------------------------------------------------
        storageTexelBufferOffsetAlignmentBytes       = 0x00000004
        storageTexelBufferOffsetSingleTexelAlignment = true
        uniformTexelBufferOffsetAlignmentBytes       = 0x00000004
        uniformTexelBufferOffsetSingleTexelAlignment = true

VkPhysicalDeviceTimelineSemaphoreProperties:
--------------------------------------------
        maxTimelineSemaphoreValueDifference = 4294967295

VkPhysicalDeviceTransformFeedbackPropertiesEXT:
-----------------------------------------------
        maxTransformFeedbackStreams                = 4
        maxTransformFeedbackBuffers                = 4
        maxTransformFeedbackBufferSize             = 0xffffffff
        maxTransformFeedbackStreamDataSize         = 512
        maxTransformFeedbackBufferDataSize         = 512
        maxTransformFeedbackBufferDataStride       = 512
        transformFeedbackQueries                   = true
        transformFeedbackStreamsLinesTriangles     = true
        transformFeedbackRasterizationStreamSelect = false
        transformFeedbackDraw                      = true

VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT:
----------------------------------------------------
        maxVertexAttribDivisor = 4294967295

VkPhysicalDeviceVulkan11Properties:
-----------------------------------
        deviceUUID                        = 00000000-0600-0000-0000-000000000000
        driverUUID                        = 414d442d-4c49-4e55-582d-445256000000
        deviceNodeMask                    = 1
        deviceLUIDValid                   = false
        subgroupSize                      = 64
        subgroupSupportedStages: count = 8
                SHADER_STAGE_VERTEX_BIT
                SHADER_STAGE_TESSELLATION_CONTROL_BIT
                SHADER_STAGE_TESSELLATION_EVALUATION_BIT
                SHADER_STAGE_GEOMETRY_BIT
                SHADER_STAGE_FRAGMENT_BIT
                SHADER_STAGE_COMPUTE_BIT
                SHADER_STAGE_ALL_GRAPHICS
                SHADER_STAGE_ALL
        subgroupSupportedOperations: count = 8
                SUBGROUP_FEATURE_BASIC_BIT
                SUBGROUP_FEATURE_VOTE_BIT
                SUBGROUP_FEATURE_ARITHMETIC_BIT
                SUBGROUP_FEATURE_BALLOT_BIT
                SUBGROUP_FEATURE_SHUFFLE_BIT
                SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT
                SUBGROUP_FEATURE_CLUSTERED_BIT
                SUBGROUP_FEATURE_QUAD_BIT
        subgroupQuadOperationsInAllStages = true
        pointClippingBehavior             = POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES
        maxMultiviewViewCount             = 6
        maxMultiviewInstanceIndex         = 4294967295
        protectedNoFault                  = false
        maxPerSetDescriptors              = 4294967295
        maxMemoryAllocationSize           = 0x80000000

VkPhysicalDeviceVulkan12Properties:
-----------------------------------
        driverID                                             = DRIVER_ID_AMD_PROPRIETARY
        driverName                                           = AMD proprietary driver
        driverInfo                                           =
        conformanceVersion                                   = 1.2.2.2
        denormBehaviorIndependence                           = SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY
        roundingModeIndependence                             = SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY
        shaderSignedZeroInfNanPreserveFloat16                = true
        shaderSignedZeroInfNanPreserveFloat32                = true
        shaderSignedZeroInfNanPreserveFloat64                = true
        shaderDenormPreserveFloat16                          = true
        shaderDenormPreserveFloat32                          = true
        shaderDenormPreserveFloat64                          = true
        shaderDenormFlushToZeroFloat16                       = true
        shaderDenormFlushToZeroFloat32                       = true
        shaderDenormFlushToZeroFloat64                       = true
        shaderRoundingModeRTEFloat16                         = true
        shaderRoundingModeRTEFloat32                         = true
        shaderRoundingModeRTEFloat64                         = true
        shaderRoundingModeRTZFloat16                         = true
        shaderRoundingModeRTZFloat32                         = true
        shaderRoundingModeRTZFloat64                         = true
        maxUpdateAfterBindDescriptorsInAllPools              = 4294967295
        shaderUniformBufferArrayNonUniformIndexingNative     = false
        shaderSampledImageArrayNonUniformIndexingNative      = false
        shaderStorageBufferArrayNonUniformIndexingNative     = false
        shaderStorageImageArrayNonUniformIndexingNative      = false
        shaderInputAttachmentArrayNonUniformIndexingNative   = false
        robustBufferAccessUpdateAfterBind                    = false
        quadDivergentImplicitLod                             = false
        maxPerStageDescriptorUpdateAfterBindSamplers         = 4294967295
        maxPerStageDescriptorUpdateAfterBindUniformBuffers   = 4294967295
        maxPerStageDescriptorUpdateAfterBindStorageBuffers   = 4294967295
        maxPerStageDescriptorUpdateAfterBindSampledImages    = 4294967295
        maxPerStageDescriptorUpdateAfterBindStorageImages    = 4294967295
        maxPerStageDescriptorUpdateAfterBindInputAttachments = 4294967295
        maxPerStageUpdateAfterBindResources                  = 4294967295
        maxDescriptorSetUpdateAfterBindSamplers              = 4294967295
        maxDescriptorSetUpdateAfterBindUniformBuffers        = 4294967295
        maxDescriptorSetUpdateAfterBindUniformBuffersDynamic = 8
        maxDescriptorSetUpdateAfterBindStorageBuffers        = 4294967295
        maxDescriptorSetUpdateAfterBindStorageBuffersDynamic = 8
        maxDescriptorSetUpdateAfterBindSampledImages         = 4294967295
        maxDescriptorSetUpdateAfterBindStorageImages         = 4294967295
        maxDescriptorSetUpdateAfterBindInputAttachments      = 4294967295
        supportedDepthResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        supportedStencilResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        independentResolveNone                               = true
        independentResolve                                   = true
        filterMinmaxSingleComponentFormats                   = true
        filterMinmaxImageComponentMapping                    = true
        maxTimelineSemaphoreValueDifference                  = 4294967295
        framebufferIntegerColorSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT


Device Extensions: count = 113
        VK_AMD_buffer_marker                        : extension revision 1
        VK_AMD_calibrated_timestamps                : extension revision 1
        VK_AMD_device_coherent_memory               : extension revision 1
        VK_AMD_draw_indirect_count                  : extension revision 2
        VK_AMD_gcn_shader                           : extension revision 1
        VK_AMD_gpa_interface                        : extension revision 1
        VK_AMD_gpu_shader_half_float                : extension revision 2
        VK_AMD_gpu_shader_int16                     : extension revision 2
        VK_AMD_memory_overallocation_behavior       : extension revision 1
        VK_AMD_mixed_attachment_samples             : extension revision 1
        VK_AMD_pipeline_compiler_control            : extension revision 1
        VK_AMD_shader_ballot                        : extension revision 1
        VK_AMD_shader_core_properties               : extension revision 2
        VK_AMD_shader_core_properties2              : extension revision 1
        VK_AMD_shader_explicit_vertex_parameter     : extension revision 1
        VK_AMD_shader_fragment_mask                 : extension revision 1
        VK_AMD_shader_image_load_store_lod          : extension revision 1
        VK_AMD_shader_info                          : extension revision 1
        VK_AMD_shader_trinary_minmax                : extension revision 1
        VK_AMD_texture_gather_bias_lod              : extension revision 1
        VK_AMD_wave_limits                          : extension revision 1
        VK_EXT_4444_formats                         : extension revision 1
        VK_EXT_calibrated_timestamps                : extension revision 2
        VK_EXT_color_write_enable                   : extension revision 1
        VK_EXT_conditional_rendering                : extension revision 2
        VK_EXT_conservative_rasterization           : extension revision 1
        VK_EXT_custom_border_color                  : extension revision 12
        VK_EXT_depth_clip_enable                    : extension revision 1
        VK_EXT_depth_range_unrestricted             : extension revision 1
        VK_EXT_descriptor_indexing                  : extension revision 2
        VK_EXT_extended_dynamic_state               : extension revision 1
        VK_EXT_external_memory_dma_buf              : extension revision 1
        VK_EXT_external_memory_host                 : extension revision 1
        VK_EXT_global_priority                      : extension revision 2
        VK_EXT_hdr_metadata                         : extension revision 2
        VK_EXT_host_query_reset                     : extension revision 1
        VK_EXT_image_robustness                     : extension revision 1
        VK_EXT_inline_uniform_block                 : extension revision 1
        VK_EXT_line_rasterization                   : extension revision 1
        VK_EXT_memory_budget                        : extension revision 1
        VK_EXT_memory_priority                      : extension revision 1
        VK_EXT_pci_bus_info                         : extension revision 2
        VK_EXT_pipeline_creation_cache_control      : extension revision 3
        VK_EXT_pipeline_creation_feedback           : extension revision 1
        VK_EXT_post_depth_coverage                  : extension revision 1
        VK_EXT_private_data                         : extension revision 1
        VK_EXT_queue_family_foreign                 : extension revision 1
        VK_EXT_robustness2                          : extension revision 1
        VK_EXT_sample_locations                     : extension revision 1
        VK_EXT_sampler_filter_minmax                : extension revision 2
        VK_EXT_scalar_block_layout                  : extension revision 1
        VK_EXT_separate_stencil_usage               : extension revision 1
        VK_EXT_shader_demote_to_helper_invocation   : extension revision 1
        VK_EXT_shader_image_atomic_int64            : extension revision 1
        VK_EXT_shader_stencil_export                : extension revision 1
        VK_EXT_shader_subgroup_ballot               : extension revision 1
        VK_EXT_shader_subgroup_vote                 : extension revision 1
        VK_EXT_shader_viewport_index_layer          : extension revision 1
        VK_EXT_subgroup_size_control                : extension revision 2
        VK_EXT_texel_buffer_alignment               : extension revision 1
        VK_EXT_tooling_info                         : extension revision 1
        VK_EXT_transform_feedback                   : extension revision 1
        VK_EXT_vertex_attribute_divisor             : extension revision 3
        VK_GOOGLE_decorate_string                   : extension revision 1
        VK_GOOGLE_hlsl_functionality1               : extension revision 1
        VK_GOOGLE_user_type                         : extension revision 1
        VK_KHR_16bit_storage                        : extension revision 1
        VK_KHR_8bit_storage                         : extension revision 1
        VK_KHR_bind_memory2                         : extension revision 1
        VK_KHR_buffer_device_address                : extension revision 1
        VK_KHR_create_renderpass2                   : extension revision 1
        VK_KHR_dedicated_allocation                 : extension revision 3
        VK_KHR_depth_stencil_resolve                : extension revision 1
        VK_KHR_descriptor_update_template           : extension revision 1
        VK_KHR_device_group                         : extension revision 4
        VK_KHR_draw_indirect_count                  : extension revision 1
        VK_KHR_driver_properties                    : extension revision 1
        VK_KHR_external_fence                       : extension revision 1
        VK_KHR_external_fence_fd                    : extension revision 1
        VK_KHR_external_memory                      : extension revision 1
        VK_KHR_external_memory_fd                   : extension revision 1
        VK_KHR_external_semaphore                   : extension revision 1
        VK_KHR_external_semaphore_fd                : extension revision 1
        VK_KHR_get_memory_requirements2             : extension revision 1
        VK_KHR_image_format_list                    : extension revision 1
        VK_KHR_imageless_framebuffer                : extension revision 1
        VK_KHR_maintenance1                         : extension revision 2
        VK_KHR_maintenance2                         : extension revision 1
        VK_KHR_maintenance3                         : extension revision 1
        VK_KHR_multiview                            : extension revision 1
        VK_KHR_pipeline_executable_properties       : extension revision 1
        VK_KHR_relaxed_block_layout                 : extension revision 1
        VK_KHR_sampler_mirror_clamp_to_edge         : extension revision 3
        VK_KHR_sampler_ycbcr_conversion             : extension revision 14
        VK_KHR_separate_depth_stencil_layouts       : extension revision 1
        VK_KHR_shader_atomic_int64                  : extension revision 1
        VK_KHR_shader_clock                         : extension revision 1
        VK_KHR_shader_draw_parameters               : extension revision 1
        VK_KHR_shader_float16_int8                  : extension revision 1
        VK_KHR_shader_float_controls                : extension revision 4
        VK_KHR_shader_non_semantic_info             : extension revision 1
        VK_KHR_shader_subgroup_extended_types       : extension revision 1
        VK_KHR_shader_subgroup_uniform_control_flow : extension revision 1
        VK_KHR_shader_terminate_invocation          : extension revision 1
        VK_KHR_spirv_1_4                            : extension revision 1
        VK_KHR_storage_buffer_storage_class         : extension revision 1
        VK_KHR_swapchain                            : extension revision 70
        VK_KHR_swapchain_mutable_format             : extension revision 1
        VK_KHR_synchronization2                     : extension revision 1
        VK_KHR_timeline_semaphore                   : extension revision 2
        VK_KHR_uniform_buffer_standard_layout       : extension revision 1
        VK_KHR_variable_pointers                    : extension revision 1
        VK_KHR_vulkan_memory_model                  : extension revision 3

VkQueueFamilyProperties:
========================
        queueProperties[0]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 1
                queueFlags                  = QUEUE_GRAPHICS | QUEUE_COMPUTE | QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = false

        queueProperties[1]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 4
                queueFlags                  = QUEUE_COMPUTE | QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = false

        queueProperties[2]:
        -------------------
                minImageTransferGranularity = (16,16,8)
                queueCount                  = 2
                queueFlags                  = QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = false

VkPhysicalDeviceMemoryProperties:
=================================
memoryHeaps: count = 2
        memoryHeaps[0]:
                size   = 8573157376 (0x1ff000000) (7.98 GiB)
                budget = 8144499712 (0x1e5733400) (7.59 GiB)
                usage  = 0 (0x00000000) (0.00 B)
                flags:
                        None
        memoryHeaps[1]:
                size   = 8573157376 (0x1ff000000) (7.98 GiB)
                budget = 8144499712 (0x1e5733400) (7.59 GiB)
                usage  = 0 (0x00000000) (0.00 B)
                flags: count = 2
                        MEMORY_HEAP_DEVICE_LOCAL_BIT
                        MEMORY_HEAP_MULTI_INSTANCE_BIT
memoryTypes: count = 8
        memoryTypes[0]:
                heapIndex     = 1
                propertyFlags = 0x0001: count = 1
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D16_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
        memoryTypes[1]:
                heapIndex     = 0
                propertyFlags = 0x0006: count = 2
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D16_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
        memoryTypes[2]:
                heapIndex     = 1
                propertyFlags = 0x0007: count = 3
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D16_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
        memoryTypes[3]:
                heapIndex     = 0
                propertyFlags = 0x000e: count = 3
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_HOST_CACHED_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D16_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
        memoryTypes[4]:
                heapIndex     = 1
                propertyFlags = 0x00c1: count = 3
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                        MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
                        MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                None
        memoryTypes[5]:
                heapIndex     = 0
                propertyFlags = 0x00c6: count = 4
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
                        MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                None
        memoryTypes[6]:
                heapIndex     = 1
                propertyFlags = 0x00c7: count = 5
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
                        MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                None
        memoryTypes[7]:
                heapIndex     = 0
                propertyFlags = 0x00ce: count = 5
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_HOST_CACHED_BIT
                        MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
                        MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                None

VkPhysicalDeviceFeatures:
=========================
        robustBufferAccess                      = true
        fullDrawIndexUint32                     = true
        imageCubeArray                          = true
        independentBlend                        = true
        geometryShader                          = true
        tessellationShader                      = true
        sampleRateShading                       = true
        dualSrcBlend                            = true
        logicOp                                 = true
        multiDrawIndirect                       = true
        drawIndirectFirstInstance               = true
        depthClamp                              = true
        depthBiasClamp                          = true
        fillModeNonSolid                        = true
        depthBounds                             = true
        wideLines                               = true
        largePoints                             = true
        alphaToOne                              = false
        multiViewport                           = true
        samplerAnisotropy                       = true
        textureCompressionETC2                  = false
        textureCompressionASTC_LDR              = false
        textureCompressionBC                    = true
        occlusionQueryPrecise                   = true
        pipelineStatisticsQuery                 = true
        vertexPipelineStoresAndAtomics          = true
        fragmentStoresAndAtomics                = true
        shaderTessellationAndGeometryPointSize  = true
        shaderImageGatherExtended               = true
        shaderStorageImageExtendedFormats       = true
        shaderStorageImageMultisample           = true
        shaderStorageImageReadWithoutFormat     = true
        shaderStorageImageWriteWithoutFormat    = true
        shaderUniformBufferArrayDynamicIndexing = true
        shaderSampledImageArrayDynamicIndexing  = true
        shaderStorageBufferArrayDynamicIndexing = true
        shaderStorageImageArrayDynamicIndexing  = true
        shaderClipDistance                      = true
        shaderCullDistance                      = true
        shaderFloat64                           = true
        shaderInt64                             = true
        shaderInt16                             = true
        shaderResourceResidency                 = true
        shaderResourceMinLod                    = true
        sparseBinding                           = true
        sparseResidencyBuffer                   = true
        sparseResidencyImage2D                  = true
        sparseResidencyImage3D                  = true
        sparseResidency2Samples                 = false
        sparseResidency4Samples                 = false
        sparseResidency8Samples                 = false
        sparseResidency16Samples                = false
        sparseResidencyAliased                  = true
        variableMultisampleRate                 = true
        inheritedQueries                        = true

VkPhysicalDevice16BitStorageFeatures:
-------------------------------------
        storageBuffer16BitAccess           = true
        uniformAndStorageBuffer16BitAccess = true
        storagePushConstant16              = false
        storageInputOutput16               = true

VkPhysicalDevice4444FormatsFeaturesEXT:
---------------------------------------
        formatA4R4G4B4 = true
        formatA4B4G4R4 = true

VkPhysicalDevice8BitStorageFeatures:
------------------------------------
        storageBuffer8BitAccess           = true
        uniformAndStorageBuffer8BitAccess = true
        storagePushConstant8              = false

VkPhysicalDeviceBufferDeviceAddressFeatures:
--------------------------------------------
        bufferDeviceAddress              = true
        bufferDeviceAddressCaptureReplay = true
        bufferDeviceAddressMultiDevice   = false

VkPhysicalDeviceColorWriteEnableFeaturesEXT:
--------------------------------------------
        colorWriteEnable = true

VkPhysicalDeviceConditionalRenderingFeaturesEXT:
------------------------------------------------
        conditionalRendering          = true
        inheritedConditionalRendering = true

VkPhysicalDeviceCustomBorderColorFeaturesEXT:
---------------------------------------------
        customBorderColors             = true
        customBorderColorWithoutFormat = true

VkPhysicalDeviceDepthClipEnableFeaturesEXT:
-------------------------------------------
        depthClipEnable = true

VkPhysicalDeviceDescriptorIndexingFeatures:
-------------------------------------------
        shaderInputAttachmentArrayDynamicIndexing          = false
        shaderUniformTexelBufferArrayDynamicIndexing       = true
        shaderStorageTexelBufferArrayDynamicIndexing       = true
        shaderUniformBufferArrayNonUniformIndexing         = true
        shaderSampledImageArrayNonUniformIndexing          = true
        shaderStorageBufferArrayNonUniformIndexing         = true
        shaderStorageImageArrayNonUniformIndexing          = true
        shaderInputAttachmentArrayNonUniformIndexing       = false
        shaderUniformTexelBufferArrayNonUniformIndexing    = true
        shaderStorageTexelBufferArrayNonUniformIndexing    = true
        descriptorBindingUniformBufferUpdateAfterBind      = true
        descriptorBindingSampledImageUpdateAfterBind       = true
        descriptorBindingStorageImageUpdateAfterBind       = true
        descriptorBindingStorageBufferUpdateAfterBind      = true
        descriptorBindingUniformTexelBufferUpdateAfterBind = true
        descriptorBindingStorageTexelBufferUpdateAfterBind = true
        descriptorBindingUpdateUnusedWhilePending          = true
        descriptorBindingPartiallyBound                    = true
        descriptorBindingVariableDescriptorCount           = true
        runtimeDescriptorArray                             = true

VkPhysicalDeviceExtendedDynamicStateFeaturesEXT:
------------------------------------------------
        extendedDynamicState = true

VkPhysicalDeviceHostQueryResetFeatures:
---------------------------------------
        hostQueryReset = true

VkPhysicalDeviceImageRobustnessFeaturesEXT:
-------------------------------------------
        robustImageAccess = true

VkPhysicalDeviceImagelessFramebufferFeatures:
---------------------------------------------
        imagelessFramebuffer = true

VkPhysicalDeviceInlineUniformBlockFeaturesEXT:
----------------------------------------------
        inlineUniformBlock                                 = true
        descriptorBindingInlineUniformBlockUpdateAfterBind = true

VkPhysicalDeviceLineRasterizationFeaturesEXT:
---------------------------------------------
        rectangularLines         = false
        bresenhamLines           = true
        smoothLines              = false
        stippledRectangularLines = false
        stippledBresenhamLines   = true
        stippledSmoothLines      = false

VkPhysicalDeviceMemoryPriorityFeaturesEXT:
------------------------------------------
        memoryPriority = true

VkPhysicalDeviceMultiviewFeatures:
----------------------------------
        multiview                   = true
        multiviewGeometryShader     = false
        multiviewTessellationShader = true

VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT:
--------------------------------------------------------
        pipelineCreationCacheControl = true

VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR:
--------------------------------------------------------
        pipelineExecutableInfo = true

VkPhysicalDevicePrivateDataFeaturesEXT:
---------------------------------------
        privateData = true

VkPhysicalDeviceProtectedMemoryFeatures:
----------------------------------------
        protectedMemory = false

VkPhysicalDeviceRobustness2FeaturesEXT:
---------------------------------------
        robustBufferAccess2 = true
        robustImageAccess2  = true
        nullDescriptor      = true

VkPhysicalDeviceSamplerYcbcrConversionFeatures:
-----------------------------------------------
        samplerYcbcrConversion = true

VkPhysicalDeviceScalarBlockLayoutFeatures:
------------------------------------------
        scalarBlockLayout = true

VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures:
----------------------------------------------------
        separateDepthStencilLayouts = true

VkPhysicalDeviceShaderAtomicInt64Features:
------------------------------------------
        shaderBufferInt64Atomics = true
        shaderSharedInt64Atomics = true

VkPhysicalDeviceShaderClockFeaturesKHR:
---------------------------------------
        shaderSubgroupClock = true
        shaderDeviceClock   = true

VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT:
----------------------------------------------------------
        shaderDemoteToHelperInvocation = true

VkPhysicalDeviceShaderDrawParametersFeatures:
---------------------------------------------
        shaderDrawParameters = true

VkPhysicalDeviceShaderFloat16Int8Features:
------------------------------------------
        shaderFloat16 = true
        shaderInt8    = true

VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT:
--------------------------------------------------
        shaderImageInt64Atomics = true
        sparseImageInt64Atomics = true

VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures:
----------------------------------------------------
        shaderSubgroupExtendedTypes = true

VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR:
------------------------------------------------------------
        shaderSubgroupUniformControlFlow = true

VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR:
-----------------------------------------------------
        shaderTerminateInvocation = true

VkPhysicalDeviceSubgroupSizeControlFeaturesEXT:
-----------------------------------------------
        subgroupSizeControl  = true
        computeFullSubgroups = true

VkPhysicalDeviceSynchronization2FeaturesKHR:
--------------------------------------------
        synchronization2 = true

VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT:
------------------------------------------------
        texelBufferAlignment = true

VkPhysicalDeviceTimelineSemaphoreFeatures:
------------------------------------------
        timelineSemaphore = true

VkPhysicalDeviceTransformFeedbackFeaturesEXT:
---------------------------------------------
        transformFeedback = true
        geometryStreams   = true

VkPhysicalDeviceUniformBufferStandardLayoutFeatures:
----------------------------------------------------
        uniformBufferStandardLayout = true

VkPhysicalDeviceVariablePointersFeatures:
-----------------------------------------
        variablePointersStorageBuffer = true
        variablePointers              = true

VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT:
--------------------------------------------------
        vertexAttributeInstanceRateDivisor     = true
        vertexAttributeInstanceRateZeroDivisor = true

VkPhysicalDeviceVulkan11Features:
---------------------------------
        storageBuffer16BitAccess           = true
        uniformAndStorageBuffer16BitAccess = true
        storagePushConstant16              = false
        storageInputOutput16               = true
        multiview                          = true
        multiviewGeometryShader            = false
        multiviewTessellationShader        = true
        variablePointersStorageBuffer      = true
        variablePointers                   = true
        protectedMemory                    = false
        samplerYcbcrConversion             = true
        shaderDrawParameters               = true

VkPhysicalDeviceVulkan12Features:
---------------------------------
        samplerMirrorClampToEdge                           = true
        drawIndirectCount                                  = true
        storageBuffer8BitAccess                            = true
        uniformAndStorageBuffer8BitAccess                  = true
        storagePushConstant8                               = false
        shaderBufferInt64Atomics                           = true
        shaderSharedInt64Atomics                           = true
        shaderFloat16                                      = true
        shaderInt8                                         = true
        descriptorIndexing                                 = true
        shaderInputAttachmentArrayDynamicIndexing          = false
        shaderUniformTexelBufferArrayDynamicIndexing       = true
        shaderStorageTexelBufferArrayDynamicIndexing       = true
        shaderUniformBufferArrayNonUniformIndexing         = true
        shaderSampledImageArrayNonUniformIndexing          = true
        shaderStorageBufferArrayNonUniformIndexing         = true
        shaderStorageImageArrayNonUniformIndexing          = true
        shaderInputAttachmentArrayNonUniformIndexing       = false
        shaderUniformTexelBufferArrayNonUniformIndexing    = true
        shaderStorageTexelBufferArrayNonUniformIndexing    = true
        descriptorBindingUniformBufferUpdateAfterBind      = true
        descriptorBindingSampledImageUpdateAfterBind       = true
        descriptorBindingStorageImageUpdateAfterBind       = true
        descriptorBindingStorageBufferUpdateAfterBind      = true
        descriptorBindingUniformTexelBufferUpdateAfterBind = true
        descriptorBindingStorageTexelBufferUpdateAfterBind = true
        descriptorBindingUpdateUnusedWhilePending          = true
        descriptorBindingPartiallyBound                    = true
        descriptorBindingVariableDescriptorCount           = true
        runtimeDescriptorArray                             = true
        samplerFilterMinmax                                = true
        scalarBlockLayout                                  = true
        imagelessFramebuffer                               = true
        uniformBufferStandardLayout                        = true
        shaderSubgroupExtendedTypes                        = true
        separateDepthStencilLayouts                        = true
        hostQueryReset                                     = true
        timelineSemaphore                                  = true
        bufferDeviceAddress                                = true
        bufferDeviceAddressCaptureReplay                   = true
        bufferDeviceAddressMultiDevice                     = false
        vulkanMemoryModel                                  = true
        vulkanMemoryModelDeviceScope                       = true
        vulkanMemoryModelAvailabilityVisibilityChains      = false
        shaderOutputViewportIndex                          = true
        shaderOutputLayer                                  = true
        subgroupBroadcastDynamicId                         = true

VkPhysicalDeviceVulkanMemoryModelFeatures:
------------------------------------------
        vulkanMemoryModel                             = true
        vulkanMemoryModelDeviceScope                  = true
        vulkanMemoryModelAvailabilityVisibilityChains = false
> journalctl b
sept. 24 20:41:40 NASArthapz kernel: sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
sept. 24 20:41:40 NASArthapz kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
sept. 24 20:41:40 NASArthapz kernel: sd 2:0:0:0: [sda] Write Protect is off
sept. 24 20:41:40 NASArthapz kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sept. 24 20:41:40 NASArthapz kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sept. 24 20:41:40 NASArthapz kernel: ata4.00: supports DRM functions and may not be fully accessible
sept. 24 20:41:40 NASArthapz kernel: ata4.00: disabling queued TRIM support
sept. 24 20:41:40 NASArthapz kernel: ata4.00: ATA-11: Samsung SSD 870 QVO 1TB, SVQ01B6Q, max UDMA/133
sept. 24 20:41:40 NASArthapz kernel: ata4.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
sept. 24 20:41:40 NASArthapz kernel: ata4.00: supports DRM functions and may not be fully accessible
sept. 24 20:41:40 NASArthapz kernel: ata4.00: disabling queued TRIM support
sept. 24 20:41:40 NASArthapz kernel: ata4.00: configured for UDMA/133
sept. 24 20:41:40 NASArthapz kernel: scsi 3:0:0:0: Direct-Access     ATA      Samsung SSD 870  1B6Q PQ: 0 ANSI: 5
sept. 24 20:41:40 NASArthapz kernel: ata4.00: Enabling discard_zeroes_data
sept. 24 20:41:40 NASArthapz kernel: sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
sept. 24 20:41:40 NASArthapz kernel: sd 3:0:0:0: [sdb] Write Protect is off
sept. 24 20:41:40 NASArthapz kernel: sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sept. 24 20:41:40 NASArthapz kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sept. 24 20:41:40 NASArthapz kernel: ata4.00: Enabling discard_zeroes_data
sept. 24 20:41:40 NASArthapz kernel: ata4.00: Enabling discard_zeroes_data
sept. 24 20:41:40 NASArthapz kernel: sd 3:0:0:0: [sdb] supports TCG Opal
sept. 24 20:41:40 NASArthapz kernel: sd 3:0:0:0: [sdb] Attached SCSI disk
sept. 24 20:41:40 NASArthapz kernel: sd 2:0:0:0: [sda] Attached SCSI disk
sept. 24 20:41:40 NASArthapz kernel: Freeing unused decrypted memory: 2036K
sept. 24 20:41:40 NASArthapz kernel: Freeing unused kernel image (initmem) memory: 1800K
sept. 24 20:41:40 NASArthapz kernel: Write protecting the kernel read-only data: 26624k
sept. 24 20:41:40 NASArthapz kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
sept. 24 20:41:40 NASArthapz kernel: Freeing unused kernel image (rodata/data gap) memory: 888K
sept. 24 20:41:40 NASArthapz kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
sept. 24 20:41:40 NASArthapz kernel: rodata_test: all tests were successful
sept. 24 20:41:40 NASArthapz kernel: Run /init as init process
sept. 24 20:41:40 NASArthapz kernel:   with arguments:
sept. 24 20:41:40 NASArthapz kernel:     /init
sept. 24 20:41:40 NASArthapz kernel:   with environment:
sept. 24 20:41:40 NASArthapz kernel:     HOME=/
sept. 24 20:41:40 NASArthapz kernel:     TERM=linux
sept. 24 20:41:40 NASArthapz kernel: fbcon: Taking over console
sept. 24 20:41:40 NASArthapz kernel: Console: switching to colour frame buffer device 128x48
sept. 24 20:41:40 NASArthapz kernel: Linux agpgart interface v0.103
sept. 24 20:41:40 NASArthapz kernel: [drm] amdgpu kernel modesetting enabled.
sept. 24 20:41:40 NASArthapz kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
sept. 24 20:41:40 NASArthapz kernel: amdgpu: Virtual CRAT table created for CPU
sept. 24 20:41:40 NASArthapz kernel: amdgpu: Topology: Add CPU node
sept. 24 20:41:40 NASArthapz kernel: checking generic (7c00000000 300000) vs hw (7c00000000 200000000)
sept. 24 20:41:40 NASArthapz kernel: fb0: switching to amdgpudrmfb from EFI VGA
sept. 24 20:41:40 NASArthapz kernel: Console: switching to colour dummy device 80x25
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
sept. 24 20:41:40 NASArthapz kernel: [drm] initializing kernel modesetting (NAVI10 0x1002:0x731F 0x1002:0x0B36 0xC1).
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
sept. 24 20:41:40 NASArthapz kernel: [drm] register mmio base: 0xFC700000
sept. 24 20:41:40 NASArthapz kernel: [drm] register mmio size: 524288
sept. 24 20:41:40 NASArthapz kernel: [drm] PCIE atomic ops is not supported
sept. 24 20:41:40 NASArthapz kernel: [drm] virtual display string:0000:06:00.0, 0000:06:00.0:virtual_display:1, num_crtc:1
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 0 <nv_common>
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 1 <gmc_v10_0>
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 2 <navi10_ih>
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 3 <psp>
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 4 <smu>
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 5 <dce_virtual>
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 6 <gfx_v10_0>
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 7 <sdma_v5_0>
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 8 <vcn_v2_0>
sept. 24 20:41:40 NASArthapz kernel: [drm] add ip block number 9 <jpeg_v2_0>
sept. 24 20:41:40 NASArthapz kernel: kfd kfd: amdgpu: skipped device 1002:731f, PCI rejects atomics
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
sept. 24 20:41:40 NASArthapz kernel: amdgpu: ATOM BIOS: 113-D1820501-101
sept. 24 20:41:40 NASArthapz kernel: [drm] VCN decode is enabled in VM mode
sept. 24 20:41:40 NASArthapz kernel: [drm] VCN encode is enabled in VM mode
sept. 24 20:41:40 NASArthapz kernel: [drm] JPEG decode is enabled in VM mode
sept. 24 20:41:40 NASArthapz kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
sept. 24 20:41:40 NASArthapz kernel: [drm] Detected VRAM RAM=8176M, BAR=8192M
sept. 24 20:41:40 NASArthapz kernel: [drm] RAM width 256bits GDDR6
sept. 24 20:41:40 NASArthapz kernel: [drm] amdgpu: 8176M of VRAM memory ready
sept. 24 20:41:40 NASArthapz kernel: [drm] amdgpu: 8176M of GTT memory ready.
sept. 24 20:41:40 NASArthapz kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
sept. 24 20:41:40 NASArthapz kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: PSP runtime database doesn't exist
sept. 24 20:41:40 NASArthapz kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: Will use PSP to load VCN firmware
sept. 24 20:41:40 NASArthapz kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: use vbios provided pptable
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
sept. 24 20:41:40 NASArthapz kernel: [drm] kiq ring mec 2 pipe 1 q 0
sept. 24 20:41:40 NASArthapz kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
sept. 24 20:41:40 NASArthapz kernel: [drm] JPEG decode initialized successfully.
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
sept. 24 20:41:40 NASArthapz kernel: [drm] fb mappable at 0x7C00502000
sept. 24 20:41:40 NASArthapz kernel: [drm] vram apper at 0x7C00000000
sept. 24 20:41:40 NASArthapz kernel: [drm] size 50987008
sept. 24 20:41:40 NASArthapz kernel: [drm] fb depth is 24
sept. 24 20:41:40 NASArthapz kernel: [drm]    pitch is 16384
sept. 24 20:41:40 NASArthapz kernel: fbcon: amdgpu (fb0) is primary device
sept. 24 20:41:40 NASArthapz kernel: Console: switching to colour frame buffer device 256x97
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpu frame buffer device
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
sept. 24 20:41:40 NASArthapz kernel: amdgpu 0000:06:00.0: amdgpu: Using BACO for runtime pm
sept. 24 20:41:40 NASArthapz kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:06:00.0 on minor 0
sept. 24 20:41:40 NASArthapz kernel: tsc: Refined TSC clocksource calibration: 3900.000 MHz
sept. 24 20:41:40 NASArthapz kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x706eb6a54e6, max_idle_ns: 881591026581 ns
sept. 24 20:41:40 NASArthapz kernel: clocksource: Switched to clocksource tsc
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.1: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.1: new USB bus registered, assigned bus number 1
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
sept. 24 20:41:40 NASArthapz kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
sept. 24 20:41:40 NASArthapz kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sept. 24 20:41:40 NASArthapz kernel: usb usb1: Product: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: usb usb1: Manufacturer: Linux 5.14.6-arch1-1 xhci-hcd
sept. 24 20:41:40 NASArthapz kernel: usb usb1: SerialNumber: 0000:08:00.1
sept. 24 20:41:40 NASArthapz kernel: hub 1-0:1.0: USB hub found
sept. 24 20:41:40 NASArthapz kernel: hub 1-0:1.0: 6 ports detected
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.1: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.1: new USB bus registered, assigned bus number 2
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.1: Host supports USB 3.1 Enhanced SuperSpeed
sept. 24 20:41:40 NASArthapz kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
sept. 24 20:41:40 NASArthapz kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
sept. 24 20:41:40 NASArthapz kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sept. 24 20:41:40 NASArthapz kernel: usb usb2: Product: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: usb usb2: Manufacturer: Linux 5.14.6-arch1-1 xhci-hcd
sept. 24 20:41:40 NASArthapz kernel: usb usb2: SerialNumber: 0000:08:00.1
sept. 24 20:41:40 NASArthapz kernel: hub 2-0:1.0: USB hub found
sept. 24 20:41:40 NASArthapz kernel: hub 2-0:1.0: 4 ports detected
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.3: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
sept. 24 20:41:40 NASArthapz kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
sept. 24 20:41:40 NASArthapz kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sept. 24 20:41:40 NASArthapz kernel: usb usb3: Product: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: usb usb3: Manufacturer: Linux 5.14.6-arch1-1 xhci-hcd
sept. 24 20:41:40 NASArthapz kernel: usb usb3: SerialNumber: 0000:08:00.3
sept. 24 20:41:40 NASArthapz kernel: hub 3-0:1.0: USB hub found
sept. 24 20:41:40 NASArthapz kernel: hub 3-0:1.0: 6 ports detected
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.3: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
sept. 24 20:41:40 NASArthapz kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
sept. 24 20:41:40 NASArthapz kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
sept. 24 20:41:40 NASArthapz kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sept. 24 20:41:40 NASArthapz kernel: usb usb4: Product: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: usb usb4: Manufacturer: Linux 5.14.6-arch1-1 xhci-hcd
sept. 24 20:41:40 NASArthapz kernel: usb usb4: SerialNumber: 0000:08:00.3
sept. 24 20:41:40 NASArthapz kernel: hub 4-0:1.0: USB hub found
sept. 24 20:41:40 NASArthapz kernel: hub 4-0:1.0: 4 ports detected
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:0c:00.3: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 5
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
sept. 24 20:41:40 NASArthapz kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
sept. 24 20:41:40 NASArthapz kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sept. 24 20:41:40 NASArthapz kernel: usb usb5: Product: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: usb usb5: Manufacturer: Linux 5.14.6-arch1-1 xhci-hcd
sept. 24 20:41:40 NASArthapz kernel: usb usb5: SerialNumber: 0000:0c:00.3
sept. 24 20:41:40 NASArthapz kernel: hub 5-0:1.0: USB hub found
sept. 24 20:41:40 NASArthapz kernel: hub 5-0:1.0: 4 ports detected
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:0c:00.3: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 6
sept. 24 20:41:40 NASArthapz kernel: xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
sept. 24 20:41:40 NASArthapz kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
sept. 24 20:41:40 NASArthapz kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
sept. 24 20:41:40 NASArthapz kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sept. 24 20:41:40 NASArthapz kernel: usb usb6: Product: xHCI Host Controller
sept. 24 20:41:40 NASArthapz kernel: usb usb6: Manufacturer: Linux 5.14.6-arch1-1 xhci-hcd
sept. 24 20:41:40 NASArthapz kernel: usb usb6: SerialNumber: 0000:0c:00.3
sept. 24 20:41:40 NASArthapz kernel: hub 6-0:1.0: USB hub found
sept. 24 20:41:40 NASArthapz kernel: hub 6-0:1.0: 4 ports detected
sept. 24 20:41:40 NASArthapz kernel: random: fast init done
sept. 24 20:41:40 NASArthapz kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd 249.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
sept. 24 20:41:40 NASArthapz systemd[1]: No virtualization found in DMI vendor table.
sept. 24 20:41:40 NASArthapz systemd[1]: DMI BIOS Extension table does not indicate virtualization.
sept. 24 20:41:40 NASArthapz systemd[1]: UML virtualization not found in /proc/cpuinfo.
sept. 24 20:41:40 NASArthapz systemd[1]: No virtualization found in CPUID
sept. 24 20:41:40 NASArthapz systemd[1]: Virtualization XEN not found, /proc/xen does not exist
sept. 24 20:41:40 NASArthapz systemd[1]: This platform does not support /proc/device-tree
sept. 24 20:41:40 NASArthapz systemd[1]: This platform does not support /proc/sysinfo
sept. 24 20:41:40 NASArthapz systemd[1]: Found VM virtualization none
sept. 24 20:41:40 NASArthapz systemd[1]: Detected architecture x86-64.
sept. 24 20:41:40 NASArthapz systemd[1]: Detected initialized system, this is not the first boot.
sept. 24 20:41:40 NASArthapz systemd[1]: Hostname set to <NASArthapz>.
sept. 24 20:41:40 NASArthapz systemd[1]: Successfully added address 127.0.0.1 to loopback interface
sept. 24 20:41:40 NASArthapz systemd[1]: Successfully added address ::1 to loopback interface
sept. 24 20:41:40 NASArthapz systemd[1]: Successfully brought loopback interface up
sept. 24 20:41:40 NASArthapz systemd[1]: Setting 'fs/file-max' to '9223372036854775807'.
sept. 24 20:41:40 NASArthapz systemd[1]: Setting 'fs/nr_open' to '2147483640'.
sept. 24 20:41:40 NASArthapz systemd[1]: Couldn't write fs.nr_open as 2147483640, halving it.
sept. 24 20:41:40 NASArthapz systemd[1]: Setting 'fs/nr_open' to '1073741816'.
sept. 24 20:41:40 NASArthapz systemd[1]: Successfully bumped fs.nr_open to 1073741816
sept. 24 20:41:40 NASArthapz systemd[1]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
sept. 24 20:41:40 NASArthapz systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup.
sept. 24 20:41:40 NASArthapz systemd[1]: Got EBADF when using BPF_F_ALLOW_MULTI, which indicates it is supported. Yay!
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'cpu' supported: yes
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'cpuacct' supported: no
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'cpuset' supported: yes
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'io' supported: yes
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'blkio' supported: no
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'memory' supported: yes
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'devices' supported: no
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'pids' supported: yes
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'bpf-firewall' supported: yes
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'bpf-devices' supported: yes
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'bpf-foreign' supported: yes
sept. 24 20:41:40 NASArthapz systemd[1]: Controller 'bpf-socket-bind' supported: no
sept. 24 20:41:40 NASArthapz systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
sept. 24 20:41:40 NASArthapz systemd[1]: Enabling (yes) showing of status (commandline).
sept. 24 20:41:40 NASArthapz systemd[1]: Serializing system-environment-generators to memfd.
sept. 24 20:41:40 NASArthapz systemd[1]: Successfully forked off '(sd-executor)' as PID 304.
sept. 24 20:41:40 NASArthapz systemd[304]: Serializing 10-arch to memfd.
sept. 24 20:41:40 NASArthapz systemd[304]: Successfully forked off '(direxec)' as PID 305.
sept. 24 20:41:40 NASArthapz systemd[304]: /usr/lib/systemd/system-environment-generators/10-arch succeeded.
sept. 24 20:41:40 NASArthapz systemd[1]: (sd-executor) succeeded.
sept. 24 20:41:40 NASArthapz systemd[1]: Successfully forked off '(sd-executor)' as PID 307.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 308.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 309.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 310.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 311.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 312.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 313.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 314.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 315.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 316.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 317.
sept. 24 20:41:40 NASArthapz systemd[307]: Successfully forked off '(direxec)' as PID 318.
sept. 24 20:41:40 NASArthapz kernel: usb 1-5: new full-speed USB device number 2 using xhci_hcd
sept. 24 20:41:40 NASArthapz kernel: usb 3-6: new full-speed USB device number 2 using xhci_hcd
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-bless-boot-generator succeeded.
sept. 24 20:41:40 NASArthapz kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-run-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[307]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
sept. 24 20:41:40 NASArthapz systemd[1]: (sd-executor) succeeded.
sept. 24 20:41:40 NASArthapz systemd[1]: Looking for unit files in (higher priority first):
sept. 24 20:41:40 NASArthapz systemd[1]:         /etc/systemd/system.control
sept. 24 20:41:40 NASArthapz systemd[1]:         /run/systemd/system.control
sept. 24 20:41:40 NASArthapz systemd[1]:         /run/systemd/transient
sept. 24 20:41:40 NASArthapz systemd[1]:         /run/systemd/generator.early
sept. 24 20:41:40 NASArthapz systemd[1]:         /etc/systemd/system
sept. 24 20:41:40 NASArthapz systemd[1]:         /etc/systemd/system.attached
sept. 24 20:41:40 NASArthapz systemd[1]:         /run/systemd/system
sept. 24 20:41:40 NASArthapz systemd[1]:         /run/systemd/system.attached
sept. 24 20:41:40 NASArthapz systemd[1]:         /run/systemd/generator
sept. 24 20:41:40 NASArthapz systemd[1]:         /usr/local/lib/systemd/system
sept. 24 20:41:40 NASArthapz systemd[1]:         /usr/lib/systemd/system
sept. 24 20:41:40 NASArthapz systemd[1]:         /run/systemd/generator.late
sept. 24 20:41:40 NASArthapz systemd[1]: Modification times have changed, need to update cache.
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/inquisitor.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/nas-services.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/mnt-data.mount
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/home.mount
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/boot-efi.mount
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/-.mount
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sysinit.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/poweroff.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-catalog-update.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/default.target → graphical.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/containerd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-switch-root.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fancontrol.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/lvm2-monitor.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sshd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-cryptsetup.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/var-lib-machines.mount
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dev-hugepages.mount
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nss-lookup.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/healthd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-networkd.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/krb5-kdc.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/blockdev@.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-rfkill.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.locale1.service → systemd-localed.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-importd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ip6tables.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udevd-control.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sigpwr.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/container-getty@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-root-device.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/shutdown.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-reboot.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/multi-user.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-binfmt.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-bless-boot.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udev-trigger.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/avahi-daemon.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-wall.path
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-quotacheck.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald-varlink@.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/swap.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sudo_logsrvd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/debug-shell.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/auditd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service → systemd-timedated.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dm-event.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-console.path
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/autovt@.service → getty@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/ctrl-alt-del.target → reboot.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kexec.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/tmp.mount
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hybrid-sleep.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kmod-static-nodes.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdmonitor.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/graphical.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hibernate-resume@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-poweroff.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nscd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/uuidd.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-coredump@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-homed.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-fs-pre.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-pstore.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-gatewayd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-fs.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/gpm.path
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rsyncd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/time-sync.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-machined.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-timedated.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/quotaon.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.portable1.service → systemd-portabled.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-flush.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/paths.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/halt.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/e2scrub@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/smartcard.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/iptables.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/syslog.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/avahi-dnsconfd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/cryptsetup.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/pam_namespace.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/git-daemon@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/network-online.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sshdgenkeys.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-fs.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-console.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-clean.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/e2scrub_fail@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nss-user-lookup.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-suspend-then-hibernate.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-user-sessions.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/user-runtime-dir@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-gatewayd.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ldconfig.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/lvm2-lvmpolld.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sound.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/veritysetup-pre.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-modules-load.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/avahi-daemon.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rfkill-unblock@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/serial-getty@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-localed.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/veritysetup.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/git-daemon.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/emergency.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rfkill-block@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/krb5-kpropd@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty-pre.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/lvm2-pvscan@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-resolved.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rarpd@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/shadow.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-timesyncd.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udev-settle.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-veritysetup.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-kexec.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-update-done.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fstrim.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rdisc.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/suspend.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-exit.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-sysext.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-remount-fs.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-switch-root.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udevd-kernel.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-portabled.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/krb5-kadmind.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/blk-availability.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-volatile-root.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-fsck-root.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-upload.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald-audit.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/system-update.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdmon@.service
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rpcbind.target
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dm-event.socket
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdadm-last-resort@.timer
sept. 24 20:41:40 NASArthapz systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-fsck@.service
sept. 24 20:41:40 NASArthapz kernel: random: lvm: uninitialized urandom read (4 bytes read)
sept. 24 20:41:40 NASArthapz kernel: EXT4-fs (nvme0n1p3): re-mounted. Opts: (null). Quota mode: none.
sept. 24 20:41:40 NASArthapz kernel: fuse: init (API version 7.34)
sept. 24 20:41:40 NASArthapz kernel: audit: type=1130 audit(1632508900.876:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz kernel: audit: type=1130 audit(1632508900.876:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz kernel: audit: type=1130 audit(1632508900.879:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz kernel: audit: type=1131 audit(1632508900.879:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz kernel: device-mapper: uevent: version 1.0.3
sept. 24 20:41:40 NASArthapz kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
sept. 24 20:41:40 NASArthapz kernel: audit: type=1130 audit(1632508900.893:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz kernel: audit: type=1334 audit(1632508900.893:7): prog-id=14 op=LOAD
sept. 24 20:41:40 NASArthapz kernel: audit: type=1334 audit(1632508900.893:8): prog-id=15 op=LOAD
sept. 24 20:41:40 NASArthapz kernel: audit: type=1334 audit(1632508900.893:9): prog-id=16 op=LOAD
sept. 24 20:41:40 NASArthapz systemd-journald[330]: Journal started
sept. 24 20:41:40 NASArthapz systemd-journald[330]: Runtime Journal (/run/log/journal/a6a9cbc1d1d541f3b64c0e9880378980) is 8.0M, max 795.1M, 787.1M free.
sept. 24 20:41:40 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz audit: BPF prog-id=14 op=LOAD
sept. 24 20:41:40 NASArthapz audit: BPF prog-id=15 op=LOAD
sept. 24 20:41:40 NASArthapz audit: BPF prog-id=16 op=LOAD
sept. 24 20:41:40 NASArthapz systemd[321]: dev-hugepages.mount: Executing: /usr/bin/mount hugetlbfs /dev/hugepages -t hugetlbfs
sept. 24 20:41:40 NASArthapz 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'
sept. 24 20:41:40 NASArthapz systemd[322]: dev-mqueue.mount: Executing: /usr/bin/mount mqueue /dev/mqueue -t mqueue -o nosuid,nodev,noexec
sept. 24 20:41:40 NASArthapz systemd[323]: sys-kernel-debug.mount: Executing: /usr/bin/mount debugfs /sys/kernel/debug -t debugfs -o nosuid,nodev,noexec
sept. 24 20:41:40 NASArthapz systemd[324]: sys-kernel-tracing.mount: Executing: /usr/bin/mount tracefs /sys/kernel/tracing -t tracefs -o nosuid,nodev,noexec
sept. 24 20:41:40 NASArthapz systemd[325]: kmod-static-nodes.service: Executing: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.conf
sept. 24 20:41:40 NASArthapz systemd[326]: lvm2-monitor.service: Executing: /usr/bin/lvm vgchange --monitor y
sept. 24 20:41:40 NASArthapz systemd[327]: modprobe@configfs.service: Executing: /sbin/modprobe -abq configfs
sept. 24 20:41:40 NASArthapz systemd[328]: modprobe@drm.service: Executing: /sbin/modprobe -abq drm
sept. 24 20:41:40 NASArthapz systemd[329]: modprobe@fuse.service: Executing: /sbin/modprobe -abq fuse
sept. 24 20:41:40 NASArthapz systemd[331]: systemd-remount-fs.service: Executing: /usr/lib/systemd/systemd-remount-fs
sept. 24 20:41:40 NASArthapz systemd[332]: systemd-sysctl.service: Executing: /usr/lib/systemd/systemd-sysctl
sept. 24 20:41:40 NASArthapz systemd[330]: systemd-journald.service: Executing: /usr/lib/systemd/systemd-journald
sept. 24 20:41:40 NASArthapz systemd[333]: systemd-udev-trigger.service: Executing: udevadm trigger --type=subsystems --action=add
sept. 24 20:41:40 NASArthapz systemd[336]: sys-fs-fuse-connections.mount: Executing: /usr/bin/mount fusectl /sys/fs/fuse/connections -t fusectl -o nosuid,nodev,noexec
sept. 24 20:41:40 NASArthapz systemd[337]: sys-kernel-config.mount: Executing: /usr/bin/mount configfs /sys/kernel/config -t configfs -o nosuid,nodev,noexec
sept. 24 20:41:40 NASArthapz systemd[338]: systemd-random-seed.service: Executing: /usr/lib/systemd/systemd-random-seed load
sept. 24 20:41:40 NASArthapz kernel: audit: type=1130 audit(1632508900.906:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz systemd[339]: systemd-tmpfiles-setup-dev.service: Executing: systemd-tmpfiles --prefix=/dev --create --boot
sept. 24 20:41:40 NASArthapz systemd[341]: systemd-udev-trigger.service: Executing: udevadm trigger --type=devices --action=add
sept. 24 20:41:40 NASArthapz systemd-random-seed[338]: Kernel entropy pool is not initialized yet, waiting until it is.
sept. 24 20:41:40 NASArthapz systemd[343]: systemd-udevd.service: Executing: /usr/lib/systemd/systemd-udevd
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (WATCHDOG=1)
sept. 24 20:41:40 NASArthapz systemd[1]: sysinit.target: starting held back, waiting for: systemd-udevd.service
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: ConditionPathExists=!/etc/initrd-release succeeded.
sept. 24 20:41:40 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: Passing 0 fds to service
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: About to execute journalctl --flush
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: Forked journalctl as 345
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: Changed dead -> start
sept. 24 20:41:40 NASArthapz systemd[1]: Starting Flush Journal to Persistent Storage...
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: starting held back, waiting for: systemd-journal-flush.service
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 49 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 50 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[345]: systemd-journal-flush.service: Executing: journalctl --flush
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 51 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 52 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 53 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 54 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 55 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 56 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 57 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 49 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 49 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 50 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 51 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 52 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 53 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 55 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 56 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 57 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 49 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 49 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 50 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 49 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 50 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 49 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 49 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 49 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 49 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 49 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 50 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 50 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 50 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 51 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 52 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd-journald[330]: Time spent on flushing to /var/log/journal/a6a9cbc1d1d541f3b64c0e9880378980 is 54.853ms for 1368 entries.
sept. 24 20:41:40 NASArthapz systemd-journald[330]: System Journal (/var/log/journal/a6a9cbc1d1d541f3b64c0e9880378980) is 552.0M, max 4.0G, 3.4G free.
sept. 24 20:41:40 NASArthapz kernel: usb 3-6: config 1 has an invalid interface number: 2 but max is 1
sept. 24 20:41:40 NASArthapz kernel: usb 3-6: config 1 has no interface number 1
sept. 24 20:41:40 NASArthapz kernel: acpi_cpufreq: overriding BIOS provided _PSD data
sept. 24 20:41:40 NASArthapz kernel: usb 1-5: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
sept. 24 20:41:40 NASArthapz kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
sept. 24 20:41:40 NASArthapz kernel: usb 1-5: Product: USB Receiver
sept. 24 20:41:40 NASArthapz kernel: usb 1-5: Manufacturer: Logitech
sept. 24 20:41:40 NASArthapz kernel: usb 3-6: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
sept. 24 20:41:40 NASArthapz kernel: usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
sept. 24 20:41:40 NASArthapz kernel: usb 3-6: Product: AURA LED Controller
sept. 24 20:41:40 NASArthapz kernel: usb 3-6: Manufacturer: AsusTek Computer Inc.
sept. 24 20:41:40 NASArthapz kernel: usb 3-6: SerialNumber: 9876543210
sept. 24 20:41:40 NASArthapz kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
sept. 24 20:41:40 NASArthapz kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
sept. 24 20:41:40 NASArthapz kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
sept. 24 20:41:40 NASArthapz kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
sept. 24 20:41:40 NASArthapz kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
sept. 24 20:41:40 NASArthapz kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
sept. 24 20:41:40 NASArthapz kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
sept. 24 20:41:40 NASArthapz kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
sept. 24 20:41:40 NASArthapz kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
sept. 24 20:41:40 NASArthapz kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
sept. 24 20:41:40 NASArthapz kernel: random: lvm: uninitialized urandom read (4 bytes read)
sept. 24 20:41:40 NASArthapz kernel: Adding 16777212k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:16777212k SSFS
sept. 24 20:41:40 NASArthapz 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'
sept. 24 20:41:40 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz 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'
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-udevd.service: Got notification message from PID 343 (READY=1, STATUS=Processing with 48 children at max)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-udevd.service: Changed start -> running
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-udevd.service: Job 14 systemd-udevd.service/start finished, result=done
sept. 24 20:41:40 NASArthapz lvm[411]:   pvscan[411] PV /dev/sda online, VG data incomplete (need 1).
sept. 24 20:41:40 NASArthapz systemd[1]: Started Rule-based Manager for Device Events and Files.
sept. 24 20:41:40 NASArthapz lvm[412]:   pvscan[412] PV /dev/sdb online, VG data is complete.
sept. 24 20:41:40 NASArthapz lvm[412]:   pvscan[412] VG data run autoactivation.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-udevd-control.socket: Changed listening -> running
sept. 24 20:41:40 NASArthapz systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
sept. 24 20:41:40 NASArthapz systemd[1]: sys-module-fuse.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 50 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: Received SIGCHLD from PID 341 (udevadm).
sept. 24 20:41:40 NASArthapz 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'
sept. 24 20:41:40 NASArthapz systemd[1]: Child 341 (udevadm) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-udev-trigger.service: Child 341 belongs to systemd-udev-trigger.service.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-udev-trigger.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-udev-trigger.service: Changed start -> exited
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-udev-trigger.service: Job 41 systemd-udev-trigger.service/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Finished Coldplug All udev Devices.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-udev-trigger.service: Control group is empty.
sept. 24 20:41:40 NASArthapz systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
sept. 24 20:41:40 NASArthapz systemd[1]: sys-module-configfs.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-nvme0n1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: Received SIGCHLD from PID 326 (lvm).
sept. 24 20:41:40 NASArthapz systemd[1]: Child 326 (lvm) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-monitor.service: Child 326 belongs to lvm2-monitor.service.
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-monitor.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-monitor.service: Changed start -> exited
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-monitor.service: Job 19 lvm2-monitor.service/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-monitor.service: Control group is empty.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 54 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS13.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS13.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS10.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS10.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS11.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS11.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS12.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS12.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS15.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS15.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS14.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS14.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart3.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-a5a36a89\x2d5fd5\x2d4c41\x2db283\x2d77cfc6cad6d8.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart3.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-ROOT.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart3.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-11addadb\x2d2944\x2d430f\x2d87c1\x2d464cd1a356fd.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-nvme0n1p3.device: Changed tentative -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS16.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS16.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS17.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS17.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS18.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS18.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS2.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS2.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS20.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS20.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS19.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS19.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS21.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS21.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS22.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS22.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS24.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS24.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS23.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS23.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS25.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS25.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS26.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS26.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS27.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS27.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS28.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS28.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS3.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS3.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS29.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS29.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS30.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS30.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS31.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS31.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS4.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS4.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS5.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS5.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS6.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS6.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS9.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS9.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS7.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS7.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS8.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-platform-serial8250-tty-ttyS8.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-ttyS0.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-pnp0-00:04-tty-ttyS0.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-0eea85cb\x2dbd6b\x2d4b58\x2d8112\x2d6f3ee4a8f248.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-AB19\x2dD22A.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-AB19\x2dD22A.device: Job 49 dev-disk-by\x2duuid-AB19\x2dD22A.device/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Found device Force MP600 EFI.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-EFI.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-nvme0n1p1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-HOME.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart4.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart4.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-3caa0c9e\x2d4938\x2d49c5\x2d9e10\x2d625908aa9fd9.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart4.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.device: Job 54 dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.device/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Found device Force MP600 HOME.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-nvme0n1p4.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p4.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart2.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart2.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.device: Job 36 dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.device/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Found device Force MP600 SWAP.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-SWAP.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart2.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-d357b9eb\x2d8e32\x2d485e\x2da1c5\x2df152785bb6e0.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-nvme0n1p2.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: Unit lvm2-pvscan@8:0.service has alias lvm2-pvscan@.service.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-block-8:0.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d1IdZvi\x2dDC06\x2d4d0h\x2dDnQG\x2dW6RG\x2ds0xy\x2dZf3WsB.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-wwn\x2d0x50014ee2633f1c51.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:09:00.0\x2data\x2d3.0.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-ata\x2dWDC_WD20EFRX\x2d68EUZN0_WD\x2dWCC4M0ZENE7V.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:09:00.0\x2data\x2d3.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-sda.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:09.0-0000:09:00.0-ata3-host2-target2:0:0-2:0:0:0-block-sda.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Trying to enqueue job lvm2-pvscan@8:0.service/start/fail
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Installed new job lvm2-pvscan@8:0.service/start as 105
sept. 24 20:41:40 NASArthapz systemd[1]: system-lvm2\x2dpvscan.slice: Installed new job system-lvm2\x2dpvscan.slice/start as 106
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Enqueued job lvm2-pvscan@8:0.service/start as 105
sept. 24 20:41:40 NASArthapz systemd[1]: Unit lvm2-pvscan@8:16.service has alias lvm2-pvscan@.service.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-block-8:16.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:09:00.0\x2data\x2d4.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-wwn\x2d0x5002538f41420e10.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-ata\x2dSamsung_SSD_870_QVO_1TB_S5SVNF0R420065M.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dRjMfdJ\x2d1RAl\x2dpBnX\x2dBnCf\x2dpxOa\x2dvIwp\x2dtWvcOw.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:09:00.0\x2data\x2d4.0.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: dev-sdb.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:09.0-0000:09:00.0-ata4-host3-target3:0:0-3:0:0:0-block-sdb.device: Changed dead -> plugged
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Trying to enqueue job lvm2-pvscan@8:16.service/start/fail
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Installed new job lvm2-pvscan@8:16.service/start as 118
sept. 24 20:41:40 NASArthapz systemd[1]: system-lvm2\x2dpvscan.slice: Merged system-lvm2\x2dpvscan.slice/start into installed job system-lvm2\x2dpvscan.slice/start as 106
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Enqueued job lvm2-pvscan@8:16.service/start as 118
sept. 24 20:41:40 NASArthapz systemd[1]: system-lvm2\x2dpvscan.slice changed dead -> active
sept. 24 20:41:40 NASArthapz systemd[1]: system-lvm2\x2dpvscan.slice: Job 106 system-lvm2\x2dpvscan.slice/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Created slice Slice /system/lvm2-pvscan.
sept. 24 20:41:40 NASArthapz systemd[1]: local-fs-pre.target changed dead -> active
sept. 24 20:41:40 NASArthapz systemd[1]: local-fs-pre.target: Job 58 local-fs-pre.target/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Reached target Preparation for Local File Systems.
sept. 24 20:41:40 NASArthapz systemd[1]: local-fs.target: starting held back, waiting for: boot-efi.mount
sept. 24 20:41:40 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap: About to execute /sbin/swapon /dev/disk/by-uuid/aaf9dd69-006f-4587-8dfc-9841cd0aa443
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap: Forked /sbin/swapon as 410
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap: Changed dead -> activating
sept. 24 20:41:40 NASArthapz systemd[1]: Activating swap /dev/disk/by-uuid/aaf9dd69-006f-4587-8dfc-9841cd0aa443...
sept. 24 20:41:40 NASArthapz systemd[1]: boot-efi.mount: starting held back, waiting for: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service
sept. 24 20:41:40 NASArthapz systemd[1]: home.mount: starting held back, waiting for: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service
sept. 24 20:41:40 NASArthapz systemd[1]: mnt-data.mount: starting held back, waiting for: dev-mapper-data\x2dlv_data.device
sept. 24 20:41:40 NASArthapz systemd[1]: var-lib-machines.mount: ConditionPathExists=/var/lib/machines.raw failed.
sept. 24 20:41:40 NASArthapz systemd[1]: var-lib-machines.mount: Starting requested but condition failed. Not starting unit.
sept. 24 20:41:40 NASArthapz systemd[1]: var-lib-machines.mount: Job 93 var-lib-machines.mount/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
sept. 24 20:41:40 NASArthapz systemd[1]: local-fs.target: starting held back, waiting for: boot-efi.mount
sept. 24 20:41:40 NASArthapz systemd[410]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap: Executing: /sbin/swapon /dev/disk/by-uuid/aaf9dd69-006f-4587-8dfc-9841cd0aa443
sept. 24 20:41:40 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Passing 0 fds to service
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: About to execute /usr/bin/lvm pvscan --cache --activate ay 8:0
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Forked /usr/bin/lvm as 411
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Changed dead -> start
sept. 24 20:41:40 NASArthapz systemd[1]: Starting LVM event activation on device 8:0...
sept. 24 20:41:40 NASArthapz systemd[411]: lvm2-pvscan@8:0.service: Executing: /usr/bin/lvm pvscan --cache --activate ay 8:0
sept. 24 20:41:40 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Passing 0 fds to service
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: About to execute /usr/bin/lvm pvscan --cache --activate ay 8:16
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Forked /usr/bin/lvm as 412
sept. 24 20:41:40 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Changed dead -> start
sept. 24 20:41:40 NASArthapz systemd[1]: Starting LVM event activation on device 8:16...
sept. 24 20:41:40 NASArthapz systemd[412]: lvm2-pvscan@8:16.service: Executing: /usr/bin/lvm pvscan --cache --activate ay 8:16
sept. 24 20:41:40 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: Passing 0 fds to service
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: About to execute /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/2ca9162f-35a1-4b50-a8a6-49abbc95fa29
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: Forked /usr/lib/systemd/systemd-fsck as 413
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: Changed dead -> start
sept. 24 20:41:40 NASArthapz systemd[1]: Starting File System Check on /dev/disk/by-uuid/2ca9162f-35a1-4b50-a8a6-49abbc95fa29...
sept. 24 20:41:40 NASArthapz systemd[413]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: Executing: /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/2ca9162f-35a1-4b50-a8a6-49abbc95fa29
sept. 24 20:41:40 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: Passing 0 fds to service
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: About to execute /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/AB19-D22A
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: Forked /usr/lib/systemd/systemd-fsck as 414
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: Changed dead -> start
sept. 24 20:41:40 NASArthapz systemd[1]: Starting File System Check on /dev/disk/by-uuid/AB19-D22A...
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: starting held back, waiting for: dev-mapper-data\x2dlv_data.device
sept. 24 20:41:40 NASArthapz systemd[414]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: Executing: /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/AB19-D22A
sept. 24 20:41:40 NASArthapz systemd[1]: dev.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart2.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: Unit blockdev@dev-nvme0n1p2.target has alias blockdev@.target.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-SWAP.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart2.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart2.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-d357b9eb\x2d8e32\x2d485e\x2da1c5\x2df152785bb6e0.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-nvme0n1p2.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart2.swap: Changed dead -> active
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-SWAP.swap: Changed dead -> active
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart2.swap: Changed dead -> active
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart2.swap: Changed dead -> active
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-d357b9eb\x2d8e32\x2d485e\x2da1c5\x2df152785bb6e0.swap: Changed dead -> active
sept. 24 20:41:40 NASArthapz systemd[1]: dev-nvme0n1p2.swap: Changed dead -> active
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap: Changed activating -> activating-done
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap: Job 35 dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Activated swap /dev/disk/by-uuid/aaf9dd69-006f-4587-8dfc-9841cd0aa443.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-nvme0n1p2.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-d357b9eb\x2d8e32\x2d485e\x2da1c5\x2df152785bb6e0.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart2.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart2.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-SWAP.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart2.mount: Collecting.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 50 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 53 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: Received SIGCHLD from PID 345 (journalctl).
sept. 24 20:41:40 NASArthapz systemd[1]: Child 345 (journalctl) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: Child 345 belongs to systemd-journal-flush.service.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: Changed start -> exited
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: Job 29 systemd-journal-flush.service/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Finished Flush Journal to Persistent Storage.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 54 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 55 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 56 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journal-flush.service: Control group is empty.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 52 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: swap.target changed dead -> active
sept. 24 20:41:40 NASArthapz systemd[1]: swap.target: Job 34 swap.target/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Reached target Swaps.
sept. 24 20:41:40 NASArthapz systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
sept. 24 20:41:40 NASArthapz systemd[1]: tmp.mount: ConditionPathIsSymbolicLink=!/tmp succeeded.
sept. 24 20:41:40 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:40 NASArthapz systemd[1]: tmp.mount: About to execute /usr/bin/mount tmpfs /tmp -t tmpfs -o mode=1777,strictatime,nosuid,nodev,size=50%,nr_inodes=400k
sept. 24 20:41:40 NASArthapz systemd[1]: tmp.mount: Forked /usr/bin/mount as 419
sept. 24 20:41:40 NASArthapz systemd[1]: tmp.mount: Changed dead -> mounting
sept. 24 20:41:40 NASArthapz systemd[1]: Mounting Temporary Directory /tmp...
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: starting held back, waiting for: local-fs.target
sept. 24 20:41:40 NASArthapz systemd[1]: Received SIGCHLD from PID 410 (swapon).
sept. 24 20:41:40 NASArthapz systemd[1]: Child 410 (swapon) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:40 NASArthapz systemd[419]: tmp.mount: Executing: /usr/bin/mount tmpfs /tmp -t tmpfs -o mode=1777,strictatime,nosuid,nodev,size=50%,nr_inodes=400k
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap: Child 410 belongs to dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap.
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap: Swap process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:40 NASArthapz systemd[1]: dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap: Changed activating-done -> active
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 52 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 50 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: tmp.mount: Changed mounting -> mounting-done
sept. 24 20:41:40 NASArthapz systemd[1]: Received SIGCHLD from PID 419 (mount).
sept. 24 20:41:40 NASArthapz systemd[1]: Child 419 (mount) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:40 NASArthapz systemd[1]: tmp.mount: Child 419 belongs to tmp.mount.
sept. 24 20:41:40 NASArthapz systemd[1]: tmp.mount: Mount process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:40 NASArthapz systemd[1]: tmp.mount: Changed mounting-done -> mounted
sept. 24 20:41:40 NASArthapz systemd[1]: tmp.mount: Job 59 tmp.mount/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Mounted Temporary Directory /tmp.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 52 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: basic.target: starting held back, waiting for: sockets.target
sept. 24 20:41:40 NASArthapz systemd[1]: local-fs.target: starting held back, waiting for: boot-efi.mount
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-logind.service: starting held back, waiting for: basic.target
sept. 24 20:41:40 NASArthapz systemd-fsck[422]: fsck.fat 4.2 (2021-01-31)
sept. 24 20:41:40 NASArthapz systemd-fsck[422]: /dev/nvme0n1p1: 108 files, 336/76646 clusters
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 56 (stored), closing.
sept. 24 20:41:40 NASArthapz systemd[1]: Received SIGCHLD from PID 414 (systemd-fsck).
sept. 24 20:41:40 NASArthapz systemd[1]: Child 414 (systemd-fsck) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: Child 414 belongs to systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service.
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: Changed start -> exited
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: Job 47 systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service/start finished, result=done
sept. 24 20:41:40 NASArthapz systemd[1]: Finished File System Check on /dev/disk/by-uuid/AB19-D22A.
sept. 24 20:41:40 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-AB19\x2dD22A.service: Control group is empty.
sept. 24 20:41:40 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:40 NASArthapz systemd[1]: boot-efi.mount: About to execute /usr/bin/mount /dev/disk/by-uuid/AB19-D22A /boot/efi -t vfat -o rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
sept. 24 20:41:40 NASArthapz systemd[1]: boot-efi.mount: Forked /usr/bin/mount as 424
sept. 24 20:41:40 NASArthapz systemd[1]: boot-efi.mount: Changed dead -> mounting
sept. 24 20:41:40 NASArthapz systemd[1]: Mounting /boot/efi...
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:40 NASArthapz systemd[1]: systemd-journald.service: Added fd 50 (n/a) to fd store.
sept. 24 20:41:40 NASArthapz systemd[424]: boot-efi.mount: Executing: /usr/bin/mount /dev/disk/by-uuid/AB19-D22A /boot/efi -t vfat -o rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
sept. 24 20:41:40 NASArthapz systemd-fsck[421]: /dev/nvme0n1p4 : propre, 27016/16351232 fichiers, 4179026/65396481 blocs
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-0eea85cb\x2dbd6b\x2d4b58\x2d8112\x2d6f3ee4a8f248.device: Installed new job dev-disk-by\x2dpartuuid-0eea85cb\x2dbd6b\x2d4b58\x2d8112\x2d6f3ee4a8f248.device/nop as 131
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart1.device: Installed new job dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart1.device/nop as 132
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2duuid-AB19\x2dD22A.device: Installed new job dev-disk-by\x2duuid-AB19\x2dD22A.device/nop as 133
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart1.device: Installed new job dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart1.device/nop as 134
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-EFI.device: Installed new job dev-disk-by\x2dpartlabel-EFI.device/nop as 135
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart1.device: Installed new job dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart1.device/nop as 136
sept. 24 20:41:41 NASArthapz systemd[1]: dev-nvme0n1p1.device: Installed new job dev-nvme0n1p1.device/nop as 137
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device: Installed new job sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device/nop as 138
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart1.device: Job 134 dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart1.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart1.device: Job 132 dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart1.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-EFI.device: Job 135 dev-disk-by\x2dpartlabel-EFI.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-0eea85cb\x2dbd6b\x2d4b58\x2d8112\x2d6f3ee4a8f248.device: Job 131 dev-disk-by\x2dpartuuid-0eea85cb\x2dbd6b\x2d4b58\x2d8112\x2d6f3ee4a8f248.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart1.device: Job 136 dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart1.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2duuid-AB19\x2dD22A.device: Job 133 dev-disk-by\x2duuid-AB19\x2dD22A.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-nvme0n1p1.device: Job 137 dev-nvme0n1p1.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device: Job 138 sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 55 (stored), closing.
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 413 (systemd-fsck).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 413 (systemd-fsck) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: Child 413 belongs to systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: Changed start -> exited
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: Job 55 systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Finished File System Check on /dev/disk/by-uuid/2ca9162f-35a1-4b50-a8a6-49abbc95fa29.
sept. 24 20:41:40 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.service: Control group is empty.
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz systemd[1]: home.mount: About to execute /usr/bin/mount /dev/disk/by-uuid/2ca9162f-35a1-4b50-a8a6-49abbc95fa29 /home -t ext4 -o rw,relatime
sept. 24 20:41:41 NASArthapz systemd[1]: home.mount: Forked /usr/bin/mount as 426
sept. 24 20:41:41 NASArthapz systemd[1]: home.mount: Changed dead -> mounting
sept. 24 20:41:41 NASArthapz systemd[1]: Mounting /home...
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Added fd 52 (n/a) to fd store.
sept. 24 20:41:41 NASArthapz systemd[426]: home.mount: Executing: /usr/bin/mount /dev/disk/by-uuid/2ca9162f-35a1-4b50-a8a6-49abbc95fa29 /home -t ext4 -o rw,relatime
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-HOME.device: Installed new job dev-disk-by\x2dpartlabel-HOME.device/nop as 139
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart4.device: Installed new job dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart4.device/nop as 140
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart4.device: Installed new job dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart4.device/nop as 141
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-3caa0c9e\x2d4938\x2d49c5\x2d9e10\x2d625908aa9fd9.device: Installed new job dev-disk-by\x2dpartuuid-3caa0c9e\x2d4938\x2d49c5\x2d9e10\x2d625908aa9fd9.device/nop as 142
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart4.device: Installed new job dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart4.device/nop as 143
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.device: Installed new job dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.device/nop as 144
sept. 24 20:41:41 NASArthapz systemd[1]: dev-nvme0n1p4.device: Installed new job dev-nvme0n1p4.device/nop as 145
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p4.device: Installed new job sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p4.device/nop as 146
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart4.device: Job 141 dev-disk-by\x2did-nvme\x2dForce_MP600_2005823100012854423E\x2dpart4.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart4.device: Job 143 dev-disk-by\x2did-nvme\x2deui.6479a72f71633345\x2dpart4.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpartlabel-HOME.device: Job 139 dev-disk-by\x2dpartlabel-HOME.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpartuuid-3caa0c9e\x2d4938\x2d49c5\x2d9e10\x2d625908aa9fd9.device: Job 142 dev-disk-by\x2dpartuuid-3caa0c9e\x2d4938\x2d49c5\x2d9e10\x2d625908aa9fd9.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart4.device: Job 140 dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart4.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.device: Job 144 dev-disk-by\x2duuid-2ca9162f\x2d35a1\x2d4b50\x2da8a6\x2d49abbc95fa29.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-nvme0n1p4.device: Job 145 dev-nvme0n1p4.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p4.device: Job 146 sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:01.0-0000:03:00.0-nvme-nvme0-nvme0n1-nvme0n1p4.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Unit blockdev@dev-nvme0n1p4.target has alias blockdev@.target.
sept. 24 20:41:41 NASArthapz systemd[1]: home.mount: Changed mounting -> mounting-done
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 426 (mount).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 426 (mount) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: home.mount: Child 426 belongs to home.mount.
sept. 24 20:41:41 NASArthapz systemd[1]: home.mount: Mount process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: home.mount: Changed mounting-done -> mounted
sept. 24 20:41:41 NASArthapz systemd[1]: home.mount: Job 53 home.mount/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Mounted /home.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 52 (stored), closing.
sept. 24 20:41:41 NASArthapz systemd[1]: local-fs.target: starting held back, waiting for: boot-efi.mount
sept. 24 20:41:41 NASArthapz systemd[1]: inquisitor.service: starting held back, waiting for: sysinit.target
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-user-sessions.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz kernel: EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
sept. 24 20:41:41 NASArthapz kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
sept. 24 20:41:41 NASArthapz kernel: ccp 0000:0c:00.1: enabling device (0000 -> 0002)
sept. 24 20:41:41 NASArthapz kernel: ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
sept. 24 20:41:41 NASArthapz kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
sept. 24 20:41:41 NASArthapz kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
sept. 24 20:41:41 NASArthapz kernel: cryptd: max_cpu_qlen set to 1000
sept. 24 20:41:41 NASArthapz systemd[1]: Event source 0x559b75065420 (mount-monitor-dispatch) entered rate limit state.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 50 (stored), closing.
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 424 (mount).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 424 (mount) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: boot-efi.mount: Child 424 belongs to boot-efi.mount.
sept. 24 20:41:41 NASArthapz systemd[1]: Unit blockdev@dev-nvme0n1p1.target has alias blockdev@.target.
sept. 24 20:41:41 NASArthapz systemd[1]: boot-efi.mount: Changed mounting -> mounting-done
sept. 24 20:41:41 NASArthapz systemd[1]: boot-efi.mount: Mount process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: boot-efi.mount: Changed mounting-done -> mounted
sept. 24 20:41:41 NASArthapz systemd[1]: boot-efi.mount: Job 46 boot-efi.mount/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Mounted /boot/efi.
sept. 24 20:41:41 NASArthapz systemd[1]: local-fs.target: starting held back, waiting for: mnt-data.mount
sept. 24 20:41:41 NASArthapz kernel: AVX2 version of gcm_enc/dec engaged.
sept. 24 20:41:41 NASArthapz kernel: AES CTR mode by8 optimization enabled
sept. 24 20:41:41 NASArthapz kernel: hid-generic 0003:0B05:18F3.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:08:00.3-6/input2
sept. 24 20:41:41 NASArthapz kernel: asus_wmi: ASUS WMI generic driver loaded
sept. 24 20:41:41 NASArthapz kernel: asus_wmi: Initialization: 0x0
sept. 24 20:41:41 NASArthapz kernel: asus_wmi: BIOS WMI version: 0.9
sept. 24 20:41:41 NASArthapz kernel: asus_wmi: SFUN value: 0x0
sept. 24 20:41:41 NASArthapz kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
sept. 24 20:41:41 NASArthapz kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
sept. 24 20:41:41 NASArthapz systemd[1]: dev.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:41 NASArthapz systemd[1]: dev-rfkill.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:41 NASArthapz systemd[1]: var.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:41 NASArthapz systemd[1]: var-lib.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:41 NASArthapz systemd[1]: var-lib-systemd.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:41 NASArthapz systemd[1]: var-lib-systemd-rfkill.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:41 NASArthapz systemd[1]: dev-rfkill.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-virtual-misc-rfkill.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-rfkill.socket: Trying to enqueue job systemd-rfkill.socket/start/fail
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-rfkill.socket: Installed new job systemd-rfkill.socket/start as 147
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-rfkill.socket: Enqueued job systemd-rfkill.socket/start as 147
sept. 24 20:41:41 NASArthapz systemd[1]: dev.mount: Collecting.
sept. 24 20:41:41 NASArthapz systemd[1]: dev-rfkill.mount: Collecting.
sept. 24 20:41:41 NASArthapz systemd[1]: var.mount: Collecting.
sept. 24 20:41:41 NASArthapz systemd[1]: var-lib.mount: Collecting.
sept. 24 20:41:41 NASArthapz systemd[1]: var-lib-systemd.mount: Collecting.
sept. 24 20:41:41 NASArthapz systemd[1]: var-lib-systemd-rfkill.mount: Collecting.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-rfkill.socket: Changed dead -> listening
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-rfkill.socket: Job 147 systemd-rfkill.socket/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
sept. 24 20:41:41 NASArthapz kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.0/0003:046D:C52B.0002/input/input4
sept. 24 20:41:41 NASArthapz kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
sept. 24 20:41:41 NASArthapz kernel: snd_hda_intel 0000:06:00.1: Force to non-snoop mode
sept. 24 20:41:41 NASArthapz kernel: snd_hda_intel 0000:0c:00.4: enabling device (0000 -> 0002)
sept. 24 20:41:41 NASArthapz kernel: libphy: r8169: probed
sept. 24 20:41:41 NASArthapz kernel: r8169 0000:07:00.0 eth0: RTL8168h/8111h, f0:2f:74:de:9d:cc, XID 541, IRQ 89
sept. 24 20:41:41 NASArthapz kernel: r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
sept. 24 20:41:41 NASArthapz systemd-udevd[388]: Using default interface naming scheme 'v249'.
sept. 24 20:41:41 NASArthapz kernel: r8169 0000:07:00.0 enp7s0: renamed from eth0
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 53 (stored), closing.
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 411 (lvm).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 411 (lvm) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Child 411 belongs to lvm2-pvscan@8:0.service.
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Changed start -> exited
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Job 105 lvm2-pvscan@8:0.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Finished LVM event activation on device 8:0.
sept. 24 20:41:41 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@8:0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:0.service: Control group is empty.
sept. 24 20:41:41 NASArthapz systemd[1]: sys-subsystem-net-devices-enp7s0.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:05.0-0000:07:00.0-net-enp7s0.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz kernel: hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:08:00.1-5/input0
sept. 24 20:41:41 NASArthapz kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.1/0003:046D:C52B.0003/input/input5
sept. 24 20:41:41 NASArthapz kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.1/0003:046D:C52B.0003/input/input6
sept. 24 20:41:41 NASArthapz kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.1/0003:046D:C52B.0003/input/input7
sept. 24 20:41:41 NASArthapz kernel: hid-generic 0003:046D:C52B.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:08:00.1-5/input1
sept. 24 20:41:41 NASArthapz kernel: hid-generic 0003:046D:C52B.0004: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:08:00.1-5/input2
sept. 24 20:41:41 NASArthapz kernel: usbcore: registered new interface driver usbhid
sept. 24 20:41:41 NASArthapz kernel: usbhid: USB HID core driver
sept. 24 20:41:41 NASArthapz kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input9
sept. 24 20:41:41 NASArthapz kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input10
sept. 24 20:41:41 NASArthapz kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input11
sept. 24 20:41:41 NASArthapz kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input12
sept. 24 20:41:41 NASArthapz kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input13
sept. 24 20:41:41 NASArthapz kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input14
sept. 24 20:41:41 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:41 NASArthapz systemd[1]: dev-snd-by\x2dpath-pci\x2d0000:06:00.1.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-snd-controlC0.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:01:00.0-0000:02:02.0-0000:04:00.0-0000:05:00.0-0000:06:00.1-sound-card0-controlC0.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: sound.target: Trying to enqueue job sound.target/start/fail
sept. 24 20:41:41 NASArthapz systemd[1]: sound.target: Installed new job sound.target/start as 154
sept. 24 20:41:41 NASArthapz systemd[1]: sound.target: Enqueued job sound.target/start as 154
sept. 24 20:41:41 NASArthapz systemd[1]: sound.target changed dead -> active
sept. 24 20:41:41 NASArthapz systemd[1]: sound.target: Job 154 sound.target/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Reached target Sound Card.
sept. 24 20:41:41 NASArthapz systemd[1]: dev-mapper-data\x2dcachepool_cpool_cdata.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-dm\x2d0.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0: ALCS1200A: SKU not ready 0x00000000
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
sept. 24 20:41:41 NASArthapz kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-mapper-data\x2dcachepool_cpool_cmeta.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-dm\x2d1.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-virtual-block-dm\x2d1.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-mapper-data\x2dlv_data_corig.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-dm\x2d2.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-virtual-block-dm\x2d2.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input15
sept. 24 20:41:41 NASArthapz kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input16
sept. 24 20:41:41 NASArthapz kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input17
sept. 24 20:41:41 NASArthapz kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input18
sept. 24 20:41:41 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:41 NASArthapz kernel: MCE: In-kernel MCE decoding enabled.
sept. 24 20:41:41 NASArthapz kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input19
sept. 24 20:41:41 NASArthapz kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input20
sept. 24 20:41:41 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:41 NASArthapz kernel: intel_rapl_common: Found RAPL domain package
sept. 24 20:41:41 NASArthapz kernel: intel_rapl_common: Found RAPL domain core
sept. 24 20:41:41 NASArthapz systemd[1]: dev-snd-by\x2dpath-pci\x2d0000:0c:00.4.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-snd-controlC1.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-pci0000:00-0000:00:08.1-0000:0c:00.4-sound-card1-controlC1.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input21
sept. 24 20:41:41 NASArthapz kernel: logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:08:00.1-5/input2
sept. 24 20:41:41 NASArthapz kernel: device-mapper: cache: Origin device (dm-2) discard unsupported: Disabling discard passdown.
sept. 24 20:41:41 NASArthapz kernel: input: Logitech Wireless Device PID:1017 Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.2/0003:046D:C52B.0004/0003:046D:1017.0005/input/input22
sept. 24 20:41:41 NASArthapz kernel: hid-generic 0003:046D:1017.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:1017] on usb-0000:08:00.1-5/input2:1
sept. 24 20:41:41 NASArthapz kernel: input: Logitech Wireless Device PID:4004 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.2/0003:046D:C52B.0004/0003:046D:4004.0006/input/input26
sept. 24 20:41:41 NASArthapz kernel: hid-generic 0003:046D:4004.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4004] on usb-0000:08:00.1-5/input2:2
sept. 24 20:41:41 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:41 NASArthapz kernel: mousedev: PS/2 mouse device common for all mice
sept. 24 20:41:41 NASArthapz lvm[412]:   1 logical volume(s) in volume group "data" now active
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dWknMSRIDFrpSwvaBBd0jWl1LgxQlCEXKJoVd9D4qifh77CJIl1hW4Yt0wCT1JZNo.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-dm\x2dname\x2ddata\x2dlv_data.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-data-lv_data.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-mapper-data\x2dlv_data.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-mapper-data\x2dlv_data.device: Job 51 dev-mapper-data\x2dlv_data.device/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Found device /dev/mapper/data-lv_data.
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2duuid-35e139bd\x2da828\x2d42a6\x2da624\x2d12e41895c24f.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: dev-dm\x2d3.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-virtual-block-dm\x2d3.device: Changed dead -> plugged
sept. 24 20:41:41 NASArthapz systemd[1]: mnt-data.mount: starting held back, waiting for: systemd-fsck@dev-mapper-data\x2dlv_data.service
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: Passing 0 fds to service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: About to execute /usr/lib/systemd/systemd-fsck /dev/mapper/data-lv_data
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: Forked /usr/lib/systemd/systemd-fsck as 494
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: Changed dead -> start
sept. 24 20:41:41 NASArthapz systemd[1]: Starting File System Check on /dev/mapper/data-lv_data...
sept. 24 20:41:41 NASArthapz systemd[494]: systemd-fsck@dev-mapper-data\x2dlv_data.service: Executing: /usr/lib/systemd/systemd-fsck /dev/mapper/data-lv_data
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Added fd 52 (n/a) to fd store.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 54 (stored), closing.
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 412 (lvm).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 412 (lvm) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Child 412 belongs to lvm2-pvscan@8:16.service.
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Changed start -> exited
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Job 118 lvm2-pvscan@8:16.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Finished LVM event activation on device 8:16.
sept. 24 20:41:41 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@8:16 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:41 NASArthapz systemd[1]: lvm2-pvscan@8:16.service: Control group is empty.
sept. 24 20:41:41 NASArthapz systemd-fsck[496]: /dev/mapper/data-lv_data : propre, 1994/117964800 fichiers, 223598105/471859200 blocs
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 52 (stored), closing.
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 494 (systemd-fsck).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 494 (systemd-fsck) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: Child 494 belongs to systemd-fsck@dev-mapper-data\x2dlv_data.service.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: Changed start -> exited
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: Job 52 systemd-fsck@dev-mapper-data\x2dlv_data.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Finished File System Check on /dev/mapper/data-lv_data.
sept. 24 20:41:41 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-mapper-data\x2dlv_data comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-fsck@dev-mapper-data\x2dlv_data.service: Control group is empty.
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz systemd[1]: mnt-data.mount: About to execute /usr/bin/mount /dev/mapper/data-lv_data /mnt/data -t ext4 -o rw
sept. 24 20:41:41 NASArthapz systemd[1]: mnt-data.mount: Forked /usr/bin/mount as 500
sept. 24 20:41:41 NASArthapz systemd[1]: mnt-data.mount: Changed dead -> mounting
sept. 24 20:41:41 NASArthapz systemd[1]: Mounting /mnt/data...
sept. 24 20:41:41 NASArthapz systemd[500]: mnt-data.mount: Executing: /usr/bin/mount /dev/mapper/data-lv_data /mnt/data -t ext4 -o rw
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Added fd 52 (n/a) to fd store.
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dWknMSRIDFrpSwvaBBd0jWl1LgxQlCEXKJoVd9D4qifh77CJIl1hW4Yt0wCT1JZNo.device: Installed new job dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dWknMSRIDFrpSwvaBBd0jWl1LgxQlCEXKJoVd9D4qifh77CJIl1hW4Yt0wCT1JZNo.device/nop as 156
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-dm\x2dname\x2ddata\x2dlv_data.device: Installed new job dev-disk-by\x2did-dm\x2dname\x2ddata\x2dlv_data.device/nop as 157
sept. 24 20:41:41 NASArthapz systemd[1]: dev-data-lv_data.device: Installed new job dev-data-lv_data.device/nop as 158
sept. 24 20:41:41 NASArthapz systemd[1]: dev-mapper-data\x2dlv_data.device: Installed new job dev-mapper-data\x2dlv_data.device/nop as 159
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2duuid-35e139bd\x2da828\x2d42a6\x2da624\x2d12e41895c24f.device: Installed new job dev-disk-by\x2duuid-35e139bd\x2da828\x2d42a6\x2da624\x2d12e41895c24f.device/nop as 160
sept. 24 20:41:41 NASArthapz systemd[1]: dev-dm\x2d3.device: Installed new job dev-dm\x2d3.device/nop as 161
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-virtual-block-dm\x2d3.device: Installed new job sys-devices-virtual-block-dm\x2d3.device/nop as 162
sept. 24 20:41:41 NASArthapz systemd[1]: dev-data-lv_data.device: Job 158 dev-data-lv_data.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-dm\x2dname\x2ddata\x2dlv_data.device: Job 157 dev-disk-by\x2did-dm\x2dname\x2ddata\x2dlv_data.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dWknMSRIDFrpSwvaBBd0jWl1LgxQlCEXKJoVd9D4qifh77CJIl1hW4Yt0wCT1JZNo.device: Job 156 dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dWknMSRIDFrpSwvaBBd0jWl1LgxQlCEXKJoVd9D4qifh77CJIl1hW4Yt0wCT1JZNo.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-disk-by\x2duuid-35e139bd\x2da828\x2d42a6\x2da624\x2d12e41895c24f.device: Job 160 dev-disk-by\x2duuid-35e139bd\x2da828\x2d42a6\x2da624\x2d12e41895c24f.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-dm\x2d3.device: Job 161 dev-dm\x2d3.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: dev-mapper-data\x2dlv_data.device: Job 159 dev-mapper-data\x2dlv_data.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: sys-devices-virtual-block-dm\x2d3.device: Job 162 sys-devices-virtual-block-dm\x2d3.device/nop finished, result=done
sept. 24 20:41:41 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 52 (stored), closing.
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 500 (mount).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 500 (mount) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: mnt-data.mount: Child 500 belongs to mnt-data.mount.
sept. 24 20:41:41 NASArthapz systemd[1]: mnt-data.mount: Changed mounting -> mounting-done
sept. 24 20:41:41 NASArthapz systemd[1]: mnt-data.mount: Mount process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: mnt-data.mount: Changed mounting-done -> mounted
sept. 24 20:41:41 NASArthapz systemd[1]: mnt-data.mount: Job 50 mnt-data.mount/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Mounted /mnt/data.
sept. 24 20:41:41 NASArthapz kernel: EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
sept. 24 20:41:41 NASArthapz systemd[1]: local-fs.target changed dead -> active
sept. 24 20:41:41 NASArthapz systemd[1]: local-fs.target: Job 45 local-fs.target/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Reached target Local File Systems.
sept. 24 20:41:41 NASArthapz systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
sept. 24 20:41:41 NASArthapz systemd[1]: ldconfig.service: ConditionFileNotEmpty=|!/etc/ld.so.cache failed.
sept. 24 20:41:41 NASArthapz systemd[1]: ldconfig.service: ConditionNeedsUpdate=|/etc failed.
sept. 24 20:41:41 NASArthapz systemd[1]: ldconfig.service: Starting requested but condition failed. Not starting unit.
sept. 24 20:41:41 NASArthapz systemd[1]: ldconfig.service: Job 44 ldconfig.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
sept. 24 20:41:41 NASArthapz systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-boot-system-token.service: starting held back, waiting for: systemd-random-seed.service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journal-catalog-update.service: starting held back, waiting for: systemd-tmpfiles-setup.service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-machine-id-commit.service: starting held back, waiting for: first-boot-complete.target
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: Passing 0 fds to service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: About to execute systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: Forked systemd-tmpfiles as 504
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: Changed dead -> start
sept. 24 20:41:41 NASArthapz systemd[1]: Starting Create Volatile Files and Directories...
sept. 24 20:41:41 NASArthapz systemd[504]: systemd-tmpfiles-setup.service: Executing: systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-done.service: starting held back, waiting for: systemd-journal-catalog-update.service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Added fd 52 (n/a) to fd store.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"plex","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"plex","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"utmp","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"utmp","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"systemd-network","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"systemd-network","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"systemd-network","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"systemd-network","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"systemd-network","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"systemd-network","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"systemd-network","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"systemd-network","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"systemd-journal","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"utmp","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"utmp","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"utmp","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"utmp","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"utmp","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"utmp","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":998,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":999,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":998,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":999,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":998,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":999,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":998,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":999,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":998,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":999,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":998,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":999,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":998,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz 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'
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"wheel","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"gid":999,"service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"adm","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-53: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 52 (stored), closing.
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 504 (systemd-tmpfile).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 504 (systemd-tmpfile) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: Child 504 belongs to systemd-tmpfiles-setup.service.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: Changed start -> exited
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: Job 7 systemd-tmpfiles-setup.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Finished Create Volatile Files and Directories.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-setup.service: Control group is empty.
sept. 24 20:41:41 NASArthapz systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journal-catalog-update.service: ConditionNeedsUpdate=/var failed.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journal-catalog-update.service: Starting requested but condition failed. Not starting unit.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journal-catalog-update.service: Job 21 systemd-journal-catalog-update.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
sept. 24 20:41:41 NASArthapz systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-done.service: ConditionNeedsUpdate=|/var failed.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-done.service: ConditionNeedsUpdate=|/etc failed.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-done.service: Starting requested but condition failed. Not starting unit.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-done.service: Job 23 systemd-update-done.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Condition check resulted in Update is Completed being skipped.
sept. 24 20:41:41 NASArthapz systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-utmp.service: Passing 0 fds to service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-utmp.service: About to execute /usr/lib/systemd/systemd-update-utmp reboot
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-utmp.service: Forked /usr/lib/systemd/systemd-update-utmp as 506
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-utmp.service: Changed dead -> start
sept. 24 20:41:41 NASArthapz systemd[1]: Starting Record System Boot/Shutdown in UTMP...
sept. 24 20:41:41 NASArthapz systemd[506]: systemd-update-utmp.service: Executing: /usr/lib/systemd/systemd-update-utmp reboot
sept. 24 20:41:41 NASArthapz audit[506]: SYSTEM_BOOT pid=506 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Added fd 52 (n/a) to fd store.
sept. 24 20:41:41 NASArthapz systemd[1]: Bus private-bus-connection: changing state UNSET → OPENING
sept. 24 20:41:41 NASArthapz systemd[1]: sd-bus: starting bus private-bus-connection on fds 53/53 (socket:[19674], socket:[19674])...
sept. 24 20:41:41 NASArthapz systemd[1]: Bus private-bus-connection: changing state OPENING → AUTHENTICATING
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1 iface=org.freedesktop.systemd1.Manager
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/job iface=org.freedesktop.systemd1.Job
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Unit
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Automount
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Device
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Mount
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Path
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Scope
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Service
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Slice
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Socket
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Swap
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Target
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Timer
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
sept. 24 20:41:41 NASArthapz systemd[1]: Accepted new private connection.
sept. 24 20:41:41 NASArthapz systemd[1]: Bus private-bus-connection: changing state AUTHENTICATING → RUNNING
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=Get cookie=1 reply_cookie=0 signature=ss error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=method_return sender=org.freedesktop.systemd1 destination=n/a path=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 signature=v error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Bus private-bus-connection: changing state RUNNING → CLOSING
sept. 24 20:41:41 NASArthapz systemd[1]: Bus private-bus-connection: changing state CLOSING → CLOSED
sept. 24 20:41:41 NASArthapz systemd[1]: Got disconnect on private connection.
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 506 (systemd-update-).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 506 (systemd-update-) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-utmp.service: Child 506 belongs to systemd-update-utmp.service.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-utmp.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-utmp.service: Changed start -> exited
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-update-utmp.service: Job 10 systemd-update-utmp.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Finished Record System Boot/Shutdown in UTMP.
sept. 24 20:41:41 NASArthapz 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'
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 52 (stored), closing.
sept. 24 20:41:41 NASArthapz systemd[1]: sysinit.target changed dead -> active
sept. 24 20:41:41 NASArthapz systemd[1]: sysinit.target: Job 4 sysinit.target/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Reached target System Initialization.
sept. 24 20:41:41 NASArthapz systemd[1]: man-db.timer: Realtime timer elapses at Sat 2021-09-25 00:00:00 CEST.
sept. 24 20:41:41 NASArthapz systemd[1]: man-db.timer: Changed dead -> waiting
sept. 24 20:41:41 NASArthapz systemd[1]: man-db.timer: Job 81 man-db.timer/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Started Daily man-db regeneration.
sept. 24 20:41:41 NASArthapz systemd[1]: shadow.timer: Realtime timer elapses at Sat 2021-09-25 00:00:00 CEST.
sept. 24 20:41:41 NASArthapz systemd[1]: shadow.timer: Changed dead -> waiting
sept. 24 20:41:41 NASArthapz systemd[1]: shadow.timer: Job 82 shadow.timer/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Started Daily verification of password and group files.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-clean.timer: ConditionPathExists=!/etc/initrd-release succeeded.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-clean.timer: Monotonic timer elapses in 14min 57.327309s.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-clean.timer: Changed dead -> waiting
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-tmpfiles-clean.timer: Job 80 systemd-tmpfiles-clean.timer/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Started Daily Cleanup of Temporary Directories.
sept. 24 20:41:41 NASArthapz systemd[1]: basic.target: starting held back, waiting for: sockets.target
sept. 24 20:41:41 NASArthapz systemd[1]: timers.target changed dead -> active
sept. 24 20:41:41 NASArthapz systemd[1]: timers.target: Job 79 timers.target/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Reached target Timer Units.
sept. 24 20:41:41 NASArthapz kernel: input: Logitech Anywhere MX as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.2/0003:046D:C52B.0004/0003:046D:1017.0005/input/input30
sept. 24 20:41:41 NASArthapz kernel: logitech-hidpp-device 0003:046D:1017.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Anywhere MX] on usb-0000:08:00.1-5/input2:1
sept. 24 20:41:41 NASArthapz systemd[1]: dbus.socket: Changed dead -> listening
sept. 24 20:41:41 NASArthapz systemd[1]: dbus.socket: Job 77 dbus.socket/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Listening on D-Bus System Message Bus Socket.
sept. 24 20:41:41 NASArthapz systemd[1]: sockets.target: starting held back, waiting for: docker.socket
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz systemd[1]: Successfully forked off '(sd-chown)' as PID 509.
sept. 24 20:41:41 NASArthapz systemd[1]: docker.socket: Changed dead -> start-chown
sept. 24 20:41:41 NASArthapz systemd[1]: Starting Docker Socket for the API...
sept. 24 20:41:41 NASArthapz systemd[1]: dbus.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz systemd[1]: dhcpcd.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz systemd[1]: docker.service: starting held back, waiting for: network-online.target
sept. 24 20:41:41 NASArthapz systemd[1]: getty@tty1.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz systemd[1]: inquisitor.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz systemd[1]: plexmediaserver.service: starting held back, waiting for: network.target
sept. 24 20:41:41 NASArthapz systemd[1]: sshd.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-user-sessions.service: starting held back, waiting for: basic.target
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"docker","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"docker","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-55: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: Received SIGCHLD from PID 509 ((sd-chown)).
sept. 24 20:41:41 NASArthapz systemd[1]: Child 509 ((sd-chown)) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:41 NASArthapz systemd[1]: docker.socket: Child 509 belongs to docker.socket.
sept. 24 20:41:41 NASArthapz systemd[1]: docker.socket: Control process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:41 NASArthapz systemd[1]: docker.socket: Got final SIGCHLD for state start-chown
sept. 24 20:41:41 NASArthapz systemd[1]: docker.socket: Changed start-chown -> listening
sept. 24 20:41:41 NASArthapz systemd[1]: docker.socket: Job 95 docker.socket/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Listening on Docker Socket for the API.
sept. 24 20:41:41 NASArthapz systemd[1]: sockets.target changed dead -> active
sept. 24 20:41:41 NASArthapz systemd[1]: sockets.target: Job 75 sockets.target/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Reached target Socket Units.
sept. 24 20:41:41 NASArthapz systemd[1]: basic.target changed dead -> active
sept. 24 20:41:41 NASArthapz systemd[1]: basic.target: Job 3 basic.target/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Reached target Basic System.
sept. 24 20:41:41 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: getty.target
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz systemd[1]: dbus.service: Passing 1 fds to service
sept. 24 20:41:41 NASArthapz systemd[1]: dbus.service: About to execute /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
sept. 24 20:41:41 NASArthapz systemd[1]: dbus.service: Forked /usr/bin/dbus-daemon as 510
sept. 24 20:41:41 NASArthapz systemd[1]: dbus.service: Changed dead -> running
sept. 24 20:41:41 NASArthapz systemd[1]: dbus.service: Job 101 dbus.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Started D-Bus System Message Bus.
sept. 24 20:41:41 NASArthapz systemd[510]: dbus.service: Executing: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
sept. 24 20:41:41 NASArthapz kernel: urandom_read: 3 callbacks suppressed
sept. 24 20:41:41 NASArthapz kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
sept. 24 20:41:41 NASArthapz systemd[1]: dbus.socket: Changed listening -> running
sept. 24 20:41:41 NASArthapz systemd[1]: Bus bus-api-system: changing state UNSET → OPENING
sept. 24 20:41:41 NASArthapz systemd[1]: sd-bus: starting bus bus-api-system by connecting to /run/dbus/system_bus_socket...
sept. 24 20:41:41 NASArthapz systemd[1]: Bus bus-api-system: changing state OPENING → AUTHENTICATING
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1 iface=org.freedesktop.systemd1.Manager
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/job iface=org.freedesktop.systemd1.Job
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Unit
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Automount
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Device
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Mount
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Path
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Scope
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Service
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Slice
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Socket
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Swap
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Target
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Timer
sept. 24 20:41:41 NASArthapz systemd[1]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: Watching D-Bus name 'org.freedesktop.login1'.
sept. 24 20:41:41 NASArthapz 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'
sept. 24 20:41:41 NASArthapz systemd[1]: Successfully connected to API bus.
sept. 24 20:41:41 NASArthapz systemd[1]: Successfully connected to system bus.
sept. 24 20:41:41 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: getty.target
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz systemd[1]: dhcpcd.service: Passing 0 fds to service
sept. 24 20:41:41 NASArthapz systemd[1]: dhcpcd.service: About to execute /usr/bin/dhcpcd -q -b
sept. 24 20:41:41 NASArthapz systemd[1]: dhcpcd.service: Forked /usr/bin/dhcpcd as 511
sept. 24 20:41:41 NASArthapz systemd[1]: dhcpcd.service: Changed dead -> start
sept. 24 20:41:41 NASArthapz systemd[1]: Starting dhcpcd on all interfaces...
sept. 24 20:41:41 NASArthapz systemd[511]: dhcpcd.service: Executing: /usr/bin/dhcpcd -q -b
sept. 24 20:41:41 NASArthapz dhcpcd[511]: dhcpcd-9.4.0 starting
sept. 24 20:41:41 NASArthapz systemd[1]: docker.service: starting held back, waiting for: network-online.target
sept. 24 20:41:41 NASArthapz systemd[1]: getty@tty1.service: starting held back, waiting for: systemd-user-sessions.service
sept. 24 20:41:41 NASArthapz dhcpcd[514]: dev: loaded udev
sept. 24 20:41:41 NASArthapz dhcpcd[514]: DUID 00:04:11:db:75:1c:92:5b:02:b6:81:8d:f0:2f:74:de:9d:cc
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz systemd[1]: inquisitor.service: Passing 0 fds to service
sept. 24 20:41:41 NASArthapz systemd[1]: inquisitor.service: About to execute /home/arthapz/inquisitor-cpp/builddir/inquisitor
sept. 24 20:41:41 NASArthapz systemd[1]: inquisitor.service: Forked /home/arthapz/inquisitor-cpp/builddir/inquisitor as 517
sept. 24 20:41:41 NASArthapz systemd[1]: inquisitor.service: Changed dead -> running
sept. 24 20:41:41 NASArthapz systemd[1]: inquisitor.service: Job 89 inquisitor.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Started Inquisitor.
sept. 24 20:41:41 NASArthapz kernel: random: dhcpcd: uninitialized urandom read (112 bytes read)
sept. 24 20:41:41 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:41 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: getty.target
sept. 24 20:41:41 NASArthapz systemd[1]: plexmediaserver.service: starting held back, waiting for: network.target
sept. 24 20:41:41 NASArthapz systemd[1]: sshd.service: starting held back, waiting for: network.target
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub failed.
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key failed.
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key.pub failed.
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key failed.
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub failed.
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key failed.
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub failed.
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key failed.
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: Starting requested but condition failed. Not starting unit.
sept. 24 20:41:41 NASArthapz systemd[1]: sshdgenkeys.service: Job 91 sshdgenkeys.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Condition check resulted in SSH Key Generation being skipped.
sept. 24 20:41:41 NASArthapz systemd[1]: sshd.service: starting held back, waiting for: network.target
sept. 24 20:41:41 NASArthapz audit: BPF prog-id=17 op=LOAD
sept. 24 20:41:41 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:41 NASArthapz audit: BPF prog-id=18 op=LOAD
sept. 24 20:41:41 NASArthapz audit: BPF prog-id=19 op=LOAD
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: Passing 0 fds to service
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: About to execute /usr/lib/systemd/systemd-logind
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: Forked /usr/lib/systemd/systemd-logind as 518
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: Changed dead -> start
sept. 24 20:41:41 NASArthapz systemd[1]: Starting User Login Management...
sept. 24 20:41:41 NASArthapz systemd[518]: /run/systemd/unit-root/dev (rw-implicit) is duplicate.
sept. 24 20:41:41 NASArthapz systemd[518]: /run/systemd/unit-root/home (rw-implicit) is duplicate.
sept. 24 20:41:41 NASArthapz systemd[518]: /run/systemd/unit-root/proc (rw-implicit) is duplicate.
sept. 24 20:41:41 NASArthapz systemd[518]: /run/systemd/unit-root/root (rw-implicit) is duplicate.
sept. 24 20:41:41 NASArthapz systemd[518]: /run/systemd/unit-root/run (read-write) is duplicate.
sept. 24 20:41:41 NASArthapz systemd[518]: /run/systemd/unit-root/run/user (rw-implicit) is duplicate.
sept. 24 20:41:41 NASArthapz systemd[518]: /run/systemd/unit-root/sys (rw-implicit) is duplicate.
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting / on /run/systemd/unit-root (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/dev
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/dev/kmsg
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/inaccessible/chr on /run/systemd/unit-root/dev/kmsg (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/inaccessible/chr to /run/systemd/unit-root/dev/kmsg
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/etc
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/unit-root/etc on /run/systemd/unit-root/etc (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/unit-root/etc to /run/systemd/unit-root/etc
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/home
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully unmounted /run/systemd/unit-root/home
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/home (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/proc
sept. 24 20:41:41 NASArthapz systemd[518]: Failed to umount /run/systemd/unit-root/proc, ignoring: Device or resource busy
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully unmounted /run/systemd/unit-root/proc/sys/fs/binfmt_misc
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully unmounted /run/systemd/unit-root/proc
sept. 24 20:41:41 NASArthapz systemd[518]: Mounting proc (proc) on /run/systemd/unit-root/proc (MS_NOSUID|MS_NODEV|MS_NOEXEC "hidepid=invisible")...
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kmsg (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/proc/sys/kernel/domainname
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/unit-root/proc/sys/kernel/domainname on /run/systemd/unit-root/proc/sys/kernel/domainname (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/unit-root/proc/sys/kernel/domainname to /run/systemd/unit-root/proc/sys/kernel/domainname
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/proc/sys/kernel/hostname
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/unit-root/proc/sys/kernel/hostname on /run/systemd/unit-root/proc/sys/kernel/hostname (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/unit-root/proc/sys/kernel/hostname to /run/systemd/unit-root/proc/sys/kernel/hostname
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/root
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/root (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/run
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/run/credentials
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/credentials (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/credentials
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:41 NASArthapz systemd[518]: Followed source symlinks /run/systemd/propagate/systemd-logind.service → /run/systemd/propagate/systemd-logind.service.
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/propagate/systemd-logind.service on /run/systemd/unit-root/run/systemd/incoming (MS_BIND "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/propagate/systemd-logind.service to /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/run/systemd/inhibit
sept. 24 20:41:41 NASArthapz systemd[518]: Followed source symlinks /run/systemd/inhibit → /run/systemd/inhibit.
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/inhibit on /run/systemd/unit-root/run/systemd/inhibit (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/inhibit to /run/systemd/unit-root/run/systemd/inhibit
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/run/systemd/seats
sept. 24 20:41:41 NASArthapz systemd[518]: Followed source symlinks /run/systemd/seats → /run/systemd/seats.
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/seats on /run/systemd/unit-root/run/systemd/seats (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/seats to /run/systemd/unit-root/run/systemd/seats
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/run/systemd/sessions
sept. 24 20:41:41 NASArthapz systemd[518]: Followed source symlinks /run/systemd/sessions → /run/systemd/sessions.
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/sessions on /run/systemd/unit-root/run/systemd/sessions (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/sessions to /run/systemd/unit-root/run/systemd/sessions
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/run/systemd/shutdown
sept. 24 20:41:41 NASArthapz systemd[518]: Followed source symlinks /run/systemd/shutdown → /run/systemd/shutdown.
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/shutdown on /run/systemd/unit-root/run/systemd/shutdown (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/shutdown to /run/systemd/unit-root/run/systemd/shutdown
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/run/systemd/users
sept. 24 20:41:41 NASArthapz systemd[518]: Followed source symlinks /run/systemd/users → /run/systemd/users.
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/users on /run/systemd/unit-root/run/systemd/users (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/users to /run/systemd/unit-root/run/systemd/users
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/run/user
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/user (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/user
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/sys
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/sys/fs/cgroup
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/tmp
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-logind.service-O2XwFG/tmp on /run/systemd/unit-root/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-logind.service-O2XwFG/tmp to /run/systemd/unit-root/tmp
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/usr/lib/modules (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/var/lib/systemd/linger
sept. 24 20:41:41 NASArthapz systemd[518]: Followed source symlinks /var/lib/systemd/linger → /var/lib/systemd/linger.
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /var/lib/systemd/linger on /run/systemd/unit-root/var/lib/systemd/linger (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /var/lib/systemd/linger to /run/systemd/unit-root/var/lib/systemd/linger
sept. 24 20:41:41 NASArthapz systemd[518]: Applying namespace mount on /run/systemd/unit-root/var/tmp
sept. 24 20:41:41 NASArthapz systemd[518]: Bind-mounting /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-logind.service-ORBWBa/tmp on /run/systemd/unit-root/var/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:41 NASArthapz systemd[518]: Successfully mounted /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-logind.service-ORBWBa/tmp to /run/systemd/unit-root/var/tmp
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/kmsg deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/etc deny-listed by /run/systemd/unit-root/etc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/sys/kernel/domainname deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/sys/kernel/hostname deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/inhibit deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/seats deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/sessions deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/shutdown deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/users deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/var/lib/systemd/linger deny-listed by /run/systemd/unit-root/var/lib/systemd/linger, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-user-sessions.service: starting held back, waiting for: network.target
sept. 24 20:41:41 NASArthapz systemd[1]: Event source 0x559b75065420 (mount-monitor-dispatch) left rate limit state.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Added fd 59 (n/a) to fd store.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Added fd 60 (n/a) to fd store.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Added fd 61 (n/a) to fd store.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"avahi","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 1 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"arthapz","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 1 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"network","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-method → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: inquisitor.service: User lookup succeeded: uid=1000 gid=1000
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/dev/kmsg deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-63: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/etc deny-listed by /run/systemd/unit-root/etc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/sys/kernel/domainname deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/sys/kernel/hostname deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/inhibit deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"network","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/seats deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/sessions deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/shutdown deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-journald.service: Added fd 63 (n/a) to fd store.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/systemd/users deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/var/lib/systemd/linger deny-listed by /run/systemd/unit-root/var/lib/systemd/linger, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/kmsg.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-timesync","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-resolve","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/sys/kernel/domainname.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/sys/kernel/hostname.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:41 NASArthapz systemd[517]: inquisitor.service: Executing: /home/arthapz/inquisitor-cpp/builddir/inquisitor
sept. 24 20:41:41 NASArthapz kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-network","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-oom","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/kmsg.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/sys/kernel/domainname deny-listed by /run/systemd/unit-root/proc/sys/kernel/domainname, called for /run/systemd/unit-root/proc
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/sys/kernel/hostname deny-listed by /run/systemd/unit-root/proc/sys/kernel/hostname, called for /run/systemd/unit-root/proc
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/sys/kernel/domainname deny-listed by /run/systemd/unit-root/proc/sys/kernel/domainname, called for /run/systemd/unit-root/proc
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/proc/sys/kernel/hostname deny-listed by /run/systemd/unit-root/proc/sys/kernel/hostname, called for /run/systemd/unit-root/proc
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:41 NASArthapz systemd[518]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/sys/kernel/domainname.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/etc.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/kmsg.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/sys/kernel/hostname.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/inhibit.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/seats.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/users.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/sessions.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/shutdown.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/var/lib/systemd/linger.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"dbus","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method-more
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-method-more → processed-method
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:41 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/kmsg.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:41 NASArthapz systemd[1]: Bus bus-api-system: changing state AUTHENTICATING → HELLO
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=3 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=4 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RequestName cookie=5 reply_cookie=0 signature=su error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Bus bus-api-system: changing state HELLO → RUNNING
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=signal sender=org.freedesktop.DBus destination=:1.0 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=3 reply_cookie=2 signature=n/a error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.login1' successfully installed.
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=error sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=4 reply_cookie=3 signature=s error-name=org.freedesktop.DBus.Error.NameHasNoOwner error-message=Could not get owner of name 'org.freedesktop.login1': no such name
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: D-Bus name org.freedesktop.login1 now not owned by anyone.
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=5 reply_cookie=4 signature=n/a error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.systemd1.Activator',member='ActivationRequest' successfully installed.
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=signal sender=org.freedesktop.DBus destination=:1.0 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookie=6 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=7 reply_cookie=5 signature=u error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Successfully acquired requested service name.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/dev/kmsg.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/etc.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/sys/kernel/hostname.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/sys/kernel/domainname.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/sys/kernel/domainname.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/proc/sys/kernel/hostname.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/users.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/seats.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/shutdown.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/inhibit.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/sessions.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/inhibit.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/seats.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/sessions.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/shutdown.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/systemd/users.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/var/lib/systemd/linger.
sept. 24 20:41:41 NASArthapz systemd[518]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x32
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86-64
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x32
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86-64
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x32
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86-64
sept. 24 20:41:41 NASArthapz systemd[518]: Restricting namespace to: n/a.
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking cgroup.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking ipc.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking net.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking mnt.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking pid.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking user.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking uts.
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x32
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking cgroup.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking ipc.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking net.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking mnt.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking pid.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking user.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking uts.
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86-64
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking cgroup.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking ipc.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking net.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking mnt.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking pid.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking user.
sept. 24 20:41:41 NASArthapz systemd[518]: Blocking uts.
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x32
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86-64
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x32
sept. 24 20:41:41 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:41 NASArthapz kernel: 8021q: 802.1Q VLAN Support v1.8
sept. 24 20:41:41 NASArthapz systemd[518]: Operating on architecture: x86-64
sept. 24 20:41:41 NASArthapz systemd[518]: systemd-logind.service: Executing: /usr/lib/systemd/systemd-logind
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.000548s, Inquisitor] Using StormKit 0.2.0 dev 9a69528
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: Got notification message from PID 518 (WATCHDOG=1)
sept. 24 20:41:41 NASArthapz systemd-logind[518]: New seat seat0.
sept. 24 20:41:41 NASArthapz systemd-logind[518]: Watching system buttons on /dev/input/event1 (Power Button)
sept. 24 20:41:41 NASArthapz systemd-logind[518]: Watching system buttons on /dev/input/event0 (Power Button)
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: Got notification message from PID 518 (READY=1, STATUS=Processing requests...)
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.004520s, Inquisitor] Loading settings.json
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=method_call sender=:1.1 destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=Subscribe cookie=6 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=6 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=7 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=10 reply_cookie=7 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=signal sender=org.freedesktop.DBus destination=n/a path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameOwnerChanged cookie=8 reply_cookie=0 signature=sss error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: D-Bus name org.freedesktop.login1 now owned by :1.1
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: Changed start -> running
sept. 24 20:41:41 NASArthapz systemd[1]: systemd-logind.service: Job 102 systemd-logind.service/start finished, result=done
sept. 24 20:41:41 NASArthapz systemd[1]: Started User Login Management.
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.006843s, Inquisitor] plugins/CleanChannelPlugin/libcleanchannelplugin.so found
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.007700s, Inquisitor] CleanChannelPlugin loaded
sept. 24 20:41:41 NASArthapz 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'
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=8 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=9 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=10 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=11 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=12 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=9 reply_cookie=6 signature=n/a error-name=n/a error-message=n/a
sept. 24 20:41:41 NASArthapz systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.1' successfully installed.
sept. 24 20:41:41 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: getty.target
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.008368s, Inquisitor] plugins/BasePlugin/libbaseplugin.so found
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.009259s, Inquisitor] BasePlugin loaded
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.009500s, Inquisitor] plugins/QuoteMessagePlugin/libquotemessageplugin.so found
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.010623s, Inquisitor] QuoteMessagePlugin loaded
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.010960s, Inquisitor] plugins/RandomQuotePlugin/librandomquoteplugin.so found
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.011907s, Inquisitor] RandomQuotePlugin loaded
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.012115s, Inquisitor] plugins/MelonPlugin/libmelonplugin.so found
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.012792s, Inquisitor] MelonPlugin loaded
sept. 24 20:41:41 NASArthapz inquisitor[517]: [Information, 0.012986s, Inquisitor] plugins/ShaderPlugin/libshaderplugin.so found
sept. 24 20:41:41 NASArthapz kernel: input: Logitech K360 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.2/0003:046D:C52B.0004/0003:046D:4004.0006/input/input31
sept. 24 20:41:41 NASArthapz kernel: logitech-hidpp-device 0003:046D:4004.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech K360] on usb-0000:08:00.1-5/input2:2
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Information, 0.000014s, ShaderPlugin] Initialization of render backend
sept. 24 20:41:42 NASArthapz kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
sept. 24 20:41:42 NASArthapz kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
sept. 24 20:41:42 NASArthapz kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
sept. 24 20:41:42 NASArthapz kernel: cfg80211: failed to load regulatory.db
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 49 (stored), closing.
sept. 24 20:41:42 NASArthapz systemd[1]: Received SIGCHLD from PID 338 (systemd-random-).
sept. 24 20:41:42 NASArthapz systemd[1]: Child 338 (systemd-random-) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-random-seed.service: Child 338 belongs to systemd-random-seed.service.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-random-seed.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-random-seed.service: Changed start -> exited
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-random-seed.service: Job 39 systemd-random-seed.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Finished Load/Save Random Seed.
sept. 24 20:41:42 NASArthapz kernel: random: crng init done
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=13 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=14 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz 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'
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=15 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=16 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=17 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-random-seed.service: Control group is empty.
sept. 24 20:41:42 NASArthapz systemd[1]: first-boot-complete.target: ConditionFirstBoot=yes failed.
sept. 24 20:41:42 NASArthapz systemd[1]: first-boot-complete.target: Starting requested but condition failed. Not starting unit.
sept. 24 20:41:42 NASArthapz systemd[1]: first-boot-complete.target: Job 40 first-boot-complete.target/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Condition check resulted in First Boot Complete being skipped.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/first_2dboot_2dcomplete_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=18 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=19 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-boot-system-token.service: ConditionPathExists=|!/sys/firmware/efi/efivars/LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-boot-system-token.service: ConditionPathExists=|!/sys/firmware/efi/efivars/LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-boot-system-token.service: ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f failed.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-boot-system-token.service: Starting requested but condition failed. Not starting unit.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-boot-system-token.service: Job 64 systemd-boot-system-token.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dboot_2dsystem_2dtoken_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=20 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dboot_2dsystem_2dtoken_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=21 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=22 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-machine-id-commit.service: ConditionPathIsMountPoint=/etc/machine-id failed.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-machine-id-commit.service: Starting requested but condition failed. Not starting unit.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-machine-id-commit.service: Job 25 systemd-machine-id-commit.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dmachine_2did_2dcommit_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=23 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dmachine_2did_2dcommit_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=24 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=25 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dmachine_2did_2dcommit_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=26 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dmachine_2did_2dcommit_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=27 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dboot_2dsystem_2dtoken_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=28 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dboot_2dsystem_2dtoken_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=29 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/first_2dboot_2dcomplete_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=30 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 60 (stored), closing.
sept. 24 20:41:42 NASArthapz systemd[1]: Received SIGCHLD from PID 511 (dhcpcd).
sept. 24 20:41:42 NASArthapz systemd[1]: Child 511 (dhcpcd) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:42 NASArthapz systemd[1]: dhcpcd.service: Child 511 belongs to dhcpcd.service.
sept. 24 20:41:42 NASArthapz systemd[1]: dhcpcd.service: Control process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:42 NASArthapz systemd[1]: dhcpcd.service: Got final SIGCHLD for state start.
sept. 24 20:41:42 NASArthapz systemd[1]: dhcpcd.service: New main PID 513 belongs to service, we are happy.
sept. 24 20:41:42 NASArthapz systemd[1]: dhcpcd.service: Main PID loaded: 513
sept. 24 20:41:42 NASArthapz systemd[1]: dhcpcd.service: Changed start -> running
sept. 24 20:41:42 NASArthapz systemd[1]: dhcpcd.service: Job 98 dhcpcd.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Started dhcpcd on all interfaces.
sept. 24 20:41:42 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068695s, StormKit.Render] Instance extensions -----------
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068708s, StormKit.Render]         VK_KHR_device_group_creation
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068710s, StormKit.Render]         VK_KHR_display
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068712s, StormKit.Render]         VK_KHR_external_fence_capabilities
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068714s, StormKit.Render]         VK_KHR_external_memory_capabilities
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068715s, StormKit.Render]         VK_KHR_external_semaphore_capabilities
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068716s, StormKit.Render]         VK_KHR_get_display_properties2
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068718s, StormKit.Render]         VK_KHR_get_physical_device_properties2
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068719s, StormKit.Render]         VK_KHR_get_surface_capabilities2
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068720s, StormKit.Render]         VK_KHR_surface
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068721s, StormKit.Render]         VK_KHR_wayland_surface
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068723s, StormKit.Render]         VK_KHR_xcb_surface
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068724s, StormKit.Render]         VK_KHR_xlib_surface
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068725s, StormKit.Render]         VK_EXT_acquire_xlib_display
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068726s, StormKit.Render]         VK_EXT_debug_report
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068728s, StormKit.Render]         VK_EXT_debug_utils
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068729s, StormKit.Render]         VK_EXT_direct_mode_display
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068730s, StormKit.Render]         VK_EXT_display_surface_counter
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Debug, 0.068731s, StormKit.Render] -------------------------------
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dhcpcd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=31 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dhcpcd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=32 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=33 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dhcpcd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=34 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dhcpcd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=35 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: getty.target
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/network_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=36 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: network.target changed dead -> active
sept. 24 20:41:42 NASArthapz systemd[1]: network.target: Job 99 network.target/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Reached target Network.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/network_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=37 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=38 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/network_2donline_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=39 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: network-online.target changed dead -> active
sept. 24 20:41:42 NASArthapz systemd[1]: network-online.target: Job 96 network-online.target/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Reached target Network is Online.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/network_2donline_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=40 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=41 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz kernel: Generic FE-GE Realtek PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
sept. 24 20:41:42 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:42 NASArthapz systemd[1]: docker.service: Passing 1 fds to service
sept. 24 20:41:42 NASArthapz systemd[1]: docker.service: About to execute /usr/bin/dockerd -H fd://
sept. 24 20:41:42 NASArthapz systemd[1]: docker.service: Forked /usr/bin/dockerd as 553
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=42 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=43 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: docker.service: Changed dead -> start
sept. 24 20:41:42 NASArthapz systemd[1]: Starting Docker Application Container Engine...
sept. 24 20:41:42 NASArthapz systemd[553]: docker.service: Executing: /usr/bin/dockerd -H fd://
sept. 24 20:41:42 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:42 NASArthapz systemd[1]: plexmediaserver.service: Passing 0 fds to service
sept. 24 20:41:42 NASArthapz systemd[1]: plexmediaserver.service: About to execute '/usr/lib/plexmediaserver/Plex Media Server'
sept. 24 20:41:42 NASArthapz systemd[1]: plexmediaserver.service: Forked /usr/lib/plexmediaserver/Plex Media Server as 555
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/plexmediaserver_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=44 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/plexmediaserver_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=45 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: plexmediaserver.service: Changed dead -> running
sept. 24 20:41:42 NASArthapz systemd[1]: plexmediaserver.service: Job 83 plexmediaserver.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Started Plex Media Server.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/plexmediaserver_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=46 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/plexmediaserver_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=47 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plexmediaserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=48 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: getty.target
sept. 24 20:41:42 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:42 NASArthapz systemd[1]: sshd.service: Passing 0 fds to service
sept. 24 20:41:42 NASArthapz systemd[1]: sshd.service: About to execute /usr/bin/sshd -D
sept. 24 20:41:42 NASArthapz systemd[1]: sshd.service: Forked /usr/bin/sshd as 556
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sshd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=49 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sshd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=50 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: sshd.service: Changed dead -> running
sept. 24 20:41:42 NASArthapz systemd[1]: sshd.service: Job 90 sshd.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Started OpenSSH Daemon.
sept. 24 20:41:42 NASArthapz systemd[556]: sshd.service: Executing: /usr/bin/sshd -D
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sshd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=51 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz 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'
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sshd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=52 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=53 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: getty.target
sept. 24 20:41:42 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-user-sessions.service: Passing 0 fds to service
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-user-sessions.service: About to execute /usr/lib/systemd/systemd-user-sessions start
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-user-sessions.service: Forked /usr/lib/systemd/systemd-user-sessions as 558
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=54 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=55 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-user-sessions.service: Changed dead -> start
sept. 24 20:41:42 NASArthapz systemd[1]: Starting Permit User Sessions...
sept. 24 20:41:42 NASArthapz systemd[558]: systemd-user-sessions.service: Executing: /usr/lib/systemd/systemd-user-sessions start
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=56 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=57 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sshd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=58 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sshd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=59 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/plexmediaserver_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=60 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/plexmediaserver_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=61 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=62 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=63 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/network_2donline_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=64 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/network_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=65 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/job/100 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=66 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/job/94 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=67 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Added fd 49 (n/a) to fd store.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Added fd 60 (n/a) to fd store.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Added fd 62 (n/a) to fd store.
sept. 24 20:41:42 NASArthapz systemd[1]: Received SIGCHLD from PID 558 (systemd-user-se).
sept. 24 20:41:42 NASArthapz systemd[1]: Child 558 (systemd-user-se) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-user-sessions.service: Child 558 belongs to systemd-user-sessions.service.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-user-sessions.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-user-sessions.service: Changed start -> exited
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-user-sessions.service: Job 100 systemd-user-sessions.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Finished Permit User Sessions.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=68 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=69 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=70 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz 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'
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=71 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=72 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-user-sessions.service: Control group is empty.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Setting state idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 62 (stored), closing.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: New incoming message: {"method":"io.systemd.UserDatabase.GetGroupRecord","parameters":{"groupName":"plex","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state idle-server → processing-method
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state processing-method → processed-method
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state processed-method → idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: getty.target
sept. 24 20:41:42 NASArthapz systemd[1]: getty@tty1.service: ConditionPathExists=/dev/tty0 succeeded.
sept. 24 20:41:42 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:42 NASArthapz systemd[1]: getty@tty1.service: Passing 0 fds to service
sept. 24 20:41:42 NASArthapz systemd[1]: getty@tty1.service: About to execute /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM
sept. 24 20:41:42 NASArthapz systemd[1]: getty@tty1.service: Forked /sbin/agetty as 559
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_40tty1_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=73 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_40tty1_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=74 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: getty@tty1.service: Changed dead -> running
sept. 24 20:41:42 NASArthapz systemd[1]: getty@tty1.service: Job 85 getty@tty1.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Started Getty on tty1.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_40tty1_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=75 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_40tty1_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=76 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=77 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz 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'
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=78 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: getty.target changed dead -> active
sept. 24 20:41:42 NASArthapz systemd[1]: getty.target: Job 84 getty.target/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Reached target Login Prompts.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=79 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=80 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: docker.service
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=81 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_40tty1_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=82 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_40tty1_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=83 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: Connections of user 0: 1 (of 1024 max)
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Got POLLHUP from socket.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state idle-server → pending-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state processing-disconnect → disconnected
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"groupName":"plex","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method-more
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state processing-method-more → processed-method
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Setting state idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"plex","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state idle-server → processing-method-more
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state processing-method-more → processed-method
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state processed-method → idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Got POLLHUP from socket.
sept. 24 20:41:42 NASArthapz systemd[1]: plexmediaserver.service: User lookup succeeded: uid=971 gid=971
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/plexmediaserver_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=84 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/plexmediaserver_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=85 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state idle-server → pending-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-62: Changing state processing-disconnect → disconnected
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Added fd 62 (n/a) to fd store.
sept. 24 20:41:42 NASArthapz systemd[555]: plexmediaserver.service: Executing: '/usr/lib/plexmediaserver/Plex Media Server'
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Setting state idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: New incoming message: {"method":"io.systemd.UserDatabase.GetUserRecord","parameters":{"userName":"docker","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state idle-server → processing-method
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state processing-method → processed-method
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state processed-method → idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Got POLLHUP from socket.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state idle-server → pending-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-64: Changing state processing-disconnect → disconnected
sept. 24 20:41:42 NASArthapz systemd-logind[518]: Watching system buttons on /dev/input/event18 (Logitech K360)
sept. 24 20:41:42 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:42 NASArthapz dhcpcd[514]: enp7s0: waiting for carrier
sept. 24 20:41:42 NASArthapz dhcpcd[514]: enp7s0: carrier acquired
sept. 24 20:41:42 NASArthapz kernel: r8169 0000:07:00.0 enp7s0: Link is Down
sept. 24 20:41:42 NASArthapz dhcpcd[514]: enp7s0: IAID 74:de:9d:cc
sept. 24 20:41:42 NASArthapz dhcpcd[514]: enp7s0: adding address fe80::5bd1:b6b0:6282:a4cf
sept. 24 20:41:42 NASArthapz dhcpcd[514]: enp7s0: carrier lost
sept. 24 20:41:42 NASArthapz sshd[556]: Server listening on 0.0.0.0 port 22.
sept. 24 20:41:42 NASArthapz sshd[556]: Server listening on :: port 22.
sept. 24 20:41:42 NASArthapz dhcpcd[514]: enp7s0: deleting address fe80::5bd1:b6b0:6282:a4cf
sept. 24 20:41:42 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:42 NASArthapz inquisitor[517]: [Information, 0.329623s, ShaderPlugin] Success
sept. 24 20:41:42 NASArthapz audit[517]: ANOM_ABEND auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=517 comm="inquisitor" exe="/home/arthapz/inquisitor-cpp/builddir/inquisitor" sig=11 res=1
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump.socket: Incoming traffic
sept. 24 20:41:42 NASArthapz systemd[1]: Unit systemd-coredump@0-603-0.service has alias systemd-coredump@.service.
sept. 24 20:41:42 NASArthapz systemd[1]: var-tmp.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: var.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib-systemd.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib-systemd-coredump.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Trying to enqueue job systemd-coredump@0-603-0.service/start/replace
sept. 24 20:41:42 NASArthapz systemd[1]: system-systemd\x2dcoredump.slice: Installed new job system-systemd\x2dcoredump.slice/start as 166
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Installed new job systemd-coredump@0-603-0.service/start as 163
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Enqueued job systemd-coredump@0-603-0.service/start as 163
sept. 24 20:41:42 NASArthapz systemd[1]: var-tmp.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: var.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib-systemd.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib-systemd-coredump.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=86 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=87 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=88 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=89 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=90 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=91 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=92 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=93 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=94 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=95 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=96 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=97 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=98 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=99 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=100 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=101 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.371194043+02:00" level=info msg="Starting up"
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.373683143+02:00" level=info msg="libcontainerd: started new containerd process" pid=605
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.374114903+02:00" level=info msg="parsed scheme: \"unix\"" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.374121603+02:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.374134743+02:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.374143843+02:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/system_2dsystemd_5cx2dcoredump_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=102 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: system-systemd\x2dcoredump.slice changed dead -> active
sept. 24 20:41:42 NASArthapz systemd[1]: system-systemd\x2dcoredump.slice: Job 166 system-systemd\x2dcoredump.slice/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Created slice Slice /system/systemd-coredump.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/system_2dsystemd_5cx2dcoredump_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=103 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=104 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz audit: BPF prog-id=20 op=LOAD
sept. 24 20:41:42 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:42 NASArthapz audit: BPF prog-id=21 op=LOAD
sept. 24 20:41:42 NASArthapz audit: BPF prog-id=22 op=LOAD
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Passing 1 fds to service
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: About to execute /usr/lib/systemd/systemd-coredump
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Forked /usr/lib/systemd/systemd-coredump as 611
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_400_2d603_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=105 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_400_2d603_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=106 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Changed dead -> running
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Job 163 systemd-coredump@0-603-0.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Started Process Core Dump (PID 603/UID 0).
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully added address 127.0.0.1 to loopback interface
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully added address ::1 to loopback interface
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully brought loopback interface up
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/dev (bind-dev) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/dev (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/home (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/proc (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/root (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/run/user (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/sys (read-only) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/sys (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/sys/fs/cgroup (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/proc/sys/kernel/domainname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
sept. 24 20:41:42 NASArthapz systemd[611]: /run/systemd/unit-root/proc/sys/kernel/hostname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting / on /run/systemd/unit-root (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/dev
sept. 24 20:41:42 NASArthapz systemd[611]: Mounting tmpfs (tmpfs) on /tmp/namespace-dev-R2M0yS/dev (MS_NOSUID|MS_NOEXEC|MS_STRICTATIME "mode=755,size=4m,nr_inodes=64k")...
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /dev/pts on /tmp/namespace-dev-R2M0yS/dev/pts (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /dev/shm on /tmp/namespace-dev-R2M0yS/dev/shm (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /dev/mqueue on /tmp/namespace-dev-R2M0yS/dev/mqueue (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /dev/hugepages on /tmp/namespace-dev-R2M0yS/dev/hugepages (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully unmounted /run/systemd/unit-root/dev/shm
sept. 24 20:41:42 NASArthapz systemd[611]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully unmounted /run/systemd/unit-root/dev/pts
sept. 24 20:41:42 NASArthapz systemd[611]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully unmounted /run/systemd/unit-root/dev/mqueue
sept. 24 20:41:42 NASArthapz systemd[611]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully unmounted /run/systemd/unit-root/dev/hugepages
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully unmounted /run/systemd/unit-root/dev
sept. 24 20:41:42 NASArthapz systemd[611]: Moving mount /tmp/namespace-dev-R2M0yS/dev → /run/systemd/unit-root/dev (MS_MOVE "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/dev/kmsg
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/home
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully unmounted /run/systemd/unit-root/home
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/home (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Failed to umount /run/systemd/unit-root/proc, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully unmounted /run/systemd/unit-root/proc/sys/fs/binfmt_misc
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully unmounted /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Mounting proc (proc) on /run/systemd/unit-root/proc (MS_NOSUID|MS_NODEV|MS_NOEXEC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/acpi
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/acpi on /run/systemd/unit-root/proc/acpi (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/acpi to /run/systemd/unit-root/proc/acpi
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/apm
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/asound
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/asound on /run/systemd/unit-root/proc/asound (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/asound to /run/systemd/unit-root/proc/asound
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/bus
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/bus on /run/systemd/unit-root/proc/bus (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/bus to /run/systemd/unit-root/proc/bus
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/fs
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/fs on /run/systemd/unit-root/proc/fs (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/fs to /run/systemd/unit-root/proc/fs
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/irq
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/irq on /run/systemd/unit-root/proc/irq (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/irq to /run/systemd/unit-root/proc/irq
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/kallsyms
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kallsyms (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kallsyms
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/kcore
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kcore (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kcore
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kmsg (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/latency_stats
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/latency_stats on /run/systemd/unit-root/proc/latency_stats (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/latency_stats to /run/systemd/unit-root/proc/latency_stats
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/mtrr
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/mtrr on /run/systemd/unit-root/proc/mtrr (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/mtrr to /run/systemd/unit-root/proc/mtrr
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/scsi
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/scsi on /run/systemd/unit-root/proc/scsi (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/scsi to /run/systemd/unit-root/proc/scsi
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/sys on /run/systemd/unit-root/proc/sys (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/sys to /run/systemd/unit-root/proc/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/sysrq-trigger
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/unit-root/proc/sysrq-trigger on /run/systemd/unit-root/proc/sysrq-trigger (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/unit-root/proc/sysrq-trigger to /run/systemd/unit-root/proc/sysrq-trigger
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/proc/timer_stats
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/root
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/root (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/run
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/run/credentials
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/credentials (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/credentials
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:42 NASArthapz systemd[611]: Followed source symlinks /run/systemd/propagate/systemd-coredump@0-603-0.service → /run/systemd/propagate/systemd-coredump@0-603-0.service.
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/propagate/systemd-coredump@0-603-0.service on /run/systemd/unit-root/run/systemd/incoming (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/propagate/systemd-coredump@0-603-0.service to /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/run/user
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/user (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/user
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/sys/fs/bpf
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/sys/fs/cgroup
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/sys/fs/selinux
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/debug
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/tracing
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/tmp
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@0-603-0.service-oCOSXa/tmp on /run/systemd/unit-root/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@0-603-0.service-oCOSXa/tmp to /run/systemd/unit-root/tmp
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/usr/lib/modules (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/var/lib/systemd/coredump
sept. 24 20:41:42 NASArthapz systemd[611]: Followed source symlinks /var/lib/systemd/coredump → /var/lib/systemd/coredump.
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /var/lib/systemd/coredump on /run/systemd/unit-root/var/lib/systemd/coredump (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /var/lib/systemd/coredump to /run/systemd/unit-root/var/lib/systemd/coredump
sept. 24 20:41:42 NASArthapz systemd[611]: Applying namespace mount on /run/systemd/unit-root/var/tmp
sept. 24 20:41:42 NASArthapz systemd[611]: Bind-mounting /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@0-603-0.service-gffYxe/tmp on /run/systemd/unit-root/var/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[611]: Successfully mounted /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@0-603-0.service-gffYxe/tmp to /run/systemd/unit-root/var/tmp
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/var/lib/systemd/coredump deny-listed by /run/systemd/unit-root/var/lib/systemd/coredump, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-603-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root.
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_400_2d603_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=107 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_400_2d603_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=108 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/var/lib/systemd/coredump deny-listed by /run/systemd/unit-root/var/lib/systemd/coredump, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=109 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_400_2d603_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=110 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_400_2d603_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=111 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/system_2dsystemd_5cx2dcoredump_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=112 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Added fd 70 (n/a) to fd store.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc/acpi, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc/asound, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc/bus, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc/fs, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc/irq, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc/kallsyms, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc/kcore, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc/latency_stats, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc/mtrr, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc/scsi, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc/sys, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc/sysrq-trigger, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc/acpi, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc/asound, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc/bus, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc/fs, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc/irq, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc/kallsyms, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc/kcore, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc/latency_stats, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc/mtrr, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc/scsi, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc/sys, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc/sysrq-trigger, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/var/lib/systemd/coredump.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/var/lib/systemd/coredump.
sept. 24 20:41:42 NASArthapz systemd[611]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[611]: Restricting namespace to: n/a.
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking cgroup.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking ipc.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking net.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking mnt.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking pid.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking user.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking uts.
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking cgroup.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking ipc.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking net.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking mnt.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking pid.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking user.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking uts.
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking cgroup.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking ipc.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking net.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking mnt.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking pid.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking user.
sept. 24 20:41:42 NASArthapz systemd[611]: Blocking uts.
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[611]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[611]: systemd-coredump@0-603-0.service: Executing: /usr/lib/systemd/systemd-coredump
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42+02:00" level=warning msg="deprecated version : `1`, please switch to version `2`"
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.447822796+02:00" level=info msg="starting containerd" revision=72cec4be58a9eb6b2910f5d10f1c01ca47d231c0.m version=v1.5.5
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.469508796+02:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.469701416+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.470829366+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.14.6-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.470862856+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.471015066+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.471037966+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.471058606+02:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.471073666+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.471210496+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.471386246+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.471978616+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.471991516+02:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.472006156+02:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.472013496+02:00" level=info msg="metadata content store policy set" policy=shared
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.472625666+02:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.472642096+02:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.472948326+02:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.472977166+02:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.472988006+02:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.472997116+02:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473006526+02:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473017596+02:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473032086+02:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473042746+02:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473051706+02:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473105756+02:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473145466+02:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473580976+02:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473600656+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473919726+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473932176+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473940846+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473949186+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473957686+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473966796+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473977956+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.473991926+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.474005916+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.474279656+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.474293026+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.474301616+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.474308906+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.474572816+02:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.474598436+02:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.474622766+02:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
sept. 24 20:41:42 NASArthapz dockerd[605]: time="2021-09-24T20:41:42.474635366+02:00" level=info msg="containerd successfully booted in 0.027878s"
sept. 24 20:41:42 NASArthapz kernel: kvm: disabled by bios
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.481607407+02:00" level=info msg="parsed scheme: \"unix\"" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.481621767+02:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.481633837+02:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.481640367+02:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.482668987+02:00" level=info msg="parsed scheme: \"unix\"" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.482684437+02:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.482704257+02:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.482713807+02:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
sept. 24 20:41:42 NASArthapz systemd-coredump[611]: Process 517 (inquisitor) of user 1000 dumped core.

                                                    Found module /home/arthapz/inquisitor-cpp/builddir/inquisitor with build-id: 9d7c6cc7572b28255ab217b97e42ec4c6b9d65a6
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/ShaderPlugin/libshaderplugin.so with build-id: bcb4b6937be07bed226041ee16f647c2ac4b0b33
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/MelonPlugin/libmelonplugin.so with build-id: 9cbc8f5c5a2eea1b25c691c8e63a83053480ce87
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/RandomQuotePlugin/librandomquoteplugin.so with build-id: b52c34c1aa830b37faefed3740903e1ccecdef6e
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/QuoteMessagePlugin/libquotemessageplugin.so with build-id: b91063f85c484d098cf23b3f19a4a019f2283f08
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/BasePlugin/libbaseplugin.so with build-id: 8b504aec2ae2f038ea5c59d9f504e937fc0da86a
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/CleanChannelPlugin/libcleanchannelplugin.so with build-id: ecc05451a0299d44aeb6f7ac9766ec6707bd8389
                                                    Found module linux-vdso.so.1 with build-id: 3959abe02a9f32cd6ca26860d7409ef0c74216b6
                                                    Found module libdrm_amdgpu.so.1 with build-id: a89ceb7c9082e5276f39023716eb4d194e75f6b8
                                                    Found module amdvlk64.so with build-id: 07394c93ec49e79e3e3ee44a828c4d646e82db41
                                                    Found module amdvlkpro64.so without build-id.
                                                    Found module libvulkan.so with build-id: 7300aecb52d012969b911fe9a6f8774619d4c405
                                                    Found module libgraphite2.so.3 with build-id: 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                    Found module libdatrie.so.1 with build-id: 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                    Found module librt.so.1 with build-id: 75484da2d6f1515189eefa076e0a40328834cd16
                                                    Found module libblkid.so.1 with build-id: f03a24e92c9852272bd0049b5bcb7ed6cf0e664f
                                                    Found module libicudata.so.69 with build-id: 0ab994a49ef1848499c4af333b3266f28432a922
                                                    Found module libXdmcp.so.6 with build-id: 8ca0792d23c8b8b4c0864297512349292bea5955
                                                    Found module libXau.so.6 with build-id: 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                    Found module libexpat.so.1 with build-id: 8850138eae6d9d4d43c5c4b2ac48393bc4279037
                                                    Found module libharfbuzz.so.0 with build-id: f954dfb80265c0dd2484e766282305a739b8239d
                                                    Found module libthai.so.0 with build-id: 3fdce1a7db2b94d9168eea540dbf5ff5caa3b8ad
                                                    Found module libfribidi.so.0 with build-id: e29e3b231f961d49e628d43ddd1237a8364f788c
                                                    Found module libpangoft2-1.0.so.0 with build-id: 52a846673f7bf9e8acdd0ae9a825926c9cfc5920
                                                    Found module libmount.so.1 with build-id: ff9a1d99d35cf640d0bfdaba294854372672c29b
                                                    Found module libtiff.so.5 with build-id: e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                    Found module libgmodule-2.0.so.0 with build-id: 34cabbd12d9baf397a0255f174e4c96165bc329b
                                                    Found module libgomp.so.1 with build-id: 1cb25691b8e34e1ce54698066bce0fb29f5cf9fa
                                                    Found module libXfixes.so.3 with build-id: 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                    Found module libhogweed.so.6 with build-id: 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                    Found module libnettle.so.8 with build-id: 9a878e513c02007598fcf1e2e286c2203f13536e
                                                    Found module libtasn1.so.6 with build-id: 4df18bd1f13772f0956191e137eb00d9bd6238c5
                                                    Found module libp11-kit.so.0 with build-id: 5314ec746546ada6f442b6fdfae15eab9f6d3cdc
                                                    Found module libicuuc.so.69 with build-id: 5cf18c56e2f64efdac32cf61fb9c0c48e9bb1797
                                                    Found module libmvec.so.1 with build-id: 9aa05e22565568b778a97933527b3c64bdb8418b
                                                    Found module libogg.so.0 with build-id: ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                    Found module libpixman-1.so.0 with build-id: 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                    Found module libxcb-shm.so.0 with build-id: fb797f299a446f559a95afcc168227482cc800d1
                                                    Found module libxcb-render.so.0 with build-id: a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                    Found module libxcb.so.1 with build-id: 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                    Found module libXrender.so.1 with build-id: 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                    Found module libXext.so.6 with build-id: d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                    Found module libfreetype.so.6 with build-id: 65e7f4a1e5557b0ceeaa433e5356f857fe9c669b
                                                    Found module libfontconfig.so.1 with build-id: 1103a641395c7d3b42e49b793d3a9ea927c77bf6
                                                    Found module libpcre.so.1 with build-id: 845483dd0acba86de9f0313102bebbaf3ce52767
                                                    Found module libffi.so.7 with build-id: de60e99f39569d11d09160bbdcd486cedc87d2b6
                                                    Found module libpango-1.0.so.0 with build-id: 5deae7c16592ea404754114e8ae56ddf9cf4ca7e
                                                    Found module libpangocairo-1.0.so.0 with build-id: 2554be0474a6ee311b6e9aa4fd79a244167cdcfd
                                                    Found module libgio-2.0.so.0 with build-id: 3338d7168eab6039416e1b6dbb7ea3ef213cd129
                                                    Found module libgdk_pixbuf-2.0.so.0 with build-id: ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                    Found module libcairo-gobject.so.2 with build-id: abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                    Found module libsoxr.so.0 with build-id: 9e49936ed807c1e52705b88d5d71706fe11d9ed1
                                                    Found module libdrm.so.2 with build-id: 3aeff5403ca8d7589eabc05752eb613937f454a1
                                                    Found module libX11.so.6 with build-id: e9192497aa39fab51358826d1a1b5fb77edc5081
                                                    Found module libvdpau.so.1 with build-id: 96ac4ef0ce4b2bdbe091782d97eafadd6e4cea90
                                                    Found module libva-x11.so.2 with build-id: 1f9500a3deef2d2f5568d026174f6b59af730b6d
                                                    Found module libva-drm.so.2 with build-id: 5ac46263a883c725bfed65d98ff2e3162fd464ad
                                                    Found module libssh.so.4 with build-id: 8490056688e60790230f9d990c439b181236e9b6
                                                    Found module libsrt.so.1.4 with build-id: 63c1df3cc035c493ede3570e560f93991486d082
                                                    Found module libgnutls.so.30 with build-id: 8c87466eacaec0041a370df713d0fd200358c94c
                                                    Found module libgmp.so.10 with build-id: e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                    Found module libbluray.so.2 with build-id: ebaa74ef4d549c1d3f01fafb8625045d286b8940
                                                    Found module libmodplug.so.1 with build-id: b00dcb12e7d2d5882b4fa414295eba449875dae4
                                                    Found module libbz2.so.1.0 with build-id: 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                    Found module libxml2.so.2 with build-id: b9441ffabb52b50c290152592f17cd78a381d493
                                                    Found module libmfx.so.1 with build-id: 791cadc6e88448b8b74c55f52f7fbdf52af2376d
                                                    Found module libva.so.2 with build-id: 863ac4af7ad8aa717d786e31da9b7a184ca81171
                                                    Found module libxvidcore.so.4 with build-id: 43bc390a7842a7ca3a0302e93442ea561d7f013a
                                                    Found module libx265.so.199 with build-id: 22130b9b0d2aa957b148b0fdeb27e3fd04f0fb58
                                                    Found module libx264.so.161 with build-id: a23dfea0b501cbfb2501c5bfe6c40b602e2767cc
                                                    Found module libvorbisenc.so.2 with build-id: 28ed815b8b1d322e6bf2bfdce4b0af2789b74335
                                                    Found module libvorbis.so.0 with build-id: ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                    Found module libtheoradec.so.1 with build-id: 19d321fd5455c7b7611ca9602a804b496124e06f
                                                    Found module libtheoraenc.so.1 with build-id: cde750f0621140f313e4ef4e5f212e662f24a38b
                                                    Found module libSvtAv1Enc.so.0 with build-id: 3ebe5abcc88d5855fde0b2645844f80f03982902
                                                    Found module libspeex.so.1 with build-id: 39721dbe21b62978562c2943279f6dffbffe8946
                                                    Found module librav1e.so.0 with build-id: 2e9e70e2433e4d2955a870f2de730172729fbe4f
                                                    Found module libopus.so.0 with build-id: 649d3ddab8764d7caf73648004a35cb13e23a5e1
                                                    Found module libopenjp2.so.7 with build-id: 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                    Found module libopencore-amrnb.so.0 with build-id: a3d78948c85fa235e66549119b2f130e69af7b70
                                                    Found module libmp3lame.so.0 with build-id: 48c901805551a3dd58d02502c4cd67f6aa848107
                                                    Found module libgsm.so.1 with build-id: 1cc6240f7eaedaaac302bc7c0f64ebbeae596f22
                                                    Found module libaom.so.3 with build-id: 96dd5026ad7503076a2b7b9c1b94f442d446121f
                                                    Found module libcairo.so.2 with build-id: 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                    Found module libglib-2.0.so.0 with build-id: 1fe1592d097fa28822c23e96d9f357583b48424d
                                                    Found module libgobject-2.0.so.0 with build-id: 0eaa1a0f88089b3dcf33eedf51105a54beeeea9a
                                                    Found module librsvg-2.so.2 with build-id: 4dc74baf658575bd661ee40a060a497e9f6b4875
                                                    Found module libopencore-amrwb.so.0 with build-id: 28da8ed3dfca59280e835c46bd40da295dae99e2
                                                    Found module libdav1d.so.5 with build-id: 82862181dbe48302fde94240f68e17fb6f9a03c7
                                                    Found module liblzma.so.5 with build-id: 8b615460aa230708c5183f16bede67aa0437d95e
                                                    Found module libwebp.so.7 with build-id: 87e81472aa7ff3ed1061cfc13d6960dbe00c35ab
                                                    Found module libwebpmux.so.3 with build-id: 4e17ff5fa40f00cda51d08d9edd48d442d3044e2
                                                    Found module libvpx.so.6 with build-id: ffb0245ae4799fc843384d31eee517ce8c8805d2
                                                    Found module libswresample.so.3 with build-id: a9728c9e65dd1e3e82293a186e42b3ac4eef6f56
                                                    Found module libSPIRV.so with build-id: fac4e211f742518df921f7b33fb95ea3b286589f
                                                    Found module libjpeg.so.8 with build-id: 5d102b1a7291a621bba049969d25ead0ccecc6cc
                                                    Found module libpng16.so.16 with build-id: 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                    Found module libswscale.so.5 with build-id: 77e3bd5b047eaa9b39b8f4729aa764adc5e0f35d
                                                    Found module libavutil.so.56 with build-id: 519676d43a87a9c3f38323f8d67eff209e7f819c
                                                    Found module libavformat.so.58 with build-id: 86c1844cfba35a65a52085e6ccfe9ca07093c729
                                                    Found module libavcodec.so.58 with build-id: 1275d2e02c81a70a2a30ee2f11a60de9ef76e1a3
                                                    Found module libshaderc_shared.so.1 with build-id: e64ce1043e93eaf1273fb6b3a3d6f4e4e7e4b49c
                                                    Found module libbrotlicommon.so.1 with build-id: f68934f94312f770550ebc6c5acfd6359b098b07
                                                    Found module libresolv.so.2 with build-id: c915c72668282861a813f7ea3c0780f37b681dc0
                                                    Found module libkeyutils.so.1 with build-id: ac405ddd17be10ce538da3211415ee50c8f8df79
                                                    Found module libkrb5support.so.0 with build-id: adf65240a4d2aba772d7a0772b4d015469934113
                                                    Found module libcom_err.so.2 with build-id: eb61ef71c8b97846db759fb89a115405cff6dd30
                                                    Found module libk5crypto.so.3 with build-id: eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                    Found module libkrb5.so.3 with build-id: 72d26767c5cb1097db75a5f5bff88860233c902b
                                                    Found module libunistring.so.2 with build-id: 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                    Found module libm.so.6 with build-id: 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                                    Found module libz.so.1 with build-id: 81bf6e728a6d6f5b105b0f8b25f6c614ce10452a
                                                    Found module libbrotlidec.so.1 with build-id: f871e6f204ab8d48099915126ba01be989a8000f
                                                    Found module libzstd.so.1 with build-id: 4b10444c1560ebc574af4d5f488b7408b22d450e
                                                    Found module libgssapi_krb5.so.2 with build-id: e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                    Found module libcrypto.so.1.1 with build-id: 6d23f0a3f354825868d044684fad31d482cc9210
                                                    Found module libssl.so.1.1 with build-id: 959cd8f1dd43fc31aeb93caac4eda87c907ef18b
                                                    Found module libpsl.so.5 with build-id: 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                    Found module libssh2.so.1 with build-id: 7f6d9edd2e793b266cae4f22fc1ba7b6b401c08c
                                                    Found module libidn2.so.0 with build-id: 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                    Found module libnghttp2.so.14 with build-id: 5ca39b42e7cb2770878644d57e88677df6336815
                                                    Found module ld-linux-x86-64.so.2 with build-id: 040cc3dd10461562f177df39e3be2f3704258c3c
                                                    Found module libc.so.6 with build-id: 4b406737057708c0e4c642345a703c47a61c73dc
                                                    Found module libgcc_s.so.1 with build-id: 7f8508bb914546ada778809b64b99d234337d835
                                                    Found module libstdc++.so.6 with build-id: 8ab0e57054dd1dcba681f217016afc6a4e639783
                                                    Found module libcurl.so.4 with build-id: c293e8ebb572a8dafe2935cf30353817fa254213
                                                    Found module libpthread.so.0 with build-id: 07c8f95b4f3251d08550217ad8a1f31066229996
                                                    Found module libdl.so.2 with build-id: 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                                    Stack trace of thread 517:
                                                    #0  0x00007fbb5e1a309e local_Rb_tree_decrement (libstdc++.so.6 + 0xbe09e)
                                                    #1  0x00007fbb5d1988c5 n/a (/home/arthapz/inquisitor-cpp/builddir/plugins/ShaderPlugin/libshaderplugin.so + 0x10c8c5)
                                                    #2  0x0000000000000000 n/a (n/a + 0x0)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 70 (stored), closing.
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-603-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:42 NASArthapz systemd[1]: Received SIGCHLD from PID 611 (systemd-coredum).
sept. 24 20:41:42 NASArthapz systemd[1]: Child 611 (systemd-coredum) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Child 611 belongs to systemd-coredump@0-603-0.service.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Deactivated successfully.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Service will not restart (restart setting)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump.socket: One connection closed, 0 left.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Changed running -> dead
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Consumed 122ms CPU time.
sept. 24 20:41:42 NASArthapz systemd[1]: Spawning thread to nuke /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@0-603-0.service-oCOSXa
sept. 24 20:41:42 NASArthapz systemd[1]: Spawning thread to nuke /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@0-603-0.service-gffYxe
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@0-603-0.service: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_400_2d603_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=113 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_400_2d603_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=114 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=115 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.566207440+02:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
sept. 24 20:41:42 NASArthapz systemd[1]: Child 517 (inquisitor) died (code=dumped, status=11/SEGV)
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Child 517 belongs to inquisitor.service.
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Main process exited, code=dumped, status=11/SEGV
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Failed with result 'core-dump'.
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Service will restart (restart setting)
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Changed running -> failed
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=116 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Unit entered failed state.
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Consumed 89ms CPU time.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=117 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=118 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Changed failed -> auto-restart
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=119 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=120 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=121 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Received SIGCHLD from PID 517 (n/a).
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Control group is empty.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 63 (stored), closing.
sept. 24 20:41:42 NASArthapz audit: BPF prog-id=22 op=UNLOAD
sept. 24 20:41:42 NASArthapz audit: BPF prog-id=21 op=UNLOAD
sept. 24 20:41:42 NASArthapz audit: BPF prog-id=20 op=UNLOAD
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Service RestartSec=100ms expired, scheduling restart.
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Trying to enqueue job inquisitor.service/restart/replace
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Installed new job inquisitor.service/restart as 172
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Enqueued job inquisitor.service/restart as 172
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Scheduled restart job, restart counter is at 1.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=122 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=123 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=124 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=125 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=126 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Changed auto-restart -> dead
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Job 172 inquisitor.service/restart finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Stopped Inquisitor.
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Converting job inquisitor.service/restart -> inquisitor.service/start
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Consumed 89ms CPU time.
sept. 24 20:41:42 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: docker.service
sept. 24 20:41:42 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Passing 0 fds to service
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: About to execute /home/arthapz/inquisitor-cpp/builddir/inquisitor
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Forked /home/arthapz/inquisitor-cpp/builddir/inquisitor as 636
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=127 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=128 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Changed dead -> running
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Job 172 inquisitor.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Started Inquisitor.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=129 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=130 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=131 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:42 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: docker.service
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=132 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=133 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:42 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: Setting state idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"arthapz","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: Changing state idle-server → processing-method-more
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: Changing state processing-method-more → processed-method
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: Changing state processed-method → idle-server
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: Got POLLHUP from socket.
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: User lookup succeeded: uid=1000 gid=1000
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=134 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=135 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: Changing state idle-server → pending-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:42 NASArthapz systemd[1]: varlink-63: Changing state processing-disconnect → disconnected
sept. 24 20:41:42 NASArthapz systemd[636]: inquisitor.service: Executing: /home/arthapz/inquisitor-cpp/builddir/inquisitor
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.000008s, Inquisitor] Using StormKit 0.2.0 dev 9a69528
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.000586s, Inquisitor] Loading settings.json
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.000675s, Inquisitor] plugins/CleanChannelPlugin/libcleanchannelplugin.so found
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Added fd 63 (n/a) to fd store.
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.000757s, Inquisitor] CleanChannelPlugin loaded
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.000768s, Inquisitor] plugins/BasePlugin/libbaseplugin.so found
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.000834s, Inquisitor] BasePlugin loaded
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.000850s, Inquisitor] plugins/QuoteMessagePlugin/libquotemessageplugin.so found
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.001074s, Inquisitor] QuoteMessagePlugin loaded
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.001098s, Inquisitor] plugins/RandomQuotePlugin/librandomquoteplugin.so found
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.001201s, Inquisitor] RandomQuotePlugin loaded
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.001219s, Inquisitor] plugins/MelonPlugin/libmelonplugin.so found
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.001304s, Inquisitor] MelonPlugin loaded
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.001319s, Inquisitor] plugins/ShaderPlugin/libshaderplugin.so found
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.000007s, ShaderPlugin] Initialization of render backend
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006397s, StormKit.Render] Instance extensions -----------
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006415s, StormKit.Render]         VK_KHR_device_group_creation
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006417s, StormKit.Render]         VK_KHR_display
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006418s, StormKit.Render]         VK_KHR_external_fence_capabilities
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006420s, StormKit.Render]         VK_KHR_external_memory_capabilities
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006421s, StormKit.Render]         VK_KHR_external_semaphore_capabilities
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006423s, StormKit.Render]         VK_KHR_get_display_properties2
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006424s, StormKit.Render]         VK_KHR_get_physical_device_properties2
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006426s, StormKit.Render]         VK_KHR_get_surface_capabilities2
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006427s, StormKit.Render]         VK_KHR_surface
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006429s, StormKit.Render]         VK_KHR_wayland_surface
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006431s, StormKit.Render]         VK_KHR_xcb_surface
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006433s, StormKit.Render]         VK_KHR_xlib_surface
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006434s, StormKit.Render]         VK_EXT_acquire_xlib_display
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006436s, StormKit.Render]         VK_EXT_debug_report
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006438s, StormKit.Render]         VK_EXT_debug_utils
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006440s, StormKit.Render]         VK_EXT_direct_mode_display
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006442s, StormKit.Render]         VK_EXT_display_surface_counter
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Debug, 0.006443s, StormKit.Render] -------------------------------
sept. 24 20:41:42 NASArthapz dockerd[553]: time="2021-09-24T20:41:42.722366236+02:00" level=info msg="Loading containers: start."
sept. 24 20:41:42 NASArthapz inquisitor[636]: [Information, 0.019901s, ShaderPlugin] Success
sept. 24 20:41:42 NASArthapz audit[636]: ANOM_ABEND auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=636 comm="inquisitor" exe="/home/arthapz/inquisitor-cpp/builddir/inquisitor" sig=11 res=1
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump.socket: Incoming traffic
sept. 24 20:41:42 NASArthapz systemd[1]: Unit systemd-coredump@1-641-0.service has alias systemd-coredump@.service.
sept. 24 20:41:42 NASArthapz systemd[1]: var-tmp.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: var.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib-systemd.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib-systemd-coredump.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Trying to enqueue job systemd-coredump@1-641-0.service/start/replace
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Installed new job systemd-coredump@1-641-0.service/start as 276
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Enqueued job systemd-coredump@1-641-0.service/start as 276
sept. 24 20:41:42 NASArthapz systemd[1]: var-tmp.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: var.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib-systemd.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: var-lib-systemd-coredump.mount: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=136 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=137 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=138 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=139 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=140 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=141 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=142 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=143 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=144 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=145 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=146 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=147 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=148 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=149 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz audit: BPF prog-id=23 op=LOAD
sept. 24 20:41:42 NASArthapz audit: BPF prog-id=24 op=LOAD
sept. 24 20:41:42 NASArthapz audit: BPF prog-id=25 op=LOAD
sept. 24 20:41:42 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Passing 1 fds to service
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: About to execute /usr/lib/systemd/systemd-coredump
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Forked /usr/lib/systemd/systemd-coredump as 647
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_401_2d641_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=150 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_401_2d641_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=151 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Changed dead -> running
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Job 276 systemd-coredump@1-641-0.service/start finished, result=done
sept. 24 20:41:42 NASArthapz systemd[1]: Started Process Core Dump (PID 641/UID 0).
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully added address 127.0.0.1 to loopback interface
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully added address ::1 to loopback interface
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully brought loopback interface up
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/dev (bind-dev) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/dev (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/home (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/proc (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/root (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/run/user (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/sys (read-only) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/sys (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/sys/fs/cgroup (rw-implicit) is duplicate.
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/proc/sys/kernel/domainname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
sept. 24 20:41:42 NASArthapz systemd[647]: /run/systemd/unit-root/proc/sys/kernel/hostname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting / on /run/systemd/unit-root (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/dev
sept. 24 20:41:42 NASArthapz systemd[647]: Mounting tmpfs (tmpfs) on /tmp/namespace-dev-oz4jRn/dev (MS_NOSUID|MS_NOEXEC|MS_STRICTATIME "mode=755,size=4m,nr_inodes=64k")...
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /dev/pts on /tmp/namespace-dev-oz4jRn/dev/pts (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /dev/shm on /tmp/namespace-dev-oz4jRn/dev/shm (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /dev/mqueue on /tmp/namespace-dev-oz4jRn/dev/mqueue (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /dev/hugepages on /tmp/namespace-dev-oz4jRn/dev/hugepages (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully unmounted /run/systemd/unit-root/dev/shm
sept. 24 20:41:42 NASArthapz systemd[647]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully unmounted /run/systemd/unit-root/dev/pts
sept. 24 20:41:42 NASArthapz systemd[647]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully unmounted /run/systemd/unit-root/dev/mqueue
sept. 24 20:41:42 NASArthapz systemd[647]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully unmounted /run/systemd/unit-root/dev/hugepages
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully unmounted /run/systemd/unit-root/dev
sept. 24 20:41:42 NASArthapz systemd[647]: Moving mount /tmp/namespace-dev-oz4jRn/dev → /run/systemd/unit-root/dev (MS_MOVE "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/dev/kmsg
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/home
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully unmounted /run/systemd/unit-root/home
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/home (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Failed to umount /run/systemd/unit-root/proc, ignoring: Device or resource busy
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully unmounted /run/systemd/unit-root/proc/sys/fs/binfmt_misc
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully unmounted /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Mounting proc (proc) on /run/systemd/unit-root/proc (MS_NOSUID|MS_NODEV|MS_NOEXEC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/acpi
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/acpi on /run/systemd/unit-root/proc/acpi (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/acpi to /run/systemd/unit-root/proc/acpi
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/apm
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/asound
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/asound on /run/systemd/unit-root/proc/asound (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/asound to /run/systemd/unit-root/proc/asound
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/bus
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/bus on /run/systemd/unit-root/proc/bus (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/bus to /run/systemd/unit-root/proc/bus
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-641-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/fs
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/fs on /run/systemd/unit-root/proc/fs (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/fs to /run/systemd/unit-root/proc/fs
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/irq
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/irq on /run/systemd/unit-root/proc/irq (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/irq to /run/systemd/unit-root/proc/irq
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/kallsyms
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kallsyms (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kallsyms
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_401_2d641_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=152 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/kcore
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_401_2d641_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=153 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=154 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_401_2d641_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=155 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_401_2d641_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=156 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kcore (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kcore
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Added fd 70 (n/a) to fd store.
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kmsg (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/latency_stats
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/latency_stats on /run/systemd/unit-root/proc/latency_stats (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/latency_stats to /run/systemd/unit-root/proc/latency_stats
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/mtrr
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/mtrr on /run/systemd/unit-root/proc/mtrr (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/mtrr to /run/systemd/unit-root/proc/mtrr
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/scsi
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/scsi on /run/systemd/unit-root/proc/scsi (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/scsi to /run/systemd/unit-root/proc/scsi
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/sys on /run/systemd/unit-root/proc/sys (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/sys to /run/systemd/unit-root/proc/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/sysrq-trigger
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/unit-root/proc/sysrq-trigger on /run/systemd/unit-root/proc/sysrq-trigger (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/unit-root/proc/sysrq-trigger to /run/systemd/unit-root/proc/sysrq-trigger
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/proc/timer_stats
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/root
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/root (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/run
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/run/credentials
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/credentials (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/credentials
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:42 NASArthapz systemd[647]: Followed source symlinks /run/systemd/propagate/systemd-coredump@1-641-0.service → /run/systemd/propagate/systemd-coredump@1-641-0.service.
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/propagate/systemd-coredump@1-641-0.service on /run/systemd/unit-root/run/systemd/incoming (MS_BIND "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/propagate/systemd-coredump@1-641-0.service to /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/run/user
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/user (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/user
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/sys/fs/bpf
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/sys/fs/cgroup
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/sys/fs/selinux
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/debug
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/tracing
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/tmp
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@1-641-0.service-W2GySg/tmp on /run/systemd/unit-root/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@1-641-0.service-W2GySg/tmp to /run/systemd/unit-root/tmp
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/usr/lib/modules (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/var/lib/systemd/coredump
sept. 24 20:41:42 NASArthapz systemd[647]: Followed source symlinks /var/lib/systemd/coredump → /var/lib/systemd/coredump.
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /var/lib/systemd/coredump on /run/systemd/unit-root/var/lib/systemd/coredump (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /var/lib/systemd/coredump to /run/systemd/unit-root/var/lib/systemd/coredump
sept. 24 20:41:42 NASArthapz systemd[647]: Applying namespace mount on /run/systemd/unit-root/var/tmp
sept. 24 20:41:42 NASArthapz systemd[647]: Bind-mounting /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@1-641-0.service-2E7PCI/tmp on /run/systemd/unit-root/var/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:42 NASArthapz systemd[647]: Successfully mounted /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@1-641-0.service-2E7PCI/tmp to /run/systemd/unit-root/var/tmp
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/var/lib/systemd/coredump deny-listed by /run/systemd/unit-root/var/lib/systemd/coredump, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/var/lib/systemd/coredump deny-listed by /run/systemd/unit-root/var/lib/systemd/coredump, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc/acpi, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc/asound, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc/bus, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc/fs, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc/irq, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc/kallsyms, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc/kcore, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc/latency_stats, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc/mtrr, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc/scsi, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc/sys, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc/sysrq-trigger, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc/acpi, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc/asound, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc/bus, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc/fs, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc/irq, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc/kallsyms, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc/kcore, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc/latency_stats, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc/mtrr, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc/scsi, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc/sys, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc/sysrq-trigger, called for /run/systemd/unit-root/proc
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/var/lib/systemd/coredump.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/var/lib/systemd/coredump.
sept. 24 20:41:42 NASArthapz systemd[647]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[647]: Restricting namespace to: n/a.
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking cgroup.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking ipc.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking net.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking mnt.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking pid.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking user.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking uts.
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking cgroup.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking ipc.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking net.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking mnt.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking pid.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking user.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking uts.
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking cgroup.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking ipc.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking net.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking mnt.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking pid.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking user.
sept. 24 20:41:42 NASArthapz systemd[647]: Blocking uts.
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x32
sept. 24 20:41:42 NASArthapz systemd[647]: Operating on architecture: x86-64
sept. 24 20:41:42 NASArthapz systemd[647]: systemd-coredump@1-641-0.service: Executing: /usr/lib/systemd/systemd-coredump
sept. 24 20:41:42 NASArthapz kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
sept. 24 20:41:42 NASArthapz kernel: Bridge firewalling registered
sept. 24 20:41:42 NASArthapz audit[650]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=650 comm="modprobe"
sept. 24 20:41:42 NASArthapz audit[650]: SYSCALL arch=c000003e syscall=175 success=yes exit=0 a0=563d0ed43670 a1=2d09 a2=563d0de39270 a3=563d0ecf3230 items=0 ppid=628 pid=650 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
sept. 24 20:41:42 NASArthapz audit: PROCTITLE proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F6E6174
sept. 24 20:41:42 NASArthapz audit[660]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=660 comm="modprobe"
sept. 24 20:41:42 NASArthapz audit[660]: SYSCALL arch=c000003e syscall=175 success=yes exit=0 a0=7fe80e295010 a1=2fc9 a2=558a74952270 a3=3d51 items=0 ppid=628 pid=660 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
sept. 24 20:41:42 NASArthapz audit: PROCTITLE proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F66696C746572
sept. 24 20:41:42 NASArthapz audit[680]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=680 comm="iptables"
sept. 24 20:41:42 NASArthapz audit[680]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56504fa0ba60 items=0 ppid=553 pid=680 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:42 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
sept. 24 20:41:42 NASArthapz audit[682]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=682 comm="iptables"
sept. 24 20:41:42 NASArthapz audit[682]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55efcd622940 items=0 ppid=553 pid=682 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:42 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552
sept. 24 20:41:42 NASArthapz audit[684]: NETFILTER_CFG table=filter family=2 entries=6 op=xt_replace pid=684 comm="iptables"
sept. 24 20:41:42 NASArthapz audit[684]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56498faa4b10 items=0 ppid=553 pid=684 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:42 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:42 NASArthapz audit[686]: NETFILTER_CFG table=filter family=2 entries=8 op=xt_replace pid=686 comm="iptables"
sept. 24 20:41:42 NASArthapz audit[686]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ebe731fcf0 items=0 ppid=553 pid=686 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:42 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D32
sept. 24 20:41:42 NASArthapz audit[688]: NETFILTER_CFG table=filter family=2 entries=10 op=xt_replace pid=688 comm="iptables"
sept. 24 20:41:42 NASArthapz audit[688]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=557192b075b0 items=0 ppid=553 pid=688 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:42 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D31002D6A0052455455524E
sept. 24 20:41:42 NASArthapz audit[690]: NETFILTER_CFG table=filter family=2 entries=11 op=xt_replace pid=690 comm="iptables"
sept. 24 20:41:42 NASArthapz audit[690]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555cf6ffc730 items=0 ppid=553 pid=690 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:42 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D32002D6A0052455455524E
sept. 24 20:41:42 NASArthapz audit[691]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=691 comm="iptables"
sept. 24 20:41:42 NASArthapz audit[691]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c78f4a0120 items=0 ppid=553 pid=691 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:42 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D5000464F52574152440044524F50
sept. 24 20:41:42 NASArthapz systemd-coredump[647]: Process 636 (inquisitor) of user 1000 dumped core.

                                                    Found module /home/arthapz/inquisitor-cpp/builddir/inquisitor with build-id: 9d7c6cc7572b28255ab217b97e42ec4c6b9d65a6
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/ShaderPlugin/libshaderplugin.so with build-id: bcb4b6937be07bed226041ee16f647c2ac4b0b33
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/MelonPlugin/libmelonplugin.so with build-id: 9cbc8f5c5a2eea1b25c691c8e63a83053480ce87
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/RandomQuotePlugin/librandomquoteplugin.so with build-id: b52c34c1aa830b37faefed3740903e1ccecdef6e
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/QuoteMessagePlugin/libquotemessageplugin.so with build-id: b91063f85c484d098cf23b3f19a4a019f2283f08
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/BasePlugin/libbaseplugin.so with build-id: 8b504aec2ae2f038ea5c59d9f504e937fc0da86a
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/CleanChannelPlugin/libcleanchannelplugin.so with build-id: ecc05451a0299d44aeb6f7ac9766ec6707bd8389
                                                    Found module linux-vdso.so.1 with build-id: 3959abe02a9f32cd6ca26860d7409ef0c74216b6
                                                    Found module libdrm_amdgpu.so.1 with build-id: a89ceb7c9082e5276f39023716eb4d194e75f6b8
                                                    Found module amdvlk64.so with build-id: 07394c93ec49e79e3e3ee44a828c4d646e82db41
                                                    Found module amdvlkpro64.so without build-id.
                                                    Found module libvulkan.so with build-id: 7300aecb52d012969b911fe9a6f8774619d4c405
                                                    Found module libgraphite2.so.3 with build-id: 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                    Found module libdatrie.so.1 with build-id: 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                    Found module librt.so.1 with build-id: 75484da2d6f1515189eefa076e0a40328834cd16
                                                    Found module libblkid.so.1 with build-id: f03a24e92c9852272bd0049b5bcb7ed6cf0e664f
                                                    Found module libicudata.so.69 with build-id: 0ab994a49ef1848499c4af333b3266f28432a922
                                                    Found module libXdmcp.so.6 with build-id: 8ca0792d23c8b8b4c0864297512349292bea5955
                                                    Found module libXau.so.6 with build-id: 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                    Found module libexpat.so.1 with build-id: 8850138eae6d9d4d43c5c4b2ac48393bc4279037
                                                    Found module libharfbuzz.so.0 with build-id: f954dfb80265c0dd2484e766282305a739b8239d
                                                    Found module libthai.so.0 with build-id: 3fdce1a7db2b94d9168eea540dbf5ff5caa3b8ad
                                                    Found module libfribidi.so.0 with build-id: e29e3b231f961d49e628d43ddd1237a8364f788c
                                                    Found module libpangoft2-1.0.so.0 with build-id: 52a846673f7bf9e8acdd0ae9a825926c9cfc5920
                                                    Found module libmount.so.1 with build-id: ff9a1d99d35cf640d0bfdaba294854372672c29b
                                                    Found module libtiff.so.5 with build-id: e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                    Found module libgmodule-2.0.so.0 with build-id: 34cabbd12d9baf397a0255f174e4c96165bc329b
                                                    Found module libgomp.so.1 with build-id: 1cb25691b8e34e1ce54698066bce0fb29f5cf9fa
                                                    Found module libXfixes.so.3 with build-id: 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                    Found module libhogweed.so.6 with build-id: 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                    Found module libnettle.so.8 with build-id: 9a878e513c02007598fcf1e2e286c2203f13536e
                                                    Found module libtasn1.so.6 with build-id: 4df18bd1f13772f0956191e137eb00d9bd6238c5
                                                    Found module libp11-kit.so.0 with build-id: 5314ec746546ada6f442b6fdfae15eab9f6d3cdc
                                                    Found module libicuuc.so.69 with build-id: 5cf18c56e2f64efdac32cf61fb9c0c48e9bb1797
                                                    Found module libmvec.so.1 with build-id: 9aa05e22565568b778a97933527b3c64bdb8418b
                                                    Found module libogg.so.0 with build-id: ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                    Found module libpixman-1.so.0 with build-id: 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                    Found module libxcb-shm.so.0 with build-id: fb797f299a446f559a95afcc168227482cc800d1
                                                    Found module libxcb-render.so.0 with build-id: a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                    Found module libxcb.so.1 with build-id: 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                    Found module libXrender.so.1 with build-id: 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                    Found module libXext.so.6 with build-id: d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                    Found module libfreetype.so.6 with build-id: 65e7f4a1e5557b0ceeaa433e5356f857fe9c669b
                                                    Found module libfontconfig.so.1 with build-id: 1103a641395c7d3b42e49b793d3a9ea927c77bf6
                                                    Found module libpcre.so.1 with build-id: 845483dd0acba86de9f0313102bebbaf3ce52767
                                                    Found module libffi.so.7 with build-id: de60e99f39569d11d09160bbdcd486cedc87d2b6
                                                    Found module libpango-1.0.so.0 with build-id: 5deae7c16592ea404754114e8ae56ddf9cf4ca7e
                                                    Found module libpangocairo-1.0.so.0 with build-id: 2554be0474a6ee311b6e9aa4fd79a244167cdcfd
                                                    Found module libgio-2.0.so.0 with build-id: 3338d7168eab6039416e1b6dbb7ea3ef213cd129
                                                    Found module libgdk_pixbuf-2.0.so.0 with build-id: ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                    Found module libcairo-gobject.so.2 with build-id: abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                    Found module libsoxr.so.0 with build-id: 9e49936ed807c1e52705b88d5d71706fe11d9ed1
                                                    Found module libdrm.so.2 with build-id: 3aeff5403ca8d7589eabc05752eb613937f454a1
                                                    Found module libX11.so.6 with build-id: e9192497aa39fab51358826d1a1b5fb77edc5081
                                                    Found module libvdpau.so.1 with build-id: 96ac4ef0ce4b2bdbe091782d97eafadd6e4cea90
                                                    Found module libva-x11.so.2 with build-id: 1f9500a3deef2d2f5568d026174f6b59af730b6d
                                                    Found module libva-drm.so.2 with build-id: 5ac46263a883c725bfed65d98ff2e3162fd464ad
                                                    Found module libssh.so.4 with build-id: 8490056688e60790230f9d990c439b181236e9b6
                                                    Found module libsrt.so.1.4 with build-id: 63c1df3cc035c493ede3570e560f93991486d082
                                                    Found module libgnutls.so.30 with build-id: 8c87466eacaec0041a370df713d0fd200358c94c
                                                    Found module libgmp.so.10 with build-id: e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                    Found module libbluray.so.2 with build-id: ebaa74ef4d549c1d3f01fafb8625045d286b8940
                                                    Found module libmodplug.so.1 with build-id: b00dcb12e7d2d5882b4fa414295eba449875dae4
                                                    Found module libbz2.so.1.0 with build-id: 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                    Found module libxml2.so.2 with build-id: b9441ffabb52b50c290152592f17cd78a381d493
                                                    Found module libmfx.so.1 with build-id: 791cadc6e88448b8b74c55f52f7fbdf52af2376d
                                                    Found module libva.so.2 with build-id: 863ac4af7ad8aa717d786e31da9b7a184ca81171
                                                    Found module libxvidcore.so.4 with build-id: 43bc390a7842a7ca3a0302e93442ea561d7f013a
                                                    Found module libx265.so.199 with build-id: 22130b9b0d2aa957b148b0fdeb27e3fd04f0fb58
                                                    Found module libx264.so.161 with build-id: a23dfea0b501cbfb2501c5bfe6c40b602e2767cc
                                                    Found module libvorbisenc.so.2 with build-id: 28ed815b8b1d322e6bf2bfdce4b0af2789b74335
                                                    Found module libvorbis.so.0 with build-id: ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                    Found module libtheoradec.so.1 with build-id: 19d321fd5455c7b7611ca9602a804b496124e06f
                                                    Found module libtheoraenc.so.1 with build-id: cde750f0621140f313e4ef4e5f212e662f24a38b
                                                    Found module libSvtAv1Enc.so.0 with build-id: 3ebe5abcc88d5855fde0b2645844f80f03982902
                                                    Found module libspeex.so.1 with build-id: 39721dbe21b62978562c2943279f6dffbffe8946
                                                    Found module librav1e.so.0 with build-id: 2e9e70e2433e4d2955a870f2de730172729fbe4f
                                                    Found module libopus.so.0 with build-id: 649d3ddab8764d7caf73648004a35cb13e23a5e1
                                                    Found module libopenjp2.so.7 with build-id: 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                    Found module libopencore-amrnb.so.0 with build-id: a3d78948c85fa235e66549119b2f130e69af7b70
                                                    Found module libmp3lame.so.0 with build-id: 48c901805551a3dd58d02502c4cd67f6aa848107
                                                    Found module libgsm.so.1 with build-id: 1cc6240f7eaedaaac302bc7c0f64ebbeae596f22
                                                    Found module libaom.so.3 with build-id: 96dd5026ad7503076a2b7b9c1b94f442d446121f
                                                    Found module libcairo.so.2 with build-id: 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                    Found module libglib-2.0.so.0 with build-id: 1fe1592d097fa28822c23e96d9f357583b48424d
                                                    Found module libgobject-2.0.so.0 with build-id: 0eaa1a0f88089b3dcf33eedf51105a54beeeea9a
                                                    Found module librsvg-2.so.2 with build-id: 4dc74baf658575bd661ee40a060a497e9f6b4875
                                                    Found module libopencore-amrwb.so.0 with build-id: 28da8ed3dfca59280e835c46bd40da295dae99e2
                                                    Found module libdav1d.so.5 with build-id: 82862181dbe48302fde94240f68e17fb6f9a03c7
                                                    Found module liblzma.so.5 with build-id: 8b615460aa230708c5183f16bede67aa0437d95e
                                                    Found module libwebp.so.7 with build-id: 87e81472aa7ff3ed1061cfc13d6960dbe00c35ab
                                                    Found module libwebpmux.so.3 with build-id: 4e17ff5fa40f00cda51d08d9edd48d442d3044e2
                                                    Found module libvpx.so.6 with build-id: ffb0245ae4799fc843384d31eee517ce8c8805d2
                                                    Found module libswresample.so.3 with build-id: a9728c9e65dd1e3e82293a186e42b3ac4eef6f56
                                                    Found module libSPIRV.so with build-id: fac4e211f742518df921f7b33fb95ea3b286589f
                                                    Found module libjpeg.so.8 with build-id: 5d102b1a7291a621bba049969d25ead0ccecc6cc
                                                    Found module libpng16.so.16 with build-id: 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                    Found module libswscale.so.5 with build-id: 77e3bd5b047eaa9b39b8f4729aa764adc5e0f35d
                                                    Found module libavutil.so.56 with build-id: 519676d43a87a9c3f38323f8d67eff209e7f819c
                                                    Found module libavformat.so.58 with build-id: 86c1844cfba35a65a52085e6ccfe9ca07093c729
                                                    Found module libavcodec.so.58 with build-id: 1275d2e02c81a70a2a30ee2f11a60de9ef76e1a3
                                                    Found module libshaderc_shared.so.1 with build-id: e64ce1043e93eaf1273fb6b3a3d6f4e4e7e4b49c
                                                    Found module libbrotlicommon.so.1 with build-id: f68934f94312f770550ebc6c5acfd6359b098b07
                                                    Found module libresolv.so.2 with build-id: c915c72668282861a813f7ea3c0780f37b681dc0
                                                    Found module libkeyutils.so.1 with build-id: ac405ddd17be10ce538da3211415ee50c8f8df79
                                                    Found module libkrb5support.so.0 with build-id: adf65240a4d2aba772d7a0772b4d015469934113
                                                    Found module libcom_err.so.2 with build-id: eb61ef71c8b97846db759fb89a115405cff6dd30
                                                    Found module libk5crypto.so.3 with build-id: eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                    Found module libkrb5.so.3 with build-id: 72d26767c5cb1097db75a5f5bff88860233c902b
                                                    Found module libunistring.so.2 with build-id: 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                    Found module libm.so.6 with build-id: 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                                    Found module libz.so.1 with build-id: 81bf6e728a6d6f5b105b0f8b25f6c614ce10452a
                                                    Found module libbrotlidec.so.1 with build-id: f871e6f204ab8d48099915126ba01be989a8000f
                                                    Found module libzstd.so.1 with build-id: 4b10444c1560ebc574af4d5f488b7408b22d450e
                                                    Found module libgssapi_krb5.so.2 with build-id: e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                    Found module libcrypto.so.1.1 with build-id: 6d23f0a3f354825868d044684fad31d482cc9210
                                                    Found module libssl.so.1.1 with build-id: 959cd8f1dd43fc31aeb93caac4eda87c907ef18b
                                                    Found module libpsl.so.5 with build-id: 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                    Found module libssh2.so.1 with build-id: 7f6d9edd2e793b266cae4f22fc1ba7b6b401c08c
                                                    Found module libidn2.so.0 with build-id: 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                    Found module libnghttp2.so.14 with build-id: 5ca39b42e7cb2770878644d57e88677df6336815
                                                    Found module ld-linux-x86-64.so.2 with build-id: 040cc3dd10461562f177df39e3be2f3704258c3c
                                                    Found module libc.so.6 with build-id: 4b406737057708c0e4c642345a703c47a61c73dc
                                                    Found module libgcc_s.so.1 with build-id: 7f8508bb914546ada778809b64b99d234337d835
                                                    Found module libstdc++.so.6 with build-id: 8ab0e57054dd1dcba681f217016afc6a4e639783
                                                    Found module libcurl.so.4 with build-id: c293e8ebb572a8dafe2935cf30353817fa254213
                                                    Found module libpthread.so.0 with build-id: 07c8f95b4f3251d08550217ad8a1f31066229996
                                                    Found module libdl.so.2 with build-id: 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                                    Stack trace of thread 636:
                                                    #0  0x00007f601652709e local_Rb_tree_decrement (libstdc++.so.6 + 0xbe09e)
                                                    #1  0x00007f601551c8c5 n/a (/home/arthapz/inquisitor-cpp/builddir/plugins/ShaderPlugin/libshaderplugin.so + 0x10c8c5)
                                                    #2  0x0000000000000000 n/a (n/a + 0x0)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 70 (stored), closing.
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-641-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:42 NASArthapz systemd[1]: Received SIGCHLD from PID 647 (systemd-coredum).
sept. 24 20:41:42 NASArthapz systemd[1]: Child 647 (systemd-coredum) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Child 647 belongs to systemd-coredump@1-641-0.service.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Deactivated successfully.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Service will not restart (restart setting)
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump.socket: One connection closed, 0 left.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Changed running -> dead
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Consumed 120ms CPU time.
sept. 24 20:41:42 NASArthapz systemd[1]: Spawning thread to nuke /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@1-641-0.service-W2GySg
sept. 24 20:41:42 NASArthapz systemd[1]: Spawning thread to nuke /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@1-641-0.service-2E7PCI
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-coredump@1-641-0.service: Collecting.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_401_2d641_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=157 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_401_2d641_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=158 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=159 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Child 636 (inquisitor) died (code=dumped, status=11/SEGV)
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Child 636 belongs to inquisitor.service.
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Main process exited, code=dumped, status=11/SEGV
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Failed with result 'core-dump'.
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Service will restart (restart setting)
sept. 24 20:41:42 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Changed running -> failed
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=160 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Unit entered failed state.
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Consumed 65ms CPU time.
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=161 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=162 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Changed failed -> auto-restart
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=163 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=164 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=165 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:42 NASArthapz systemd[1]: Received SIGCHLD from PID 636 (n/a).
sept. 24 20:41:42 NASArthapz systemd[1]: inquisitor.service: Control group is empty.
sept. 24 20:41:42 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 63 (stored), closing.
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=25 op=UNLOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=24 op=UNLOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=23 op=UNLOAD
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Service RestartSec=100ms expired, scheduling restart.
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Trying to enqueue job inquisitor.service/restart/replace
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Installed new job inquisitor.service/restart as 285
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Enqueued job inquisitor.service/restart as 285
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Scheduled restart job, restart counter is at 2.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=166 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=167 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=168 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=169 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=170 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Changed auto-restart -> dead
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Job 285 inquisitor.service/restart finished, result=done
sept. 24 20:41:43 NASArthapz systemd[1]: Stopped Inquisitor.
sept. 24 20:41:43 NASArthapz systemd-udevd[365]: Using default interface naming scheme 'v249'.
sept. 24 20:41:43 NASArthapz audit[705]: NETFILTER_CFG table=nat family=2 entries=7 op=xt_replace pid=705 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[705]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d50db549a0 items=0 ppid=553 pid=705 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31392E302E302F31360000002D6F0062722D303366316165393337356131002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz audit[707]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=707 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[707]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5625e7ea84c0 items=0 ppid=553 pid=707 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D690062722D303366316165393337356131002D6A0052455455524E
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Converting job inquisitor.service/restart -> inquisitor.service/start
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Consumed 65ms CPU time.
sept. 24 20:41:43 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: docker.service
sept. 24 20:41:43 NASArthapz audit[710]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=710 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[710]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55fc1c7c28a0 items=0 ppid=553 pid=710 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D303366316165393337356131002D6F0062722D303366316165393337356131002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[712]: NETFILTER_CFG table=filter family=2 entries=13 op=xt_replace pid=712 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[712]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c04f2a3a20 items=0 ppid=553 pid=712 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D3033663161653933373561310000002D6F0062722D303366316165393337356131002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[714]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=714 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[714]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555f75894330 items=0 ppid=553 pid=714 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100505245524F5554494E47002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B4552
sept. 24 20:41:43 NASArthapz audit[716]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=716 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[716]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56209e1f8500 items=0 ppid=553 pid=716 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D41004F5554505554002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B45520000002D2D647374003132372E302E302E302F38
sept. 24 20:41:43 NASArthapz audit[718]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=718 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[718]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55782a36fb70 items=0 ppid=553 pid=718 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D303366316165393337356131002D6A00444F434B4552
sept. 24 20:41:43 NASArthapz audit[721]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=721 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[721]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ff1f99bd30 items=0 ppid=553 pid=721 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D303366316165393337356131002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[723]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=723 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[723]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=564ecff16000 items=0 ppid=553 pid=723 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:43 NASArthapz audit[725]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=725 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[725]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5625d449a170 items=0 ppid=553 pid=725 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D690062722D3033663161653933373561310000002D6F0062722D303366316165393337356131002D6A00444F434B45522D49534F4C4154494F4E2D5354414745
sept. 24 20:41:43 NASArthapz audit[727]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=727 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[727]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5574d0daa310 items=0 ppid=553 pid=727 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F0062722D303366316165393337356131002D6A0044524F50
sept. 24 20:41:43 NASArthapz audit[729]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=729 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[729]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=557b5f012050 items=0 ppid=553 pid=729 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz audit[732]: NETFILTER_CFG table=nat family=2 entries=12 op=xt_replace pid=732 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[732]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c788fd8b70 items=0 ppid=553 pid=732 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
sept. 24 20:41:43 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Passing 0 fds to service
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: About to execute /home/arthapz/inquisitor-cpp/builddir/inquisitor
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Forked /home/arthapz/inquisitor-cpp/builddir/inquisitor as 736
sept. 24 20:41:43 NASArthapz audit[735]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=735 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[735]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56067034b480 items=0 ppid=553 pid=735 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=171 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=172 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Changed dead -> running
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Job 285 inquisitor.service/start finished, result=done
sept. 24 20:41:43 NASArthapz systemd[1]: Started Inquisitor.
sept. 24 20:41:43 NASArthapz audit[738]: NETFILTER_CFG table=filter family=2 entries=20 op=xt_replace pid=738 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[738]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5572eb619600 items=0 ppid=553 pid=738 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[744]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=744 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[744]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=561d79857750 items=0 ppid=553 pid=744 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=173 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=174 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=175 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: docker.service
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=176 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=177 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-br\x2d03f1ae9375a1.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-br\x2d03f1ae9375a1.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=178 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=179 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:43 NASArthapz audit[746]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=746 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[746]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=564dfe0b1910 items=0 ppid=553 pid=746 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: Setting state idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-docker0.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-docker0.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=180 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=181 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"arthapz","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: Changing state idle-server → processing-method-more
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: Changing state processing-method-more → processed-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: Changing state processed-method → idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: Got POLLHUP from socket.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: Changing state idle-server → pending-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: User lookup succeeded: uid=1000 gid=1000
sept. 24 20:41:43 NASArthapz audit[748]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=748 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[748]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=560356c13c80 items=0 ppid=553 pid=748 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=182 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=183 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-63: Changing state processing-disconnect → disconnected
sept. 24 20:41:43 NASArthapz systemd[736]: inquisitor.service: Executing: /home/arthapz/inquisitor-cpp/builddir/inquisitor
sept. 24 20:41:43 NASArthapz audit[749]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=749 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[749]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ffcb2cea60 items=0 ppid=553 pid=749 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:43 NASArthapz audit[751]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=751 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[751]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563a23baebe0 items=0 ppid=553 pid=751 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.000008s, Inquisitor] Using StormKit 0.2.0 dev 9a69528
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Added fd 63 (n/a) to fd store.
sept. 24 20:41:43 NASArthapz audit[753]: NETFILTER_CFG table=filter family=2 entries=24 op=xt_replace pid=753 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[753]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e31ed64d70 items=0 ppid=553 pid=753 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.000565s, Inquisitor] Loading settings.json
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.000653s, Inquisitor] plugins/CleanChannelPlugin/libcleanchannelplugin.so found
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.000734s, Inquisitor] CleanChannelPlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.000746s, Inquisitor] plugins/BasePlugin/libbaseplugin.so found
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.000811s, Inquisitor] BasePlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.000827s, Inquisitor] plugins/QuoteMessagePlugin/libquotemessageplugin.so found
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.001053s, Inquisitor] QuoteMessagePlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.001079s, Inquisitor] plugins/RandomQuotePlugin/librandomquoteplugin.so found
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.001176s, Inquisitor] RandomQuotePlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.001194s, Inquisitor] plugins/MelonPlugin/libmelonplugin.so found
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.001280s, Inquisitor] MelonPlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.001295s, Inquisitor] plugins/ShaderPlugin/libshaderplugin.so found
sept. 24 20:41:43 NASArthapz audit[756]: NETFILTER_CFG table=nat family=2 entries=13 op=xt_replace pid=756 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[756]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f740dc0360 items=0 ppid=553 pid=756 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31382E302E302F31360000002D6F0062722D363934343566373334333033002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz audit[758]: NETFILTER_CFG table=nat family=2 entries=14 op=xt_replace pid=758 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[758]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f210c04e80 items=0 ppid=553 pid=758 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D690062722D363934343566373334333033002D6A0052455455524E
sept. 24 20:41:43 NASArthapz audit[761]: NETFILTER_CFG table=filter family=2 entries=25 op=xt_replace pid=761 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[761]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56052e816ef0 items=0 ppid=553 pid=761 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D363934343566373334333033002D6F0062722D363934343566373334333033002D6A00414343455054
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-br\x2d69445f734303.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-br\x2d69445f734303.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=184 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=185 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz audit[763]: NETFILTER_CFG table=filter family=2 entries=26 op=xt_replace pid=763 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[763]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d1a8eee060 items=0 ppid=553 pid=763 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D3639343435663733343330330000002D6F0062722D363934343566373334333033002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[769]: NETFILTER_CFG table=filter family=2 entries=27 op=xt_replace pid=769 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[769]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=559f6ae861c0 items=0 ppid=553 pid=769 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D363934343566373334333033002D6A00444F434B4552
sept. 24 20:41:43 NASArthapz audit[771]: NETFILTER_CFG table=filter family=2 entries=28 op=xt_replace pid=771 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[771]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f88521b370 items=0 ppid=553 pid=771 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D363934343566373334333033002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[773]: NETFILTER_CFG table=filter family=2 entries=29 op=xt_replace pid=773 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[773]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55cffd55f6e0 items=0 ppid=553 pid=773 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:43 NASArthapz audit[774]: NETFILTER_CFG table=filter family=2 entries=28 op=xt_replace pid=774 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[774]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5564d5a884d0 items=0 ppid=553 pid=774 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:43 NASArthapz audit[776]: NETFILTER_CFG table=filter family=2 entries=29 op=xt_replace pid=776 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[776]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55a443564640 items=0 ppid=553 pid=776 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D690062722D3639343435663733343330330000002D6F0062722D363934343566373334333033002D6A00444F434B45522D49534F4C4154494F4E2D5354414745
sept. 24 20:41:43 NASArthapz audit[778]: NETFILTER_CFG table=filter family=2 entries=30 op=xt_replace pid=778 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[778]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5611e39d67e0 items=0 ppid=553 pid=778 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F0062722D363934343566373334333033002D6A0044524F50
sept. 24 20:41:43 NASArthapz audit[781]: NETFILTER_CFG table=nat family=2 entries=15 op=xt_replace pid=781 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[781]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5647668a4670 items=0 ppid=553 pid=781 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E32342E302E302F31360000002D6F0062722D366237623239386462326531002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz audit[783]: NETFILTER_CFG table=nat family=2 entries=16 op=xt_replace pid=783 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[783]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=558ba01aa190 items=0 ppid=553 pid=783 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D690062722D366237623239386462326531002D6A0052455455524E
sept. 24 20:41:43 NASArthapz audit[786]: NETFILTER_CFG table=filter family=2 entries=31 op=xt_replace pid=786 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[786]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555d7cff1950 items=0 ppid=553 pid=786 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D366237623239386462326531002D6F0062722D366237623239386462326531002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[788]: NETFILTER_CFG table=filter family=2 entries=32 op=xt_replace pid=788 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[788]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=556723ff5ad0 items=0 ppid=553 pid=788 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D3662376232393864623265310000002D6F0062722D366237623239386462326531002D6A00414343455054
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-br\x2d6b7b298db2e1.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-br\x2d6b7b298db2e1.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=186 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=187 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz audit[794]: NETFILTER_CFG table=filter family=2 entries=33 op=xt_replace pid=794 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[794]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=561ea9731c20 items=0 ppid=553 pid=794 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D366237623239386462326531002D6A00444F434B4552
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.000006s, ShaderPlugin] Initialization of render backend
sept. 24 20:41:43 NASArthapz audit[796]: NETFILTER_CFG table=filter family=2 entries=34 op=xt_replace pid=796 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[796]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55eb6e18dde0 items=0 ppid=553 pid=796 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D366237623239386462326531002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[798]: NETFILTER_CFG table=filter family=2 entries=35 op=xt_replace pid=798 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[798]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=561d3d814150 items=0 ppid=553 pid=798 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:43 NASArthapz audit[799]: NETFILTER_CFG table=filter family=2 entries=34 op=xt_replace pid=799 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[799]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=564fe2712f30 items=0 ppid=553 pid=799 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:43 NASArthapz audit[801]: NETFILTER_CFG table=filter family=2 entries=35 op=xt_replace pid=801 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[801]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5614c6b8a0b0 items=0 ppid=553 pid=801 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D690062722D3662376232393864623265310000002D6F0062722D366237623239386462326531002D6A00444F434B45522D49534F4C4154494F4E2D5354414745
sept. 24 20:41:43 NASArthapz audit[803]: NETFILTER_CFG table=filter family=2 entries=36 op=xt_replace pid=803 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[803]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c2afd21240 items=0 ppid=553 pid=803 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F0062722D366237623239386462326531002D6A0044524F50
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006431s, StormKit.Render] Instance extensions -----------
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006451s, StormKit.Render]         VK_KHR_device_group_creation
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006455s, StormKit.Render]         VK_KHR_display
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006458s, StormKit.Render]         VK_KHR_external_fence_capabilities
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006461s, StormKit.Render]         VK_KHR_external_memory_capabilities
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006464s, StormKit.Render]         VK_KHR_external_semaphore_capabilities
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006466s, StormKit.Render]         VK_KHR_get_display_properties2
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006468s, StormKit.Render]         VK_KHR_get_physical_device_properties2
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006470s, StormKit.Render]         VK_KHR_get_surface_capabilities2
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006472s, StormKit.Render]         VK_KHR_surface
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006475s, StormKit.Render]         VK_KHR_wayland_surface
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006477s, StormKit.Render]         VK_KHR_xcb_surface
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006479s, StormKit.Render]         VK_KHR_xlib_surface
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006481s, StormKit.Render]         VK_EXT_acquire_xlib_display
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006483s, StormKit.Render]         VK_EXT_debug_report
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006485s, StormKit.Render]         VK_EXT_debug_utils
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006487s, StormKit.Render]         VK_EXT_direct_mode_display
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006489s, StormKit.Render]         VK_EXT_display_surface_counter
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Debug, 0.006493s, StormKit.Render] -------------------------------
sept. 24 20:41:43 NASArthapz audit[805]: NETFILTER_CFG table=nat family=2 entries=17 op=xt_replace pid=805 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[805]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5583d0b4ba30 items=0 ppid=553 pid=805 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz audit[807]: NETFILTER_CFG table=nat family=2 entries=16 op=xt_replace pid=807 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[807]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=562111c30210 items=0 ppid=553 pid=807 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400444F434B4552002D6900646F636B657230002D6A0052455455524E
sept. 24 20:41:43 NASArthapz audit[809]: NETFILTER_CFG table=filter family=2 entries=37 op=xt_replace pid=809 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[809]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=556a35f22460 items=0 ppid=553 pid=809 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[811]: NETFILTER_CFG table=filter family=2 entries=36 op=xt_replace pid=811 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[811]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5604d3a3e2e0 items=0 ppid=553 pid=811 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[814]: NETFILTER_CFG table=filter family=2 entries=35 op=xt_replace pid=814 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[814]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e181553150 items=0 ppid=553 pid=814 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6A00444F434B4552
sept. 24 20:41:43 NASArthapz audit[817]: NETFILTER_CFG table=filter family=2 entries=34 op=xt_replace pid=817 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[817]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555fbbca70e0 items=0 ppid=553 pid=817 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[819]: NETFILTER_CFG table=filter family=2 entries=33 op=xt_replace pid=819 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[819]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d51b5e4cc0 items=0 ppid=553 pid=819 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
sept. 24 20:41:43 NASArthapz audit[821]: NETFILTER_CFG table=filter family=2 entries=32 op=xt_replace pid=821 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[821]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ae3d354b70 items=0 ppid=553 pid=821 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
sept. 24 20:41:43 NASArthapz dockerd[553]: time="2021-09-24T20:41:43.237584868+02:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
sept. 24 20:41:43 NASArthapz audit[823]: NETFILTER_CFG table=nat family=2 entries=15 op=xt_replace pid=823 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[823]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5563034bd670 items=0 ppid=553 pid=823 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz audit[825]: NETFILTER_CFG table=nat family=2 entries=16 op=xt_replace pid=825 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[825]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55831037c190 items=0 ppid=553 pid=825 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
sept. 24 20:41:43 NASArthapz audit[828]: NETFILTER_CFG table=filter family=2 entries=31 op=xt_replace pid=828 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[828]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563fc375d950 items=0 ppid=553 pid=828 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[830]: NETFILTER_CFG table=filter family=2 entries=32 op=xt_replace pid=830 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[830]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5623bf59aad0 items=0 ppid=553 pid=830 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[836]: NETFILTER_CFG table=filter family=2 entries=33 op=xt_replace pid=836 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[836]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5651fb443c20 items=0 ppid=553 pid=836 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
sept. 24 20:41:43 NASArthapz audit[838]: NETFILTER_CFG table=filter family=2 entries=34 op=xt_replace pid=838 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[838]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55dfdefbede0 items=0 ppid=553 pid=838 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[840]: NETFILTER_CFG table=filter family=2 entries=35 op=xt_replace pid=840 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[840]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563333eb3150 items=0 ppid=553 pid=840 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:43 NASArthapz audit[841]: NETFILTER_CFG table=filter family=2 entries=34 op=xt_replace pid=841 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[841]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=557548295f30 items=0 ppid=553 pid=841 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
sept. 24 20:41:43 NASArthapz audit[843]: NETFILTER_CFG table=filter family=2 entries=35 op=xt_replace pid=843 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[843]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55dde310c0b0 items=0 ppid=553 pid=843 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
sept. 24 20:41:43 NASArthapz audit[845]: NETFILTER_CFG table=filter family=2 entries=36 op=xt_replace pid=845 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[845]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55fdcd56d240 items=0 ppid=553 pid=845 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
sept. 24 20:41:43 NASArthapz audit[847]: NETFILTER_CFG table=filter family=2 entries=37 op=xt_replace pid=847 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[847]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e734643cd0 items=0 ppid=553 pid=847 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D55534552
sept. 24 20:41:43 NASArthapz audit[849]: NETFILTER_CFG table=filter family=2 entries=39 op=xt_replace pid=849 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[849]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c0ee22e590 items=0 ppid=553 pid=849 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D55534552002D6A0052455455524E
sept. 24 20:41:43 NASArthapz audit[851]: NETFILTER_CFG table=filter family=2 entries=40 op=xt_replace pid=851 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[851]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=556d86a3c6f0 items=0 ppid=553 pid=851 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D55534552
sept. 24 20:41:43 NASArthapz systemd[1]: var.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2-f814994c03333d087e784d2b3b3b32e4b4838e21b3fd6306176aa7bc2035589d.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2-f814994c03333d087e784d2b3b3b32e4b4838e21b3fd6306176aa7bc2035589d-merged.mount: Changed dead -> mounted
sept. 24 20:41:43 NASArthapz systemd[1]: var.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2-f814994c03333d087e784d2b3b3b32e4b4838e21b3fd6306176aa7bc2035589d.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=188 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=189 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=190 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=191 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=192 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=193 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=194 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=195 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=196 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=197 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=198 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: var.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2-291eafb24e194b570f3262680446b281007742c6f080cb5255f0f828790cf47d.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2-291eafb24e194b570f3262680446b281007742c6f080cb5255f0f828790cf47d-merged.mount: Changed dead -> mounted
sept. 24 20:41:43 NASArthapz systemd[1]: var.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-docker-overlay2-291eafb24e194b570f3262680446b281007742c6f080cb5255f0f828790cf47d.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=199 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=200 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=201 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=202 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=203 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=204 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=205 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=206 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=207 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=208 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=209 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz inquisitor[736]: [Information, 0.051384s, ShaderPlugin] Success
sept. 24 20:41:43 NASArthapz audit[736]: ANOM_ABEND auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=736 comm="inquisitor" exe="/home/arthapz/inquisitor-cpp/builddir/inquisitor" sig=11 res=1
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump.socket: Incoming traffic
sept. 24 20:41:43 NASArthapz systemd[1]: Unit systemd-coredump@2-853-0.service has alias systemd-coredump@.service.
sept. 24 20:41:43 NASArthapz systemd[1]: var-tmp.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-systemd.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-systemd-coredump.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Trying to enqueue job systemd-coredump@2-853-0.service/start/replace
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Installed new job systemd-coredump@2-853-0.service/start as 389
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Enqueued job systemd-coredump@2-853-0.service/start as 389
sept. 24 20:41:43 NASArthapz systemd[1]: var-tmp.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-systemd.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-systemd-coredump.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=210 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=211 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=212 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=213 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=214 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=215 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=216 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=217 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=218 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=219 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=220 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=221 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=222 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=223 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd-udevd[377]: Using default interface naming scheme 'v249'.
sept. 24 20:41:43 NASArthapz audit: ANOM_PROMISCUOUS dev=veth7ef5b1d prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
sept. 24 20:41:43 NASArthapz audit[553]: SYSCALL arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c000f28930 a2=28 a3=0 items=0 ppid=1 pid=553 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered blocking state
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered disabled state
sept. 24 20:41:43 NASArthapz kernel: device veth7ef5b1d entered promiscuous mode
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered blocking state
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered forwarding state
sept. 24 20:41:43 NASArthapz kernel: IPv6: ADDRCONF(NETDEV_CHANGE): br-03f1ae9375a1: link becomes ready
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered disabled state
sept. 24 20:41:43 NASArthapz dockerd[553]: time="2021-09-24T20:41:43.285887220+02:00" level=info msg="No non-localhost DNS nameservers are left in resolv.conf. Using default external servers: [nameserver 8.8.8.8 nameserver 8.8.4.4]"
sept. 24 20:41:43 NASArthapz dockerd[553]: time="2021-09-24T20:41:43.285906210+02:00" level=info msg="IPv6 enabled; Adding default IPv6 external servers: [nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844]"
sept. 24 20:41:43 NASArthapz audit: ANOM_PROMISCUOUS dev=veth2de9af5 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
sept. 24 20:41:43 NASArthapz audit[553]: SYSCALL arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c000675260 a2=28 a3=0 items=0 ppid=1 pid=553 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered blocking state
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered disabled state
sept. 24 20:41:43 NASArthapz kernel: device veth2de9af5 entered promiscuous mode
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered blocking state
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered forwarding state
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth7ef5b1d: waiting for carrier
sept. 24 20:41:43 NASArthapz audit[871]: NETFILTER_CFG table=nat family=2 entries=17 op=xt_replace pid=871 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[871]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=560b765d6eb0 items=0 ppid=553 pid=871 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F7274003531343133002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E31392E302E323A35313431330000002D690062722D3033663161653933
sept. 24 20:41:43 NASArthapz audit[873]: NETFILTER_CFG table=filter family=2 entries=41 op=xt_replace pid=873 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[873]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=559232c1d320 items=0 ppid=553 pid=873 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690062722D303366316165393337356131002D6F0062722D303366316165393337356131002D7000746370002D64003137322E31392E302E32002D2D64706F7274003531343133002D6A004143434550
sept. 24 20:41:43 NASArthapz audit[876]: NETFILTER_CFG table=nat family=2 entries=18 op=xt_replace pid=876 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[876]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5602106d9fd0 items=0 ppid=553 pid=876 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100504F5354524F5554494E47002D7000746370002D73003137322E31392E302E32002D64003137322E31392E302E32002D2D64706F7274003531343133002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz dhcpcd[514]: vetha95e53c: waiting for carrier
sept. 24 20:41:43 NASArthapz dhcpcd[514]: vetha95e53c: carrier acquired
sept. 24 20:41:43 NASArthapz dhcpcd[514]: vetha95e53c: IAID 27:79:1f:7e
sept. 24 20:41:43 NASArthapz dhcpcd[514]: vetha95e53c: adding address fe80::3b10:1f4c:1304:713e
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth7ef5b1d: carrier acquired
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered disabled state
sept. 24 20:41:43 NASArthapz kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth7ef5b1d: link becomes ready
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered blocking state
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered forwarding state
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth7ef5b1d: IAID 40:23:a2:5a
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth7ef5b1d: adding address fe80::aee7:9712:f33c:eb58
sept. 24 20:41:43 NASArthapz audit[899]: NETFILTER_CFG table=nat family=2 entries=19 op=xt_replace pid=899 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[899]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563c34b3e9b0 items=0 ppid=553 pid=899 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000756470002D6400302F30002D2D64706F7274003531343133002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E31392E302E323A35313431330000002D690062722D3033663161653933
sept. 24 20:41:43 NASArthapz audit[902]: NETFILTER_CFG table=filter family=2 entries=42 op=xt_replace pid=902 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[902]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55756bad1bb0 items=0 ppid=553 pid=902 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690062722D303366316165393337356131002D6F0062722D303366316165393337356131002D7000756470002D64003137322E31392E302E32002D2D64706F7274003531343133002D6A004143434550
sept. 24 20:41:43 NASArthapz audit[904]: NETFILTER_CFG table=nat family=2 entries=20 op=xt_replace pid=904 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[904]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c0489a0ae0 items=0 ppid=553 pid=904 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100504F5354524F5554494E47002D7000756470002D73003137322E31392E302E32002D64003137322E31392E302E32002D2D64706F7274003531343133002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: waiting for carrier
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=26 op=LOAD
sept. 24 20:41:43 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=27 op=LOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=28 op=LOAD
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Passing 1 fds to service
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: About to execute /usr/lib/systemd/systemd-coredump
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Forked /usr/lib/systemd/systemd-coredump as 923
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_402_2d853_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=224 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_402_2d853_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=225 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Changed dead -> running
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Job 389 systemd-coredump@2-853-0.service/start finished, result=done
sept. 24 20:41:43 NASArthapz systemd[1]: Started Process Core Dump (PID 853/UID 0).
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully added address 127.0.0.1 to loopback interface
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully added address ::1 to loopback interface
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully brought loopback interface up
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/dev (bind-dev) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/dev (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/home (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/proc (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/root (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/run/user (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/sys (read-only) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/sys (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/sys/fs/cgroup (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/proc/sys/kernel/domainname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
sept. 24 20:41:43 NASArthapz systemd[923]: /run/systemd/unit-root/proc/sys/kernel/hostname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
sept. 24 20:41:43 NASArthapz audit[927]: NETFILTER_CFG table=nat family=2 entries=21 op=xt_replace pid=927 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[927]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5571d5d58700 items=0 ppid=553 pid=927 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F72740039303931002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E31392E302E323A393039310000002D690062722D30336631616539333735
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting / on /run/systemd/unit-root (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/dev
sept. 24 20:41:43 NASArthapz systemd[923]: Mounting tmpfs (tmpfs) on /tmp/namespace-dev-vg2L4x/dev (MS_NOSUID|MS_NOEXEC|MS_STRICTATIME "mode=755,size=4m,nr_inodes=64k")...
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /dev/pts on /tmp/namespace-dev-vg2L4x/dev/pts (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /dev/shm on /tmp/namespace-dev-vg2L4x/dev/shm (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /dev/mqueue on /tmp/namespace-dev-vg2L4x/dev/mqueue (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /dev/hugepages on /tmp/namespace-dev-vg2L4x/dev/hugepages (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully unmounted /run/systemd/unit-root/dev/shm
sept. 24 20:41:43 NASArthapz systemd[923]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully unmounted /run/systemd/unit-root/dev/pts
sept. 24 20:41:43 NASArthapz systemd[923]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully unmounted /run/systemd/unit-root/dev/mqueue
sept. 24 20:41:43 NASArthapz systemd[923]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully unmounted /run/systemd/unit-root/dev/hugepages
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully unmounted /run/systemd/unit-root/dev
sept. 24 20:41:43 NASArthapz audit[929]: NETFILTER_CFG table=filter family=2 entries=43 op=xt_replace pid=929 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[929]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55b698ffc6d0 items=0 ppid=553 pid=929 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690062722D303366316165393337356131002D6F0062722D303366316165393337356131002D7000746370002D64003137322E31392E302E32002D2D64706F72740039303931002D6A00414343455054
sept. 24 20:41:43 NASArthapz systemd[923]: Moving mount /tmp/namespace-dev-vg2L4x/dev → /run/systemd/unit-root/dev (MS_MOVE "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/dev/kmsg
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/home
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully unmounted /run/systemd/unit-root/home
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/home (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Failed to umount /run/systemd/unit-root/proc, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully unmounted /run/systemd/unit-root/proc/sys/fs/binfmt_misc
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully unmounted /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz audit[934]: NETFILTER_CFG table=nat family=2 entries=22 op=xt_replace pid=934 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[934]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55a9b6681820 items=0 ppid=553 pid=934 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100504F5354524F5554494E47002D7000746370002D73003137322E31392E302E32002D64003137322E31392E302E32002D2D64706F72740039303931002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz systemd[923]: Mounting proc (proc) on /run/systemd/unit-root/proc (MS_NOSUID|MS_NODEV|MS_NOEXEC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/acpi
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/acpi on /run/systemd/unit-root/proc/acpi (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-853-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_402_2d853_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=226 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/acpi to /run/systemd/unit-root/proc/acpi
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/apm
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_402_2d853_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=227 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=228 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/asound
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/asound on /run/systemd/unit-root/proc/asound (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/asound to /run/systemd/unit-root/proc/asound
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/bus
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/bus on /run/systemd/unit-root/proc/bus (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/bus to /run/systemd/unit-root/proc/bus
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/fs
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/fs on /run/systemd/unit-root/proc/fs (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/fs to /run/systemd/unit-root/proc/fs
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/irq
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/irq on /run/systemd/unit-root/proc/irq (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_402_2d853_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=229 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/irq to /run/systemd/unit-root/proc/irq
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/kallsyms
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_402_2d853_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=230 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Added fd 70 (n/a) to fd store.
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kallsyms (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kallsyms
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/kcore
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kcore (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kcore
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kmsg (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/latency_stats
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-veth7ef5b1d.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/latency_stats on /run/systemd/unit-root/proc/latency_stats (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-veth7ef5b1d.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/latency_stats to /run/systemd/unit-root/proc/latency_stats
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=231 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/mtrr
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=232 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/mtrr on /run/systemd/unit-root/proc/mtrr (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/mtrr to /run/systemd/unit-root/proc/mtrr
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/scsi
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/scsi on /run/systemd/unit-root/proc/scsi (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/scsi to /run/systemd/unit-root/proc/scsi
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/sys on /run/systemd/unit-root/proc/sys (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/sys to /run/systemd/unit-root/proc/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/sysrq-trigger
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/unit-root/proc/sysrq-trigger on /run/systemd/unit-root/proc/sysrq-trigger (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/unit-root/proc/sysrq-trigger to /run/systemd/unit-root/proc/sysrq-trigger
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/proc/timer_stats
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/root
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/root (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/run
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/run/credentials
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-vetha95e53c.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-vetha95e53c.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=233 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=234 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/credentials (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/credentials
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:43 NASArthapz systemd[923]: Followed source symlinks /run/systemd/propagate/systemd-coredump@2-853-0.service → /run/systemd/propagate/systemd-coredump@2-853-0.service.
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/propagate/systemd-coredump@2-853-0.service on /run/systemd/unit-root/run/systemd/incoming (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/propagate/systemd-coredump@2-853-0.service to /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/run/user
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/user (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/user
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/sys/fs/bpf
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/sys/fs/cgroup
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/sys/fs/selinux
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/debug
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth212723f: waiting for carrier
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/tracing
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth212723f: carrier acquired
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/tmp
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@2-853-0.service-fHSK7E/tmp on /run/systemd/unit-root/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@2-853-0.service-fHSK7E/tmp to /run/systemd/unit-root/tmp
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-veth2de9af5.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-veth2de9af5.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=235 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=236 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/usr/lib/modules (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/var/lib/systemd/coredump
sept. 24 20:41:43 NASArthapz systemd[923]: Followed source symlinks /var/lib/systemd/coredump → /var/lib/systemd/coredump.
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /var/lib/systemd/coredump on /run/systemd/unit-root/var/lib/systemd/coredump (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /var/lib/systemd/coredump to /run/systemd/unit-root/var/lib/systemd/coredump
sept. 24 20:41:43 NASArthapz systemd[923]: Applying namespace mount on /run/systemd/unit-root/var/tmp
sept. 24 20:41:43 NASArthapz systemd[923]: Bind-mounting /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@2-853-0.service-neVLh8/tmp on /run/systemd/unit-root/var/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[923]: Successfully mounted /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@2-853-0.service-neVLh8/tmp to /run/systemd/unit-root/var/tmp
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-veth212723f.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-veth212723f.device: Changed dead -> plugged
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=237 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=238 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth212723f: link becomes ready
sept. 24 20:41:43 NASArthapz kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth2de9af5: link becomes ready
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered blocking state
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered forwarding state
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/var/lib/systemd/coredump deny-listed by /run/systemd/unit-root/var/lib/systemd/coredump, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth212723f: IAID fc:05:83:f5
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth212723f: adding address fe80::b9d0:af1c:6002:16d9
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/var/lib/docker/overlay2/291eafb24e194b570f3262680446b281007742c6f080cb5255f0f828790cf47d/merged.
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: carrier acquired
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/var/lib/docker/overlay2/f814994c03333d087e784d2b3b3b32e4b4838e21b3fd6306176aa7bc2035589d/merged.
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/var/lib/systemd/coredump deny-listed by /run/systemd/unit-root/var/lib/systemd/coredump, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: IAID 22:77:91:b4
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: adding address fe80::e175:f4bd:bdf:448
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc/acpi, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc/asound, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc/bus, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc/fs, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc/irq, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc/kallsyms, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc/kcore, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc/latency_stats, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc/mtrr, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc/scsi, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc/sys, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc/sysrq-trigger, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc/acpi, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc/asound, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc/bus, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc/fs, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc/irq, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc/kallsyms, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc/kcore, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc/latency_stats, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc/mtrr, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc/scsi, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc/sys, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc/sysrq-trigger, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/var/lib/docker/overlay2/f814994c03333d087e784d2b3b3b32e4b4838e21b3fd6306176aa7bc2035589d/merged.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/var/lib/systemd/coredump.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/var/lib/docker/overlay2/291eafb24e194b570f3262680446b281007742c6f080cb5255f0f828790cf47d/merged.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/var/lib/systemd/coredump.
sept. 24 20:41:43 NASArthapz systemd[923]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz dockerd[553]: time="2021-09-24T20:41:43.339767961+02:00" level=info msg="No non-localhost DNS nameservers are left in resolv.conf. Using default external servers: [nameserver 8.8.8.8 nameserver 8.8.4.4]"
sept. 24 20:41:43 NASArthapz dockerd[553]: time="2021-09-24T20:41:43.339786291+02:00" level=info msg="IPv6 enabled; Adding default IPv6 external servers: [nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844]"
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[923]: Restricting namespace to: n/a.
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking cgroup.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking ipc.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking net.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking mnt.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking pid.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking user.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking uts.
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking cgroup.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking ipc.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking net.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking mnt.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking pid.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking user.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking uts.
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking cgroup.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking ipc.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking net.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking mnt.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking pid.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking user.
sept. 24 20:41:43 NASArthapz systemd[923]: Blocking uts.
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[923]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[923]: systemd-coredump@2-853-0.service: Executing: /usr/lib/systemd/systemd-coredump
sept. 24 20:41:43 NASArthapz audit[995]: NETFILTER_CFG table=nat family=2 entries=23 op=xt_replace pid=995 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[995]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d9758c5b20 items=0 ppid=553 pid=995 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F72740034303030002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E31392E302E333A343030300000002D690062722D30336631616539333735
sept. 24 20:41:43 NASArthapz audit[997]: NETFILTER_CFG table=filter family=2 entries=44 op=xt_replace pid=997 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[997]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55b98d3448b0 items=0 ppid=553 pid=997 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690062722D303366316165393337356131002D6F0062722D303366316165393337356131002D7000746370002D64003137322E31392E302E33002D2D64706F72740034303030002D6A00414343455054
sept. 24 20:41:43 NASArthapz audit[999]: NETFILTER_CFG table=nat family=2 entries=24 op=xt_replace pid=999 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[999]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=557d427a3c40 items=0 ppid=553 pid=999 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100504F5354524F5554494E47002D7000746370002D73003137322E31392E302E33002D64003137322E31392E302E33002D2D64706F72740034303030002D6A004D415351554552414445
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: soliciting an IPv6 router
sept. 24 20:41:43 NASArthapz dockerd[605]: time="2021-09-24T20:41:43.423433345+02:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c pid=1054
sept. 24 20:41:43 NASArthapz systemd-coredump[923]: Process 736 (inquisitor) of user 1000 dumped core.

                                                    Found module /home/arthapz/inquisitor-cpp/builddir/inquisitor with build-id: 9d7c6cc7572b28255ab217b97e42ec4c6b9d65a6
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/ShaderPlugin/libshaderplugin.so with build-id: bcb4b6937be07bed226041ee16f647c2ac4b0b33
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/MelonPlugin/libmelonplugin.so with build-id: 9cbc8f5c5a2eea1b25c691c8e63a83053480ce87
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/RandomQuotePlugin/librandomquoteplugin.so with build-id: b52c34c1aa830b37faefed3740903e1ccecdef6e
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/QuoteMessagePlugin/libquotemessageplugin.so with build-id: b91063f85c484d098cf23b3f19a4a019f2283f08
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/BasePlugin/libbaseplugin.so with build-id: 8b504aec2ae2f038ea5c59d9f504e937fc0da86a
                                                    Found module /home/arthapz/inquisitor-cpp/builddir/plugins/CleanChannelPlugin/libcleanchannelplugin.so with build-id: ecc05451a0299d44aeb6f7ac9766ec6707bd8389
                                                    Found module linux-vdso.so.1 with build-id: 3959abe02a9f32cd6ca26860d7409ef0c74216b6
                                                    Found module libdrm_amdgpu.so.1 with build-id: a89ceb7c9082e5276f39023716eb4d194e75f6b8
                                                    Found module amdvlk64.so with build-id: 07394c93ec49e79e3e3ee44a828c4d646e82db41
                                                    Found module amdvlkpro64.so without build-id.
                                                    Found module libvulkan.so with build-id: 7300aecb52d012969b911fe9a6f8774619d4c405
                                                    Found module libgraphite2.so.3 with build-id: 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                    Found module libdatrie.so.1 with build-id: 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                    Found module librt.so.1 with build-id: 75484da2d6f1515189eefa076e0a40328834cd16
                                                    Found module libblkid.so.1 with build-id: f03a24e92c9852272bd0049b5bcb7ed6cf0e664f
                                                    Found module libicudata.so.69 with build-id: 0ab994a49ef1848499c4af333b3266f28432a922
                                                    Found module libXdmcp.so.6 with build-id: 8ca0792d23c8b8b4c0864297512349292bea5955
                                                    Found module libXau.so.6 with build-id: 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                    Found module libexpat.so.1 with build-id: 8850138eae6d9d4d43c5c4b2ac48393bc4279037
                                                    Found module libharfbuzz.so.0 with build-id: f954dfb80265c0dd2484e766282305a739b8239d
                                                    Found module libthai.so.0 with build-id: 3fdce1a7db2b94d9168eea540dbf5ff5caa3b8ad
                                                    Found module libfribidi.so.0 with build-id: e29e3b231f961d49e628d43ddd1237a8364f788c
                                                    Found module libpangoft2-1.0.so.0 with build-id: 52a846673f7bf9e8acdd0ae9a825926c9cfc5920
                                                    Found module libmount.so.1 with build-id: ff9a1d99d35cf640d0bfdaba294854372672c29b
                                                    Found module libtiff.so.5 with build-id: e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                    Found module libgmodule-2.0.so.0 with build-id: 34cabbd12d9baf397a0255f174e4c96165bc329b
                                                    Found module libgomp.so.1 with build-id: 1cb25691b8e34e1ce54698066bce0fb29f5cf9fa
                                                    Found module libXfixes.so.3 with build-id: 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                    Found module libhogweed.so.6 with build-id: 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                    Found module libnettle.so.8 with build-id: 9a878e513c02007598fcf1e2e286c2203f13536e
                                                    Found module libtasn1.so.6 with build-id: 4df18bd1f13772f0956191e137eb00d9bd6238c5
                                                    Found module libp11-kit.so.0 with build-id: 5314ec746546ada6f442b6fdfae15eab9f6d3cdc
                                                    Found module libicuuc.so.69 with build-id: 5cf18c56e2f64efdac32cf61fb9c0c48e9bb1797
                                                    Found module libmvec.so.1 with build-id: 9aa05e22565568b778a97933527b3c64bdb8418b
                                                    Found module libogg.so.0 with build-id: ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                    Found module libpixman-1.so.0 with build-id: 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                    Found module libxcb-shm.so.0 with build-id: fb797f299a446f559a95afcc168227482cc800d1
                                                    Found module libxcb-render.so.0 with build-id: a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                    Found module libxcb.so.1 with build-id: 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                    Found module libXrender.so.1 with build-id: 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                    Found module libXext.so.6 with build-id: d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                    Found module libfreetype.so.6 with build-id: 65e7f4a1e5557b0ceeaa433e5356f857fe9c669b
                                                    Found module libfontconfig.so.1 with build-id: 1103a641395c7d3b42e49b793d3a9ea927c77bf6
                                                    Found module libpcre.so.1 with build-id: 845483dd0acba86de9f0313102bebbaf3ce52767
                                                    Found module libffi.so.7 with build-id: de60e99f39569d11d09160bbdcd486cedc87d2b6
                                                    Found module libpango-1.0.so.0 with build-id: 5deae7c16592ea404754114e8ae56ddf9cf4ca7e
                                                    Found module libpangocairo-1.0.so.0 with build-id: 2554be0474a6ee311b6e9aa4fd79a244167cdcfd
                                                    Found module libgio-2.0.so.0 with build-id: 3338d7168eab6039416e1b6dbb7ea3ef213cd129
                                                    Found module libgdk_pixbuf-2.0.so.0 with build-id: ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                    Found module libcairo-gobject.so.2 with build-id: abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                    Found module libsoxr.so.0 with build-id: 9e49936ed807c1e52705b88d5d71706fe11d9ed1
                                                    Found module libdrm.so.2 with build-id: 3aeff5403ca8d7589eabc05752eb613937f454a1
                                                    Found module libX11.so.6 with build-id: e9192497aa39fab51358826d1a1b5fb77edc5081
                                                    Found module libvdpau.so.1 with build-id: 96ac4ef0ce4b2bdbe091782d97eafadd6e4cea90
                                                    Found module libva-x11.so.2 with build-id: 1f9500a3deef2d2f5568d026174f6b59af730b6d
                                                    Found module libva-drm.so.2 with build-id: 5ac46263a883c725bfed65d98ff2e3162fd464ad
                                                    Found module libssh.so.4 with build-id: 8490056688e60790230f9d990c439b181236e9b6
                                                    Found module libsrt.so.1.4 with build-id: 63c1df3cc035c493ede3570e560f93991486d082
                                                    Found module libgnutls.so.30 with build-id: 8c87466eacaec0041a370df713d0fd200358c94c
                                                    Found module libgmp.so.10 with build-id: e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                    Found module libbluray.so.2 with build-id: ebaa74ef4d549c1d3f01fafb8625045d286b8940
                                                    Found module libmodplug.so.1 with build-id: b00dcb12e7d2d5882b4fa414295eba449875dae4
                                                    Found module libbz2.so.1.0 with build-id: 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                    Found module libxml2.so.2 with build-id: b9441ffabb52b50c290152592f17cd78a381d493
                                                    Found module libmfx.so.1 with build-id: 791cadc6e88448b8b74c55f52f7fbdf52af2376d
                                                    Found module libva.so.2 with build-id: 863ac4af7ad8aa717d786e31da9b7a184ca81171
                                                    Found module libxvidcore.so.4 with build-id: 43bc390a7842a7ca3a0302e93442ea561d7f013a
                                                    Found module libx265.so.199 with build-id: 22130b9b0d2aa957b148b0fdeb27e3fd04f0fb58
                                                    Found module libx264.so.161 with build-id: a23dfea0b501cbfb2501c5bfe6c40b602e2767cc
                                                    Found module libvorbisenc.so.2 with build-id: 28ed815b8b1d322e6bf2bfdce4b0af2789b74335
                                                    Found module libvorbis.so.0 with build-id: ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                    Found module libtheoradec.so.1 with build-id: 19d321fd5455c7b7611ca9602a804b496124e06f
                                                    Found module libtheoraenc.so.1 with build-id: cde750f0621140f313e4ef4e5f212e662f24a38b
                                                    Found module libSvtAv1Enc.so.0 with build-id: 3ebe5abcc88d5855fde0b2645844f80f03982902
                                                    Found module libspeex.so.1 with build-id: 39721dbe21b62978562c2943279f6dffbffe8946
                                                    Found module librav1e.so.0 with build-id: 2e9e70e2433e4d2955a870f2de730172729fbe4f
                                                    Found module libopus.so.0 with build-id: 649d3ddab8764d7caf73648004a35cb13e23a5e1
                                                    Found module libopenjp2.so.7 with build-id: 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                    Found module libopencore-amrnb.so.0 with build-id: a3d78948c85fa235e66549119b2f130e69af7b70
                                                    Found module libmp3lame.so.0 with build-id: 48c901805551a3dd58d02502c4cd67f6aa848107
                                                    Found module libgsm.so.1 with build-id: 1cc6240f7eaedaaac302bc7c0f64ebbeae596f22
                                                    Found module libaom.so.3 with build-id: 96dd5026ad7503076a2b7b9c1b94f442d446121f
                                                    Found module libcairo.so.2 with build-id: 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                    Found module libglib-2.0.so.0 with build-id: 1fe1592d097fa28822c23e96d9f357583b48424d
                                                    Found module libgobject-2.0.so.0 with build-id: 0eaa1a0f88089b3dcf33eedf51105a54beeeea9a
                                                    Found module librsvg-2.so.2 with build-id: 4dc74baf658575bd661ee40a060a497e9f6b4875
                                                    Found module libopencore-amrwb.so.0 with build-id: 28da8ed3dfca59280e835c46bd40da295dae99e2
                                                    Found module libdav1d.so.5 with build-id: 82862181dbe48302fde94240f68e17fb6f9a03c7
                                                    Found module liblzma.so.5 with build-id: 8b615460aa230708c5183f16bede67aa0437d95e
                                                    Found module libwebp.so.7 with build-id: 87e81472aa7ff3ed1061cfc13d6960dbe00c35ab
                                                    Found module libwebpmux.so.3 with build-id: 4e17ff5fa40f00cda51d08d9edd48d442d3044e2
                                                    Found module libvpx.so.6 with build-id: ffb0245ae4799fc843384d31eee517ce8c8805d2
                                                    Found module libswresample.so.3 with build-id: a9728c9e65dd1e3e82293a186e42b3ac4eef6f56
                                                    Found module libSPIRV.so with build-id: fac4e211f742518df921f7b33fb95ea3b286589f
                                                    Found module libjpeg.so.8 with build-id: 5d102b1a7291a621bba049969d25ead0ccecc6cc
                                                    Found module libpng16.so.16 with build-id: 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                    Found module libswscale.so.5 with build-id: 77e3bd5b047eaa9b39b8f4729aa764adc5e0f35d
                                                    Found module libavutil.so.56 with build-id: 519676d43a87a9c3f38323f8d67eff209e7f819c
                                                    Found module libavformat.so.58 with build-id: 86c1844cfba35a65a52085e6ccfe9ca07093c729
                                                    Found module libavcodec.so.58 with build-id: 1275d2e02c81a70a2a30ee2f11a60de9ef76e1a3
                                                    Found module libshaderc_shared.so.1 with build-id: e64ce1043e93eaf1273fb6b3a3d6f4e4e7e4b49c
                                                    Found module libbrotlicommon.so.1 with build-id: f68934f94312f770550ebc6c5acfd6359b098b07
                                                    Found module libresolv.so.2 with build-id: c915c72668282861a813f7ea3c0780f37b681dc0
                                                    Found module libkeyutils.so.1 with build-id: ac405ddd17be10ce538da3211415ee50c8f8df79
                                                    Found module libkrb5support.so.0 with build-id: adf65240a4d2aba772d7a0772b4d015469934113
                                                    Found module libcom_err.so.2 with build-id: eb61ef71c8b97846db759fb89a115405cff6dd30
                                                    Found module libk5crypto.so.3 with build-id: eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                    Found module libkrb5.so.3 with build-id: 72d26767c5cb1097db75a5f5bff88860233c902b
                                                    Found module libunistring.so.2 with build-id: 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                    Found module libm.so.6 with build-id: 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                                    Found module libz.so.1 with build-id: 81bf6e728a6d6f5b105b0f8b25f6c614ce10452a
                                                    Found module libbrotlidec.so.1 with build-id: f871e6f204ab8d48099915126ba01be989a8000f
                                                    Found module libzstd.so.1 with build-id: 4b10444c1560ebc574af4d5f488b7408b22d450e
                                                    Found module libgssapi_krb5.so.2 with build-id: e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                    Found module libcrypto.so.1.1 with build-id: 6d23f0a3f354825868d044684fad31d482cc9210
                                                    Found module libssl.so.1.1 with build-id: 959cd8f1dd43fc31aeb93caac4eda87c907ef18b
                                                    Found module libpsl.so.5 with build-id: 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                    Found module libssh2.so.1 with build-id: 7f6d9edd2e793b266cae4f22fc1ba7b6b401c08c
                                                    Found module libidn2.so.0 with build-id: 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                    Found module libnghttp2.so.14 with build-id: 5ca39b42e7cb2770878644d57e88677df6336815
                                                    Found module ld-linux-x86-64.so.2 with build-id: 040cc3dd10461562f177df39e3be2f3704258c3c
                                                    Found module libc.so.6 with build-id: 4b406737057708c0e4c642345a703c47a61c73dc
                                                    Found module libgcc_s.so.1 with build-id: 7f8508bb914546ada778809b64b99d234337d835
                                                    Found module libstdc++.so.6 with build-id: 8ab0e57054dd1dcba681f217016afc6a4e639783
                                                    Found module libcurl.so.4 with build-id: c293e8ebb572a8dafe2935cf30353817fa254213
                                                    Found module libpthread.so.0 with build-id: 07c8f95b4f3251d08550217ad8a1f31066229996
                                                    Found module libdl.so.2 with build-id: 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                                    Stack trace of thread 736:
                                                    #0  0x00007feab01ab09e local_Rb_tree_decrement (libstdc++.so.6 + 0xbe09e)
                                                    #1  0x00007feaaf1a08c5 n/a (/home/arthapz/inquisitor-cpp/builddir/plugins/ShaderPlugin/libshaderplugin.so + 0x10c8c5)
                                                    #2  0x0000000000000000 n/a (n/a + 0x0)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 70 (stored), closing.
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-853-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz systemd[1]: Received SIGCHLD from PID 923 (systemd-coredum).
sept. 24 20:41:43 NASArthapz systemd[1]: Child 923 (systemd-coredum) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Child 923 belongs to systemd-coredump@2-853-0.service.
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Deactivated successfully.
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Service will not restart (restart setting)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump.socket: One connection closed, 0 left.
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Changed running -> dead
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Consumed 125ms CPU time.
sept. 24 20:41:43 NASArthapz systemd[1]: Spawning thread to nuke /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@2-853-0.service-fHSK7E
sept. 24 20:41:43 NASArthapz systemd[1]: Spawning thread to nuke /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@2-853-0.service-neVLh8
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@2-853-0.service: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_402_2d853_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=239 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_402_2d853_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=240 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=241 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Child 736 (inquisitor) died (code=dumped, status=11/SEGV)
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Child 736 belongs to inquisitor.service.
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Main process exited, code=dumped, status=11/SEGV
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Failed with result 'core-dump'.
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Service will restart (restart setting)
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Changed running -> failed
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=242 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Unit entered failed state.
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Consumed 61ms CPU time.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=243 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=244 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Changed failed -> auto-restart
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=245 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=246 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=247 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Received SIGCHLD from PID 736 (n/a).
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Control group is empty.
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 63 (stored), closing.
sept. 24 20:41:43 NASArthapz dockerd[605]: time="2021-09-24T20:41:43.523754109+02:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1 pid=1081
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_call sender=:1.3 destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartTransientUnit cookie=2 reply_cookie=0 signature=ssa(sv)a(sa(sv)) error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=248 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=11 reply_cookie=248 signature=u error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope: Trying to enqueue job docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope/start/replace
sept. 24 20:41:43 NASArthapz systemd[1]: docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope: Installed new job docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope/start as 398
sept. 24 20:41:43 NASArthapz systemd[1]: docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope: Enqueued job docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope/start as 398
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=249 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=250 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=13 reply_cookie=250 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=251 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=252 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_return sender=n/a destination=:1.3 path=n/a interface=n/a member=n/a cookie=253 reply_cookie=2 signature=o error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=12 reply_cookie=249 signature=n/a error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.3' successfully installed.
sept. 24 20:41:43 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2dfffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=254 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2dfffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=255 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope changed dead -> running
sept. 24 20:41:43 NASArthapz systemd[1]: docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope: Job 398 docker-fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.scope/start finished, result=done
sept. 24 20:41:43 NASArthapz systemd[1]: Started libcontainer container fffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2dfffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=256 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2dfffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=257 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=258 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=259 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2dfffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=260 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2dfffe0a22220946af109f5df2a494f7a1a3ee214abb195449e9ad2094607655f1_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=261 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_call sender=:1.3 destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=SetUnitProperties cookie=3 reply_cookie=0 signature=sba(sv) error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=262 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=14 reply_cookie=262 signature=u error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=29 op=LOAD
sept. 24 20:41:43 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_return sender=n/a destination=:1.3 path=n/a interface=n/a member=n/a cookie=263 reply_cookie=3 signature=n/a error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=30 op=LOAD
sept. 24 20:41:43 NASArthapz audit[1091]: SYSCALL arch=c000003e syscall=321 success=yes exit=16 a0=5 a1=c000241d80 a2=78 a3=7ffd52b90080 items=0 ppid=1081 pid=1091 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F7661722F72756E2F646F636B65722F636F6E7461696E6572642F6461656D6F6E2F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F66666665306132
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=31 op=LOAD
sept. 24 20:41:43 NASArthapz audit[1091]: SYSCALL arch=c000003e syscall=321 success=yes exit=18 a0=5 a1=c000241b30 a2=78 a3=c0000253c8 items=0 ppid=1081 pid=1091 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F7661722F72756E2F646F636B65722F636F6E7461696E6572642F6461656D6F6E2F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F66666665306132
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=31 op=UNLOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=30 op=UNLOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=32 op=LOAD
sept. 24 20:41:43 NASArthapz audit[1091]: SYSCALL arch=c000003e syscall=321 success=yes exit=16 a0=5 a1=c000241fd8 a2=78 a3=c000025828 items=0 ppid=1081 pid=1091 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F7661722F72756E2F646F636B65722F636F6E7461696E6572642F6461656D6F6E2F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F66666665306132
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_call sender=:1.5 destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartTransientUnit cookie=2 reply_cookie=0 signature=ssa(sv)a(sa(sv)) error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=264 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=15 reply_cookie=264 signature=u error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope: Trying to enqueue job docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope/start/replace
sept. 24 20:41:43 NASArthapz systemd[1]: docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope: Installed new job docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope/start as 401
sept. 24 20:41:43 NASArthapz systemd[1]: docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope: Enqueued job docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope/start as 401
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=265 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=266 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=17 reply_cookie=266 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=267 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=268 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=269 reply_cookie=2 signature=o error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=16 reply_cookie=265 signature=n/a error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.5' successfully installed.
sept. 24 20:41:43 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2de0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=270 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2de0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=271 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope changed dead -> running
sept. 24 20:41:43 NASArthapz systemd[1]: docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope: Job 401 docker-e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.scope/start finished, result=done
sept. 24 20:41:43 NASArthapz systemd[1]: Started libcontainer container e0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2de0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=272 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2de0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=273 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=274 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=275 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2de0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=276 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/docker_2de0dad00b3610ae5d31929d5dd0b30519e67725ac05a8efdb4f5f2e3e8da89d0c_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=277 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: Setting state idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: New incoming message: {"method":"io.systemd.UserDatabase.GetUserRecord","parameters":{"userName":"docker","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: Changing state idle-server → processing-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: Changing state processing-method → processed-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: Changing state processed-method → idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: Got POLLHUP from socket.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: Changing state idle-server → pending-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-64: Changing state processing-disconnect → disconnected
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_call sender=:1.5 destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=SetUnitProperties cookie=3 reply_cookie=0 signature=sba(sv) error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=278 reply_cookie=0 signature=s error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=18 reply_cookie=278 signature=u error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=33 op=LOAD
sept. 24 20:41:43 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=279 reply_cookie=3 signature=n/a error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=34 op=LOAD
sept. 24 20:41:43 NASArthapz audit[1063]: SYSCALL arch=c000003e syscall=321 success=yes exit=16 a0=5 a1=c0001d1d80 a2=78 a3=c000200d28 items=0 ppid=1054 pid=1063 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F7661722F72756E2F646F636B65722F636F6E7461696E6572642F6461656D6F6E2F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F65306461643030
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=35 op=LOAD
sept. 24 20:41:43 NASArthapz audit[1063]: SYSCALL arch=c000003e syscall=321 success=yes exit=18 a0=5 a1=c0001d1b30 a2=78 a3=c000200d78 items=0 ppid=1054 pid=1063 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F7661722F72756E2F646F636B65722F636F6E7461696E6572642F6461656D6F6E2F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F65306461643030
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=35 op=UNLOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=34 op=UNLOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=36 op=LOAD
sept. 24 20:41:43 NASArthapz audit[1063]: SYSCALL arch=c000003e syscall=321 success=yes exit=16 a0=5 a1=c0001d1fd8 a2=78 a3=c0002011d8 items=0 ppid=1054 pid=1063 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F7661722F72756E2F646F636B65722F636F6E7461696E6572642F6461656D6F6E2F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F65306461643030
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Setting state idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: New incoming message: {"method":"io.systemd.UserDatabase.GetUserRecord","parameters":{"userName":"docker","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state idle-server → processing-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state processing-method → processed-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state processed-method → idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Got POLLHUP from socket.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state idle-server → pending-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state processing-disconnect → disconnected
sept. 24 20:41:43 NASArthapz systemd[1]: run.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: run-docker.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: run-docker-netns.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: run-docker-netns-50035d06dc91.mount: Changed dead -> mounted
sept. 24 20:41:43 NASArthapz systemd[1]: run.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: run-docker.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: run-docker-netns.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=280 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=281 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=282 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=283 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=284 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=285 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=286 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Setting state idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Service RestartSec=100ms expired, scheduling restart.
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Trying to enqueue job inquisitor.service/restart/replace
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Installed new job inquisitor.service/restart as 404
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Enqueued job inquisitor.service/restart as 404
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Scheduled restart job, restart counter is at 3.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=287 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=288 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=289 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: New incoming message: {"method":"io.systemd.UserDatabase.GetUserRecord","parameters":{"userName":"docker","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state idle-server → processing-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state processing-method → processed-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state processed-method → idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=290 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=291 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Changed auto-restart -> dead
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Job 404 inquisitor.service/restart finished, result=done
sept. 24 20:41:43 NASArthapz systemd[1]: Stopped Inquisitor.
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Converting job inquisitor.service/restart -> inquisitor.service/start
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Consumed 61ms CPU time.
sept. 24 20:41:43 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: docker.service
sept. 24 20:41:43 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Passing 0 fds to service
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: About to execute /home/arthapz/inquisitor-cpp/builddir/inquisitor
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Forked /home/arthapz/inquisitor-cpp/builddir/inquisitor as 1147
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=292 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=293 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Changed dead -> running
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Job 404 inquisitor.service/start finished, result=done
sept. 24 20:41:43 NASArthapz systemd[1]: Started Inquisitor.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=294 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=295 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=296 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: multi-user.target: starting held back, waiting for: docker.service
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=297 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=298 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Event source 0x559b75065420 (mount-monitor-dispatch) entered rate limit state.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Got POLLHUP from socket.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state idle-server → pending-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state processing-disconnect → disconnected
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Setting state idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"arthapz","service":"io.systemd.DynamicUser"},"more":true}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state idle-server → processing-method-more
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state processing-method-more → processed-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state processed-method → idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Got POLLHUP from socket.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state idle-server → pending-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: User lookup succeeded: uid=1000 gid=1000
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=299 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=300 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-65: Changing state processing-disconnect → disconnected
sept. 24 20:41:43 NASArthapz systemd[1147]: inquisitor.service: Executing: /home/arthapz/inquisitor-cpp/builddir/inquisitor
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Added fd 65 (n/a) to fd store.
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.000012s, Inquisitor] Using StormKit 0.2.0 dev 9a69528
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.000738s, Inquisitor] Loading settings.json
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.000850s, Inquisitor] plugins/CleanChannelPlugin/libcleanchannelplugin.so found
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.000940s, Inquisitor] CleanChannelPlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.000953s, Inquisitor] plugins/BasePlugin/libbaseplugin.so found
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.001022s, Inquisitor] BasePlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.001039s, Inquisitor] plugins/QuoteMessagePlugin/libquotemessageplugin.so found
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.001274s, Inquisitor] QuoteMessagePlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.001299s, Inquisitor] plugins/RandomQuotePlugin/librandomquoteplugin.so found
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Setting state idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: New incoming message: {"method":"io.systemd.UserDatabase.GetUserRecord","parameters":{"userName":"docker","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state idle-server → processing-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.001406s, Inquisitor] RandomQuotePlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.001423s, Inquisitor] plugins/MelonPlugin/libmelonplugin.so found
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state processing-method → processed-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state processed-method → idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Got POLLHUP from socket.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state idle-server → pending-disconnect
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.001511s, Inquisitor] MelonPlugin loaded
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.001526s, Inquisitor] plugins/ShaderPlugin/libshaderplugin.so found
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state processing-disconnect → disconnected
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Setting state idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: New incoming message: {"method":"io.systemd.UserDatabase.GetUserRecord","parameters":{"userName":"docker","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state idle-server → processing-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state processing-method → processed-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state processed-method → idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Got POLLHUP from socket.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state idle-server → pending-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state processing-disconnect → disconnected
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.000008s, ShaderPlugin] Initialization of render backend
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007917s, StormKit.Render] Instance extensions -----------
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007937s, StormKit.Render]         VK_KHR_device_group_creation
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007939s, StormKit.Render]         VK_KHR_display
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007940s, StormKit.Render]         VK_KHR_external_fence_capabilities
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007942s, StormKit.Render]         VK_KHR_external_memory_capabilities
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007943s, StormKit.Render]         VK_KHR_external_semaphore_capabilities
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007945s, StormKit.Render]         VK_KHR_get_display_properties2
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007946s, StormKit.Render]         VK_KHR_get_physical_device_properties2
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007947s, StormKit.Render]         VK_KHR_get_surface_capabilities2
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007949s, StormKit.Render]         VK_KHR_surface
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007950s, StormKit.Render]         VK_KHR_wayland_surface
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007951s, StormKit.Render]         VK_KHR_xcb_surface
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007953s, StormKit.Render]         VK_KHR_xlib_surface
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007954s, StormKit.Render]         VK_EXT_acquire_xlib_display
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007955s, StormKit.Render]         VK_EXT_debug_report
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007957s, StormKit.Render]         VK_EXT_debug_utils
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007958s, StormKit.Render]         VK_EXT_direct_mode_display
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007959s, StormKit.Render]         VK_EXT_display_surface_counter
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Debug, 0.007962s, StormKit.Render] -------------------------------
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: New incoming connection.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink: Connections of user 0: 0 (of 1024 max)
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Setting state idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: New incoming message: {"method":"io.systemd.UserDatabase.GetUserRecord","parameters":{"userName":"docker","service":"io.systemd.DynamicUser"}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state idle-server → processing-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state processing-method → processed-method
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state processed-method → idle-server
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Got POLLHUP from socket.
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state idle-server → pending-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state pending-disconnect → processing-disconnect
sept. 24 20:41:43 NASArthapz systemd[1]: varlink-66: Changing state processing-disconnect → disconnected
sept. 24 20:41:43 NASArthapz audit[1194]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=1194 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1194]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fff2c946bb0 items=0 ppid=1161 pid=1194 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=28 op=UNLOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=27 op=UNLOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=26 op=UNLOAD
sept. 24 20:41:43 NASArthapz audit[1197]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=1197 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1197]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fffaf629210 items=0 ppid=1161 pid=1197 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4C002D6E
sept. 24 20:41:43 NASArthapz audit[1204]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=1204 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1204]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55980962ba60 items=0 ppid=1161 pid=1204 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F4F5554505554
sept. 24 20:41:43 NASArthapz audit[1205]: NETFILTER_CFG table=nat family=2 entries=7 op=xt_replace pid=1205 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1205]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55bc0cf20310 items=0 ppid=1161 pid=1205 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D49004F5554505554002D64003132372E302E302E3131002D6A00444F434B45525F4F5554505554
sept. 24 20:41:43 NASArthapz audit[1207]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=1207 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1207]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55721aa97db0 items=0 ppid=1161 pid=1207 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F504F5354524F5554494E47
sept. 24 20:41:43 NASArthapz audit[1208]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=1208 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1208]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=561796bb3660 items=0 ppid=1161 pid=1208 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D64003132372E302E302E3131002D6A00444F434B45525F504F5354524F5554494E47
sept. 24 20:41:43 NASArthapz audit[1211]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=1211 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1211]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55667fd42460 items=0 ppid=1161 pid=1211 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B45525F4F5554505554002D64003132372E302E302E3131002D7000756470002D2D64706F7274003533002D6A00444E4154002D2D746F2D64657374696E6174696F6E003132372E302E302E31313A3538343131
sept. 24 20:41:43 NASArthapz audit[1217]: NETFILTER_CFG table=nat family=2 entries=12 op=xt_replace pid=1217 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1217]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=564328a30550 items=0 ppid=1161 pid=1217 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B45525F504F5354524F5554494E47002D73003132372E302E302E3131002D7000756470002D2D73706F7274003538343131002D6A00534E4154002D2D746F2D736F75726365003A3533
sept. 24 20:41:43 NASArthapz audit[1218]: NETFILTER_CFG table=nat family=2 entries=13 op=xt_replace pid=1218 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1218]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55be2a182790 items=0 ppid=1161 pid=1218 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B45525F4F5554505554002D64003132372E302E302E3131002D7000746370002D2D64706F7274003533002D6A00444E4154002D2D746F2D64657374696E6174696F6E003132372E302E302E31313A3335353337
sept. 24 20:41:43 NASArthapz audit[1219]: NETFILTER_CFG table=nat family=2 entries=14 op=xt_replace pid=1219 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1219]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56300f08c8c0 items=0 ppid=1161 pid=1219 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B45525F504F5354524F5554494E47002D73003132372E302E302E3131002D7000746370002D2D73706F7274003335353337002D6A00534E4154002D2D746F2D736F75726365003A3533
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth212723f: carrier lost
sept. 24 20:41:43 NASArthapz audit[1226]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=1226 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1226]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffd77765f10 items=0 ppid=1181 pid=1226 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth212723f: deleting address fe80::b9d0:af1c:6002:16d9
sept. 24 20:41:43 NASArthapz audit[1227]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=1227 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1227]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffc8cc7cb60 items=0 ppid=1181 pid=1227 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4C002D6E
sept. 24 20:41:43 NASArthapz audit[1230]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=1230 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1230]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f852f2da60 items=0 ppid=1181 pid=1230 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F4F5554505554
sept. 24 20:41:43 NASArthapz audit[1231]: NETFILTER_CFG table=nat family=2 entries=7 op=xt_replace pid=1231 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1231]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555e6b124310 items=0 ppid=1181 pid=1231 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D49004F5554505554002D64003132372E302E302E3131002D6A00444F434B45525F4F5554505554
sept. 24 20:41:43 NASArthapz audit[1233]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=1233 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1233]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=556bbc5c3db0 items=0 ppid=1181 pid=1233 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F504F5354524F5554494E47
sept. 24 20:41:43 NASArthapz audit[1234]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=1234 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1234]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555f6a909660 items=0 ppid=1181 pid=1234 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D64003132372E302E302E3131002D6A00444F434B45525F504F5354524F5554494E47
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-veth212723f.device: Changed plugged -> dead
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-veth212723f.device: Changed plugged -> dead
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-veth212723f.device: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-veth212723f.device: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2dsubsystem_2dnet_2ddevices_2dveth212723f_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=301 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2dsubsystem_2dnet_2ddevices_2dveth212723f_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=302 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=303 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dnet_2dveth212723f_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=304 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dnet_2dveth212723f_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=305 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=306 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz inquisitor[1147]: [Information, 0.111852s, ShaderPlugin] Success
sept. 24 20:41:43 NASArthapz audit[1147]: ANOM_ABEND auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=1147 comm="inquisitor" exe="/home/arthapz/inquisitor-cpp/builddir/inquisitor" sig=11 res=1
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered disabled state
sept. 24 20:41:43 NASArthapz kernel: eth0: renamed from veth212723f
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump.socket: Incoming traffic
sept. 24 20:41:43 NASArthapz systemd[1]: Unit systemd-coredump@3-1236-0.service has alias systemd-coredump@.service.
sept. 24 20:41:43 NASArthapz systemd[1]: var-tmp.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-systemd.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-systemd-coredump.mount: Failed to load configuration: No such file or directory
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Trying to enqueue job systemd-coredump@3-1236-0.service/start/replace
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Installed new job systemd-coredump@3-1236-0.service/start as 508
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Enqueued job systemd-coredump@3-1236-0.service/start as 508
sept. 24 20:41:43 NASArthapz systemd[1]: var-tmp.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-systemd.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: var-lib-systemd-coredump.mount: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=307 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=308 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=309 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=310 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=311 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=312 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=313 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=314 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=315 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=316 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=317 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=318 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=319 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=320 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: carrier lost
sept. 24 20:41:43 NASArthapz audit[1235]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=1235 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1235]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c23eb8a460 items=0 ppid=1181 pid=1235 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B45525F4F5554505554002D64003132372E302E302E3131002D7000756470002D2D64706F7274003533002D6A00444E4154002D2D746F2D64657374696E6174696F6E003132372E302E302E31313A3436383833
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=37 op=LOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=38 op=LOAD
sept. 24 20:41:43 NASArthapz audit: BPF prog-id=39 op=LOAD
sept. 24 20:41:43 NASArthapz systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Passing 1 fds to service
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: About to execute /usr/lib/systemd/systemd-coredump
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Forked /usr/lib/systemd/systemd-coredump as 1240
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_403_2d1236_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=321 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_403_2d1236_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=322 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Changed dead -> running
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Job 508 systemd-coredump@3-1236-0.service/start finished, result=done
sept. 24 20:41:43 NASArthapz systemd[1]: Started Process Core Dump (PID 1236/UID 0).
sept. 24 20:41:43 NASArthapz audit[1239]: NETFILTER_CFG table=nat family=2 entries=12 op=xt_replace pid=1239 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1239]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=560cb1109550 items=0 ppid=1181 pid=1239 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B45525F504F5354524F5554494E47002D73003132372E302E302E3131002D7000756470002D2D73706F7274003436383833002D6A00534E4154002D2D746F2D736F75726365003A3533
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully added address 127.0.0.1 to loopback interface
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully added address ::1 to loopback interface
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully brought loopback interface up
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/dev (bind-dev) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/dev (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/home (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/proc (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/root (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/run/user (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/sys (read-only) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/sys (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/sys/fs/cgroup (rw-implicit) is duplicate.
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/proc/sys/kernel/domainname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
sept. 24 20:41:43 NASArthapz systemd[1240]: /run/systemd/unit-root/proc/sys/kernel/hostname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting / on /run/systemd/unit-root (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz audit[1241]: NETFILTER_CFG table=nat family=2 entries=13 op=xt_replace pid=1241 comm="iptables"
sept. 24 20:41:43 NASArthapz audit[1241]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55a96d425790 items=0 ppid=1181 pid=1241 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B45525F4F5554505554002D64003132372E302E302E3131002D7000746370002D2D64706F7274003533002D6A00444E4154002D2D746F2D64657374696E6174696F6E003132372E302E302E31313A3338303333
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/dev
sept. 24 20:41:43 NASArthapz systemd[1240]: Mounting tmpfs (tmpfs) on /tmp/namespace-dev-1Jl7my/dev (MS_NOSUID|MS_NOEXEC|MS_STRICTATIME "mode=755,size=4m,nr_inodes=64k")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /dev/pts on /tmp/namespace-dev-1Jl7my/dev/pts (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /dev/shm on /tmp/namespace-dev-1Jl7my/dev/shm (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /dev/mqueue on /tmp/namespace-dev-1Jl7my/dev/mqueue (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /dev/hugepages on /tmp/namespace-dev-1Jl7my/dev/hugepages (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully unmounted /run/systemd/unit-root/dev/shm
sept. 24 20:41:43 NASArthapz systemd[1240]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully unmounted /run/systemd/unit-root/dev/pts
sept. 24 20:41:43 NASArthapz audit[1242]: NETFILTER_CFG table=nat family=2 entries=14 op=xt_replace pid=1242 comm="iptables"
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered blocking state
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 2(veth2de9af5) entered forwarding state
sept. 24 20:41:43 NASArthapz audit[1242]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55a31158e8c0 items=0 ppid=1181 pid=1242 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
sept. 24 20:41:43 NASArthapz audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B45525F504F5354524F5554494E47002D73003132372E302E302E3131002D7000746370002D2D73706F7274003338303333002D6A00534E4154002D2D746F2D736F75726365003A3533
sept. 24 20:41:43 NASArthapz systemd[1240]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully unmounted /run/systemd/unit-root/dev/mqueue
sept. 24 20:41:43 NASArthapz systemd[1240]: Failed to umount /run/systemd/unit-root/dev, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully unmounted /run/systemd/unit-root/dev/hugepages
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully unmounted /run/systemd/unit-root/dev
sept. 24 20:41:43 NASArthapz systemd[1240]: Moving mount /tmp/namespace-dev-1Jl7my/dev → /run/systemd/unit-root/dev (MS_MOVE "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/dev/kmsg
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/home
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully unmounted /run/systemd/unit-root/home
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/home (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Failed to umount /run/systemd/unit-root/proc, ignoring: Device or resource busy
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully unmounted /run/systemd/unit-root/proc/sys/fs/binfmt_misc
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully unmounted /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Mounting proc (proc) on /run/systemd/unit-root/proc (MS_NOSUID|MS_NODEV|MS_NOEXEC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/acpi
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/acpi on /run/systemd/unit-root/proc/acpi (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/acpi to /run/systemd/unit-root/proc/acpi
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/apm
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/asound
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/asound on /run/systemd/unit-root/proc/asound (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/asound to /run/systemd/unit-root/proc/asound
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/bus
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/bus on /run/systemd/unit-root/proc/bus (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/bus to /run/systemd/unit-root/proc/bus
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/fs
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/fs on /run/systemd/unit-root/proc/fs (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/fs to /run/systemd/unit-root/proc/fs
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/irq
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/irq on /run/systemd/unit-root/proc/irq (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/irq to /run/systemd/unit-root/proc/irq
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/kallsyms
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kallsyms (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kallsyms
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/kcore
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kcore (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kcore
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/inaccessible/reg on /run/systemd/unit-root/proc/kmsg (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kmsg
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/latency_stats
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/latency_stats on /run/systemd/unit-root/proc/latency_stats (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/latency_stats to /run/systemd/unit-root/proc/latency_stats
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/mtrr
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/mtrr on /run/systemd/unit-root/proc/mtrr (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/mtrr to /run/systemd/unit-root/proc/mtrr
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/scsi
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: deleting address fe80::e175:f4bd:bdf:448
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/scsi on /run/systemd/unit-root/proc/scsi (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/scsi to /run/systemd/unit-root/proc/scsi
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/sys on /run/systemd/unit-root/proc/sys (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/sys to /run/systemd/unit-root/proc/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/sysrq-trigger
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/unit-root/proc/sysrq-trigger on /run/systemd/unit-root/proc/sysrq-trigger (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/unit-root/proc/sysrq-trigger to /run/systemd/unit-root/proc/sysrq-trigger
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/proc/timer_stats
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/root
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/root (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/run
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/run/credentials
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/credentials (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/credentials
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:43 NASArthapz systemd[1240]: Followed source symlinks /run/systemd/propagate/systemd-coredump@3-1236-0.service → /run/systemd/propagate/systemd-coredump@3-1236-0.service.
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/propagate/systemd-coredump@3-1236-0.service on /run/systemd/unit-root/run/systemd/incoming (MS_BIND "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/propagate/systemd-coredump@3-1236-0.service to /run/systemd/unit-root/run/systemd/incoming
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/run/user
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/user (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/user
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/sys/fs/bpf
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/sys/fs/cgroup
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/sys/fs/selinux
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/debug
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/tracing
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/tmp
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@3-1236-0.service-iVVxj7/tmp on /run/systemd/unit-root/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@3-1236-0.service-iVVxj7/tmp to /run/systemd/unit-root/tmp
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/usr/lib/modules (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/usr/lib/modules
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/var/lib/systemd/coredump
sept. 24 20:41:43 NASArthapz systemd[1240]: Followed source symlinks /var/lib/systemd/coredump → /var/lib/systemd/coredump.
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /var/lib/systemd/coredump on /run/systemd/unit-root/var/lib/systemd/coredump (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /var/lib/systemd/coredump to /run/systemd/unit-root/var/lib/systemd/coredump
sept. 24 20:41:43 NASArthapz systemd[1240]: Applying namespace mount on /run/systemd/unit-root/var/tmp
sept. 24 20:41:43 NASArthapz systemd[1240]: Bind-mounting /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@3-1236-0.service-YPS2sY/tmp on /run/systemd/unit-root/var/tmp (MS_BIND|MS_REC "")...
sept. 24 20:41:43 NASArthapz systemd[1240]: Successfully mounted /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@3-1236-0.service-YPS2sY/tmp to /run/systemd/unit-root/var/tmp
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/docker/netns/50035d06dc91 deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/docker/netns/5efb73a8ab10 deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/var/lib/systemd/coredump deny-listed by /run/systemd/unit-root/var/lib/systemd/coredump, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/var/lib/docker/overlay2/f814994c03333d087e784d2b3b3b32e4b4838e21b3fd6306176aa7bc2035589d/merged.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/var/lib/docker/overlay2/291eafb24e194b570f3262680446b281007742c6f080cb5255f0f828790cf47d/merged.
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/security deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/pstore deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/fuse/connections deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/config deny-listed by /run/systemd/unit-root/sys, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/docker/netns/50035d06dc91 deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/docker/netns/5efb73a8ab10 deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev/pts deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev/shm deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev/mqueue deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/dev/hugepages deny-listed by /run/systemd/unit-root/dev, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/home deny-listed by /run/systemd/unit-root/home, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/root deny-listed by /run/systemd/unit-root/root, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/credentials deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/systemd/incoming deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/run/user deny-listed by /run/systemd/unit-root/run, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/tmp deny-listed by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/usr/lib/modules deny-listed by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/var/lib/systemd/coredump deny-listed by /run/systemd/unit-root/var/lib/systemd/coredump, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/var/tmp deny-listed by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root/
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_403_2d1236_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=323 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-1236-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_403_2d1236_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=324 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=325 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_403_2d1236_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=326 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_403_2d1236_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=327 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Got notification message from PID 330 (FDSTORE=1)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Added fd 72 (n/a) to fd store.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc/acpi, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc/asound, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc/bus, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc/fs, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc/irq, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc/kallsyms, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc/kcore, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc/latency_stats, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc/mtrr, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc/scsi, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc/sys, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc/sysrq-trigger, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/acpi deny-listed by /run/systemd/unit-root/proc/acpi, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/asound deny-listed by /run/systemd/unit-root/proc/asound, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/bus deny-listed by /run/systemd/unit-root/proc/bus, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/fs deny-listed by /run/systemd/unit-root/proc/fs, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/irq deny-listed by /run/systemd/unit-root/proc/irq, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kallsyms deny-listed by /run/systemd/unit-root/proc/kallsyms, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kcore deny-listed by /run/systemd/unit-root/proc/kcore, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/kmsg deny-listed by /run/systemd/unit-root/proc/kmsg, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/latency_stats deny-listed by /run/systemd/unit-root/proc/latency_stats, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/mtrr deny-listed by /run/systemd/unit-root/proc/mtrr, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/scsi deny-listed by /run/systemd/unit-root/proc/scsi, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/sys deny-listed by /run/systemd/unit-root/proc/sys, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger deny-listed by /run/systemd/unit-root/proc/sysrq-trigger, called for /run/systemd/unit-root/proc
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/cgroup deny-listed by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/fs/bpf deny-listed by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/debug deny-listed by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Not remounting /run/systemd/unit-root/sys/kernel/tracing deny-listed by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/var/lib/docker/overlay2/f814994c03333d087e784d2b3b3b32e4b4838e21b3fd6306176aa7bc2035589d/merged.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/docker/netns/5efb73a8ab10.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/boot/efi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/var/lib/docker/overlay2/291eafb24e194b570f3262680446b281007742c6f080cb5255f0f828790cf47d/merged.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/mnt/data.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/docker/netns/50035d06dc91.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/var/lib/systemd/coredump.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev/mqueue.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev/hugepages.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev/shm.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev/pts.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/dev.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/home.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/acpi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/asound.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/bus.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/fs.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/irq.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kallsyms.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kcore.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/kmsg.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/latency_stats.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/mtrr.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/scsi.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/sys.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/proc/sysrq-trigger.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/root.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/docker/netns/50035d06dc91.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/docker/netns/5efb73a8ab10.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/credentials.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/systemd/incoming.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/run/user.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/pstore.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/config.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/fuse/connections.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/security.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/bpf.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/fs/cgroup.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/debug.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/sys/kernel/tracing.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/tmp.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/usr/lib/modules.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/var/lib/systemd/coredump.
sept. 24 20:41:43 NASArthapz systemd[1240]: Remounted /run/systemd/unit-root/var/tmp.
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-vetha95e53c.device: Changed plugged -> dead
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-vetha95e53c.device: Changed plugged -> dead
sept. 24 20:41:43 NASArthapz systemd[1]: sys-devices-virtual-net-vetha95e53c.device: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: sys-subsystem-net-devices-vetha95e53c.device: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2dsubsystem_2dnet_2ddevices_2dvetha95e53c_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=328 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2dsubsystem_2dnet_2ddevices_2dvetha95e53c_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=329 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=330 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dnet_2dvetha95e53c_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=331 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dnet_2dvetha95e53c_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=332 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=333 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: carrier acquired
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[1240]: Restricting namespace to: n/a.
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking cgroup.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking ipc.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking net.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking mnt.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking pid.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking user.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking uts.
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking cgroup.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking ipc.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking net.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking mnt.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking pid.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking user.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking uts.
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking cgroup.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking ipc.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking net.
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered disabled state
sept. 24 20:41:43 NASArthapz kernel: eth0: renamed from vetha95e53c
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking mnt.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking pid.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking user.
sept. 24 20:41:43 NASArthapz systemd[1240]: Blocking uts.
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x32
sept. 24 20:41:43 NASArthapz systemd[1240]: Operating on architecture: x86-64
sept. 24 20:41:43 NASArthapz systemd[1240]: systemd-coredump@3-1236-0.service: Executing: /usr/lib/systemd/systemd-coredump
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered blocking state
sept. 24 20:41:43 NASArthapz kernel: br-03f1ae9375a1: port 1(veth7ef5b1d) entered forwarding state
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: IAID 22:77:91:b4
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth2de9af5: adding address fe80::e175:f4bd:bdf:448
sept. 24 20:41:43 NASArthapz dhcpcd[514]: vetha95e53c: soliciting a DHCP lease
sept. 24 20:41:43 NASArthapz dhcpcd[514]: vetha95e53c: if_getmtu: No such device
sept. 24 20:41:43 NASArthapz dhcpcd[514]: vetha95e53c: carrier lost
sept. 24 20:41:43 NASArthapz dhcpcd[514]: vetha95e53c: deleting address fe80::3b10:1f4c:1304:713e
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth7ef5b1d: carrier lost
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth7ef5b1d: deleting address fe80::aee7:9712:f33c:eb58
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth7ef5b1d: carrier acquired
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth7ef5b1d: IAID 40:23:a2:5a
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth7ef5b1d: adding address fe80::aee7:9712:f33c:eb58
sept. 24 20:41:43 NASArthapz dhcpcd[514]: veth212723f: removing interface
sept. 24 20:41:43 NASArthapz dhcpcd[514]: vetha95e53c: removing interface
sept. 24 20:41:43 NASArthapz dockerd[553]: time="2021-09-24T20:41:43.835805871+02:00" level=info msg="Loading containers: done."
sept. 24 20:41:43 NASArthapz dockerd[553]: time="2021-09-24T20:41:43.864419463+02:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
sept. 24 20:41:43 NASArthapz dockerd[553]: time="2021-09-24T20:41:43.864568643+02:00" level=info msg="Docker daemon" commit=75249d88bc graphdriver(s)=overlay2 version=20.10.8
sept. 24 20:41:43 NASArthapz dockerd[553]: time="2021-09-24T20:41:43.864920063+02:00" level=info msg="Daemon has completed initialization"
sept. 24 20:41:43 NASArthapz systemd-coredump[1240]: Process 1147 (inquisitor) of user 1000 dumped core.

                                                     Found module /home/arthapz/inquisitor-cpp/builddir/inquisitor with build-id: 9d7c6cc7572b28255ab217b97e42ec4c6b9d65a6
                                                     Found module /home/arthapz/inquisitor-cpp/builddir/plugins/ShaderPlugin/libshaderplugin.so with build-id: bcb4b6937be07bed226041ee16f647c2ac4b0b33
                                                     Found module /home/arthapz/inquisitor-cpp/builddir/plugins/MelonPlugin/libmelonplugin.so with build-id: 9cbc8f5c5a2eea1b25c691c8e63a83053480ce87
                                                     Found module /home/arthapz/inquisitor-cpp/builddir/plugins/RandomQuotePlugin/librandomquoteplugin.so with build-id: b52c34c1aa830b37faefed3740903e1ccecdef6e
                                                     Found module /home/arthapz/inquisitor-cpp/builddir/plugins/QuoteMessagePlugin/libquotemessageplugin.so with build-id: b91063f85c484d098cf23b3f19a4a019f2283f08
                                                     Found module /home/arthapz/inquisitor-cpp/builddir/plugins/BasePlugin/libbaseplugin.so with build-id: 8b504aec2ae2f038ea5c59d9f504e937fc0da86a
                                                     Found module /home/arthapz/inquisitor-cpp/builddir/plugins/CleanChannelPlugin/libcleanchannelplugin.so with build-id: ecc05451a0299d44aeb6f7ac9766ec6707bd8389
                                                     Found module linux-vdso.so.1 with build-id: 3959abe02a9f32cd6ca26860d7409ef0c74216b6
                                                     Found module libdrm_amdgpu.so.1 with build-id: a89ceb7c9082e5276f39023716eb4d194e75f6b8
                                                     Found module amdvlk64.so with build-id: 07394c93ec49e79e3e3ee44a828c4d646e82db41
                                                     Found module amdvlkpro64.so without build-id.
                                                     Found module libvulkan.so with build-id: 7300aecb52d012969b911fe9a6f8774619d4c405
                                                     Found module libgraphite2.so.3 with build-id: 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                     Found module libdatrie.so.1 with build-id: 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                     Found module librt.so.1 with build-id: 75484da2d6f1515189eefa076e0a40328834cd16
                                                     Found module libblkid.so.1 with build-id: f03a24e92c9852272bd0049b5bcb7ed6cf0e664f
                                                     Found module libicudata.so.69 with build-id: 0ab994a49ef1848499c4af333b3266f28432a922
                                                     Found module libXdmcp.so.6 with build-id: 8ca0792d23c8b8b4c0864297512349292bea5955
                                                     Found module libXau.so.6 with build-id: 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                     Found module libexpat.so.1 with build-id: 8850138eae6d9d4d43c5c4b2ac48393bc4279037
                                                     Found module libharfbuzz.so.0 with build-id: f954dfb80265c0dd2484e766282305a739b8239d
                                                     Found module libthai.so.0 with build-id: 3fdce1a7db2b94d9168eea540dbf5ff5caa3b8ad
                                                     Found module libfribidi.so.0 with build-id: e29e3b231f961d49e628d43ddd1237a8364f788c
                                                     Found module libpangoft2-1.0.so.0 with build-id: 52a846673f7bf9e8acdd0ae9a825926c9cfc5920
                                                     Found module libmount.so.1 with build-id: ff9a1d99d35cf640d0bfdaba294854372672c29b
                                                     Found module libtiff.so.5 with build-id: e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                     Found module libgmodule-2.0.so.0 with build-id: 34cabbd12d9baf397a0255f174e4c96165bc329b
                                                     Found module libgomp.so.1 with build-id: 1cb25691b8e34e1ce54698066bce0fb29f5cf9fa
                                                     Found module libXfixes.so.3 with build-id: 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                     Found module libhogweed.so.6 with build-id: 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                     Found module libnettle.so.8 with build-id: 9a878e513c02007598fcf1e2e286c2203f13536e
                                                     Found module libtasn1.so.6 with build-id: 4df18bd1f13772f0956191e137eb00d9bd6238c5
                                                     Found module libp11-kit.so.0 with build-id: 5314ec746546ada6f442b6fdfae15eab9f6d3cdc
                                                     Found module libicuuc.so.69 with build-id: 5cf18c56e2f64efdac32cf61fb9c0c48e9bb1797
                                                     Found module libmvec.so.1 with build-id: 9aa05e22565568b778a97933527b3c64bdb8418b
                                                     Found module libogg.so.0 with build-id: ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                     Found module libpixman-1.so.0 with build-id: 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                     Found module libxcb-shm.so.0 with build-id: fb797f299a446f559a95afcc168227482cc800d1
                                                     Found module libxcb-render.so.0 with build-id: a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                     Found module libxcb.so.1 with build-id: 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                     Found module libXrender.so.1 with build-id: 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                     Found module libXext.so.6 with build-id: d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                     Found module libfreetype.so.6 with build-id: 65e7f4a1e5557b0ceeaa433e5356f857fe9c669b
                                                     Found module libfontconfig.so.1 with build-id: 1103a641395c7d3b42e49b793d3a9ea927c77bf6
                                                     Found module libpcre.so.1 with build-id: 845483dd0acba86de9f0313102bebbaf3ce52767
                                                     Found module libffi.so.7 with build-id: de60e99f39569d11d09160bbdcd486cedc87d2b6
                                                     Found module libpango-1.0.so.0 with build-id: 5deae7c16592ea404754114e8ae56ddf9cf4ca7e
                                                     Found module libpangocairo-1.0.so.0 with build-id: 2554be0474a6ee311b6e9aa4fd79a244167cdcfd
                                                     Found module libgio-2.0.so.0 with build-id: 3338d7168eab6039416e1b6dbb7ea3ef213cd129
                                                     Found module libgdk_pixbuf-2.0.so.0 with build-id: ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                     Found module libcairo-gobject.so.2 with build-id: abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                     Found module libsoxr.so.0 with build-id: 9e49936ed807c1e52705b88d5d71706fe11d9ed1
                                                     Found module libdrm.so.2 with build-id: 3aeff5403ca8d7589eabc05752eb613937f454a1
                                                     Found module libX11.so.6 with build-id: e9192497aa39fab51358826d1a1b5fb77edc5081
                                                     Found module libvdpau.so.1 with build-id: 96ac4ef0ce4b2bdbe091782d97eafadd6e4cea90
                                                     Found module libva-x11.so.2 with build-id: 1f9500a3deef2d2f5568d026174f6b59af730b6d
                                                     Found module libva-drm.so.2 with build-id: 5ac46263a883c725bfed65d98ff2e3162fd464ad
                                                     Found module libssh.so.4 with build-id: 8490056688e60790230f9d990c439b181236e9b6
                                                     Found module libsrt.so.1.4 with build-id: 63c1df3cc035c493ede3570e560f93991486d082
                                                     Found module libgnutls.so.30 with build-id: 8c87466eacaec0041a370df713d0fd200358c94c
                                                     Found module libgmp.so.10 with build-id: e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                     Found module libbluray.so.2 with build-id: ebaa74ef4d549c1d3f01fafb8625045d286b8940
                                                     Found module libmodplug.so.1 with build-id: b00dcb12e7d2d5882b4fa414295eba449875dae4
                                                     Found module libbz2.so.1.0 with build-id: 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                     Found module libxml2.so.2 with build-id: b9441ffabb52b50c290152592f17cd78a381d493
                                                     Found module libmfx.so.1 with build-id: 791cadc6e88448b8b74c55f52f7fbdf52af2376d
                                                     Found module libva.so.2 with build-id: 863ac4af7ad8aa717d786e31da9b7a184ca81171
                                                     Found module libxvidcore.so.4 with build-id: 43bc390a7842a7ca3a0302e93442ea561d7f013a
                                                     Found module libx265.so.199 with build-id: 22130b9b0d2aa957b148b0fdeb27e3fd04f0fb58
                                                     Found module libx264.so.161 with build-id: a23dfea0b501cbfb2501c5bfe6c40b602e2767cc
                                                     Found module libvorbisenc.so.2 with build-id: 28ed815b8b1d322e6bf2bfdce4b0af2789b74335
                                                     Found module libvorbis.so.0 with build-id: ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                     Found module libtheoradec.so.1 with build-id: 19d321fd5455c7b7611ca9602a804b496124e06f
                                                     Found module libtheoraenc.so.1 with build-id: cde750f0621140f313e4ef4e5f212e662f24a38b
                                                     Found module libSvtAv1Enc.so.0 with build-id: 3ebe5abcc88d5855fde0b2645844f80f03982902
                                                     Found module libspeex.so.1 with build-id: 39721dbe21b62978562c2943279f6dffbffe8946
                                                     Found module librav1e.so.0 with build-id: 2e9e70e2433e4d2955a870f2de730172729fbe4f
                                                     Found module libopus.so.0 with build-id: 649d3ddab8764d7caf73648004a35cb13e23a5e1
                                                     Found module libopenjp2.so.7 with build-id: 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                     Found module libopencore-amrnb.so.0 with build-id: a3d78948c85fa235e66549119b2f130e69af7b70
                                                     Found module libmp3lame.so.0 with build-id: 48c901805551a3dd58d02502c4cd67f6aa848107
                                                     Found module libgsm.so.1 with build-id: 1cc6240f7eaedaaac302bc7c0f64ebbeae596f22
                                                     Found module libaom.so.3 with build-id: 96dd5026ad7503076a2b7b9c1b94f442d446121f
                                                     Found module libcairo.so.2 with build-id: 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                     Found module libglib-2.0.so.0 with build-id: 1fe1592d097fa28822c23e96d9f357583b48424d
                                                     Found module libgobject-2.0.so.0 with build-id: 0eaa1a0f88089b3dcf33eedf51105a54beeeea9a
                                                     Found module librsvg-2.so.2 with build-id: 4dc74baf658575bd661ee40a060a497e9f6b4875
                                                     Found module libopencore-amrwb.so.0 with build-id: 28da8ed3dfca59280e835c46bd40da295dae99e2
                                                     Found module libdav1d.so.5 with build-id: 82862181dbe48302fde94240f68e17fb6f9a03c7
                                                     Found module liblzma.so.5 with build-id: 8b615460aa230708c5183f16bede67aa0437d95e
                                                     Found module libwebp.so.7 with build-id: 87e81472aa7ff3ed1061cfc13d6960dbe00c35ab
                                                     Found module libwebpmux.so.3 with build-id: 4e17ff5fa40f00cda51d08d9edd48d442d3044e2
                                                     Found module libvpx.so.6 with build-id: ffb0245ae4799fc843384d31eee517ce8c8805d2
                                                     Found module libswresample.so.3 with build-id: a9728c9e65dd1e3e82293a186e42b3ac4eef6f56
                                                     Found module libSPIRV.so with build-id: fac4e211f742518df921f7b33fb95ea3b286589f
                                                     Found module libjpeg.so.8 with build-id: 5d102b1a7291a621bba049969d25ead0ccecc6cc
                                                     Found module libpng16.so.16 with build-id: 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                     Found module libswscale.so.5 with build-id: 77e3bd5b047eaa9b39b8f4729aa764adc5e0f35d
                                                     Found module libavutil.so.56 with build-id: 519676d43a87a9c3f38323f8d67eff209e7f819c
                                                     Found module libavformat.so.58 with build-id: 86c1844cfba35a65a52085e6ccfe9ca07093c729
                                                     Found module libavcodec.so.58 with build-id: 1275d2e02c81a70a2a30ee2f11a60de9ef76e1a3
                                                     Found module libshaderc_shared.so.1 with build-id: e64ce1043e93eaf1273fb6b3a3d6f4e4e7e4b49c
                                                     Found module libbrotlicommon.so.1 with build-id: f68934f94312f770550ebc6c5acfd6359b098b07
                                                     Found module libresolv.so.2 with build-id: c915c72668282861a813f7ea3c0780f37b681dc0
                                                     Found module libkeyutils.so.1 with build-id: ac405ddd17be10ce538da3211415ee50c8f8df79
                                                     Found module libkrb5support.so.0 with build-id: adf65240a4d2aba772d7a0772b4d015469934113
                                                     Found module libcom_err.so.2 with build-id: eb61ef71c8b97846db759fb89a115405cff6dd30
                                                     Found module libk5crypto.so.3 with build-id: eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                     Found module libkrb5.so.3 with build-id: 72d26767c5cb1097db75a5f5bff88860233c902b
                                                     Found module libunistring.so.2 with build-id: 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                     Found module libm.so.6 with build-id: 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                                     Found module libz.so.1 with build-id: 81bf6e728a6d6f5b105b0f8b25f6c614ce10452a
                                                     Found module libbrotlidec.so.1 with build-id: f871e6f204ab8d48099915126ba01be989a8000f
                                                     Found module libzstd.so.1 with build-id: 4b10444c1560ebc574af4d5f488b7408b22d450e
                                                     Found module libgssapi_krb5.so.2 with build-id: e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                     Found module libcrypto.so.1.1 with build-id: 6d23f0a3f354825868d044684fad31d482cc9210
                                                     Found module libssl.so.1.1 with build-id: 959cd8f1dd43fc31aeb93caac4eda87c907ef18b
                                                     Found module libpsl.so.5 with build-id: 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                     Found module libssh2.so.1 with build-id: 7f6d9edd2e793b266cae4f22fc1ba7b6b401c08c
                                                     Found module libidn2.so.0 with build-id: 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                     Found module libnghttp2.so.14 with build-id: 5ca39b42e7cb2770878644d57e88677df6336815
                                                     Found module ld-linux-x86-64.so.2 with build-id: 040cc3dd10461562f177df39e3be2f3704258c3c
                                                     Found module libc.so.6 with build-id: 4b406737057708c0e4c642345a703c47a61c73dc
                                                     Found module libgcc_s.so.1 with build-id: 7f8508bb914546ada778809b64b99d234337d835
                                                     Found module libstdc++.so.6 with build-id: 8ab0e57054dd1dcba681f217016afc6a4e639783
                                                     Found module libcurl.so.4 with build-id: c293e8ebb572a8dafe2935cf30353817fa254213
                                                     Found module libpthread.so.0 with build-id: 07c8f95b4f3251d08550217ad8a1f31066229996
                                                     Found module libdl.so.2 with build-id: 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                                     Stack trace of thread 1147:
                                                     #0  0x00007f9860fb209e local_Rb_tree_decrement (libstdc++.so.6 + 0xbe09e)
                                                     #1  0x00007f985ffa78c5 n/a (/home/arthapz/inquisitor-cpp/builddir/plugins/ShaderPlugin/libshaderplugin.so + 0x10c8c5)
                                                     #2  0x0000000000000000 n/a (n/a + 0x0)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 72 (stored), closing.
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-1236-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sept. 24 20:41:43 NASArthapz systemd[1]: Received SIGCHLD from PID 1240 (systemd-coredum).
sept. 24 20:41:43 NASArthapz systemd[1]: Child 1240 (systemd-coredum) died (code=exited, status=0/SUCCESS)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Child 1240 belongs to systemd-coredump@3-1236-0.service.
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Main process exited, code=exited, status=0/SUCCESS (success)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Deactivated successfully.
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Service will not restart (restart setting)
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump.socket: One connection closed, 0 left.
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Changed running -> dead
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Consumed 129ms CPU time.
sept. 24 20:41:43 NASArthapz systemd[1]: Spawning thread to nuke /tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@3-1236-0.service-iVVxj7
sept. 24 20:41:43 NASArthapz systemd[1]: Spawning thread to nuke /var/tmp/systemd-private-f61d35cd7b1349dc9b333a914649d428-systemd-coredump@3-1236-0.service-YPS2sY
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-coredump@3-1236-0.service: Collecting.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_403_2d1236_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=334 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcoredump_403_2d1236_2d0_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=335 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=336 reply_cookie=0 signature=so error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Child 1147 (inquisitor) died (code=dumped, status=11/SEGV)
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Child 1147 belongs to inquisitor.service.
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Main process exited, code=dumped, status=11/SEGV
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Failed with result 'core-dump'.
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Service will restart (restart setting)
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Changed running -> failed
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=337 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Unit entered failed state.
sept. 24 20:41:43 NASArthapz audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Consumed 68ms CPU time.
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=338 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=339 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Changed failed -> auto-restart
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=340 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=341 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/inquisitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=342 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
sept. 24 20:41:43 NASArthapz systemd[1]: Received SIGCHLD from PID 1147 (n/a).
sept. 24 20:41:43 NASArthapz systemd[1]: inquisitor.service: Control group is empty.
sept. 24 20:41:43 NASArthapz systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 65 (stored), closing.
sept. 24 20:41:44 NASArthapz dhcpcd[514]: veth2de9af5: soliciting an IPv6 router
sept. 24 20:41:44 NASArthapz audit: BPF prog-id=39 op=UNLOAD
sept. 24 20:41:44 NASArthapz audit: BPF prog-id=38 op=UNLOAD
sept. 24 20:41:44 NASArthapz audit: BPF prog-id=37 op=UNLOAD
sept. 24 20:41:44 NASArthapz dhcpcd[514]: veth7ef5b1d: soliciting an IPv6 router

Offline

#9 2021-09-25 11:25:45

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

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

lspci looks normal, glxinfo message is as expected without an x-session .

vulkaninfo output has To Much Information, vulkaninfo --summary would be more useful.
It does appear vulkan detects your videocard though.

The journal ouput misses practically all of the early boot part and has way too many details .
What is your boot command line ?
(if unsure, post output of dmesg | grep Command


The logs do show lots of references including several coredumps mentioning an application in your home folder : /home/arthapz/inquisitor-cpp/ .
It appears to be started through /etc/systemd/system/inquisitor.service .

I can't find any such application in offical repos or aur, what is this software and were does it come from ?


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-09-26 15:52:17

Arthapz
Member
Registered: 2021-09-20
Posts: 9

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

Lone_Wolf wrote:

lspci looks normal, glxinfo message is as expected without an x-session .

vulkaninfo output has To Much Information, vulkaninfo --summary would be more useful.
It does appear vulkan detects your videocard though.

The journal ouput misses practically all of the early boot part and has way too many details .
What is your boot command line ?
(if unsure, post output of dmesg | grep Command


The logs do show lots of references including several coredumps mentioning an application in your home folder : /home/arthapz/inquisitor-cpp/ .
It appears to be started through /etc/systemd/system/inquisitor.service .

I can't find any such application in offical repos or aur, what is this software and were does it come from ?

inquisitor is my vulkan bot, it has to do nothing with my problem ^^ (i have crashes, but it's has nothing to do with opencl)

> sudo dmesg | grep Command
[    0.000000] Command line: root=PARTUUID=a5a36a89-5fd5-4c41-b283-77cfc6cad6d8 rw add_efi_memmap initrd=boot\amd-ucode.img initrd=boot\initramfs-linux.img
> vulkaninfo --summary
'DISPLAY' environment variable not set... skipping surface info
error: XDG_RUNTIME_DIR not set in the environment.
==========
VULKANINFO
==========

Vulkan Instance Version: 1.2.191


Instance Extensions: count = 17
-------------------------------
VK_EXT_acquire_xlib_display            : extension revision 1
VK_EXT_debug_report                    : extension revision 10
VK_EXT_debug_utils                     : extension revision 2
VK_EXT_direct_mode_display             : extension revision 1
VK_EXT_display_surface_counter         : extension revision 1
VK_KHR_device_group_creation           : extension revision 1
VK_KHR_display                         : extension revision 23
VK_KHR_external_fence_capabilities     : extension revision 1
VK_KHR_external_memory_capabilities    : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2         : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2       : extension revision 1
VK_KHR_surface                         : extension revision 25
VK_KHR_wayland_surface                 : extension revision 6
VK_KHR_xcb_surface                     : extension revision 6
VK_KHR_xlib_surface                    : extension revision 6

Instance Layers: count = 6
--------------------------
VK_LAYER_AMD_switchable_graphics_64 AMD switchable graphics layer  1.2.188  version 1
VK_LAYER_KHRONOS_validation         Khronos Validation Layer       1.2.190  version 1
VK_LAYER_LUNARG_api_dump            LunarG API dump layer          1.2.189  version 2
VK_LAYER_LUNARG_device_simulation   LunarG device simulation layer 1.2.189  version 1
VK_LAYER_LUNARG_monitor             Execution Monitoring Layer     1.2.189  version 1
VK_LAYER_LUNARG_screenshot          LunarG image capture layer     1.2.189  version 1

Devices:
========
GPU0:
        apiVersion         = 4202684 (1.2.188)
        driverVersion      = 8388807 (0x8000c7)
        vendorID           = 0x1002
        deviceID           = 0x731f
        deviceType         = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
        deviceName         = AMD Radeon RX 5700 XT
        driverID           = DRIVER_ID_AMD_OPEN_SOURCE
        driverName         = AMD open-source driver
        driverInfo         =
        conformanceVersion = 1.2.5.2
GPU1:
        apiVersion         = 4202676 (1.2.180)
        driverVersion      = 8388799 (0x8000bf)
        vendorID           = 0x1002
        deviceID           = 0x731f
        deviceType         = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
        deviceName         = AMD Radeon RX 5700 XT
        driverID           = DRIVER_ID_AMD_PROPRIETARY
        driverName         = AMD proprietary driver
        driverInfo         =
        conformanceVersion = 1.2.2.2

Offline

#11 2021-10-01 12:32:30

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

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

commandline looks normal, let's see if we can get more  readable logs .

Please post dmesg and

SYSTEMD_LESS=FRXMK journalctl -b -p 3

. (run both as root)

Last edited by Lone_Wolf (2021-10-01 12:33:14)


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-10-07 15:22:23

Arthapz
Member
Registered: 2021-09-20
Posts: 9

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

> dmesg

[    0.000000] Linux version 5.14.8-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Sun, 26 Sep 2021 19:36:15 +0000
[    0.000000] Command line: root=PARTUUID=a5a36a89-5fd5-4c41-b283-77cfc6cad6d8 rw add_efi_memmap initrd=boot\amd-ucode.img initrd=boot\initramfs-linux.img amdgpu.virtual_display=0000:06:00.0
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a210000-0x00000000c9efcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9efd000-0x00000000ca251fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca252000-0x00000000ca3abfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca3ac000-0x00000000ca6dffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca6e0000-0x00000000cbbfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cbbff000-0x00000000ccffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042f380000-0x000000042fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xbdf06018-0xbdf1f257] usable ==> usable
[    0.000000] e820: update [mem 0xbdf06018-0xbdf1f257] usable ==> usable
[    0.000000] e820: update [mem 0xbdef7018-0xbdf05067] usable ==> usable
[    0.000000] e820: update [mem 0xbdef7018-0xbdf05067] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a210000-0x00000000bdef7017] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdef7018-0x00000000bdf05067] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdf05068-0x00000000bdf06017] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdf06018-0x00000000bdf1f257] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdf1f258-0x00000000c9efcfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9efd000-0x00000000ca251fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ca252000-0x00000000ca3abfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000ca3ac000-0x00000000ca6dffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000ca6e0000-0x00000000cbbfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cbbff000-0x00000000ccffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042f380000-0x000000042fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xca3ab000 ACPI 2.0=0xca3ab014 SMBIOS=0xcba06000 SMBIOS 3.0=0xcba05000 MEMATTR=0xc6370018 ESRT=0xc90e9998 RNG=0xcba49698
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: System manufacturer System Product Name/TUF GAMING X570-PLUS, BIOS 3602 03/06/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3900.152 MHz processor
[    0.000009] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000011] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000016] last_pfn = 0x42f380 max_arch_pfn = 0x400000000
[    0.000576] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000753] total RAM covered: 3327M
[    0.000888] Found optimal setting for mtrr clean up
[    0.000889]  gran_size: 64K  chunk_size: 128M        num_reg: 4      lose cover RAM: 0G
[    0.000952] e820: update [mem 0xcb300000-0xcb30ffff] usable ==> reserved
[    0.000956] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000960] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[    0.004496] esrt: Reserving ESRT space from 0x00000000c90e9998 to 0x00000000c90e99d0.
[    0.004501] e820: update [mem 0xc90e9000-0xc90e9fff] usable ==> reserved
[    0.004516] Using GB pages for direct mapping
[    0.005129] Secure boot disabled
[    0.005130] RAMDISK: [mem 0x7e648000-0x7fff5fff]
[    0.005135] ACPI: Early table checksum verification disabled
[    0.005137] ACPI: RSDP 0x00000000CA3AB014 000024 (v02 ALASKA)
[    0.005140] ACPI: XSDT 0x00000000CA3AA728 0000C4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005144] ACPI: FACP 0x00000000CA3A3000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.005148] ACPI: DSDT 0x00000000CA397000 00B8E5 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.005150] ACPI: FACS 0x00000000CA6C3000 000040
[    0.005152] ACPI: SSDT 0x00000000CA3A9000 00092A (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.005154] ACPI: SSDT 0x00000000CA3A5000 003AAF (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.005156] ACPI: SSDT 0x00000000CA3A4000 0000FC (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.005158] ACPI: FIDT 0x00000000CA396000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005160] ACPI: FPDT 0x00000000CA298000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005162] ACPI: MCFG 0x00000000CA394000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.005164] ACPI: HPET 0x00000000CA393000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.005166] ACPI: SSDT 0x00000000CA392000 000024 (v01 AMD    BIXBY    00001000 INTL 20120913)
[    0.005168] ACPI: IVRS 0x00000000CA390000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005169] ACPI: VFCT 0x00000000CA381000 00E684 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.005171] ACPI: WPBT 0x00000000CA2A7000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.005173] ACPI: PCCT 0x00000000CA2A6000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005175] ACPI: SSDT 0x00000000CA2A2000 003F69 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005177] ACPI: CRAT 0x00000000CA2A1000 000ED8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005179] ACPI: CDIT 0x00000000CA2A0000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005181] ACPI: SSDT 0x00000000CA29F000 00052C (v01 AMD    QOGIRNOI 00000001 INTL 20120913)
[    0.005183] ACPI: SSDT 0x00000000CA29B000 00381A (v01 AMD    QOGIRN   00000001 INTL 20120913)
[    0.005185] ACPI: WSMT 0x00000000CA29A000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005187] ACPI: APIC 0x00000000CA299000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.005188] ACPI: Reserving FACP table memory at [mem 0xca3a3000-0xca3a3113]
[    0.005189] ACPI: Reserving DSDT table memory at [mem 0xca397000-0xca3a28e4]
[    0.005190] ACPI: Reserving FACS table memory at [mem 0xca6c3000-0xca6c303f]
[    0.005191] ACPI: Reserving SSDT table memory at [mem 0xca3a9000-0xca3a9929]
[    0.005192] ACPI: Reserving SSDT table memory at [mem 0xca3a5000-0xca3a8aae]
[    0.005192] ACPI: Reserving SSDT table memory at [mem 0xca3a4000-0xca3a40fb]
[    0.005193] ACPI: Reserving FIDT table memory at [mem 0xca396000-0xca39609b]
[    0.005193] ACPI: Reserving FPDT table memory at [mem 0xca298000-0xca298043]
[    0.005194] ACPI: Reserving MCFG table memory at [mem 0xca394000-0xca39403b]
[    0.005195] ACPI: Reserving HPET table memory at [mem 0xca393000-0xca393037]
[    0.005195] ACPI: Reserving SSDT table memory at [mem 0xca392000-0xca392023]
[    0.005196] ACPI: Reserving IVRS table memory at [mem 0xca390000-0xca3900cf]
[    0.005197] ACPI: Reserving VFCT table memory at [mem 0xca381000-0xca38f683]
[    0.005197] ACPI: Reserving WPBT table memory at [mem 0xca2a7000-0xca2a703b]
[    0.005198] ACPI: Reserving PCCT table memory at [mem 0xca2a6000-0xca2a606d]
[    0.005199] ACPI: Reserving SSDT table memory at [mem 0xca2a2000-0xca2a5f68]
[    0.005199] ACPI: Reserving CRAT table memory at [mem 0xca2a1000-0xca2a1ed7]
[    0.005200] ACPI: Reserving CDIT table memory at [mem 0xca2a0000-0xca2a0028]
[    0.005201] ACPI: Reserving SSDT table memory at [mem 0xca29f000-0xca29f52b]
[    0.005202] ACPI: Reserving SSDT table memory at [mem 0xca29b000-0xca29e819]
[    0.005202] ACPI: Reserving WSMT table memory at [mem 0xca29a000-0xca29a027]
[    0.005203] ACPI: Reserving APIC table memory at [mem 0xca299000-0xca29915d]
[    0.005246] No NUMA configuration found
[    0.005246] Faking a node at [mem 0x0000000000000000-0x000000042f37ffff]
[    0.005249] NODE_DATA(0) allocated [mem 0x42f37c000-0x42f37ffff]
[    0.005274] Zone ranges:
[    0.005274]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005275]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005276]   Normal   [mem 0x0000000100000000-0x000000042f37ffff]
[    0.005277]   Device   empty
[    0.005278] Movable zone start for each node
[    0.005279] Early memory node ranges
[    0.005279]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.005280]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.005281]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.005281]   node   0: [mem 0x000000000a210000-0x00000000c9efcfff]
[    0.005282]   node   0: [mem 0x00000000cbbff000-0x00000000ccffffff]
[    0.005283]   node   0: [mem 0x0000000100000000-0x000000042f37ffff]
[    0.005284] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f37ffff]
[    0.005287] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005301] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.005431] On node 0, zone DMA32: 737 pages in unavailable ranges
[    0.009330] On node 0, zone DMA32: 16 pages in unavailable ranges
[    0.009402] On node 0, zone DMA32: 7426 pages in unavailable ranges
[    0.027649] On node 0, zone Normal: 12288 pages in unavailable ranges
[    0.027671] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.027810] ACPI: PM-Timer IO Port: 0x808
[    0.027816] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.027827] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.027833] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.027834] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.027836] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.027838] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.027839] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.027842] smpboot: Allowing 32 CPUs, 16 hotplug CPUs
[    0.027866] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.027868] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.027869] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[    0.027871] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
[    0.027872] PM: hibernation: Registered nosave memory: [mem 0xbdef7000-0xbdef7fff]
[    0.027874] PM: hibernation: Registered nosave memory: [mem 0xbdf05000-0xbdf05fff]
[    0.027874] PM: hibernation: Registered nosave memory: [mem 0xbdf06000-0xbdf06fff]
[    0.027875] PM: hibernation: Registered nosave memory: [mem 0xbdf1f000-0xbdf1ffff]
[    0.027877] PM: hibernation: Registered nosave memory: [mem 0xc90e9000-0xc90e9fff]
[    0.027878] PM: hibernation: Registered nosave memory: [mem 0xc9efd000-0xca251fff]
[    0.027879] PM: hibernation: Registered nosave memory: [mem 0xca252000-0xca3abfff]
[    0.027879] PM: hibernation: Registered nosave memory: [mem 0xca3ac000-0xca6dffff]
[    0.027880] PM: hibernation: Registered nosave memory: [mem 0xca6e0000-0xcbbfefff]
[    0.027881] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff]
[    0.027882] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xefffffff]
[    0.027882] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.027883] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd1fffff]
[    0.027883] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff]
[    0.027884] PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd3fffff]
[    0.027884] PM: hibernation: Registered nosave memory: [mem 0xfd400000-0xfd5fffff]
[    0.027884] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfe9fffff]
[    0.027885] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.027885] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.027886] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.027886] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.027887] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.027887] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.027888] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.027888] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.027889] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.027889] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.027890] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.027890] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.027891] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.027891] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.027892] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.027892] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.027893] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.027894] [mem 0xd0000000-0xefffffff] available for PCI devices
[    0.027895] Booting paravirtualized kernel on bare hardware
[    0.027897] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.031210] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
[    0.032120] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.032127] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.032128] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.032135] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[    0.032162] Built 1 zonelists, mobility grouping on.  Total pages: 4105214
[    0.032163] Policy zone: Normal
[    0.032164] Kernel command line: root=PARTUUID=a5a36a89-5fd5-4c41-b283-77cfc6cad6d8 rw add_efi_memmap initrd=boot\amd-ucode.img initrd=boot\initramfs-linux.img amdgpu.virtual_display=0000:06:00.0
[    0.032208] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.032209] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.032210] printk: log_buf_len min size: 131072 bytes
[    0.032350] printk: log_buf_len: 262144 bytes
[    0.032350] printk: early log buf free: 114128(87%)
[    0.033635] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.034317] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.034555] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.062876] Memory: 16157772K/16682160K available (14344K kernel code, 2065K rwdata, 9356K rodata, 1804K init, 4076K bss, 524128K reserved, 0K cma-reserved)
[    0.062883] random: get_random_u64 called from __kmem_cache_create+0x2a/0x5a0 with crng_init=0
[    0.063009] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.063019] ftrace: allocating 42551 entries in 167 pages
[    0.072050] ftrace: allocated 167 pages with 5 groups
[    0.072157] rcu: Preemptible hierarchical RCU implementation.
[    0.072158] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    0.072158] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.072159] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.072160]  Trampoline variant of Tasks RCU enabled.
[    0.072160]  Rude variant of Tasks RCU enabled.
[    0.072160]  Tracing variant of Tasks RCU enabled.
[    0.072161] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.072161] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.074649] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.074876] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.074992] Console: colour dummy device 80x25
[    0.075002] printk: console [tty0] enabled
[    0.075021] ACPI: Core revision 20210604
[    0.075159] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.075174] APIC: Switch to symmetric I/O mode setup
[    0.392965] Switched APIC routing to physical flat.
[    0.393566] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.408494] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x706fd5ac565, max_idle_ns: 881590827452 ns
[    0.408497] Calibrating delay loop (skipped), value calculated using timer frequency.. 7803.31 BogoMIPS (lpj=13000506)
[    0.408499] pid_max: default: 32768 minimum: 301
[    0.410241] LSM: Security Framework initializing
[    0.410247] landlock: Up and running.
[    0.410248] Yama: becoming mindful.
[    0.410251] LSM support for eBPF active
[    0.410279] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.410301] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.410460] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.410512] LVT offset 1 assigned for vector 0xf9
[    0.410640] LVT offset 2 assigned for vector 0xf4
[    0.410675] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.410676] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.410678] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.410679] Spectre V2 : Mitigation: Full AMD retpoline
[    0.410680] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.410681] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.410681] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.410682] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.412327] Freeing SMP alternatives memory: 36K
[    0.523712] smpboot: CPU0: AMD Ryzen 7 3800X 8-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
[    0.523812] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.523815] ... version:                0
[    0.523816] ... bit width:              48
[    0.523816] ... generic registers:      6
[    0.523816] ... value mask:             0000ffffffffffff
[    0.523817] ... max period:             00007fffffffffff
[    0.523817] ... fixed-purpose events:   0
[    0.523818] ... event mask:             000000000000003f
[    0.523855] rcu: Hierarchical SRCU implementation.
[    0.524123] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.524265] smp: Bringing up secondary CPUs ...
[    0.524326] x86: Booting SMP configuration:
[    0.524327] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.555189] smp: Brought up 1 node, 16 CPUs
[    0.555189] smpboot: Max logical packages: 2
[    0.555189] smpboot: Total of 16 processors activated (124854.06 BogoMIPS)
[    0.556404] devtmpfs: initialized
[    0.556404] x86/mm: Memory block size: 128MB
[    0.556404] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
[    0.556404] ACPI: PM: Registering ACPI NVS region [mem 0xca3ac000-0xca6dffff] (3358720 bytes)
[    0.556404] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.556404] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.556404] pinctrl core: initialized pinctrl subsystem
[    0.556404] PM: RTC time: 11:35:58, date: 2021-09-28
[    0.558557] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.558689] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.558773] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.558856] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.558861] audit: initializing netlink subsys (disabled)
[    0.558865] audit: type=2000 audit(1632828958.169:1): state=initialized audit_enabled=0 res=1
[    0.558865] thermal_sys: Registered thermal governor 'fair_share'
[    0.558865] thermal_sys: Registered thermal governor 'bang_bang'
[    0.558865] thermal_sys: Registered thermal governor 'step_wise'
[    0.558865] thermal_sys: Registered thermal governor 'user_space'
[    0.558865] thermal_sys: Registered thermal governor 'power_allocator'
[    0.558865] cpuidle: using governor ladder
[    0.558865] cpuidle: using governor menu
[    0.558865] Detected 1 PCC Subspaces
[    0.558865] Registering PCC driver as Mailbox controller
[    0.558865] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.558865] ACPI: bus type PCI registered
[    0.558865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.558865] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.558865] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.558865] PCI: Using configuration type 1 for base access
[    0.559500] Kprobes globally optimized
[    0.559504] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.559504] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.559504] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.559504] ACPI: Added _OSI(Module Device)
[    0.559504] ACPI: Added _OSI(Processor Device)
[    0.559504] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.559504] ACPI: Added _OSI(Processor Aggregator Device)
[    0.559504] ACPI: Added _OSI(Linux-Dell-Video)
[    0.559504] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.559504] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.566950] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.567886] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.568435] ACPI: Interpreter enabled
[    0.568446] ACPI: PM: (supports S0 S3 S4 S5)
[    0.568447] ACPI: Using IOAPIC for interrupt routing
[    0.568687] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.568875] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.574447] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.574451] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.574606] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.574753] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.574760] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.575017] PCI host bridge to bus 0000:00
[    0.575018] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.575019] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.575020] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.575021] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.575022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.575023] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.575023] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[    0.575024] pci_bus 0000:00: root bus resource [mem 0x430000000-0x7fffffffff window]
[    0.575025] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.575034] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    0.575127] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
[    0.575226] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    0.575300] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    0.575326] pci 0000:00:01.2: enabling Extended Tags
[    0.575372] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.575482] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    0.575552] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    0.575620] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    0.575688] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    0.575758] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    0.575825] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    0.575848] pci 0000:00:07.1: enabling Extended Tags
[    0.575886] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.575982] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    0.576052] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    0.576076] pci 0000:00:08.1: enabling Extended Tags
[    0.576118] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.576231] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.576350] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.576471] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    0.576513] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    0.576555] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    0.576596] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    0.576638] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    0.576681] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    0.576722] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    0.576764] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    0.576865] pci 0000:01:00.0: [1022:57ad] type 01 class 0x060400
[    0.576920] pci 0000:01:00.0: enabling Extended Tags
[    0.577003] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.577101] pci 0000:01:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
[    0.577157] pci 0000:00:01.2: PCI bridge to [bus 01-0a]
[    0.577160] pci 0000:00:01.2:   bridge window [io  0xe000-0xffff]
[    0.577162] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfccfffff]
[    0.577165] pci 0000:00:01.2:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.577403] pci 0000:02:01.0: [1022:57a3] type 01 class 0x060400
[    0.577473] pci 0000:02:01.0: enabling Extended Tags
[    0.577708] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[    0.578067] pci 0000:02:02.0: [1022:57a3] type 01 class 0x060400
[    0.578136] pci 0000:02:02.0: enabling Extended Tags
[    0.578370] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[    0.578747] pci 0000:02:05.0: [1022:57a3] type 01 class 0x060400
[    0.578839] pci 0000:02:05.0: enabling Extended Tags
[    0.579074] pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
[    0.579426] pci 0000:02:08.0: [1022:57a4] type 01 class 0x060400
[    0.579495] pci 0000:02:08.0: enabling Extended Tags
[    0.579652] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold
[    0.579867] pci 0000:02:09.0: [1022:57a4] type 01 class 0x060400
[    0.579937] pci 0000:02:09.0: enabling Extended Tags
[    0.580094] pci 0000:02:09.0: PME# supported from D0 D3hot D3cold
[    0.580282] pci 0000:02:0a.0: [1022:57a4] type 01 class 0x060400
[    0.580352] pci 0000:02:0a.0: enabling Extended Tags
[    0.580509] pci 0000:02:0a.0: PME# supported from D0 D3hot D3cold
[    0.580699] pci 0000:01:00.0: PCI bridge to [bus 02-0a]
[    0.580705] pci 0000:01:00.0:   bridge window [io  0xe000-0xffff]
[    0.580708] pci 0000:01:00.0:   bridge window [mem 0xfc500000-0xfccfffff]
[    0.580714] pci 0000:01:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.580819] pci 0000:03:00.0: [1987:5016] type 00 class 0x010802
[    0.580846] pci 0000:03:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff 64bit]
[    0.580909] pci 0000:03:00.0: enabling Extended Tags
[    0.581179] pci 0000:02:01.0: PCI bridge to [bus 03]
[    0.581187] pci 0000:02:01.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.581305] pci 0000:04:00.0: [1002:1478] type 01 class 0x060400
[    0.581327] pci 0000:04:00.0: reg 0x10: [mem 0xfc800000-0xfc803fff]
[    0.581377] pci 0000:04:00.0: enabling Extended Tags
[    0.581502] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.581626] pci 0000:04:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.581686] pci 0000:02:02.0: PCI bridge to [bus 04-06]
[    0.581692] pci 0000:02:02.0:   bridge window [io  0xf000-0xffff]
[    0.581696] pci 0000:02:02.0:   bridge window [mem 0xfc700000-0xfc8fffff]
[    0.581702] pci 0000:02:02.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.581779] pci 0000:05:00.0: [1002:1479] type 01 class 0x060400
[    0.581863] pci 0000:05:00.0: enabling Extended Tags
[    0.581985] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.582161] pci 0000:04:00.0: PCI bridge to [bus 05-06]
[    0.582168] pci 0000:04:00.0:   bridge window [io  0xf000-0xffff]
[    0.582172] pci 0000:04:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.582179] pci 0000:04:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.582265] pci 0000:06:00.0: [1002:731f] type 00 class 0x030000
[    0.582294] pci 0000:06:00.0: reg 0x10: [mem 0x7c00000000-0x7dffffffff 64bit pref]
[    0.582313] pci 0000:06:00.0: reg 0x18: [mem 0x7e00000000-0x7e0fffffff 64bit pref]
[    0.582326] pci 0000:06:00.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.582338] pci 0000:06:00.0: reg 0x24: [mem 0xfc700000-0xfc77ffff]
[    0.582350] pci 0000:06:00.0: reg 0x30: [mem 0xfc780000-0xfc79ffff pref]
[    0.582361] pci 0000:06:00.0: enabling Extended Tags
[    0.582525] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.582676] pci 0000:06:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.582729] pci 0000:06:00.1: [1002:ab38] type 00 class 0x040300
[    0.582748] pci 0000:06:00.1: reg 0x10: [mem 0xfc7a0000-0xfc7a3fff]
[    0.582807] pci 0000:06:00.1: enabling Extended Tags
[    0.582899] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.583027] pci 0000:05:00.0: PCI bridge to [bus 06]
[    0.583035] pci 0000:05:00.0:   bridge window [io  0xf000-0xffff]
[    0.583038] pci 0000:05:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.583046] pci 0000:05:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.583174] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
[    0.583200] pci 0000:07:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.583235] pci 0000:07:00.0: reg 0x18: [mem 0xfcb04000-0xfcb04fff 64bit]
[    0.583257] pci 0000:07:00.0: reg 0x20: [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.583400] pci 0000:07:00.0: supports D1 D2
[    0.583401] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.583578] pci 0000:02:05.0: PCI bridge to [bus 07]
[    0.583584] pci 0000:02:05.0:   bridge window [io  0xe000-0xefff]
[    0.583587] pci 0000:02:05.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.583710] pci 0000:08:00.0: [1022:1485] type 00 class 0x130000
[    0.583776] pci 0000:08:00.0: enabling Extended Tags
[    0.583936] pci 0000:08:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.584132] pci 0000:08:00.1: [1022:149c] type 00 class 0x0c0330
[    0.584436] pci 0000:08:00.1: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[    0.585281] pci 0000:08:00.1: enabling Extended Tags
[    0.585900] pci 0000:08:00.1: PME# supported from D0 D3hot D3cold
[    0.586307] pci 0000:08:00.3: [1022:149c] type 00 class 0x0c0330
[    0.586332] pci 0000:08:00.3: reg 0x10: [mem 0xfc500000-0xfc5fffff 64bit]
[    0.586391] pci 0000:08:00.3: enabling Extended Tags
[    0.586463] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    0.586588] pci 0000:02:08.0: PCI bridge to [bus 08]
[    0.586596] pci 0000:02:08.0:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.586699] pci 0000:09:00.0: [1022:7901] type 00 class 0x010601
[    0.586769] pci 0000:09:00.0: reg 0x24: [mem 0xfca00000-0xfca007ff]
[    0.586788] pci 0000:09:00.0: enabling Extended Tags
[    0.586885] pci 0000:09:00.0: PME# supported from D3hot D3cold
[    0.586965] pci 0000:09:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.587010] pci 0000:02:09.0: PCI bridge to [bus 09]
[    0.587019] pci 0000:02:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.587122] pci 0000:0a:00.0: [1022:7901] type 00 class 0x010601
[    0.587191] pci 0000:0a:00.0: reg 0x24: [mem 0xfc900000-0xfc9007ff]
[    0.587211] pci 0000:0a:00.0: enabling Extended Tags
[    0.587308] pci 0000:0a:00.0: PME# supported from D3hot D3cold
[    0.587388] pci 0000:0a:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.587435] pci 0000:02:0a.0: PCI bridge to [bus 0a]
[    0.587443] pci 0000:02:0a.0:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.587525] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000
[    0.587552] pci 0000:0b:00.0: enabling Extended Tags
[    0.587652] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.587705] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000
[    0.587737] pci 0000:0c:00.0: enabling Extended Tags
[    0.587847] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000
[    0.587862] pci 0000:0c:00.1: reg 0x18: [mem 0xfce00000-0xfcefffff]
[    0.587874] pci 0000:0c:00.1: reg 0x24: [mem 0xfcf08000-0xfcf09fff]
[    0.587882] pci 0000:0c:00.1: enabling Extended Tags
[    0.587980] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330
[    0.587993] pci 0000:0c:00.3: reg 0x10: [mem 0xfcd00000-0xfcdfffff 64bit]
[    0.588022] pci 0000:0c:00.3: enabling Extended Tags
[    0.588066] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.588140] pci 0000:0c:00.4: [1022:1487] type 00 class 0x040300
[    0.588148] pci 0000:0c:00.4: reg 0x10: [mem 0xfcf00000-0xfcf07fff]
[    0.588173] pci 0000:0c:00.4: enabling Extended Tags
[    0.588215] pci 0000:0c:00.4: PME# supported from D0 D3hot D3cold
[    0.588294] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.588298] pci 0000:00:08.1:   bridge window [mem 0xfcd00000-0xfcffffff]
[    0.588622] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.588662] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.588696] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.588738] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.588776] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.588807] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.588839] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.588870] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.589286] iommu: Default domain type: Translated
[    0.589293] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.589293] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.589293] pci 0000:06:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
[    0.589293] vgaarb: loaded
[    0.589293] SCSI subsystem initialized
[    0.589293] libata version 3.00 loaded.
[    0.589293] ACPI: bus type USB registered
[    0.589293] usbcore: registered new interface driver usbfs
[    0.589293] usbcore: registered new interface driver hub
[    0.589293] usbcore: registered new device driver usb
[    0.589293] pps_core: LinuxPPS API ver. 1 registered
[    0.589293] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.589293] PTP clock support registered
[    0.589293] EDAC MC: Ver: 3.0.0
[    0.589293] Registered efivars operations
[    0.589293] NetLabel: Initializing
[    0.589293] NetLabel:  domain hash size = 128
[    0.589293] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.589293] NetLabel:  unlabeled traffic allowed by default
[    0.589293] PCI: Using ACPI for IRQ routing
[    0.593542] PCI: pci_cache_line_size set to 64 bytes
[    0.593647] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.593648] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.593649] e820: reserve RAM buffer [mem 0xbdef7018-0xbfffffff]
[    0.593649] e820: reserve RAM buffer [mem 0xbdf06018-0xbfffffff]
[    0.593650] e820: reserve RAM buffer [mem 0xc90e9000-0xcbffffff]
[    0.593651] e820: reserve RAM buffer [mem 0xc9efd000-0xcbffffff]
[    0.593651] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.593652] e820: reserve RAM buffer [mem 0x42f380000-0x42fffffff]
[    0.593655] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.593655] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.595207] clocksource: Switched to clocksource tsc-early
[    0.599938] VFS: Disk quotas dquot_6.6.0
[    0.599950] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.599998] pnp: PnP ACPI init
[    0.600060] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.600120] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.600242] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.600243] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.600428] pnp 00:04: [dma 0 disabled]
[    0.600631] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.600632] system 00:05: [io  0x040b] has been reserved
[    0.600633] system 00:05: [io  0x04d6] has been reserved
[    0.600634] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.600635] system 00:05: [io  0x0c14] has been reserved
[    0.600636] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.600637] system 00:05: [io  0x0c52] has been reserved
[    0.600638] system 00:05: [io  0x0c6c] has been reserved
[    0.600638] system 00:05: [io  0x0c6f] has been reserved
[    0.600639] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.600640] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.600641] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.600642] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.600642] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.600643] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.600644] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.600645] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.600647] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.600649] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.600650] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.600651] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.600652] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.601014] pnp: PnP ACPI: found 6 devices
[    0.606340] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.606382] NET: Registered PF_INET protocol family
[    0.606539] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.607659] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.607742] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.607897] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.607979] TCP: Hash tables configured (established 131072 bind 65536)
[    0.608055] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.608091] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.608123] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.608176] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.608179] NET: Registered PF_XDP protocol family
[    0.608188] pci 0000:02:01.0: PCI bridge to [bus 03]
[    0.608194] pci 0000:02:01.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.608204] pci 0000:05:00.0: PCI bridge to [bus 06]
[    0.608206] pci 0000:05:00.0:   bridge window [io  0xf000-0xffff]
[    0.608212] pci 0000:05:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.608216] pci 0000:05:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608223] pci 0000:04:00.0: PCI bridge to [bus 05-06]
[    0.608226] pci 0000:04:00.0:   bridge window [io  0xf000-0xffff]
[    0.608232] pci 0000:04:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.608236] pci 0000:04:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608243] pci 0000:02:02.0: PCI bridge to [bus 04-06]
[    0.608245] pci 0000:02:02.0:   bridge window [io  0xf000-0xffff]
[    0.608250] pci 0000:02:02.0:   bridge window [mem 0xfc700000-0xfc8fffff]
[    0.608253] pci 0000:02:02.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608259] pci 0000:02:05.0: PCI bridge to [bus 07]
[    0.608261] pci 0000:02:05.0:   bridge window [io  0xe000-0xefff]
[    0.608266] pci 0000:02:05.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.608275] pci 0000:02:08.0: PCI bridge to [bus 08]
[    0.608280] pci 0000:02:08.0:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.608288] pci 0000:02:09.0: PCI bridge to [bus 09]
[    0.608293] pci 0000:02:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.608302] pci 0000:02:0a.0: PCI bridge to [bus 0a]
[    0.608306] pci 0000:02:0a.0:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.608315] pci 0000:01:00.0: PCI bridge to [bus 02-0a]
[    0.608317] pci 0000:01:00.0:   bridge window [io  0xe000-0xffff]
[    0.608322] pci 0000:01:00.0:   bridge window [mem 0xfc500000-0xfccfffff]
[    0.608325] pci 0000:01:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608331] pci 0000:00:01.2: PCI bridge to [bus 01-0a]
[    0.608332] pci 0000:00:01.2:   bridge window [io  0xe000-0xffff]
[    0.608335] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfccfffff]
[    0.608337] pci 0000:00:01.2:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608340] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.608346] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.608348] pci 0000:00:08.1:   bridge window [mem 0xfcd00000-0xfcffffff]
[    0.608353] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.608354] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.608355] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.608356] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.608356] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.608357] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.608358] pci_bus 0000:00: resource 10 [mem 0xd0000000-0xfcffffff window]
[    0.608359] pci_bus 0000:00: resource 11 [mem 0x430000000-0x7fffffffff window]
[    0.608360] pci_bus 0000:01: resource 0 [io  0xe000-0xffff]
[    0.608361] pci_bus 0000:01: resource 1 [mem 0xfc500000-0xfccfffff]
[    0.608361] pci_bus 0000:01: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608362] pci_bus 0000:02: resource 0 [io  0xe000-0xffff]
[    0.608363] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfccfffff]
[    0.608364] pci_bus 0000:02: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608365] pci_bus 0000:03: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.608365] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.608366] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc8fffff]
[    0.608367] pci_bus 0000:04: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608368] pci_bus 0000:05: resource 0 [io  0xf000-0xffff]
[    0.608368] pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.608369] pci_bus 0000:05: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608370] pci_bus 0000:06: resource 0 [io  0xf000-0xffff]
[    0.608371] pci_bus 0000:06: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.608371] pci_bus 0000:06: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608372] pci_bus 0000:07: resource 0 [io  0xe000-0xefff]
[    0.608373] pci_bus 0000:07: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.608374] pci_bus 0000:08: resource 1 [mem 0xfc500000-0xfc6fffff]
[    0.608374] pci_bus 0000:09: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.608375] pci_bus 0000:0a: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.608376] pci_bus 0000:0c: resource 1 [mem 0xfcd00000-0xfcffffff]
[    0.608472] pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
[    0.608923] PCI: CLS 64 bytes, default 64
[    0.608930] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.608942] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.608955] pci 0000:00:01.0: Adding to iommu group 0
[    0.608962] pci 0000:00:01.2: Adding to iommu group 1
[    0.608967] Trying to unpack rootfs image as initramfs...
[    0.608970] pci 0000:00:02.0: Adding to iommu group 2
[    0.608977] pci 0000:00:03.0: Adding to iommu group 3
[    0.608985] pci 0000:00:04.0: Adding to iommu group 4
[    0.608993] pci 0000:00:05.0: Adding to iommu group 5
[    0.609002] pci 0000:00:07.0: Adding to iommu group 6
[    0.609009] pci 0000:00:07.1: Adding to iommu group 7
[    0.609018] pci 0000:00:08.0: Adding to iommu group 8
[    0.609025] pci 0000:00:08.1: Adding to iommu group 9
[    0.609036] pci 0000:00:14.0: Adding to iommu group 10
[    0.609041] pci 0000:00:14.3: Adding to iommu group 10
[    0.609067] pci 0000:00:18.0: Adding to iommu group 11
[    0.609073] pci 0000:00:18.1: Adding to iommu group 11
[    0.609079] pci 0000:00:18.2: Adding to iommu group 11
[    0.609085] pci 0000:00:18.3: Adding to iommu group 11
[    0.609091] pci 0000:00:18.4: Adding to iommu group 11
[    0.609098] pci 0000:00:18.5: Adding to iommu group 11
[    0.609104] pci 0000:00:18.6: Adding to iommu group 11
[    0.609110] pci 0000:00:18.7: Adding to iommu group 11
[    0.609117] pci 0000:01:00.0: Adding to iommu group 12
[    0.609147] pci 0000:02:01.0: Adding to iommu group 13
[    0.609176] pci 0000:02:02.0: Adding to iommu group 14
[    0.609207] pci 0000:02:05.0: Adding to iommu group 15
[    0.609215] pci 0000:02:08.0: Adding to iommu group 16
[    0.609224] pci 0000:02:09.0: Adding to iommu group 17
[    0.609233] pci 0000:02:0a.0: Adding to iommu group 18
[    0.609270] pci 0000:03:00.0: Adding to iommu group 19
[    0.609300] pci 0000:04:00.0: Adding to iommu group 20
[    0.609329] pci 0000:05:00.0: Adding to iommu group 21
[    0.609390] pci 0000:06:00.0: Adding to iommu group 22
[    0.609425] pci 0000:06:00.1: Adding to iommu group 23
[    0.609454] pci 0000:07:00.0: Adding to iommu group 24
[    0.609456] pci 0000:08:00.0: Adding to iommu group 16
[    0.609459] pci 0000:08:00.1: Adding to iommu group 16
[    0.609461] pci 0000:08:00.3: Adding to iommu group 16
[    0.609464] pci 0000:09:00.0: Adding to iommu group 17
[    0.609467] pci 0000:0a:00.0: Adding to iommu group 18
[    0.609473] pci 0000:0b:00.0: Adding to iommu group 25
[    0.609481] pci 0000:0c:00.0: Adding to iommu group 26
[    0.609489] pci 0000:0c:00.1: Adding to iommu group 27
[    0.609498] pci 0000:0c:00.3: Adding to iommu group 28
[    0.609506] pci 0000:0c:00.4: Adding to iommu group 29
[    0.613570] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.613573] AMD-Vi: Extended features (0x58f77ef22294a5a): PPR NX GT IA PC GA_vAPIC
[    0.613577] AMD-Vi: Interrupt remapping enabled
[    0.613706] amd_uncore: 4  amd_df counters detected
[    0.613710] amd_uncore: 6  amd_l3 counters detected
[    0.613868] LVT offset 0 assigned for vector 0x400
[    0.613941] perf: AMD IBS detected (0x000003ff)
[    0.613945] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.615048] Initialise system trusted keyrings
[    0.615058] Key type blacklist registered
[    0.615082] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.615684] zbud: loaded
[    0.618055] Key type asymmetric registered
[    0.618056] Asymmetric key parser 'x509' registered
[    0.618060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.618089] io scheduler mq-deadline registered
[    0.618089] io scheduler kyber registered
[    0.618108] io scheduler bfq registered
[    0.618348] pcieport 0000:00:01.2: AER: enabled with IRQ 27
[    0.618534] pcieport 0000:00:07.1: AER: enabled with IRQ 29
[    0.618637] pcieport 0000:00:08.1: AER: enabled with IRQ 30
[    0.620562] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.620636] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.620650] ACPI: button: Power Button [PWRB]
[    0.620666] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.624484] ACPI: button: Power Button [PWRF]
[    0.627813] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1110
[    0.627827] Monitor-Mwait will be used to enter C-1 state
[    0.627832] ACPI: \_PR_.C000: Found 2 idle states
[    0.627916] ACPI: \_PR_.C002: Found 2 idle states
[    0.628008] ACPI: \_PR_.C004: Found 2 idle states
[    0.628094] ACPI: \_PR_.C006: Found 2 idle states
[    0.628154] ACPI: \_PR_.C008: Found 2 idle states
[    0.628229] ACPI: \_PR_.C00A: Found 2 idle states
[    0.628305] ACPI: \_PR_.C00C: Found 2 idle states
[    0.628383] ACPI: \_PR_.C00E: Found 2 idle states
[    0.628456] ACPI: \_PR_.C001: Found 2 idle states
[    0.628538] ACPI: \_PR_.C003: Found 2 idle states
[    0.628615] ACPI: \_PR_.C005: Found 2 idle states
[    0.628694] ACPI: \_PR_.C007: Found 2 idle states
[    0.628775] ACPI: \_PR_.C009: Found 2 idle states
[    0.628848] ACPI: \_PR_.C00B: Found 2 idle states
[    0.628922] ACPI: \_PR_.C00D: Found 2 idle states
[    0.628997] ACPI: \_PR_.C00F: Found 2 idle states
[    0.629190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.629324] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.630334] Non-volatile memory driver v1.3
[    0.630335] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.630956] nvme nvme0: pci function 0000:03:00.0
[    0.630985] ahci 0000:09:00.0: version 3.0
[    0.631296] ahci 0000:09:00.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl SATA mode
[    0.631298] ahci 0000:09:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[    0.631491] scsi host0: ahci
[    0.631566] scsi host1: ahci
[    0.631616] scsi host2: ahci
[    0.631667] scsi host3: ahci
[    0.631690] ata1: DUMMY
[    0.631691] ata2: DUMMY
[    0.631693] ata3: SATA max UDMA/133 abar m2048@0xfca00000 port 0xfca00200 irq 44
[    0.631696] ata4: SATA max UDMA/133 abar m2048@0xfca00000 port 0xfca00280 irq 45
[    0.631830] ahci 0000:0a:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.631832] ahci 0000:0a:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[    0.631928] scsi host4: ahci
[    0.631948] ata5: SATA max UDMA/133 abar m2048@0xfc900000 port 0xfc900100 irq 58
[    0.631965] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.631974] ehci-pci: EHCI PCI platform driver
[    0.631979] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.631980] ohci-pci: OHCI PCI platform driver
[    0.631984] uhci_hcd: USB Universal Host Controller Interface driver
[    0.632001] usbcore: registered new interface driver usbserial_generic
[    0.632003] usbserial: USB Serial support registered for generic
[    0.632044] rtc_cmos 00:02: RTC can wake from S4
[    0.632202] rtc_cmos 00:02: registered as rtc0
[    0.632247] rtc_cmos 00:02: setting system clock to 2021-09-28T11:35:58 UTC (1632828958)
[    0.632255] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.632353] ledtrig-cpu: registered to indicate activity on CPUs
[    0.632465] hid: raw HID events driver (C) Jiri Kosina
[    0.632503] drop_monitor: Initializing network drop monitor service
[    0.632543] Initializing XFRM netlink socket
[    0.632595] NET: Registered PF_INET6 protocol family
[    0.638123] nvme nvme0: Shutdown timeout set to 10 seconds
[    0.639641] nvme nvme0: 8/0/0 default/read/poll queues
[    0.641084]  nvme0n1: p1 p2 p3 p4
[    0.697119] Freeing initrd memory: 26296K
[    0.699533] Segment Routing with IPv6
[    0.699534] RPL Segment Routing with IPv6
[    0.699545] NET: Registered PF_PACKET protocol family
[    0.700115] microcode: CPU0: patch_level=0x08701021
[    0.700121] microcode: CPU1: patch_level=0x08701021
[    0.700127] microcode: CPU2: patch_level=0x08701021
[    0.700133] microcode: CPU3: patch_level=0x08701021
[    0.700138] microcode: CPU4: patch_level=0x08701021
[    0.700144] microcode: CPU5: patch_level=0x08701021
[    0.700146] microcode: CPU6: patch_level=0x08701021
[    0.700151] microcode: CPU7: patch_level=0x08701021
[    0.700154] microcode: CPU8: patch_level=0x08701021
[    0.700159] microcode: CPU9: patch_level=0x08701021
[    0.700165] microcode: CPU10: patch_level=0x08701021
[    0.700170] microcode: CPU11: patch_level=0x08701021
[    0.700174] microcode: CPU12: patch_level=0x08701021
[    0.700178] microcode: CPU13: patch_level=0x08701021
[    0.700182] microcode: CPU14: patch_level=0x08701021
[    0.700186] microcode: CPU15: patch_level=0x08701021
[    0.700189] microcode: Microcode Update Driver: v2.2.
[    0.700304] resctrl: L3 allocation detected
[    0.700304] resctrl: L3DATA allocation detected
[    0.700305] resctrl: L3CODE allocation detected
[    0.700305] resctrl: MB allocation detected
[    0.700306] resctrl: L3 monitoring detected
[    0.700307] IPI shorthand broadcast: enabled
[    0.700314] sched_clock: Marking stable (386636656, 313662027)->(796082933, -95784250)
[    0.700611] registered taskstats version 1
[    0.700800] Loading compiled-in X.509 certificates
[    0.702095] Loaded X.509 cert 'Build time autogenerated kernel key: e5056702f4373431f4393b868fe565bbbeeb0cdd'
[    0.702711] zswap: loaded using pool lz4/z3fold
[    0.702838] Key type ._fscrypt registered
[    0.702838] Key type .fscrypt registered
[    0.702839] Key type fscrypt-provisioning registered
[    0.703011] PM:   Magic number: 5:319:581
[    0.703040] pci_bus 0000:02: hash matches
[    0.703121] RAS: Correctable Errors collector initialized.
[    0.947953] ata5: SATA link down (SStatus 0 SControl 300)
[    1.111307] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.112329] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.112885] ata3.00: ATA-9: WDC WD20EFRX-68EUZN0, 82.00A82, max UDMA/133
[    1.112886] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.113417] ata3.00: configured for UDMA/133
[    1.113606] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EFRX-68E 0A82 PQ: 0 ANSI: 5
[    1.113712] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.113714] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.113718] sd 2:0:0:0: [sda] Write Protect is off
[    1.113719] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.113725] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.114385] ata4.00: supports DRM functions and may not be fully accessible
[    1.114839] ata4.00: disabling queued TRIM support
[    1.114840] ata4.00: ATA-11: Samsung SSD 870 QVO 1TB, SVQ01B6Q, max UDMA/133
[    1.114841] ata4.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.116809] ata4.00: supports DRM functions and may not be fully accessible
[    1.117205] ata4.00: disabling queued TRIM support
[    1.118888] ata4.00: configured for UDMA/133
[    1.118947] scsi 3:0:0:0: Direct-Access     ATA      Samsung SSD 870  1B6Q PQ: 0 ANSI: 5
[    1.119039] ata4.00: Enabling discard_zeroes_data
[    1.119062] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.119067] sd 3:0:0:0: [sdb] Write Protect is off
[    1.119068] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.119075] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.119174] ata4.00: Enabling discard_zeroes_data
[    1.119601] ata4.00: Enabling discard_zeroes_data
[    1.137706] sd 3:0:0:0: [sdb] supports TCG Opal
[    1.137707] sd 3:0:0:0: [sdb] Attached SCSI disk
[    1.145735] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.146436] Freeing unused decrypted memory: 2036K
[    1.146648] Freeing unused kernel image (initmem) memory: 1804K
[    1.146649] Write protecting the kernel read-only data: 26624k
[    1.147046] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.147185] Freeing unused kernel image (rodata/data gap) memory: 884K
[    1.169258] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.169260] rodata_test: all tests were successful
[    1.169263] Run /init as init process
[    1.169264]   with arguments:
[    1.169264]     /init
[    1.169265]   with environment:
[    1.169265]     HOME=/
[    1.169266]     TERM=linux
[    1.174228] fbcon: Taking over console
[    1.206191] Linux agpgart interface v0.103
[    1.309498] [drm] amdgpu kernel modesetting enabled.
[    1.309559] amdgpu: Ignoring ACPI CRAT on non-APU system
[    1.309560] amdgpu: Virtual CRAT table created for CPU
[    1.309566] amdgpu: Topology: Add CPU node
[    1.309626] amdgpu 0000:06:00.0: vgaarb: deactivate vga console
[    1.309663] amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
[    1.309718] [drm] initializing kernel modesetting (NAVI10 0x1002:0x731F 0x1002:0x0B36 0xC1).
[    1.309720] amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    1.309725] [drm] register mmio base: 0xFC700000
[    1.309725] [drm] register mmio size: 524288
[    1.309743] [drm] PCIE atomic ops is not supported
[    1.309755] [drm] virtual display string:0000:06:00.0, 0000:06:00.0:virtual_display:1, num_crtc:1
[    1.311759] [drm] add ip block number 0 <nv_common>
[    1.311760] [drm] add ip block number 1 <gmc_v10_0>
[    1.311760] [drm] add ip block number 2 <navi10_ih>
[    1.311761] [drm] add ip block number 3 <psp>
[    1.311761] [drm] add ip block number 4 <smu>
[    1.311761] [drm] add ip block number 5 <dce_virtual>
[    1.311762] [drm] add ip block number 6 <gfx_v10_0>
[    1.311762] [drm] add ip block number 7 <sdma_v5_0>
[    1.311763] [drm] add ip block number 8 <vcn_v2_0>
[    1.311763] [drm] add ip block number 9 <jpeg_v2_0>
[    1.311764] kfd kfd: amdgpu: skipped device 1002:731f, PCI rejects atomics
[    1.311778] amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
[    1.311779] amdgpu: ATOM BIOS: 113-D1820501-101
[    1.311784] [drm] VCN decode is enabled in VM mode
[    1.311784] [drm] VCN encode is enabled in VM mode
[    1.311784] [drm] JPEG decode is enabled in VM mode
[    1.311804] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    1.311810] amdgpu 0000:06:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[    1.311811] amdgpu 0000:06:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    1.311812] amdgpu 0000:06:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    1.311822] [drm] Detected VRAM RAM=8176M, BAR=8192M
[    1.311823] [drm] RAM width 256bits GDDR6
[    1.311851] [drm] amdgpu: 8176M of VRAM memory ready
[    1.311852] [drm] amdgpu: 8176M of GTT memory ready.
[    1.311855] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    1.312020] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[    1.312242] amdgpu 0000:06:00.0: amdgpu: PSP runtime database doesn't exist
[    1.313341] [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
[    1.313344] amdgpu 0000:06:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.488529] [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
[    1.527709] amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.531963] amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.531964] amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.532062] amdgpu 0000:06:00.0: amdgpu: use vbios provided pptable
[    1.532063] amdgpu 0000:06:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
[    1.567997] amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
[    1.570094] [drm] kiq ring mec 2 pipe 1 q 0
[    1.572192] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.572557] [drm] JPEG decode initialized successfully.
[    1.572558] amdgpu 0000:06:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[    1.574901] [drm] fb mappable at 0x7C00202000
[    1.574902] [drm] vram apper at 0x7C00000000
[    1.574903] [drm] size 50987008
[    1.574903] [drm] fb depth is 24
[    1.574904] [drm]    pitch is 16384
[    1.575056] fbcon: amdgpu (fb0) is primary device
[    1.575094] Console: switching to colour frame buffer device 256x97
[    1.591055] amdgpu 0000:06:00.0: [drm] fb0: amdgpu frame buffer device
[    1.611842] tsc: Refined TSC clocksource calibration: 3899.999 MHz
[    1.611848] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x706eb38f3d8, max_idle_ns: 881591117856 ns
[    1.611878] clocksource: Switched to clocksource tsc
[    1.638552] amdgpu 0000:06:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    1.638554] amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    1.638555] amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    1.638556] amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    1.638556] amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    1.638557] amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    1.638558] amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    1.638559] amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    1.638559] amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    1.638560] amdgpu 0000:06:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    1.638561] amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[    1.638562] amdgpu 0000:06:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[    1.638563] amdgpu 0000:06:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
[    1.638564] amdgpu 0000:06:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
[    1.638565] amdgpu 0000:06:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
[    1.638566] amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[    1.639377] amdgpu 0000:06:00.0: amdgpu: Using BACO for runtime pm
[    1.639639] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:06:00.0 on minor 0
[    1.680590] xhci_hcd 0000:08:00.1: xHCI Host Controller
[    1.680595] xhci_hcd 0000:08:00.1: new USB bus registered, assigned bus number 1
[    1.680747] xhci_hcd 0000:08:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.681190] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.681192] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.681193] usb usb1: Product: xHCI Host Controller
[    1.681194] usb usb1: Manufacturer: Linux 5.14.8-arch1-1 xhci-hcd
[    1.681195] usb usb1: SerialNumber: 0000:08:00.1
[    1.681260] hub 1-0:1.0: USB hub found
[    1.681270] hub 1-0:1.0: 6 ports detected
[    1.681707] xhci_hcd 0000:08:00.1: xHCI Host Controller
[    1.681710] xhci_hcd 0000:08:00.1: new USB bus registered, assigned bus number 2
[    1.681713] xhci_hcd 0000:08:00.1: Host supports USB 3.1 Enhanced SuperSpeed
[    1.681725] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.681735] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.681737] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.681737] usb usb2: Product: xHCI Host Controller
[    1.681738] usb usb2: Manufacturer: Linux 5.14.8-arch1-1 xhci-hcd
[    1.681739] usb usb2: SerialNumber: 0000:08:00.1
[    1.681793] hub 2-0:1.0: USB hub found
[    1.681802] hub 2-0:1.0: 4 ports detected
[    1.682196] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    1.682200] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[    1.682357] xhci_hcd 0000:08:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.682703] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.682705] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.682706] usb usb3: Product: xHCI Host Controller
[    1.682707] usb usb3: Manufacturer: Linux 5.14.8-arch1-1 xhci-hcd
[    1.682707] usb usb3: SerialNumber: 0000:08:00.3
[    1.682756] hub 3-0:1.0: USB hub found
[    1.682767] hub 3-0:1.0: 6 ports detected
[    1.683216] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    1.683220] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[    1.683221] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.683232] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.683245] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.683246] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.683247] usb usb4: Product: xHCI Host Controller
[    1.683247] usb usb4: Manufacturer: Linux 5.14.8-arch1-1 xhci-hcd
[    1.683248] usb usb4: SerialNumber: 0000:08:00.3
[    1.683316] hub 4-0:1.0: USB hub found
[    1.683325] hub 4-0:1.0: 4 ports detected
[    1.683713] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    1.683716] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 5
[    1.683822] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.684088] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.684089] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.684090] usb usb5: Product: xHCI Host Controller
[    1.684091] usb usb5: Manufacturer: Linux 5.14.8-arch1-1 xhci-hcd
[    1.684092] usb usb5: SerialNumber: 0000:0c:00.3
[    1.684150] hub 5-0:1.0: USB hub found
[    1.684156] hub 5-0:1.0: 4 ports detected
[    1.684313] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    1.684315] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 6
[    1.684316] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.684326] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.684339] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.684340] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.684341] usb usb6: Product: xHCI Host Controller
[    1.684342] usb usb6: Manufacturer: Linux 5.14.8-arch1-1 xhci-hcd
[    1.684343] usb usb6: SerialNumber: 0000:0c:00.3
[    1.684393] hub 6-0:1.0: USB hub found
[    1.684398] hub 6-0:1.0: 4 ports detected
[    1.763620] random: fast init done
[    1.831083] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.895803] systemd[1]: systemd 249.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.895828] systemd[1]: No virtualization found in DMI vendor table.
[    1.895856] systemd[1]: DMI BIOS Extension table does not indicate virtualization.
[    1.911875] systemd[1]: UML virtualization not found in /proc/cpuinfo.
[    1.911884] systemd[1]: No virtualization found in CPUID
[    1.911889] systemd[1]: Virtualization XEN not found, /proc/xen does not exist
[    1.911896] systemd[1]: This platform does not support /proc/device-tree
[    1.911897] systemd[1]: This platform does not support /proc/sysinfo
[    1.911899] systemd[1]: Found VM virtualization none
[    1.911901] systemd[1]: Detected architecture x86-64.
[    1.912005] systemd[1]: Detected initialized system, this is not the first boot.
[    1.912684] systemd[1]: Hostname set to <NASArthapz>.
[    1.913454] systemd[1]: Successfully added address 127.0.0.1 to loopback interface
[    1.913458] systemd[1]: Successfully added address ::1 to loopback interface
[    1.913460] systemd[1]: Successfully brought loopback interface up
[    1.913689] systemd[1]: Setting 'fs/file-max' to '9223372036854775807'.
[    1.913697] systemd[1]: Setting 'fs/nr_open' to '2147483640'.
[    1.913700] systemd[1]: Couldn't write fs.nr_open as 2147483640, halving it.
[    1.913704] systemd[1]: Setting 'fs/nr_open' to '1073741816'.
[    1.913706] systemd[1]: Successfully bumped fs.nr_open to 1073741816
[    1.914185] systemd[1]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
[    1.914187] systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup.
[    1.915898] systemd[1]: Got EBADF when using BPF_F_ALLOW_MULTI, which indicates it is supported. Yay!
[    1.916244] systemd[1]: Controller 'cpu' supported: yes
[    1.916245] systemd[1]: Controller 'cpuacct' supported: no
[    1.916246] systemd[1]: Controller 'cpuset' supported: yes
[    1.916247] systemd[1]: Controller 'io' supported: yes
[    1.916248] systemd[1]: Controller 'blkio' supported: no
[    1.916249] systemd[1]: Controller 'memory' supported: yes
[    1.916250] systemd[1]: Controller 'devices' supported: no
[    1.916251] systemd[1]: Controller 'pids' supported: yes
[    1.916252] systemd[1]: Controller 'bpf-firewall' supported: yes
[    1.916253] systemd[1]: Controller 'bpf-devices' supported: yes
[    1.916254] systemd[1]: Controller 'bpf-foreign' supported: yes
[    1.916255] systemd[1]: Controller 'bpf-socket-bind' supported: no
[    1.916458] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[    1.916550] systemd[1]: Enabling (yes) showing of status (commandline).
[    1.916577] systemd[1]: Serializing system-environment-generators to memfd.
[    1.916660] systemd[1]: Successfully forked off '(sd-executor)' as PID 308.
[    1.916916] systemd[308]: Serializing 10-arch to memfd.
[    1.917016] systemd[308]: Successfully forked off '(direxec)' as PID 309.
[    1.927289] systemd[308]: /usr/lib/systemd/system-environment-generators/10-arch succeeded.
[    1.927455] systemd[1]: (sd-executor) succeeded.
[    1.927566] systemd[1]: Successfully forked off '(sd-executor)' as PID 311.
[    1.928129] systemd[311]: Successfully forked off '(direxec)' as PID 312.
[    1.928217] systemd[311]: Successfully forked off '(direxec)' as PID 313.
[    1.928304] systemd[311]: Successfully forked off '(direxec)' as PID 314.
[    1.928395] systemd[311]: Successfully forked off '(direxec)' as PID 315.
[    1.928506] usb 1-5: new full-speed USB device number 2 using xhci_hcd
[    1.928539] systemd[311]: Successfully forked off '(direxec)' as PID 316.
[    1.928652] systemd[311]: Successfully forked off '(direxec)' as PID 317.
[    1.928744] systemd[311]: Successfully forked off '(direxec)' as PID 318.
[    1.928832] systemd[311]: Successfully forked off '(direxec)' as PID 319.
[    1.928925] systemd[311]: Successfully forked off '(direxec)' as PID 320.
[    1.929072] systemd[311]: Successfully forked off '(direxec)' as PID 321.
[    1.929205] systemd[311]: Successfully forked off '(direxec)' as PID 322.
[    1.931197] systemd[311]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
[    1.935175] usb 3-6: new full-speed USB device number 2 using xhci_hcd
[    1.939930] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    1.943550] systemd[311]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
[    1.943557] systemd[311]: /usr/lib/systemd/system-generators/systemd-bless-boot-generator succeeded.
[    1.943561] systemd[311]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
[    1.943566] systemd[311]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
[    1.943570] systemd[311]: /usr/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
[    1.943574] systemd[311]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
[    1.943580] systemd[311]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
[    1.943589] systemd[311]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
[    1.943592] systemd[311]: /usr/lib/systemd/system-generators/systemd-run-generator succeeded.
[    1.943597] systemd[311]: /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
[    1.943716] systemd[1]: (sd-executor) succeeded.
[    1.943730] systemd[1]: Looking for unit files in (higher priority first):
[    1.943732] systemd[1]:      /etc/systemd/system.control
[    1.943733] systemd[1]:      /run/systemd/system.control
[    1.943733] systemd[1]:      /run/systemd/transient
[    1.943734] systemd[1]:      /run/systemd/generator.early
[    1.943735] systemd[1]:      /etc/systemd/system
[    1.943736] systemd[1]:      /etc/systemd/system.attached
[    1.943737] systemd[1]:      /run/systemd/system
[    1.943738] systemd[1]:      /run/systemd/system.attached
[    1.943738] systemd[1]:      /run/systemd/generator
[    1.943739] systemd[1]:      /usr/local/lib/systemd/system
[    1.943740] systemd[1]:      /usr/lib/systemd/system
[    1.943741] systemd[1]:      /run/systemd/generator.late
[    1.944627] systemd[1]: Modification times have changed, need to update cache.
[    1.944709] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/inquisitor.service
[    1.944713] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/nas-services.service
[    1.944725] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/mnt-data.mount
[    1.944728] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap
[    1.944730] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/home.mount
[    1.944733] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/boot-efi.mount
[    1.944741] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/-.mount
[    1.945097] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sysinit.target
[    1.945099] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/poweroff.target
[    1.945102] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-catalog-update.service
[    1.945122] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/default.target → graphical.target
[    1.945124] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/containerd.service
[    1.945126] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-switch-root.service
[    1.945132] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fancontrol.service
[    1.945134] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/lvm2-monitor.service
[    1.945136] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sshd.service
[    1.945138] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-cryptsetup.target
[    1.945140] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/var-lib-machines.mount
[    1.945150] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dev-hugepages.mount
[    1.945152] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nss-lookup.target
[    1.945154] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/healthd.service
[    1.945156] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-networkd.socket
[    1.945158] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/krb5-kdc.service
[    1.945161] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/blockdev@.target
[    1.945167] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-rfkill.socket
[    1.945188] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.locale1.service → systemd-localed.service
[    1.945190] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-importd.service
[    1.945192] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ip6tables.service
[    1.945195] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udevd-control.socket
[    1.945198] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sigpwr.target
[    1.945200] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/container-getty@.service
[    1.945202] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-root-device.target
[    1.945205] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/shutdown.target
[    1.945207] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-reboot.service
[    1.945209] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/multi-user.target
[    1.945212] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-binfmt.service
[    1.945214] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-bless-boot.service
[    1.945216] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udev-trigger.service
[    1.945219] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/avahi-daemon.service
[    1.945235] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-wall.path
[    1.945237] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-quotacheck.service
[    1.945240] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald-varlink@.socket
[    1.945243] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/swap.target
[    1.945245] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sudo_logsrvd.service
[    1.945247] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/debug-shell.service
[    1.945249] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/auditd.service
[    1.945266] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service → systemd-timedated.service
[    1.945269] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dm-event.service
[    1.945271] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-console.path
[    1.945293] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/autovt@.service → getty@.service
[    1.945308] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/ctrl-alt-del.target → reboot.target
[    1.945310] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kexec.target
[    1.945312] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/tmp.mount
[    1.945315] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hybrid-sleep.service
[    1.945317] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kmod-static-nodes.service
[    1.945319] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty@.service
[    1.945321] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdmonitor.service
[    1.945323] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/graphical.target
[    1.945325] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hibernate-resume@.service
[    1.945327] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-poweroff.service
[    1.945330] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nscd.service
[    1.945333] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/uuidd.socket
[    1.945335] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
[    1.945337] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-coredump@.service
[    1.945339] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-homed.service
[    1.945341] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-fs-pre.target
[    1.945343] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-pstore.service
[    1.945345] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-gatewayd.service
[    1.945347] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-fs.target
[    1.945349] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/gpm.path
[    1.945351] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
[    1.945353] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rsyncd.service
[    1.945355] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/time-sync.target
[    1.945357] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-machined.service
[    1.945359] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-timedated.service
[    1.945362] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/quotaon.service
[    1.945379] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.portable1.service → systemd-portabled.service
[    1.945382] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-flush.service
[    1.945385] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/paths.target
[    1.945387] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/halt.target
[    1.945389] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/e2scrub@.service
[    1.945391] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/smartcard.target
[    1.945394] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/iptables.service
[    1.945421] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/syslog.socket
[    1.945423] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/avahi-dnsconfd.service
[    1.945425] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/cryptsetup.target
[    1.945427] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/pam_namespace.service
[    1.945429] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/git-daemon@.service
[    1.945431] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/network-online.target
[    1.945435] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sshdgenkeys.service
[    1.945437] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-fs.target
[    1.945440] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-console.service
[    1.945442] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-clean.service
[    1.945444] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/e2scrub_fail@.service
[    1.945447] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nss-user-lookup.target
[    1.945449] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-suspend-then-hibernate.service
[    1.945452] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-user-sessions.service
[    1.945465] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/user-runtime-dir@.service
[    1.945468] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-gatewayd.socket
[    1.945470] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ldconfig.service
[    1.945472] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/lvm2-lvmpolld.service
[    1.945474] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sound.target
[    1.945476] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/veritysetup-pre.target
[    1.945478] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-modules-load.service
[    1.945480] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/avahi-daemon.socket
[    1.945482] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rfkill-unblock@.service
[    1.945484] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/serial-getty@.service
[    1.945488] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-localed.service
[    1.945490] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/veritysetup.target
[    1.945492] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/git-daemon.socket
[    1.945495] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/emergency.target
[    1.945497] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rfkill-block@.service
[    1.945499] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/krb5-kpropd@.service
[    1.945501] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty-pre.target
[    1.945503] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/lvm2-pvscan@.service
[    1.945505] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-resolved.service
[    1.945507] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rarpd@.service
[    1.945510] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/shadow.service
[    1.945512] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-timesyncd.service
[    1.945514] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udev-settle.service
[    1.945516] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-veritysetup.target
[    1.945518] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-kexec.service
[    1.945520] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-update-done.service
[    1.945523] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fstrim.service
[    1.945525] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rdisc.service
[    1.945527] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/suspend.target
[    1.945530] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-exit.service
[    1.945532] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-sysext.service
[    1.945534] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-remount-fs.service
[    1.945536] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-switch-root.target
[    1.945539] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udevd-kernel.socket
[    1.945541] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-portabled.service
[    1.945544] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/krb5-kadmind.service
[    1.945545] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/blk-availability.service
[    1.945547] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-volatile-root.service
[    1.945549] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-fsck-root.service
[    1.945551] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-upload.service
[    1.945554] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald-audit.socket
[    1.945556] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/system-update.target
[    1.945559] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdmon@.service
[    1.945561] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rpcbind.target
[    1.945564] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dm-event.socket
[    1.945566] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdadm-last-resort@.timer
[    1.945568] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-fsck@.service
[    2.046124] random: lvm: uninitialized urandom read (4 bytes read)
[    2.050895] EXT4-fs (nvme0n1p3): re-mounted. Opts: (null). Quota mode: none.
[    2.051112] fuse: init (API version 7.34)
[    2.051909] audit: type=1130 audit(1632828959.916:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.052133] audit: type=1130 audit(1632828959.916:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.060173] device-mapper: uevent: version 1.0.3
[    2.060213] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    2.063920] audit: type=1130 audit(1632828959.926:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.074707] audit: type=1130 audit(1632828959.936:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.075214] audit: type=1334 audit(1632828959.939:6): prog-id=14 op=LOAD
[    2.075295] audit: type=1334 audit(1632828959.939:7): prog-id=15 op=LOAD
[    2.075357] audit: type=1334 audit(1632828959.939:8): prog-id=16 op=LOAD
[    2.080812] audit: type=1130 audit(1632828959.942:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.083136] systemd-journald[333]: Received client request to flush runtime journal.
[    2.088995] audit: type=1130 audit(1632828959.952:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.089263] usb 3-6: config 1 has an invalid interface number: 2 but max is 1
[    2.089265] usb 3-6: config 1 has no interface number 1
[    2.090751] usb 1-5: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[    2.090753] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.090754] usb 1-5: Product: USB Receiver
[    2.090755] usb 1-5: Manufacturer: Logitech
[    2.101261] usb 3-6: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
[    2.101264] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.101265] usb 3-6: Product: AURA LED Controller
[    2.101266] usb 3-6: Manufacturer: AsusTek Computer Inc.
[    2.101267] usb 3-6: SerialNumber: 9876543210
[    2.104251] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.116622] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.116663] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.116691] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.116751] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.126360] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    2.126527] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    2.128659] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.128662] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.128723] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.216503] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.216591] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.216654] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.217039] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    2.217564] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    2.217601] RAPL PMU: hw unit of domain package 2^-16 Joules
[    2.220771] cryptd: max_cpu_qlen set to 1000
[    2.222905] random: lvm: uninitialized urandom read (4 bytes read)
[    2.225256] asus_wmi: ASUS WMI generic driver loaded
[    2.226600] asus_wmi: Initialization: 0x0
[    2.226642] asus_wmi: BIOS WMI version: 0.9
[    2.226684] AVX2 version of gcm_enc/dec engaged.
[    2.226740] AES CTR mode by8 optimization enabled
[    2.226774] asus_wmi: SFUN value: 0x0
[    2.226778] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    2.227338] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
[    2.227525] Adding 16777212k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:16777212k SSFS
[    2.228285] hid-generic 0003:0B05:18F3.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:08:00.3-6/input2
[    2.231973] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.0/0003:046D:C52B.0002/input/input4
[    2.232978] libphy: r8169: probed
[    2.233237] r8169 0000:07:00.0 eth0: RTL8168h/8111h, f0:2f:74:de:9d:cc, XID 541, IRQ 89
[    2.233243] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.234921] r8169 0000:07:00.0 enp7s0: renamed from eth0
[    2.236290] snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
[    2.236374] snd_hda_intel 0000:06:00.1: Force to non-snoop mode
[    2.236614] snd_hda_intel 0000:0c:00.4: enabling device (0000 -> 0002)
[    2.256423] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.288641] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:08:00.1-5/input0
[    2.293036] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.1/0003:046D:C52B.0003/input/input5
[    2.293097] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.1/0003:046D:C52B.0003/input/input6
[    2.336434] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input9
[    2.351879] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.1/0003:046D:C52B.0003/input/input7
[    2.351933] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input10
[    2.351948] hid-generic 0003:046D:C52B.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:08:00.1-5/input1
[    2.351988] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input11
[    2.352039] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input12
[    2.352088] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input13
[    2.352144] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input14
[    2.355899] hid-generic 0003:046D:C52B.0004: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:08:00.1-5/input2
[    2.355919] usbcore: registered new interface driver usbhid
[    2.355920] usbhid: USB HID core driver
[    2.357248] snd_hda_codec_realtek hdaudioC1D0: ALCS1200A: SKU not ready 0x00000000
[    2.360086] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    2.360090] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.360092] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.360094] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.360095] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    2.360096] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.360097] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    2.360098] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    2.360099] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    2.363145] kvm: disabled by bios
[    2.372436] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input15
[    2.479254] MCE: In-kernel MCE decoding enabled.
[    2.483264] kvm: disabled by bios
[    2.495258] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input16
[    2.495297] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input17
[    2.495332] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input18
[    2.495369] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input19
[    2.495402] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input20
[    2.495438] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input21
[    2.669667] intel_rapl_common: Found RAPL domain package
[    2.669671] intel_rapl_common: Found RAPL domain core
[    2.669787] kvm: disabled by bios
[    2.732263] logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:08:00.1-5/input2
[    2.802389] kvm: disabled by bios
[    2.847967] input: Logitech Wireless Device PID:1017 Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.2/0003:046D:C52B.0004/0003:046D:1017.0005/input/input22
[    2.848024] hid-generic 0003:046D:1017.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:1017] on usb-0000:08:00.1-5/input2:1
[    2.850054] input: Logitech Wireless Device PID:4004 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.2/0003:046D:C52B.0004/0003:046D:4004.0006/input/input26
[    2.850178] hid-generic 0003:046D:4004.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4004] on usb-0000:08:00.1-5/input2:2
[    2.930342] device-mapper: cache: Origin device (dm-2) discard unsupported: Disabling discard passdown.
[    2.950630] kvm: disabled by bios
[    2.950707] mousedev: PS/2 mouse device common for all mice
[    3.112068] kvm: disabled by bios
[    3.159662] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.187854] input: Logitech Anywhere MX as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.2/0003:046D:C52B.0004/0003:046D:1017.0005/input/input30
[    3.187964] logitech-hidpp-device 0003:046D:1017.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Anywhere MX] on usb-0000:08:00.1-5/input2:1
[    3.198520] random: crng init done
[    3.198522] random: 3 urandom warning(s) missed due to ratelimiting
[    3.248532] kvm: disabled by bios
[    3.343965] input: Logitech K360 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:08:00.1/usb1/1-5/1-5:1.2/0003:046D:C52B.0004/0003:046D:4004.0006/input/input31
[    3.344110] logitech-hidpp-device 0003:046D:4004.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech K360] on usb-0000:08:00.1-5/input2:2
[    3.376723] kvm: disabled by bios
[    3.384583] 8021q: 802.1Q VLAN Support v1.8
[    3.475646] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.477688] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.477795] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.477797] cfg80211: failed to load regulatory.db
[    3.509644] kvm: disabled by bios
[    3.545196] Generic FE-GE Realtek PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    3.654973] kvm: disabled by bios
[    3.711971] r8169 0000:07:00.0 enp7s0: Link is Down
[    4.231503] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.238038] Bridge firewalling registered
[    4.517390] br-03f1ae9375a1: port 1(vethae8f2cc) entered blocking state
[    4.517404] br-03f1ae9375a1: port 1(vethae8f2cc) entered disabled state
[    4.517452] device vethae8f2cc entered promiscuous mode
[    4.517562] br-03f1ae9375a1: port 1(vethae8f2cc) entered blocking state
[    4.517564] br-03f1ae9375a1: port 1(vethae8f2cc) entered forwarding state
[    4.517613] IPv6: ADDRCONF(NETDEV_CHANGE): br-03f1ae9375a1: link becomes ready
[    4.518091] br-03f1ae9375a1: port 1(vethae8f2cc) entered disabled state
[    4.521497] br-03f1ae9375a1: port 2(vethf9cdb41) entered blocking state
[    4.521508] br-03f1ae9375a1: port 2(vethf9cdb41) entered disabled state
[    4.521538] device vethf9cdb41 entered promiscuous mode
[    4.521606] br-03f1ae9375a1: port 2(vethf9cdb41) entered blocking state
[    4.521607] br-03f1ae9375a1: port 2(vethf9cdb41) entered forwarding state
[    4.532390] br-03f1ae9375a1: port 2(vethf9cdb41) entered disabled state
[    4.532403] IPv6: ADDRCONF(NETDEV_CHANGE): vethae8f2cc: link becomes ready
[    4.532418] br-03f1ae9375a1: port 1(vethae8f2cc) entered blocking state
[    4.532419] br-03f1ae9375a1: port 1(vethae8f2cc) entered forwarding state
[    4.547362] IPv6: ADDRCONF(NETDEV_CHANGE): vethf9cdb41: link becomes ready
[    4.547379] br-03f1ae9375a1: port 2(vethf9cdb41) entered blocking state
[    4.547381] br-03f1ae9375a1: port 2(vethf9cdb41) entered forwarding state
[    4.892024] br-03f1ae9375a1: port 1(vethae8f2cc) entered disabled state
[    4.985338] eth0: renamed from vethe61e2eb
[    5.021837] br-03f1ae9375a1: port 2(vethf9cdb41) entered disabled state
[    5.022857] br-03f1ae9375a1: port 1(vethae8f2cc) entered blocking state
[    5.022859] br-03f1ae9375a1: port 1(vethae8f2cc) entered forwarding state
[    5.022874] eth0: renamed from veth9497502
[    5.052169] br-03f1ae9375a1: port 2(vethf9cdb41) entered blocking state
[    5.052172] br-03f1ae9375a1: port 2(vethf9cdb41) entered forwarding state
[    5.804007] kauditd_printk_skb: 404 callbacks suppressed
[    5.804009] audit: type=1701 audit(1632828963.666:193): auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=1351 comm="inquisitor" exe="/home/arthapz/inquisitor/builddir-release/inquisitor" sig=6 res=1
[    5.865883] audit: type=1334 audit(1632828963.729:194): prog-id=37 op=LOAD
[    5.866066] audit: type=1334 audit(1632828963.729:195): prog-id=38 op=LOAD
[    5.866142] audit: type=1334 audit(1632828963.729:196): prog-id=39 op=LOAD
[    5.873467] audit: type=1130 audit(1632828963.736:197): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-1357-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.935238] audit: type=1131 audit(1632828963.799:198): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    5.935852] audit: type=1131 audit(1632828963.799:199): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-1357-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.141955] audit: type=1334 audit(1632828964.006:200): prog-id=39 op=UNLOAD
[    6.141961] audit: type=1334 audit(1632828964.006:201): prog-id=38 op=UNLOAD
[    6.141965] audit: type=1334 audit(1632828964.006:202): prog-id=37 op=UNLOAD
[   19.738306] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[   19.738321] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[   19.738335] IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0: link becomes ready
[  243.756566] kauditd_printk_skb: 16 callbacks suppressed
[  243.756570] audit: type=1100 audit(1632829201.622:219): pid=1949 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  243.764668] audit: type=1101 audit(1632829201.629:220): pid=1949 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  243.765957] audit: type=1110 audit(1632829201.629:221): pid=1949 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  243.766184] audit: type=1105 audit(1632829201.629:222): pid=1949 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  243.785780] audit: type=1106 audit(1632829201.649:223): pid=1949 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  243.785812] audit: type=1104 audit(1632829201.649:224): pid=1949 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  253.663734] audit: type=1101 audit(1632829211.526:225): pid=1967 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  253.664299] audit: type=1110 audit(1632829211.526:226): pid=1967 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  253.664409] audit: type=1105 audit(1632829211.526:227): pid=1967 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  253.693140] audit: type=1130 audit(1632829211.556:228): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  253.694454] audit: type=1106 audit(1632829211.556:229): pid=1967 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  253.694519] audit: type=1104 audit(1632829211.556:230): pid=1967 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  255.660332] audit: type=1101 audit(1632829213.522:231): pid=1976 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  255.660692] audit: type=1110 audit(1632829213.522:232): pid=1976 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  255.660752] audit: type=1105 audit(1632829213.522:233): pid=1976 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  255.668881] audit: type=1106 audit(1632829213.532:234): pid=1976 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  919.892176] kauditd_printk_skb: 1 callbacks suppressed
[  919.892180] audit: type=1130 audit(1632829877.756:236): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  919.892187] audit: type=1131 audit(1632829877.756:237): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2607.430492] r8169 0000:07:00.0 enp7s0: Link is Down
[ 2623.254867] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[ 2623.255005] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[ 2899.920005] audit: type=1100 audit(1632831857.782:238): pid=3859 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2899.921225] audit: type=1101 audit(1632831857.786:239): pid=3859 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2899.921864] audit: type=1110 audit(1632831857.786:240): pid=3859 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2899.921971] audit: type=1105 audit(1632831857.786:241): pid=3859 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2899.928769] audit: type=1131 audit(1632831857.792:242): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2899.986036] audit: type=1130 audit(1632831857.852:243): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2899.987087] audit: type=1106 audit(1632831857.852:244): pid=3859 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2899.987159] audit: type=1104 audit(1632831857.852:245): pid=3859 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3067.458424] audit: type=1101 audit(1632832025.322:246): pid=4008 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3067.459072] audit: type=1110 audit(1632832025.322:247): pid=4008 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3067.459173] audit: type=1105 audit(1632832025.322:248): pid=4008 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3067.463721] audit: type=1131 audit(1632832025.326:249): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3067.492794] audit: type=1130 audit(1632832025.359:250): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3067.493727] audit: type=1106 audit(1632832025.359:251): pid=4008 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3067.493761] audit: type=1104 audit(1632832025.359:252): pid=4008 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3249.132521] audit: type=1101 audit(1632832206.996:253): pid=4192 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3249.133102] audit: type=1110 audit(1632832206.996:254): pid=4192 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3249.133138] audit: type=1105 audit(1632832206.996:255): pid=4192 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3249.138086] audit: type=1131 audit(1632832207.002:256): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3249.172759] audit: type=1130 audit(1632832207.039:257): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3249.173546] audit: type=1106 audit(1632832207.039:258): pid=4192 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3249.173597] audit: type=1104 audit(1632832207.039:259): pid=4192 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3571.702390] audit: type=1100 audit(1632832529.566:260): pid=4448 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3571.703378] audit: type=1101 audit(1632832529.566:261): pid=4448 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3571.703841] audit: type=1110 audit(1632832529.566:262): pid=4448 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3571.703879] audit: type=1105 audit(1632832529.566:263): pid=4448 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3571.709797] audit: type=1131 audit(1632832529.572:264): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3571.742502] audit: type=1130 audit(1632832529.609:265): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3571.743523] audit: type=1106 audit(1632832529.609:266): pid=4448 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3571.743618] audit: type=1104 audit(1632832529.609:267): pid=4448 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4038.442337] audit: type=1100 audit(1632832996.306:268): pid=4756 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4038.443116] audit: type=1101 audit(1632832996.306:269): pid=4756 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4038.443522] audit: type=1110 audit(1632832996.306:270): pid=4756 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4038.443557] audit: type=1105 audit(1632832996.306:271): pid=4756 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4038.449646] audit: type=1131 audit(1632832996.312:272): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4038.505798] audit: type=1130 audit(1632832996.372:273): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4038.506719] audit: type=1106 audit(1632832996.372:274): pid=4756 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4038.506788] audit: type=1104 audit(1632832996.372:275): pid=4756 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4134.595214] audit: type=1101 audit(1632833092.459:276): pid=4869 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4134.595928] audit: type=1110 audit(1632833092.459:277): pid=4869 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4134.596013] audit: type=1105 audit(1632833092.459:278): pid=4869 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4134.603466] audit: type=1106 audit(1632833092.466:279): pid=4869 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4134.603501] audit: type=1104 audit(1632833092.466:280): pid=4869 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4135.662766] audit: type=1101 audit(1632833093.526:281): pid=4883 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4135.663175] audit: type=1110 audit(1632833093.526:282): pid=4883 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4135.663222] audit: type=1105 audit(1632833093.526:283): pid=4883 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4135.669978] audit: type=1106 audit(1632833093.532:284): pid=4883 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4135.669998] audit: type=1104 audit(1632833093.532:285): pid=4883 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4147.559028] audit: type=1101 audit(1632833105.422:286): pid=4914 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4147.559669] audit: type=1110 audit(1632833105.422:287): pid=4914 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4147.559764] audit: type=1105 audit(1632833105.422:288): pid=4914 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4147.566125] audit: type=1106 audit(1632833105.429:289): pid=4914 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4147.566140] audit: type=1104 audit(1632833105.429:290): pid=4914 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4148.172828] audit: type=1101 audit(1632833106.036:291): pid=4928 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4148.173388] audit: type=1110 audit(1632833106.036:292): pid=4928 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4148.173431] audit: type=1105 audit(1632833106.036:293): pid=4928 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4148.180674] audit: type=1106 audit(1632833106.046:294): pid=4928 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4148.180706] audit: type=1104 audit(1632833106.046:295): pid=4928 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4152.961424] kauditd_printk_skb: 35 callbacks suppressed
[ 4152.961426] audit: type=1101 audit(1632833110.826:331): pid=5040 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4152.961754] audit: type=1110 audit(1632833110.826:332): pid=5040 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4152.961812] audit: type=1105 audit(1632833110.826:333): pid=5040 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4152.970258] audit: type=1106 audit(1632833110.832:334): pid=5040 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4152.970298] audit: type=1104 audit(1632833110.832:335): pid=5040 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4153.525802] audit: type=1101 audit(1632833111.389:336): pid=5054 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4153.526158] audit: type=1110 audit(1632833111.389:337): pid=5054 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4153.526212] audit: type=1105 audit(1632833111.389:338): pid=5054 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4153.533332] audit: type=1106 audit(1632833111.396:339): pid=5054 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4153.533362] audit: type=1104 audit(1632833111.396:340): pid=5054 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4166.301832] kauditd_printk_skb: 35 callbacks suppressed
[ 4166.301836] audit: type=1101 audit(1632833124.166:376): pid=5166 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4166.302461] audit: type=1110 audit(1632833124.166:377): pid=5166 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4166.302568] audit: type=1105 audit(1632833124.166:378): pid=5166 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4166.310165] audit: type=1106 audit(1632833124.172:379): pid=5166 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4166.310201] audit: type=1104 audit(1632833124.172:380): pid=5166 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4304.442270] audit: type=1101 audit(1632833262.306:381): pid=5353 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4304.442684] audit: type=1110 audit(1632833262.306:382): pid=5353 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4304.442729] audit: type=1105 audit(1632833262.306:383): pid=5353 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4304.447985] audit: type=1131 audit(1632833262.312:384): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4304.478592] audit: type=1130 audit(1632833262.342:385): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4304.479415] audit: type=1106 audit(1632833262.342:386): pid=5353 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4304.479479] audit: type=1104 audit(1632833262.342:387): pid=5353 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4447.821779] audit: type=1101 audit(1632833405.686:388): pid=5468 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4447.822511] audit: type=1110 audit(1632833405.686:389): pid=5468 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4447.822618] audit: type=1105 audit(1632833405.686:390): pid=5468 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4447.831015] audit: type=1106 audit(1632833405.696:391): pid=5468 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4447.831064] audit: type=1104 audit(1632833405.696:392): pid=5468 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4449.139459] audit: type=1101 audit(1632833407.002:393): pid=5482 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4449.139931] audit: type=1110 audit(1632833407.002:394): pid=5482 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4449.139985] audit: type=1105 audit(1632833407.002:395): pid=5482 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4449.148357] audit: type=1106 audit(1632833407.012:396): pid=5482 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4449.148386] audit: type=1104 audit(1632833407.012:397): pid=5482 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6165.570441] audit: type=1701 audit(1632835123.439:398): auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=5357 comm="inquisitor" exe="/home/arthapz/inquisitor/builddir-release/inquisitor" sig=6 res=1
[ 6165.611351] audit: type=1334 audit(1632835123.479:399): prog-id=43 op=LOAD
[ 6165.611519] audit: type=1334 audit(1632835123.479:400): prog-id=44 op=LOAD
[ 6165.611612] audit: type=1334 audit(1632835123.479:401): prog-id=45 op=LOAD
[ 6165.612555] audit: type=1130 audit(1632835123.479:402): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-6248-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6165.706164] audit: type=1131 audit(1632835123.569:403): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 6165.707065] audit: type=1131 audit(1632835123.572:404): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-6248-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6165.879741] audit: type=1334 audit(1632835123.746:405): prog-id=45 op=UNLOAD
[ 6165.879747] audit: type=1334 audit(1632835123.746:406): prog-id=44 op=UNLOAD
[ 6165.879749] audit: type=1334 audit(1632835123.746:407): prog-id=43 op=UNLOAD
[ 6601.055893] kauditd_printk_skb: 3 callbacks suppressed
[ 6601.055897] audit: type=1100 audit(1632835558.919:411): pid=6576 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6601.056959] audit: type=1101 audit(1632835558.922:412): pid=6576 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6601.057622] audit: type=1110 audit(1632835558.922:413): pid=6576 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6601.057733] audit: type=1105 audit(1632835558.922:414): pid=6576 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6601.064400] audit: type=1131 audit(1632835558.929:415): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6601.091453] audit: type=1130 audit(1632835558.956:416): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6601.092454] audit: type=1106 audit(1632835558.956:417): pid=6576 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6601.092542] audit: type=1104 audit(1632835558.956:418): pid=6576 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6604.724124] audit: type=1101 audit(1632835562.589:419): pid=6607 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6604.724800] audit: type=1110 audit(1632835562.589:420): pid=6607 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6684.186859] kauditd_printk_skb: 3 callbacks suppressed
[ 6684.186863] audit: type=1101 audit(1632835642.052:424): pid=6668 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6684.187466] audit: type=1110 audit(1632835642.052:425): pid=6668 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6684.187505] audit: type=1105 audit(1632835642.052:426): pid=6668 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6684.194279] audit: type=1106 audit(1632835642.059:427): pid=6668 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6684.194304] audit: type=1104 audit(1632835642.059:428): pid=6668 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6724.224524] audit: type=1101 audit(1632835682.089:429): pid=6698 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6724.224901] audit: type=1110 audit(1632835682.089:430): pid=6698 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6724.224935] audit: type=1105 audit(1632835682.089:431): pid=6698 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6724.231469] audit: type=1106 audit(1632835682.096:432): pid=6698 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6724.231476] audit: type=1104 audit(1632835682.096:433): pid=6698 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6795.380598] audit: type=1101 audit(1632835753.246:434): pid=6818 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6795.381304] audit: type=1110 audit(1632835753.246:435): pid=6818 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6795.381416] audit: type=1105 audit(1632835753.246:436): pid=6818 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6795.387073] audit: type=1131 audit(1632835753.252:437): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6795.424258] audit: type=1130 audit(1632835753.289:438): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6795.424970] audit: type=1106 audit(1632835753.289:439): pid=6818 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6795.425042] audit: type=1104 audit(1632835753.289:440): pid=6818 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10007.663885] audit: type=1100 audit(1632838965.529:441): pid=8421 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10007.664836] audit: type=1101 audit(1632838965.529:442): pid=8421 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10007.665327] audit: type=1110 audit(1632838965.532:443): pid=8421 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10007.665361] audit: type=1105 audit(1632838965.532:444): pid=8421 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10007.672341] audit: type=1131 audit(1632838965.539:445): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10007.730011] audit: type=1130 audit(1632838965.595:446): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10007.730930] audit: type=1106 audit(1632838965.595:447): pid=8421 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10007.731035] audit: type=1104 audit(1632838965.595:448): pid=8421 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10604.504278] audit: type=1100 audit(1632839562.369:449): pid=8726 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10604.505507] audit: type=1101 audit(1632839562.372:450): pid=8726 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10604.506175] audit: type=1110 audit(1632839562.372:451): pid=8726 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10604.506280] audit: type=1105 audit(1632839562.372:452): pid=8726 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10604.514909] audit: type=1106 audit(1632839562.382:453): pid=8726 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10604.514958] audit: type=1104 audit(1632839562.382:454): pid=8726 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[14790.658381] r8169 0000:07:00.0 enp7s0: Link is Down
[14806.470112] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[14806.470126] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[17927.538756] audit: type=1100 audit(1632846885.405:455): pid=12515 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[17927.539387] audit: type=1101 audit(1632846885.409:456): pid=12515 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[17927.539797] audit: type=1110 audit(1632846885.409:457): pid=12515 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[17927.539833] audit: type=1105 audit(1632846885.409:458): pid=12515 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[17927.547321] audit: type=1106 audit(1632846885.415:459): pid=12515 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[17927.547363] audit: type=1104 audit(1632846885.415:460): pid=12515 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18010.004591] audit: type=1101 audit(1632846967.872:461): pid=12796 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18010.005403] audit: type=1110 audit(1632846967.872:462): pid=12796 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18010.005503] audit: type=1105 audit(1632846967.872:463): pid=12796 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18010.007841] audit: type=1106 audit(1632846967.875:464): pid=12796 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18010.007847] audit: type=1104 audit(1632846967.875:465): pid=12796 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18011.796421] audit: type=1101 audit(1632846969.665:466): pid=12810 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18011.797093] audit: type=1110 audit(1632846969.665:467): pid=12810 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18011.797196] audit: type=1105 audit(1632846969.665:468): pid=12810 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18011.802917] audit: type=1131 audit(1632846969.672:469): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18011.833889] audit: type=1130 audit(1632846969.702:470): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18015.080219] kauditd_printk_skb: 7 callbacks suppressed
[18015.080224] audit: type=1101 audit(1632846972.949:478): pid=12848 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18015.080574] audit: type=1110 audit(1632846972.949:479): pid=12848 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18015.080613] audit: type=1105 audit(1632846972.949:480): pid=12848 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18015.087820] audit: type=1106 audit(1632846972.955:481): pid=12848 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18015.087826] audit: type=1104 audit(1632846972.955:482): pid=12848 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18459.860819] audit: type=1100 audit(1632847417.729:483): pid=13065 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18459.862006] audit: type=1101 audit(1632847417.729:484): pid=13065 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18459.862650] audit: type=1110 audit(1632847417.732:485): pid=13065 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18459.862759] audit: type=1105 audit(1632847417.732:486): pid=13065 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18459.870258] audit: type=1106 audit(1632847417.739:487): pid=13065 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18459.870264] audit: type=1104 audit(1632847417.739:488): pid=13065 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18670.454386] audit: type=1101 audit(1632847628.322:489): pid=13266 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18670.455046] audit: type=1110 audit(1632847628.322:490): pid=13266 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18670.455150] audit: type=1105 audit(1632847628.322:491): pid=13266 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18670.461215] audit: type=1131 audit(1632847628.329:492): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18670.513431] audit: type=1130 audit(1632847628.382:493): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18670.514407] audit: type=1106 audit(1632847628.382:494): pid=13266 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18670.514474] audit: type=1104 audit(1632847628.382:495): pid=13266 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18722.403354] audit: type=1101 audit(1632847680.272:496): pid=13319 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18722.403988] audit: type=1110 audit(1632847680.272:497): pid=13319 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18722.404093] audit: type=1105 audit(1632847680.272:498): pid=13319 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18722.411379] audit: type=1106 audit(1632847680.279:499): pid=13319 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18722.411415] audit: type=1104 audit(1632847680.279:500): pid=13319 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[20876.639324] r8169 0000:07:00.0 enp7s0: Link is Down
[20892.489085] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[20892.489098] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[25575.155291] r8169 0000:07:00.0 enp7s0: Link is Down
[25591.182772] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[25591.182785] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[26233.542879] r8169 0000:07:00.0 enp7s0: Link is Down
[26249.582868] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[26249.582996] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[26410.542226] r8169 0000:07:00.0 enp7s0: Link is Down
[26426.257282] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[26426.257297] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[26712.299650] r8169 0000:07:00.0 enp7s0: Link is Down
[26728.024049] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[26728.024064] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[28366.612365] r8169 0000:07:00.0 enp7s0: Link is Down
[28382.502214] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[28382.502342] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[28507.315107] r8169 0000:07:00.0 enp7s0: Link is Down
[28523.094762] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[28523.094895] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[33670.903077] r8169 0000:07:00.0 enp7s0: Link is Down
[33686.617479] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[33686.617604] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[33841.956349] r8169 0000:07:00.0 enp7s0: Link is Down
[33857.688355] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[33857.688371] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[34063.951922] r8169 0000:07:00.0 enp7s0: Link is Down
[34079.737208] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[34079.737336] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[34945.971693] r8169 0000:07:00.0 enp7s0: Link is Down
[34961.683086] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[34961.683215] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[36754.123157] r8169 0000:07:00.0 enp7s0: Link is Down
[36769.945400] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[36769.945533] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[37459.827767] audit: type=1130 audit(1632866417.701:501): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[37459.839081] audit: type=1131 audit(1632866417.715:502): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[37466.879266] audit: type=1130 audit(1632866424.755:503): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[37466.879273] audit: type=1131 audit(1632866424.755:504): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[39769.787294] r8169 0000:07:00.0 enp7s0: Link is Down
[39785.565428] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[39785.565443] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[40007.211744] r8169 0000:07:00.0 enp7s0: Link is Down
[40023.075301] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[40023.075424] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[41270.943412] r8169 0000:07:00.0 enp7s0: Link is Down
[41286.655154] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[41286.655169] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[46098.415737] r8169 0000:07:00.0 enp7s0: Link is Down
[46114.118720] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[46114.118735] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[49675.741644] r8169 0000:07:00.0 enp7s0: Link is Down
[49691.441723] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[49691.441848] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[56525.314694] r8169 0000:07:00.0 enp7s0: Link is Down
[56541.318928] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[56541.318943] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[62357.421035] r8169 0000:07:00.0 enp7s0: Link is Down
[62373.767487] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[62373.767604] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[62373.931758] r8169 0000:07:00.0 enp7s0: Link is Down
[62393.367697] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[62393.367710] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[62393.524388] r8169 0000:07:00.0 enp7s0: Link is Down
[62409.444139] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[62409.444153] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[82346.816915] r8169 0000:07:00.0 enp7s0: Link is Down
[82362.542269] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[82362.542282] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[87379.843607] audit: type=1130 audit(1632916337.730:505): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[87379.843615] audit: type=1131 audit(1632916337.730:506): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[89036.319376] r8169 0000:07:00.0 enp7s0: Link is Down
[89052.042897] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[89052.042913] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[103198.735662] r8169 0000:07:00.0 enp7s0: Link is Down
[103214.514960] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[103214.514976] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[106830.893904] audit: type=1100 audit(1632935788.782:507): pid=61345 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[106830.894896] audit: type=1101 audit(1632935788.786:508): pid=61345 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[106830.895267] audit: type=1110 audit(1632935788.786:509): pid=61345 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[106830.895352] audit: type=1105 audit(1632935788.786:510): pid=61345 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[106830.902188] audit: type=1131 audit(1632935788.792:511): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[106830.932987] audit: type=1130 audit(1632935788.822:512): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[106830.933973] audit: type=1106 audit(1632935788.822:513): pid=61345 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[106830.934033] audit: type=1104 audit(1632935788.822:514): pid=61345 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107044.745611] audit: type=1101 audit(1632936002.636:515): pid=61476 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107044.745968] audit: type=1110 audit(1632936002.636:516): pid=61476 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107044.746001] audit: type=1105 audit(1632936002.636:517): pid=61476 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107055.509256] audit: type=1106 audit(1632936013.399:518): pid=61476 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107055.509296] audit: type=1104 audit(1632936013.399:519): pid=61476 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107056.463964] audit: type=1101 audit(1632936014.352:520): pid=61490 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107056.464523] audit: type=1110 audit(1632936014.356:521): pid=61490 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107056.464625] audit: type=1105 audit(1632936014.356:522): pid=61490 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107065.696428] audit: type=1106 audit(1632936023.586:523): pid=61490 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107065.696464] audit: type=1104 audit(1632936023.586:524): pid=61490 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107078.409036] audit: type=1101 audit(1632936036.299:525): pid=61531 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107078.409491] audit: type=1110 audit(1632936036.299:526): pid=61531 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107078.409530] audit: type=1105 audit(1632936036.299:527): pid=61531 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107080.229326] audit: type=1106 audit(1632936038.122:528): pid=61531 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107080.229377] audit: type=1104 audit(1632936038.122:529): pid=61531 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107105.536334] audit: type=1101 audit(1632936063.426:530): pid=61545 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107105.536708] audit: type=1110 audit(1632936063.426:531): pid=61545 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107105.536742] audit: type=1105 audit(1632936063.426:532): pid=61545 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107106.556095] audit: type=1106 audit(1632936064.449:533): pid=61545 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107106.556147] audit: type=1104 audit(1632936064.449:534): pid=61545 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107137.706237] audit: type=1101 audit(1632936095.596:535): pid=61654 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107137.706973] audit: type=1110 audit(1632936095.596:536): pid=61654 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107137.707080] audit: type=1105 audit(1632936095.596:537): pid=61654 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107137.715008] audit: type=1131 audit(1632936095.606:538): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[107137.762564] audit: type=1130 audit(1632936095.652:539): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[107137.763287] audit: type=1106 audit(1632936095.652:540): pid=61654 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107137.763328] audit: type=1104 audit(1632936095.652:541): pid=61654 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107410.958793] audit: type=1101 audit(1632936368.849:542): pid=61853 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107410.959195] audit: type=1110 audit(1632936368.849:543): pid=61853 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107410.959227] audit: type=1105 audit(1632936368.849:544): pid=61853 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107471.059526] audit: type=1106 audit(1632936428.952:545): pid=61853 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107471.059581] audit: type=1104 audit(1632936428.952:546): pid=61853 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107487.199178] audit: type=1101 audit(1632936445.089:547): pid=61934 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107487.199892] audit: type=1110 audit(1632936445.089:548): pid=61934 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107487.199994] audit: type=1105 audit(1632936445.089:549): pid=61934 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107487.206999] audit: type=1131 audit(1632936445.096:550): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[107487.256367] audit: type=1130 audit(1632936445.146:551): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[107487.257264] audit: type=1106 audit(1632936445.146:552): pid=61934 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107487.257295] audit: type=1104 audit(1632936445.146:553): pid=61934 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107762.906377] audit: type=1101 audit(1632936720.796:554): pid=62145 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107762.906737] audit: type=1110 audit(1632936720.796:555): pid=62145 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107762.906772] audit: type=1105 audit(1632936720.796:556): pid=62145 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107762.912665] audit: type=1131 audit(1632936720.802:557): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[107762.935453] audit: type=1130 audit(1632936720.826:558): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[107762.936716] audit: type=1106 audit(1632936720.826:559): pid=62145 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[107762.936764] audit: type=1104 audit(1632936720.826:560): pid=62145 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[113367.517216] r8169 0000:07:00.0 enp7s0: Link is Down
[113383.253650] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[113383.253666] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[114495.646419] r8169 0000:07:00.0 enp7s0: Link is Down
[114511.496116] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[114511.496129] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[116554.662503] r8169 0000:07:00.0 enp7s0: Link is Down
[116570.622042] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[116570.622055] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[117638.281050] r8169 0000:07:00.0 enp7s0: Link is Down
[117653.988673] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[117653.988687] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[123859.811402] audit: type=1130 audit(1632952817.705:561): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[123859.822629] audit: type=1131 audit(1632952817.718:562): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[123860.016452] audit: type=1130 audit(1632952817.912:563): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[123860.016456] audit: type=1131 audit(1632952817.912:564): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[124592.957481] r8169 0000:07:00.0 enp7s0: Link is Down
[124608.867113] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[124608.867236] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[129252.902834] r8169 0000:07:00.0 enp7s0: Link is Down
[129268.934106] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[129268.934119] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[133348.566625] r8169 0000:07:00.0 enp7s0: Link is Down
[133364.379968] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[133364.380077] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[140008.188729] r8169 0000:07:00.0 enp7s0: Link is Down
[140024.149912] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[140024.150039] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[142285.066876] r8169 0000:07:00.0 enp7s0: Link is Down
[142300.807707] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[142300.807717] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[142766.130733] r8169 0000:07:00.0 enp7s0: Link is Down
[142781.919148] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[142781.919259] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[146862.192679] r8169 0000:07:00.0 enp7s0: Link is Down
[146878.154531] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[146878.154545] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[147635.534012] r8169 0000:07:00.0 enp7s0: Link is Down
[147651.244149] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[147651.244269] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[149880.703304] r8169 0000:07:00.0 enp7s0: Link is Down
[149896.419692] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[149896.419705] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[150207.715108] r8169 0000:07:00.0 enp7s0: Link is Down
[150223.439451] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[150223.439464] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[159990.953380] r8169 0000:07:00.0 enp7s0: Link is Down
[160006.782316] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[160006.782399] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[160118.102775] r8169 0000:07:00.0 enp7s0: Link is Down
[160133.802458] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[160133.802473] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[161153.393197] r8169 0000:07:00.0 enp7s0: Link is Down
[161169.252873] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[161169.252962] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[162147.903423] r8169 0000:07:00.0 enp7s0: Link is Down
[162163.676827] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[162163.676963] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[162343.179023] r8169 0000:07:00.0 enp7s0: Link is Down
[162359.091926] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[162359.091940] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[162606.034236] r8169 0000:07:00.0 enp7s0: Link is Down
[162622.258179] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[162622.258308] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[162650.445370] r8169 0000:07:00.0 enp7s0: Link is Down
[162666.353503] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[162666.353518] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[164832.946036] r8169 0000:07:00.0 enp7s0: Link is Down
[164848.657131] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[164848.657251] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[166359.897857] r8169 0000:07:00.0 enp7s0: Link is Down
[166375.743192] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[166375.743206] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[166606.421194] r8169 0000:07:00.0 enp7s0: Link is Down
[166622.199289] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[166622.199304] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[172994.246951] r8169 0000:07:00.0 enp7s0: Link is Down
[173010.028973] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[173010.028988] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[173500.617303] r8169 0000:07:00.0 enp7s0: Link is Down
[173516.700855] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[173516.700870] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[173829.868765] audit: type=1130 audit(1633002787.777:565): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[173829.868773] audit: type=1131 audit(1633002787.777:566): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[176303.573529] r8169 0000:07:00.0 enp7s0: Link is Down
[176319.454895] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[176319.454910] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[179498.941185] r8169 0000:07:00.0 enp7s0: Link is Down
[179514.654242] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[179514.654351] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[185329.734364] r8169 0000:07:00.0 enp7s0: Link is Down
[185345.465598] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[185345.465695] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[186327.379346] r8169 0000:07:00.0 enp7s0: Link is Down
[186343.119300] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[186343.119313] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[190392.130256] r8169 0000:07:00.0 enp7s0: Link is Down
[190408.274426] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[190408.274441] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[194522.061910] r8169 0000:07:00.0 enp7s0: Link is Down
[194537.798696] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[194537.798818] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[196035.521718] r8169 0000:07:00.0 enp7s0: Link is Down
[196051.355931] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[196051.356041] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[197133.077351] r8169 0000:07:00.0 enp7s0: Link is Down
[197148.802334] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[197148.802348] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[200316.531745] r8169 0000:07:00.0 enp7s0: Link is Down
[200332.255769] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[200332.255783] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[200432.360945] audit: type=1100 audit(1633029390.273:567): pid=113685 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[200432.361949] audit: type=1101 audit(1633029390.276:568): pid=113685 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[200432.362564] audit: type=1110 audit(1633029390.276:569): pid=113685 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[200432.362675] audit: type=1105 audit(1633029390.276:570): pid=113685 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[200432.379154] audit: type=1131 audit(1633029390.293:571): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[200432.410401] audit: type=1130 audit(1633029390.326:572): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[200432.412147] audit: type=1106 audit(1633029390.326:573): pid=113685 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[200432.412194] audit: type=1104 audit(1633029390.326:574): pid=113685 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[202525.108538] r8169 0000:07:00.0 enp7s0: Link is Down
[202540.806575] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[202540.806670] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[207688.810126] r8169 0000:07:00.0 enp7s0: Link is Down
[207704.590932] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[207704.591057] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[210259.795004] audit: type=1130 audit(1633039217.709:575): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[210259.811672] audit: type=1131 audit(1633039217.729:576): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[210260.112123] audit: type=1130 audit(1633039218.029:577): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[210260.112130] audit: type=1131 audit(1633039218.029:578): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[210814.175309] r8169 0000:07:00.0 enp7s0: Link is Down
[210830.188554] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[210830.188568] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[213199.770731] r8169 0000:07:00.0 enp7s0: Link is Down
[213215.622916] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[213215.623039] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[214143.493415] r8169 0000:07:00.0 enp7s0: Link is Down
[214159.351919] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[214159.352052] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[214326.218925] r8169 0000:07:00.0 enp7s0: Link is Down
[214342.123470] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[214342.123590] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[217409.836716] r8169 0000:07:00.0 enp7s0: Link is Down
[217425.562454] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[217425.562592] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[222685.362469] r8169 0000:07:00.0 enp7s0: Link is Down
[222701.139566] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[222701.139576] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[229199.075386] r8169 0000:07:00.0 enp7s0: Link is Down
[229215.025820] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[229215.025829] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[241147.287383] r8169 0000:07:00.0 enp7s0: Link is Down
[241163.027603] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[241163.027618] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[242244.748711] audit: type=1100 audit(1633071202.675:579): pid=134846 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[242244.749681] audit: type=1101 audit(1633071202.675:580): pid=134846 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[242244.750269] audit: type=1110 audit(1633071202.675:581): pid=134846 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[242244.750376] audit: type=1105 audit(1633071202.675:582): pid=134846 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[246153.088742] r8169 0000:07:00.0 enp7s0: Link is Down
[246168.955166] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[246168.955182] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[247172.874451] r8169 0000:07:00.0 enp7s0: Link is Down
[247188.662128] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[247188.662227] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[250886.752969] audit: type=1106 audit(1633079844.681:583): pid=134846 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[250886.752997] audit: type=1104 audit(1633079844.681:584): pid=134846 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[252510.130275] r8169 0000:07:00.0 enp7s0: Link is Down
[252525.849076] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[252525.849191] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[260239.803860] audit: type=1130 audit(1633089197.731:585): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[260239.803868] audit: type=1131 audit(1633089197.731:586): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[265219.309538] r8169 0000:07:00.0 enp7s0: Link is Down
[265235.383439] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[265235.383567] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[265251.808626] r8169 0000:07:00.0 enp7s0: Link is Down
[265267.906044] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[265267.906058] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[268361.683730] r8169 0000:07:00.0 enp7s0: Link is Down
[268377.393410] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[268377.393543] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[272433.463998] r8169 0000:07:00.0 enp7s0: Link is Down
[272449.545286] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[272449.545385] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[280410.172113] r8169 0000:07:00.0 enp7s0: Link is Down
[280425.866457] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[280425.866589] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[282266.043123] r8169 0000:07:00.0 enp7s0: Link is Down
[282281.809927] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[282281.810040] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[285368.325854] audit: type=1100 audit(1633114326.263:587): pid=157618 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285368.326962] audit: type=1101 audit(1633114326.263:588): pid=157618 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285368.327620] audit: type=1110 audit(1633114326.263:589): pid=157618 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285368.327685] audit: type=1105 audit(1633114326.263:590): pid=157618 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285368.329025] audit: type=1106 audit(1633114326.267:591): pid=157618 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285368.329048] audit: type=1104 audit(1633114326.267:592): pid=157618 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285377.570883] audit: type=1101 audit(1633114335.507:593): pid=157664 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285377.571211] audit: type=1110 audit(1633114335.507:594): pid=157664 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285377.571244] audit: type=1105 audit(1633114335.507:595): pid=157664 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285377.572383] audit: type=1106 audit(1633114335.510:596): pid=157664 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285377.572390] audit: type=1104 audit(1633114335.510:597): pid=157664 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285418.883800] audit: type=1101 audit(1633114376.820:598): pid=157851 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285418.884534] audit: type=1110 audit(1633114376.820:599): pid=157851 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285418.884647] audit: type=1105 audit(1633114376.820:600): pid=157851 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285418.885510] audit: type=1106 audit(1633114376.823:601): pid=157851 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285418.885575] audit: type=1104 audit(1633114376.823:602): pid=157851 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[285785.493828] r8169 0000:07:00.0 enp7s0: Link is Down
[285801.193409] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[285801.193536] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[286808.124283] r8169 0000:07:00.0 enp7s0: Link is Down
[286823.837221] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[286823.837355] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[289367.337937] r8169 0000:07:00.0 enp7s0: Link is Down
[289383.061736] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[289383.061750] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[290412.452886] r8169 0000:07:00.0 enp7s0: Link is Down
[290428.363641] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[290428.363655] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[290841.816868] r8169 0000:07:00.0 enp7s0: Link is Down
[290857.510683] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[290857.510698] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[291561.805143] r8169 0000:07:00.0 enp7s0: Link is Down
[291577.577758] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[291577.577773] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[295971.433660] r8169 0000:07:00.0 enp7s0: Link is Down
[295987.137204] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[295987.137220] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[296639.163625] r8169 0000:07:00.0 enp7s0: Link is Down
[296654.859137] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[296654.859151] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[296654.898181] audit: type=1130 audit(1633125612.836:603): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[296654.912554] audit: type=1131 audit(1633125612.850:604): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[296655.193122] audit: type=1130 audit(1633125613.130:605): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[296655.193128] audit: type=1131 audit(1633125613.130:606): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[297848.496018] r8169 0000:07:00.0 enp7s0: Link is Down
[297864.329547] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[297864.329560] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[298437.964857] r8169 0000:07:00.0 enp7s0: Link is Down
[298453.679629] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[298453.679757] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[300931.918637] r8169 0000:07:00.0 enp7s0: Link is Down
[300947.639994] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[300947.640008] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[301722.825461] r8169 0000:07:00.0 enp7s0: Link is Down
[301738.536816] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[301738.536937] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[304497.580316] r8169 0000:07:00.0 enp7s0: Link is Down
[304513.308972] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[304513.308987] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[309759.595596] r8169 0000:07:00.0 enp7s0: Link is Down
[309775.458777] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[309775.458888] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[312421.287818] r8169 0000:07:00.0 enp7s0: Link is Down
[312437.062553] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[312437.062568] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[313174.491575] r8169 0000:07:00.0 enp7s0: Link is Down
[313190.435097] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[313190.435223] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[314966.131578] r8169 0000:07:00.0 enp7s0: Link is Down
[314981.844019] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[314981.844151] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[315874.085805] r8169 0000:07:00.0 enp7s0: Link is Down
[315889.880963] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[315889.880977] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[316943.518546] r8169 0000:07:00.0 enp7s0: Link is Down
[316959.315764] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[316959.315893] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[318532.095174] r8169 0000:07:00.0 enp7s0: Link is Down
[318547.804042] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[318547.804056] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[340927.861748] r8169 0000:07:00.0 enp7s0: Link is Down
[340943.634042] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[340943.634166] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[346699.802941] audit: type=1130 audit(1633175657.751:607): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[346699.802948] audit: type=1131 audit(1633175657.751:608): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[356067.136027] r8169 0000:07:00.0 enp7s0: Link is Down
[356083.056204] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[356083.056219] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[363171.651732] r8169 0000:07:00.0 enp7s0: Link is Down
[363187.544174] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[363187.544189] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[367256.783716] r8169 0000:07:00.0 enp7s0: Link is Down
[367272.532032] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[367272.532047] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[373162.194466] r8169 0000:07:00.0 enp7s0: Link is Down
[373177.895096] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[373177.895220] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[376292.571320] r8169 0000:07:00.0 enp7s0: Link is Down
[376308.544941] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[376308.544954] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[383059.760697] audit: type=1130 audit(1633212017.720:609): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[383059.774043] audit: type=1131 audit(1633212017.733:610): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[383060.073679] audit: type=1130 audit(1633212018.033:611): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[383060.073687] audit: type=1131 audit(1633212018.033:612): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[385731.839542] r8169 0000:07:00.0 enp7s0: Link is Down
[385747.606755] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[385747.606770] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[401116.306165] r8169 0000:07:00.0 enp7s0: Link is Down
[401132.466507] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[401132.466521] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[413884.579921] r8169 0000:07:00.0 enp7s0: Link is Down
[413900.289187] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[413900.289298] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[433159.769889] audit: type=1130 audit(1633262117.742:613): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[433159.769897] audit: type=1131 audit(1633262117.742:614): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[443436.081535] r8169 0000:07:00.0 enp7s0: Link is Down
[443451.895395] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[443451.895411] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[455213.881364] r8169 0000:07:00.0 enp7s0: Link is Down
[455229.734645] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[455229.734658] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[455441.707587] r8169 0000:07:00.0 enp7s0: Link is Down
[455457.490010] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[455457.490025] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[459404.139328] r8169 0000:07:00.0 enp7s0: Link is Down
[459419.849403] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[459419.849524] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[462113.721137] r8169 0000:07:00.0 enp7s0: Link is Down
[462129.560145] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[462129.560158] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[463602.827022] r8169 0000:07:00.0 enp7s0: Link is Down
[463618.545125] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[463618.545141] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[467501.154786] r8169 0000:07:00.0 enp7s0: Link is Down
[467516.927358] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[467516.927480] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[469459.756923] audit: type=1130 audit(1633298417.737:615): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[469459.770651] audit: type=1131 audit(1633298417.751:616): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[469460.086645] audit: type=1130 audit(1633298418.067:617): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[469460.086653] audit: type=1131 audit(1633298418.067:618): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[470748.927869] r8169 0000:07:00.0 enp7s0: Link is Down
[470764.750245] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[470764.750260] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[474010.773686] r8169 0000:07:00.0 enp7s0: Link is Down
[474026.672514] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[474026.672664] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[475999.647195] r8169 0000:07:00.0 enp7s0: Link is Down
[476015.385300] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[476015.385313] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[482942.090304] r8169 0000:07:00.0 enp7s0: Link is Down
[482957.802865] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[482957.803006] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[519609.777556] audit: type=1130 audit(1633348567.772:619): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[519609.777565] audit: type=1131 audit(1633348567.772:620): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[529264.667016] r8169 0000:07:00.0 enp7s0: Link is Down
[529280.381722] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[529280.381736] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[531472.475467] r8169 0000:07:00.0 enp7s0: Link is Down
[531488.454755] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[531488.454769] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[540243.007411] r8169 0000:07:00.0 enp7s0: Link is Down
[540258.945954] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[540258.945969] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[546207.923741] r8169 0000:07:00.0 enp7s0: Link is Down
[546231.795860] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[546231.795981] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[546231.931891] r8169 0000:07:00.0 enp7s0: Link is Down
[546247.741443] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[546247.741459] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[551264.383728] r8169 0000:07:00.0 enp7s0: Link is Down
[551280.238463] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[551280.238476] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[555859.726271] audit: type=1130 audit(1633384817.728:621): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[555859.739561] audit: type=1131 audit(1633384817.741:622): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[555860.063434] audit: type=1130 audit(1633384818.064:623): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[555860.063440] audit: type=1131 audit(1633384818.064:624): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[572588.866402] r8169 0000:07:00.0 enp7s0: Link is Down
[572604.649992] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[572604.650119] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[589523.676230] r8169 0000:07:00.0 enp7s0: Link is Down
[589539.768340] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[589539.768436] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[591575.486871] r8169 0000:07:00.0 enp7s0: Link is Down
[591591.448190] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[591591.448205] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[602035.136416] r8169 0000:07:00.0 enp7s0: Link is Down
[602050.850282] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[602050.850295] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[602881.553082] r8169 0000:07:00.0 enp7s0: Link is Down
[602897.467600] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[602897.467735] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[604146.653970] r8169 0000:07:00.0 enp7s0: Link is Down
[604162.608365] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[604162.608375] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[606019.732905] audit: type=1130 audit(1633434977.746:625): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[606019.732911] audit: type=1131 audit(1633434977.746:626): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[616485.514441] r8169 0000:07:00.0 enp7s0: Link is Down
[616501.749132] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[616501.749148] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[630327.464979] r8169 0000:07:00.0 enp7s0: Link is Down
[630343.181314] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[630343.181330] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[632694.541174] r8169 0000:07:00.0 enp7s0: Link is Down
[632710.266362] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[632710.266485] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[633147.852970] r8169 0000:07:00.0 enp7s0: Link is Down
[633163.563985] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[633163.563996] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[634212.762875] r8169 0000:07:00.0 enp7s0: Link is Down
[634228.711111] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[634228.711256] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[639177.603556] r8169 0000:07:00.0 enp7s0: Link is Down
[639193.937541] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[639193.937556] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[639513.617747] r8169 0000:07:00.0 enp7s0: Link is Down
[639529.347089] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[639529.347104] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[642259.683629] audit: type=1130 audit(1633471217.708:627): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[642259.701850] audit: type=1131 audit(1633471217.725:628): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[642260.025268] audit: type=1130 audit(1633471218.048:629): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[642260.025272] audit: type=1131 audit(1633471218.048:630): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[650174.748349] r8169 0000:07:00.0 enp7s0: Link is Down
[650190.687033] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[650190.687048] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[655881.890900] r8169 0000:07:00.0 enp7s0: Link is Down
[655897.631656] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[655897.631672] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[656028.879219] r8169 0000:07:00.0 enp7s0: Link is Down
[656044.903139] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[656044.903268] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[679714.741581] r8169 0000:07:00.0 enp7s0: Link is Down
[679730.776233] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[679730.776353] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[682124.503278] r8169 0000:07:00.0 enp7s0: Link is Down
[682140.297353] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[682140.297369] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[687777.689950] r8169 0000:07:00.0 enp7s0: Link is Down
[687793.729927] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[687793.730038] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[692479.727976] audit: type=1130 audit(1633521437.763:631): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[692479.728013] audit: type=1131 audit(1633521437.763:632): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[710244.086114] r8169 0000:07:00.0 enp7s0: Link is Down
[710259.794458] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[710259.794591] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[719285.723329] r8169 0000:07:00.0 enp7s0: Link is Down
[719301.441416] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[719301.441427] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[728659.666453] audit: type=1130 audit(1633557617.712:633): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[728659.680040] audit: type=1131 audit(1633557617.726:634): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[728659.887056] audit: type=1130 audit(1633557617.936:635): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[728659.887063] audit: type=1131 audit(1633557617.936:636): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[729470.430099] r8169 0000:07:00.0 enp7s0: Link is Down
[729486.146899] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[729486.147039] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[734622.151017] r8169 0000:07:00.0 enp7s0: Link is Down
[734637.888027] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[734637.888041] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[735044.236936] r8169 0000:07:00.0 enp7s0: Link is Down
[735060.011759] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[735060.011872] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[737157.714474] r8169 0000:07:00.0 enp7s0: Link is Down
[737173.989483] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[737173.989577] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[738319.996549] r8169 0000:07:00.0 enp7s0: Link is Down
[738335.827203] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[738335.827216] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[739147.094124] r8169 0000:07:00.0 enp7s0: Link is Down
[739162.819670] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[739162.819776] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[742117.666567] r8169 0000:07:00.0 enp7s0: Link is Down
[742133.387752] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[742133.387766] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[744760.333651] r8169 0000:07:00.0 enp7s0: Link is Down
[744776.170195] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[744776.170320] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[745349.298597] r8169 0000:07:00.0 enp7s0: Link is Down
[745365.238951] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[745365.239048] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[748718.123246] r8169 0000:07:00.0 enp7s0: Link is Down
[748734.102120] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[748734.102131] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[753866.236726] r8169 0000:07:00.0 enp7s0: Link is Down
[753882.016659] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[753882.016771] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[756644.089119] r8169 0000:07:00.0 enp7s0: Link is Down
[756660.225033] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[756660.225048] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[757302.851527] r8169 0000:07:00.0 enp7s0: Link is Down
[757318.564047] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[757318.564061] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[758362.314385] r8169 0000:07:00.0 enp7s0: Link is Down
[758378.012797] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[758378.012808] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[766398.681197] r8169 0000:07:00.0 enp7s0: Link is Down
[766414.378288] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[766414.378302] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[770381.754550] r8169 0000:07:00.0 enp7s0: Link is Down
[770397.544028] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[770397.544160] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[778939.719751] audit: type=1130 audit(1633607897.781:637): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[778939.719757] audit: type=1131 audit(1633607897.781:638): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[785232.664024] r8169 0000:07:00.0 enp7s0: Link is Down
[785248.428840] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[785248.428961] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[785312.922785] r8169 0000:07:00.0 enp7s0: Link is Down
[785328.637292] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[785328.637412] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[789261.693301] r8169 0000:07:00.0 enp7s0: Link is Down
[789277.444370] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[789277.444485] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[790189.240761] r8169 0000:07:00.0 enp7s0: Link is Down
[790204.991034] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[790204.991149] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[790958.242730] audit: type=1100 audit(1633619916.304:639): pid=416080 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[790958.244907] audit: type=1101 audit(1633619916.304:640): pid=416080 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[790958.246963] audit: type=1110 audit(1633619916.307:641): pid=416080 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[790958.247135] audit: type=1105 audit(1633619916.307:642): pid=416080 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791010.650308] audit: type=1106 audit(1633619968.714:643): pid=416080 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791010.650339] audit: type=1104 audit(1633619968.714:644): pid=416080 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791026.856417] audit: type=1101 audit(1633619984.917:645): pid=416142 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791026.856898] audit: type=1110 audit(1633619984.917:646): pid=416142 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791026.856959] audit: type=1105 audit(1633619984.917:647): pid=416142 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791026.996820] audit: type=1106 audit(1633619985.057:648): pid=416142 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791026.996861] audit: type=1104 audit(1633619985.057:649): pid=416142 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791038.930698] audit: type=1101 audit(1633619996.990:650): pid=416215 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791038.931388] audit: type=1110 audit(1633619996.990:651): pid=416215 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791038.931490] audit: type=1105 audit(1633619996.990:652): pid=416215 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791058.752782] audit: type=1106 audit(1633620016.814:653): pid=416215 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791058.752793] audit: type=1104 audit(1633620016.814:654): pid=416215 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791064.290180] audit: type=1101 audit(1633620022.350:655): pid=416234 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791064.290656] audit: type=1110 audit(1633620022.350:656): pid=416234 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791064.290733] audit: type=1105 audit(1633620022.350:657): pid=416234 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791064.305931] r8169 0000:07:00.0 enp7s0: Link is Down
[791064.307594] audit: type=1106 audit(1633620022.367:658): pid=416234 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791064.307654] audit: type=1104 audit(1633620022.367:659): pid=416234 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[791080.150876] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[791080.150998] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[791104.901216] audit: type=1100 audit(1633620062.960:660): pid=416595 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[791104.902396] audit: type=1101 audit(1633620062.964:661): pid=416595 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="arthapz" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[791104.903019] audit: type=1110 audit(1633620062.964:662): pid=416595 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[791104.903122] audit: type=1105 audit(1633620062.964:663): pid=416595 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[791104.912515] audit: type=1100 audit(1633620062.974:664): pid=416596 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/1 res=success'
[791104.912553] audit: type=1101 audit(1633620062.974:665): pid=416596 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/1 res=success'
[791104.912806] audit: type=1103 audit(1633620062.974:666): pid=416596 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/1 res=success'
[791104.912864] audit: type=1105 audit(1633620062.974:667): pid=416596 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/1 res=success'
> SYSTEMD_LESS=FRXMK journalctl -b -p 3
sept. 28 13:36:00 NASArthapz kernel: kvm: disabled by bios
sept. 28 13:36:00 NASArthapz kernel: kvm: disabled by bios
sept. 28 13:36:00 NASArthapz kernel: kvm: disabled by bios
sept. 28 13:36:00 NASArthapz kernel: kvm: disabled by bios
sept. 28 13:36:00 NASArthapz kernel: kvm: disabled by bios
sept. 28 13:36:00 NASArthapz kernel: kvm: disabled by bios
sept. 28 13:36:01 NASArthapz kernel: kvm: disabled by bios
sept. 28 13:36:01 NASArthapz kernel: kvm: disabled by bios
sept. 28 13:36:01 NASArthapz kernel: kvm: disabled by bios
sept. 28 13:36:01 NASArthapz kernel: kvm: disabled by bios

Offline

#13 2021-10-09 12:50:35

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

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

[    1.895828] systemd[1]: No virtualization found in DMI vendor table.
[    1.895856] systemd[1]: DMI BIOS Extension table does not indicate virtualization.
[    1.911875] systemd[1]: UML virtualization not found in /proc/cpuinfo.
[    1.911884] systemd[1]: No virtualization found in CPUID
[    1.911889] systemd[1]: Virtualization XEN not found, /proc/xen does not exist
[    1.911896] systemd[1]: This platform does not support /proc/device-tree
[    1.911897] systemd[1]: This platform does not support /proc/sysinfo
[    1.911899] systemd[1]: Found VM virtualization none
[   19.738306] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[   19.738321] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off

I suggest to enable KVM in firmware, then check if that solves the network issue.

Note: no idea if that will solve the opencl issue, we're still in the early phase of troubleshooting trying to narrow down possible causes.


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

#14 2021-11-08 03:48:20

Arthapz
Member
Registered: 2021-09-20
Posts: 9

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

I suggest to enable KVM in firmware, then check if that solves the network issue.

done

Note: no idea if that will solve the opencl issue, we're still in the early phase of troubleshooting trying to narrow down possible causes.

the network error is detailled in https://wiki.archlinux.org/title/Networ … /8168/8411 and is not related to my issue

Last edited by Arthapz (2021-11-08 03:50:10)

Offline

#15 2021-11-11 10:26:42

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

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

I'd like to see new logs then, dmesg and journal .

Assuming your network is functional, try

SYSTEMD_LESS=FRXMK journalctl -b |& curl -F 'f:1=<-' ix.io

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

#16 2021-11-12 04:07:23

Arthapz
Member
Registered: 2021-09-20
Posts: 9

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

> SYSTEMD_LESS=FRXMK journalctl -b |& curl -F 'f:1=<-' ix.io

make no output

sudo dmesg                      
                                                                                                                                                                                               ✔  935  05:06:06
[    0.000000] Linux version 5.14.16-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Tue, 02 Nov 2021 22:22:59 +0000
[    0.000000] Command line: root=PARTUUID=a5a36a89-5fd5-4c41-b283-77cfc6cad6d8 rw add_efi_memmap initrd=boot\amd-ucode.img initrd=boot\initramfs-linux.img
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a210000-0x00000000c9efcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9efd000-0x00000000ca251fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca252000-0x00000000ca3abfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca3ac000-0x00000000ca6dffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca6e0000-0x00000000cbbfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cbbff000-0x00000000ccffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042f380000-0x000000042fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xbdf06018-0xbdf1f257] usable ==> usable
[    0.000000] e820: update [mem 0xbdf06018-0xbdf1f257] usable ==> usable
[    0.000000] e820: update [mem 0xbdef7018-0xbdf05067] usable ==> usable
[    0.000000] e820: update [mem 0xbdef7018-0xbdf05067] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a210000-0x00000000bdef7017] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdef7018-0x00000000bdf05067] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdf05068-0x00000000bdf06017] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdf06018-0x00000000bdf1f257] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdf1f258-0x00000000c9efcfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9efd000-0x00000000ca251fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ca252000-0x00000000ca3abfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000ca3ac000-0x00000000ca6dffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000ca6e0000-0x00000000cbbfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cbbff000-0x00000000ccffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042f380000-0x000000042fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xca3ab000 ACPI 2.0=0xca3ab014 SMBIOS=0xcba06000 SMBIOS 3.0=0xcba05000 MEMATTR=0xc639e418 ESRT=0xc90e9998 RNG=0xcba49698
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: System manufacturer System Product Name/TUF GAMING X570-PLUS, BIOS 3602 03/06/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3900.012 MHz processor
[    0.000010] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000011] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000016] last_pfn = 0x42f380 max_arch_pfn = 0x400000000
[    0.000590] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000771] total RAM covered: 3327M
[    0.000905] Found optimal setting for mtrr clean up
[    0.000906]  gran_size: 64K  chunk_size: 128M        num_reg: 4      lose cover RAM: 0G
[    0.000970] e820: update [mem 0xcb300000-0xcb30ffff] usable ==> reserved
[    0.000974] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000978] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[    0.004480] esrt: Reserving ESRT space from 0x00000000c90e9998 to 0x00000000c90e99d0.
[    0.004485] e820: update [mem 0xc90e9000-0xc90e9fff] usable ==> reserved
[    0.004501] Using GB pages for direct mapping
[    0.005080] Secure boot disabled
[    0.005081] RAMDISK: [mem 0x7e598000-0x7fff2fff]
[    0.005085] ACPI: Early table checksum verification disabled
[    0.005088] ACPI: RSDP 0x00000000CA3AB014 000024 (v02 ALASKA)
[    0.005091] ACPI: XSDT 0x00000000CA3AA728 0000C4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005095] ACPI: FACP 0x00000000CA3A3000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.005099] ACPI: DSDT 0x00000000CA397000 00B8E5 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.005101] ACPI: FACS 0x00000000CA6C3000 000040
[    0.005103] ACPI: SSDT 0x00000000CA3A9000 00092A (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.005105] ACPI: SSDT 0x00000000CA3A5000 003AAF (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.005107] ACPI: SSDT 0x00000000CA3A4000 0000FC (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.005109] ACPI: FIDT 0x00000000CA396000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005111] ACPI: FPDT 0x00000000CA298000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005113] ACPI: MCFG 0x00000000CA394000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.005115] ACPI: HPET 0x00000000CA393000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.005116] ACPI: SSDT 0x00000000CA392000 000024 (v01 AMD    BIXBY    00001000 INTL 20120913)
[    0.005118] ACPI: IVRS 0x00000000CA390000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005120] ACPI: VFCT 0x00000000CA381000 00E684 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.005122] ACPI: WPBT 0x00000000CA2A7000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.005124] ACPI: PCCT 0x00000000CA2A6000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005126] ACPI: SSDT 0x00000000CA2A2000 003F69 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005128] ACPI: CRAT 0x00000000CA2A1000 000ED8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005130] ACPI: CDIT 0x00000000CA2A0000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005132] ACPI: SSDT 0x00000000CA29F000 00052C (v01 AMD    QOGIRNOI 00000001 INTL 20120913)
[    0.005134] ACPI: SSDT 0x00000000CA29B000 00381A (v01 AMD    QOGIRN   00000001 INTL 20120913)
[    0.005135] ACPI: WSMT 0x00000000CA29A000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005137] ACPI: APIC 0x00000000CA299000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.005139] ACPI: Reserving FACP table memory at [mem 0xca3a3000-0xca3a3113]
[    0.005140] ACPI: Reserving DSDT table memory at [mem 0xca397000-0xca3a28e4]
[    0.005141] ACPI: Reserving FACS table memory at [mem 0xca6c3000-0xca6c303f]
[    0.005141] ACPI: Reserving SSDT table memory at [mem 0xca3a9000-0xca3a9929]
[    0.005142] ACPI: Reserving SSDT table memory at [mem 0xca3a5000-0xca3a8aae]
[    0.005143] ACPI: Reserving SSDT table memory at [mem 0xca3a4000-0xca3a40fb]
[    0.005143] ACPI: Reserving FIDT table memory at [mem 0xca396000-0xca39609b]
[    0.005144] ACPI: Reserving FPDT table memory at [mem 0xca298000-0xca298043]
[    0.005145] ACPI: Reserving MCFG table memory at [mem 0xca394000-0xca39403b]
[    0.005145] ACPI: Reserving HPET table memory at [mem 0xca393000-0xca393037]
[    0.005146] ACPI: Reserving SSDT table memory at [mem 0xca392000-0xca392023]
[    0.005147] ACPI: Reserving IVRS table memory at [mem 0xca390000-0xca3900cf]
[    0.005147] ACPI: Reserving VFCT table memory at [mem 0xca381000-0xca38f683]
[    0.005148] ACPI: Reserving WPBT table memory at [mem 0xca2a7000-0xca2a703b]
[    0.005149] ACPI: Reserving PCCT table memory at [mem 0xca2a6000-0xca2a606d]
[    0.005150] ACPI: Reserving SSDT table memory at [mem 0xca2a2000-0xca2a5f68]
[    0.005150] ACPI: Reserving CRAT table memory at [mem 0xca2a1000-0xca2a1ed7]
[    0.005151] ACPI: Reserving CDIT table memory at [mem 0xca2a0000-0xca2a0028]
[    0.005152] ACPI: Reserving SSDT table memory at [mem 0xca29f000-0xca29f52b]
[    0.005152] ACPI: Reserving SSDT table memory at [mem 0xca29b000-0xca29e819]
[    0.005153] ACPI: Reserving WSMT table memory at [mem 0xca29a000-0xca29a027]
[    0.005154] ACPI: Reserving APIC table memory at [mem 0xca299000-0xca29915d]
[    0.005197] No NUMA configuration found
[    0.005198] Faking a node at [mem 0x0000000000000000-0x000000042f37ffff]
[    0.005200] NODE_DATA(0) allocated [mem 0x42f37c000-0x42f37ffff]
[    0.005226] Zone ranges:
[    0.005226]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005227]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005228]   Normal   [mem 0x0000000100000000-0x000000042f37ffff]
[    0.005229]   Device   empty
[    0.005230] Movable zone start for each node
[    0.005231] Early memory node ranges
[    0.005231]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.005232]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.005233]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.005233]   node   0: [mem 0x000000000a210000-0x00000000c9efcfff]
[    0.005234]   node   0: [mem 0x00000000cbbff000-0x00000000ccffffff]
[    0.005235]   node   0: [mem 0x0000000100000000-0x000000042f37ffff]
[    0.005236] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f37ffff]
[    0.005239] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005254] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.005388] On node 0, zone DMA32: 737 pages in unavailable ranges
[    0.009236] On node 0, zone DMA32: 16 pages in unavailable ranges
[    0.009308] On node 0, zone DMA32: 7426 pages in unavailable ranges
[    0.027595] On node 0, zone Normal: 12288 pages in unavailable ranges
[    0.027616] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.027755] ACPI: PM-Timer IO Port: 0x808
[    0.027761] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.027773] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.027778] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.027779] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.027781] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.027783] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.027784] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.027788] smpboot: Allowing 32 CPUs, 16 hotplug CPUs
[    0.027811] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.027813] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.027814] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[    0.027816] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
[    0.027817] PM: hibernation: Registered nosave memory: [mem 0xbdef7000-0xbdef7fff]
[    0.027818] PM: hibernation: Registered nosave memory: [mem 0xbdf05000-0xbdf05fff]
[    0.027819] PM: hibernation: Registered nosave memory: [mem 0xbdf06000-0xbdf06fff]
[    0.027820] PM: hibernation: Registered nosave memory: [mem 0xbdf1f000-0xbdf1ffff]
[    0.027822] PM: hibernation: Registered nosave memory: [mem 0xc90e9000-0xc90e9fff]
[    0.027823] PM: hibernation: Registered nosave memory: [mem 0xc9efd000-0xca251fff]
[    0.027824] PM: hibernation: Registered nosave memory: [mem 0xca252000-0xca3abfff]
[    0.027824] PM: hibernation: Registered nosave memory: [mem 0xca3ac000-0xca6dffff]
[    0.027825] PM: hibernation: Registered nosave memory: [mem 0xca6e0000-0xcbbfefff]
[    0.027826] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff]
[    0.027826] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xefffffff]
[    0.027827] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.027827] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd1fffff]
[    0.027828] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff]
[    0.027828] PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd3fffff]
[    0.027829] PM: hibernation: Registered nosave memory: [mem 0xfd400000-0xfd5fffff]
[    0.027829] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfe9fffff]
[    0.027830] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.027830] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.027831] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.027831] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.027832] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.027832] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.027833] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.027833] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.027834] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.027834] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.027835] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.027835] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.027836] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.027836] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.027836] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.027837] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.027837] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.027839] [mem 0xd0000000-0xefffffff] available for PCI devices
[    0.027840] Booting paravirtualized kernel on bare hardware
[    0.027842] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.031121] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
[    0.032040] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.032046] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.032048] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.032054] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[    0.032081] Built 1 zonelists, mobility grouping on.  Total pages: 4105214
[    0.032082] Policy zone: Normal
[    0.032083] Kernel command line: root=PARTUUID=a5a36a89-5fd5-4c41-b283-77cfc6cad6d8 rw add_efi_memmap initrd=boot\amd-ucode.img initrd=boot\initramfs-linux.img amdgpu.virtual_display=0000:06:00.0
[    0.032128] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.032129] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.032130] printk: log_buf_len min size: 131072 bytes
[    0.032276] printk: log_buf_len: 262144 bytes
[    0.032276] printk: early log buf free: 114128(87%)
[    0.033528] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.034206] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.034439] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.063017] Memory: 16203400K/16682160K available (14344K kernel code, 2064K rwdata, 9356K rodata, 1804K init, 4076K bss, 478500K reserved, 0K cma-reserved)
[    0.063023] random: get_random_u64 called from __kmem_cache_create+0x2a/0x530 with crng_init=0
[    0.063152] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.063162] ftrace: allocating 42552 entries in 167 pages
[    0.072272] ftrace: allocated 167 pages with 5 groups
[    0.072379] rcu: Preemptible hierarchical RCU implementation.
[    0.072379] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    0.072380] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.072380] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.072381]  Trampoline variant of Tasks RCU enabled.
[    0.072381]  Rude variant of Tasks RCU enabled.
[    0.072382]  Tracing variant of Tasks RCU enabled.
[    0.072382] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.072383] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.074684] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.074913] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.075029] Console: colour dummy device 80x25
[    0.075039] printk: console [tty0] enabled
[    0.075058] ACPI: Core revision 20210604
[    0.075202] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.075217] APIC: Switch to symmetric I/O mode setup
[    0.393058] Switched APIC routing to physical flat.
[    0.393659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.408549] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x706ec929b75, max_idle_ns: 881590478932 ns
[    0.408553] Calibrating delay loop (skipped), value calculated using timer frequency.. 7803.02 BogoMIPS (lpj=13000040)
[    0.408554] pid_max: default: 32768 minimum: 301
[    0.409852] LSM: Security Framework initializing
[    0.409857] landlock: Up and running.
[    0.409858] Yama: becoming mindful.
[    0.409861] LSM support for eBPF active
[    0.409888] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.409910] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.410071] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.410120] LVT offset 1 assigned for vector 0xf9
[    0.410235] LVT offset 2 assigned for vector 0xf4
[    0.410270] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.410271] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.410273] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.410274] Spectre V2 : Mitigation: Full AMD retpoline
[    0.410274] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.410276] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.410276] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.410277] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.411932] Freeing SMP alternatives memory: 36K
[    0.522942] smpboot: CPU0: AMD Ryzen 7 3800X 8-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
[    0.523040] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.523043] ... version:                0
[    0.523043] ... bit width:              48
[    0.523043] ... generic registers:      6
[    0.523044] ... value mask:             0000ffffffffffff
[    0.523044] ... max period:             00007fffffffffff
[    0.523045] ... fixed-purpose events:   0
[    0.523045] ... event mask:             000000000000003f
[    0.523082] rcu: Hierarchical SRCU implementation.
[    0.523347] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.523488] smp: Bringing up secondary CPUs ...
[    0.523552] x86: Booting SMP configuration:
[    0.523552] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.555243] smp: Brought up 1 node, 16 CPUs
[    0.555243] smpboot: Max logical packages: 2
[    0.555243] smpboot: Total of 16 processors activated (124850.40 BogoMIPS)
[    0.556488] devtmpfs: initialized
[    0.556488] x86/mm: Memory block size: 128MB
[    0.556488] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
[    0.556488] ACPI: PM: Registering ACPI NVS region [mem 0xca3ac000-0xca6dffff] (3358720 bytes)
[    0.556488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.556488] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.556488] pinctrl core: initialized pinctrl subsystem
[    0.558552] PM: RTC time: 04:12:17, date: 2021-11-12
[    0.558650] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.558786] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.558873] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.558958] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.558962] audit: initializing netlink subsys (disabled)
[    0.558966] audit: type=2000 audit(1636690337.169:1): state=initialized audit_enabled=0 res=1
[    0.558966] thermal_sys: Registered thermal governor 'fair_share'
[    0.558966] thermal_sys: Registered thermal governor 'bang_bang'
[    0.558966] thermal_sys: Registered thermal governor 'step_wise'
[    0.558966] thermal_sys: Registered thermal governor 'user_space'
[    0.558966] thermal_sys: Registered thermal governor 'power_allocator'
[    0.558966] cpuidle: using governor ladder
[    0.558966] cpuidle: using governor menu
[    0.558966] Detected 1 PCC Subspaces
[    0.558966] Registering PCC driver as Mailbox controller
[    0.558966] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.558966] ACPI: bus type PCI registered
[    0.558966] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.558966] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.558966] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.558966] PCI: Using configuration type 1 for base access
[    0.559541] Kprobes globally optimized
[    0.559545] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.559545] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.559545] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.559545] ACPI: Added _OSI(Module Device)
[    0.559545] ACPI: Added _OSI(Processor Device)
[    0.559545] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.559545] ACPI: Added _OSI(Processor Aggregator Device)
[    0.559545] ACPI: Added _OSI(Linux-Dell-Video)
[    0.559545] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.559545] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.567047] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.567992] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.568544] ACPI: Interpreter enabled
[    0.568563] ACPI: PM: (supports S0 S3 S4 S5)
[    0.568564] ACPI: Using IOAPIC for interrupt routing
[    0.568803] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.568994] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.574595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.574599] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.574762] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.574913] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.574920] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.575180] PCI host bridge to bus 0000:00
[    0.575181] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.575182] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.575183] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.575184] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.575185] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.575186] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.575186] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[    0.575187] pci_bus 0000:00: root bus resource [mem 0x430000000-0x7fffffffff window]
[    0.575188] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.575197] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    0.575292] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
[    0.575390] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    0.575463] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    0.575488] pci 0000:00:01.2: enabling Extended Tags
[    0.575534] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.575645] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    0.575715] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    0.575784] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    0.575852] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    0.575923] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    0.575991] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    0.576014] pci 0000:00:07.1: enabling Extended Tags
[    0.576052] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.576151] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    0.576221] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    0.576245] pci 0000:00:08.1: enabling Extended Tags
[    0.576287] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.576399] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.576516] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.576638] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    0.576681] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    0.576723] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    0.576765] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    0.576807] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    0.576850] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    0.576892] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    0.576934] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    0.577037] pci 0000:01:00.0: [1022:57ad] type 01 class 0x060400
[    0.577091] pci 0000:01:00.0: enabling Extended Tags
[    0.577174] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.577272] pci 0000:01:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
[    0.577329] pci 0000:00:01.2: PCI bridge to [bus 01-0a]
[    0.577333] pci 0000:00:01.2:   bridge window [io  0xe000-0xffff]
[    0.577335] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfccfffff]
[    0.577338] pci 0000:00:01.2:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.577579] pci 0000:02:01.0: [1022:57a3] type 01 class 0x060400
[    0.577648] pci 0000:02:01.0: enabling Extended Tags
[    0.577883] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[    0.578227] pci 0000:02:02.0: [1022:57a3] type 01 class 0x060400
[    0.578309] pci 0000:02:02.0: enabling Extended Tags
[    0.578543] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[    0.578919] pci 0000:02:05.0: [1022:57a3] type 01 class 0x060400
[    0.578988] pci 0000:02:05.0: enabling Extended Tags
[    0.579222] pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
[    0.579592] pci 0000:02:08.0: [1022:57a4] type 01 class 0x060400
[    0.579661] pci 0000:02:08.0: enabling Extended Tags
[    0.579819] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold
[    0.580019] pci 0000:02:09.0: [1022:57a4] type 01 class 0x060400
[    0.580088] pci 0000:02:09.0: enabling Extended Tags
[    0.580245] pci 0000:02:09.0: PME# supported from D0 D3hot D3cold
[    0.580434] pci 0000:02:0a.0: [1022:57a4] type 01 class 0x060400
[    0.580503] pci 0000:02:0a.0: enabling Extended Tags
[    0.580660] pci 0000:02:0a.0: PME# supported from D0 D3hot D3cold
[    0.580851] pci 0000:01:00.0: PCI bridge to [bus 02-0a]
[    0.580857] pci 0000:01:00.0:   bridge window [io  0xe000-0xffff]
[    0.580860] pci 0000:01:00.0:   bridge window [mem 0xfc500000-0xfccfffff]
[    0.580866] pci 0000:01:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.580970] pci 0000:03:00.0: [1987:5016] type 00 class 0x010802
[    0.580998] pci 0000:03:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff 64bit]
[    0.581061] pci 0000:03:00.0: enabling Extended Tags
[    0.581330] pci 0000:02:01.0: PCI bridge to [bus 03]
[    0.581339] pci 0000:02:01.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.581456] pci 0000:04:00.0: [1002:1478] type 01 class 0x060400
[    0.581478] pci 0000:04:00.0: reg 0x10: [mem 0xfc800000-0xfc803fff]
[    0.581528] pci 0000:04:00.0: enabling Extended Tags
[    0.581653] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.581776] pci 0000:04:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.581837] pci 0000:02:02.0: PCI bridge to [bus 04-06]
[    0.581843] pci 0000:02:02.0:   bridge window [io  0xf000-0xffff]
[    0.581846] pci 0000:02:02.0:   bridge window [mem 0xfc700000-0xfc8fffff]
[    0.581852] pci 0000:02:02.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.581942] pci 0000:05:00.0: [1002:1479] type 01 class 0x060400
[    0.582016] pci 0000:05:00.0: enabling Extended Tags
[    0.582138] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.582313] pci 0000:04:00.0: PCI bridge to [bus 05-06]
[    0.582321] pci 0000:04:00.0:   bridge window [io  0xf000-0xffff]
[    0.582325] pci 0000:04:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.582332] pci 0000:04:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.582417] pci 0000:06:00.0: [1002:731f] type 00 class 0x030000
[    0.582446] pci 0000:06:00.0: reg 0x10: [mem 0x7c00000000-0x7dffffffff 64bit pref]
[    0.582465] pci 0000:06:00.0: reg 0x18: [mem 0x7e00000000-0x7e0fffffff 64bit pref]
[    0.582477] pci 0000:06:00.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.582489] pci 0000:06:00.0: reg 0x24: [mem 0xfc700000-0xfc77ffff]
[    0.582502] pci 0000:06:00.0: reg 0x30: [mem 0xfc780000-0xfc79ffff pref]
[    0.582512] pci 0000:06:00.0: enabling Extended Tags
[    0.582676] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.582827] pci 0000:06:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.582880] pci 0000:06:00.1: [1002:ab38] type 00 class 0x040300
[    0.582899] pci 0000:06:00.1: reg 0x10: [mem 0xfc7a0000-0xfc7a3fff]
[    0.582958] pci 0000:06:00.1: enabling Extended Tags
[    0.583050] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.583178] pci 0000:05:00.0: PCI bridge to [bus 06]
[    0.583185] pci 0000:05:00.0:   bridge window [io  0xf000-0xffff]
[    0.583189] pci 0000:05:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.583196] pci 0000:05:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.583345] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
[    0.583371] pci 0000:07:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.583407] pci 0000:07:00.0: reg 0x18: [mem 0xfcb04000-0xfcb04fff 64bit]
[    0.583429] pci 0000:07:00.0: reg 0x20: [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.583571] pci 0000:07:00.0: supports D1 D2
[    0.583572] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.583750] pci 0000:02:05.0: PCI bridge to [bus 07]
[    0.583756] pci 0000:02:05.0:   bridge window [io  0xe000-0xefff]
[    0.583759] pci 0000:02:05.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.583882] pci 0000:08:00.0: [1022:1485] type 00 class 0x130000
[    0.583948] pci 0000:08:00.0: enabling Extended Tags
[    0.584108] pci 0000:08:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.584328] pci 0000:08:00.1: [1022:149c] type 00 class 0x0c0330
[    0.584632] pci 0000:08:00.1: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[    0.585487] pci 0000:08:00.1: enabling Extended Tags
[    0.585990] pci 0000:08:00.1: PME# supported from D0 D3hot D3cold
[    0.586415] pci 0000:08:00.3: [1022:149c] type 00 class 0x0c0330
[    0.586440] pci 0000:08:00.3: reg 0x10: [mem 0xfc500000-0xfc5fffff 64bit]
[    0.586499] pci 0000:08:00.3: enabling Extended Tags
[    0.586572] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    0.586696] pci 0000:02:08.0: PCI bridge to [bus 08]
[    0.586705] pci 0000:02:08.0:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.586808] pci 0000:09:00.0: [1022:7901] type 00 class 0x010601
[    0.586878] pci 0000:09:00.0: reg 0x24: [mem 0xfca00000-0xfca007ff]
[    0.586897] pci 0000:09:00.0: enabling Extended Tags
[    0.586994] pci 0000:09:00.0: PME# supported from D3hot D3cold
[    0.587074] pci 0000:09:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.587120] pci 0000:02:09.0: PCI bridge to [bus 09]
[    0.587128] pci 0000:02:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.587231] pci 0000:0a:00.0: [1022:7901] type 00 class 0x010601
[    0.587300] pci 0000:0a:00.0: reg 0x24: [mem 0xfc900000-0xfc9007ff]
[    0.587319] pci 0000:0a:00.0: enabling Extended Tags
[    0.587416] pci 0000:0a:00.0: PME# supported from D3hot D3cold
[    0.587497] pci 0000:0a:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.587543] pci 0000:02:0a.0: PCI bridge to [bus 0a]
[    0.587552] pci 0000:02:0a.0:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.587633] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000
[    0.587660] pci 0000:0b:00.0: enabling Extended Tags
[    0.587764] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.587816] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000
[    0.587848] pci 0000:0c:00.0: enabling Extended Tags
[    0.587959] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000
[    0.587974] pci 0000:0c:00.1: reg 0x18: [mem 0xfce00000-0xfcefffff]
[    0.587985] pci 0000:0c:00.1: reg 0x24: [mem 0xfcf08000-0xfcf09fff]
[    0.587993] pci 0000:0c:00.1: enabling Extended Tags
[    0.588092] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330
[    0.588104] pci 0000:0c:00.3: reg 0x10: [mem 0xfcd00000-0xfcdfffff 64bit]
[    0.588133] pci 0000:0c:00.3: enabling Extended Tags
[    0.588178] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.588251] pci 0000:0c:00.4: [1022:1487] type 00 class 0x040300
[    0.588260] pci 0000:0c:00.4: reg 0x10: [mem 0xfcf00000-0xfcf07fff]
[    0.588285] pci 0000:0c:00.4: enabling Extended Tags
[    0.588327] pci 0000:0c:00.4: PME# supported from D0 D3hot D3cold
[    0.588402] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.588406] pci 0000:00:08.1:   bridge window [mem 0xfcd00000-0xfcffffff]
[    0.588721] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.588761] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.588795] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.588837] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.588875] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.588906] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.588938] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.588970] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.589389] iommu: Default domain type: Translated
[    0.589397] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.589397] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.589397] pci 0000:06:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
[    0.589397] vgaarb: loaded
[    0.589397] SCSI subsystem initialized
[    0.589397] libata version 3.00 loaded.
[    0.589397] ACPI: bus type USB registered
[    0.589397] usbcore: registered new interface driver usbfs
[    0.589397] usbcore: registered new interface driver hub
[    0.589397] usbcore: registered new device driver usb
[    0.589397] pps_core: LinuxPPS API ver. 1 registered
[    0.589397] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.589397] PTP clock support registered
[    0.589397] EDAC MC: Ver: 3.0.0
[    0.589397] Registered efivars operations
[    0.589397] NetLabel: Initializing
[    0.589397] NetLabel:  domain hash size = 128
[    0.589397] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.589397] NetLabel:  unlabeled traffic allowed by default
[    0.589397] PCI: Using ACPI for IRQ routing
[    0.593658] PCI: pci_cache_line_size set to 64 bytes
[    0.593763] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.593764] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.593765] e820: reserve RAM buffer [mem 0xbdef7018-0xbfffffff]
[    0.593766] e820: reserve RAM buffer [mem 0xbdf06018-0xbfffffff]
[    0.593766] e820: reserve RAM buffer [mem 0xc90e9000-0xcbffffff]
[    0.593767] e820: reserve RAM buffer [mem 0xc9efd000-0xcbffffff]
[    0.593768] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.593768] e820: reserve RAM buffer [mem 0x42f380000-0x42fffffff]
[    0.593772] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.593772] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.595261] clocksource: Switched to clocksource tsc-early
[    0.599914] VFS: Disk quotas dquot_6.6.0
[    0.599928] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.599971] pnp: PnP ACPI init
[    0.600031] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.600090] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.600211] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.600213] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.600396] pnp 00:04: [dma 0 disabled]
[    0.600600] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.600601] system 00:05: [io  0x040b] has been reserved
[    0.600602] system 00:05: [io  0x04d6] has been reserved
[    0.600603] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.600604] system 00:05: [io  0x0c14] has been reserved
[    0.600605] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.600606] system 00:05: [io  0x0c52] has been reserved
[    0.600606] system 00:05: [io  0x0c6c] has been reserved
[    0.600607] system 00:05: [io  0x0c6f] has been reserved
[    0.600608] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.600609] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.600610] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.600610] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.600611] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.600612] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.600613] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.600614] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.600616] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.600617] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.600618] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.600619] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.600621] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.600984] pnp: PnP ACPI: found 6 devices
[    0.606317] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.606360] NET: Registered PF_INET protocol family
[    0.606516] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.607561] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.607640] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.607795] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.607856] TCP: Hash tables configured (established 131072 bind 65536)
[    0.607954] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.607988] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.608019] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.608070] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.608074] NET: Registered PF_XDP protocol family
[    0.608082] pci 0000:02:01.0: PCI bridge to [bus 03]
[    0.608089] pci 0000:02:01.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.608099] pci 0000:05:00.0: PCI bridge to [bus 06]
[    0.608102] pci 0000:05:00.0:   bridge window [io  0xf000-0xffff]
[    0.608108] pci 0000:05:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.608112] pci 0000:05:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608120] pci 0000:04:00.0: PCI bridge to [bus 05-06]
[    0.608122] pci 0000:04:00.0:   bridge window [io  0xf000-0xffff]
[    0.608128] pci 0000:04:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.608132] pci 0000:04:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608139] pci 0000:02:02.0: PCI bridge to [bus 04-06]
[    0.608141] pci 0000:02:02.0:   bridge window [io  0xf000-0xffff]
[    0.608146] pci 0000:02:02.0:   bridge window [mem 0xfc700000-0xfc8fffff]
[    0.608149] pci 0000:02:02.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608156] pci 0000:02:05.0: PCI bridge to [bus 07]
[    0.608158] pci 0000:02:05.0:   bridge window [io  0xe000-0xefff]
[    0.608162] pci 0000:02:05.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.608171] pci 0000:02:08.0: PCI bridge to [bus 08]
[    0.608176] pci 0000:02:08.0:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.608185] pci 0000:02:09.0: PCI bridge to [bus 09]
[    0.608190] pci 0000:02:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.608198] pci 0000:02:0a.0: PCI bridge to [bus 0a]
[    0.608203] pci 0000:02:0a.0:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.608212] pci 0000:01:00.0: PCI bridge to [bus 02-0a]
[    0.608214] pci 0000:01:00.0:   bridge window [io  0xe000-0xffff]
[    0.608218] pci 0000:01:00.0:   bridge window [mem 0xfc500000-0xfccfffff]
[    0.608222] pci 0000:01:00.0:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608228] pci 0000:00:01.2: PCI bridge to [bus 01-0a]
[    0.608229] pci 0000:00:01.2:   bridge window [io  0xe000-0xffff]
[    0.608231] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfccfffff]
[    0.608233] pci 0000:00:01.2:   bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608236] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.608242] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.608245] pci 0000:00:08.1:   bridge window [mem 0xfcd00000-0xfcffffff]
[    0.608249] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.608250] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.608251] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.608252] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.608253] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.608253] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.608254] pci_bus 0000:00: resource 10 [mem 0xd0000000-0xfcffffff window]
[    0.608255] pci_bus 0000:00: resource 11 [mem 0x430000000-0x7fffffffff window]
[    0.608256] pci_bus 0000:01: resource 0 [io  0xe000-0xffff]
[    0.608257] pci_bus 0000:01: resource 1 [mem 0xfc500000-0xfccfffff]
[    0.608258] pci_bus 0000:01: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608258] pci_bus 0000:02: resource 0 [io  0xe000-0xffff]
[    0.608259] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfccfffff]
[    0.608260] pci_bus 0000:02: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608261] pci_bus 0000:03: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.608262] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.608262] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc8fffff]
[    0.608263] pci_bus 0000:04: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608264] pci_bus 0000:05: resource 0 [io  0xf000-0xffff]
[    0.608265] pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.608265] pci_bus 0000:05: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608266] pci_bus 0000:06: resource 0 [io  0xf000-0xffff]
[    0.608267] pci_bus 0000:06: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.608268] pci_bus 0000:06: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[    0.608269] pci_bus 0000:07: resource 0 [io  0xe000-0xefff]
[    0.608269] pci_bus 0000:07: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.608270] pci_bus 0000:08: resource 1 [mem 0xfc500000-0xfc6fffff]
[    0.608271] pci_bus 0000:09: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.608272] pci_bus 0000:0a: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.608273] pci_bus 0000:0c: resource 1 [mem 0xfcd00000-0xfcffffff]
[    0.608367] pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
[    0.608844] PCI: CLS 64 bytes, default 64
[    0.608851] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.608863] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.608876] pci 0000:00:01.0: Adding to iommu group 0
[    0.608882] pci 0000:00:01.2: Adding to iommu group 1
[    0.608888] Trying to unpack rootfs image as initramfs...
[    0.608890] pci 0000:00:02.0: Adding to iommu group 2
[    0.608898] pci 0000:00:03.0: Adding to iommu group 3
[    0.608905] pci 0000:00:04.0: Adding to iommu group 4
[    0.608913] pci 0000:00:05.0: Adding to iommu group 5
[    0.608922] pci 0000:00:07.0: Adding to iommu group 6
[    0.608928] pci 0000:00:07.1: Adding to iommu group 7
[    0.608937] pci 0000:00:08.0: Adding to iommu group 8
[    0.608943] pci 0000:00:08.1: Adding to iommu group 9
[    0.608954] pci 0000:00:14.0: Adding to iommu group 10
[    0.608960] pci 0000:00:14.3: Adding to iommu group 10
[    0.608985] pci 0000:00:18.0: Adding to iommu group 11
[    0.608991] pci 0000:00:18.1: Adding to iommu group 11
[    0.608997] pci 0000:00:18.2: Adding to iommu group 11
[    0.609003] pci 0000:00:18.3: Adding to iommu group 11
[    0.609009] pci 0000:00:18.4: Adding to iommu group 11
[    0.609015] pci 0000:00:18.5: Adding to iommu group 11
[    0.609021] pci 0000:00:18.6: Adding to iommu group 11
[    0.609027] pci 0000:00:18.7: Adding to iommu group 11
[    0.609036] pci 0000:01:00.0: Adding to iommu group 12
[    0.609065] pci 0000:02:01.0: Adding to iommu group 13
[    0.609094] pci 0000:02:02.0: Adding to iommu group 14
[    0.609123] pci 0000:02:05.0: Adding to iommu group 15
[    0.609132] pci 0000:02:08.0: Adding to iommu group 16
[    0.609141] pci 0000:02:09.0: Adding to iommu group 17
[    0.609150] pci 0000:02:0a.0: Adding to iommu group 18
[    0.609180] pci 0000:03:00.0: Adding to iommu group 19
[    0.609210] pci 0000:04:00.0: Adding to iommu group 20
[    0.609238] pci 0000:05:00.0: Adding to iommu group 21
[    0.609299] pci 0000:06:00.0: Adding to iommu group 22
[    0.609334] pci 0000:06:00.1: Adding to iommu group 23
[    0.609363] pci 0000:07:00.0: Adding to iommu group 24
[    0.609365] pci 0000:08:00.0: Adding to iommu group 16
[    0.609368] pci 0000:08:00.1: Adding to iommu group 16
[    0.609370] pci 0000:08:00.3: Adding to iommu group 16
[    0.609373] pci 0000:09:00.0: Adding to iommu group 17
[    0.609375] pci 0000:0a:00.0: Adding to iommu group 18
[    0.609382] pci 0000:0b:00.0: Adding to iommu group 25
[    0.609390] pci 0000:0c:00.0: Adding to iommu group 26
[    0.609398] pci 0000:0c:00.1: Adding to iommu group 27
[    0.609405] pci 0000:0c:00.3: Adding to iommu group 28
[    0.609413] pci 0000:0c:00.4: Adding to iommu group 29
[    0.613458] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.613461] AMD-Vi: Extended features (0x58f77ef22294a5a): PPR NX GT IA PC GA_vAPIC
[    0.613464] AMD-Vi: Interrupt remapping enabled
[    0.613594] amd_uncore: 4  amd_df counters detected
[    0.613598] amd_uncore: 6  amd_l3 counters detected
[    0.613749] LVT offset 0 assigned for vector 0x400
[    0.613821] perf: AMD IBS detected (0x000003ff)
[    0.613825] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.614911] Initialise system trusted keyrings
[    0.614922] Key type blacklist registered
[    0.614947] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.615543] zbud: loaded
[    0.617895] Key type asymmetric registered
[    0.617896] Asymmetric key parser 'x509' registered
[    0.617899] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.617933] io scheduler mq-deadline registered
[    0.617935] io scheduler kyber registered
[    0.617966] io scheduler bfq registered
[    0.618222] pcieport 0000:00:01.2: AER: enabled with IRQ 27
[    0.618402] pcieport 0000:00:07.1: AER: enabled with IRQ 29
[    0.618504] pcieport 0000:00:08.1: AER: enabled with IRQ 30
[    0.620426] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.620501] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.620514] ACPI: button: Power Button [PWRB]
[    0.620529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.620573] ACPI: button: Power Button [PWRF]
[    0.622215] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1110
[    0.622226] Monitor-Mwait will be used to enter C-1 state
[    0.622230] ACPI: \_PR_.C000: Found 2 idle states
[    0.625763] ACPI: \_PR_.C002: Found 2 idle states
[    0.625819] ACPI: \_PR_.C004: Found 2 idle states
[    0.625888] ACPI: \_PR_.C006: Found 2 idle states
[    0.625949] ACPI: \_PR_.C008: Found 2 idle states
[    0.626022] ACPI: \_PR_.C00A: Found 2 idle states
[    0.626092] ACPI: \_PR_.C00C: Found 2 idle states
[    0.626167] ACPI: \_PR_.C00E: Found 2 idle states
[    0.626233] ACPI: \_PR_.C001: Found 2 idle states
[    0.626300] ACPI: \_PR_.C003: Found 2 idle states
[    0.626365] ACPI: \_PR_.C005: Found 2 idle states
[    0.626436] ACPI: \_PR_.C007: Found 2 idle states
[    0.626507] ACPI: \_PR_.C009: Found 2 idle states
[    0.626583] ACPI: \_PR_.C00B: Found 2 idle states
[    0.626659] ACPI: \_PR_.C00D: Found 2 idle states
[    0.626737] ACPI: \_PR_.C00F: Found 2 idle states
[    0.626871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.627002] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.628100] Non-volatile memory driver v1.3
[    0.628101] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.628677] nvme nvme0: pci function 0000:03:00.0
[    0.628705] ahci 0000:09:00.0: version 3.0
[    0.628967] ahci 0000:09:00.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl SATA mode
[    0.628969] ahci 0000:09:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[    0.629159] scsi host0: ahci
[    0.629222] scsi host1: ahci
[    0.629268] scsi host2: ahci
[    0.629309] scsi host3: ahci
[    0.629326] ata1: DUMMY
[    0.629326] ata2: DUMMY
[    0.629329] ata3: SATA max UDMA/133 abar m2048@0xfca00000 port 0xfca00200 irq 44
[    0.629331] ata4: SATA max UDMA/133 abar m2048@0xfca00000 port 0xfca00280 irq 45
[    0.629454] ahci 0000:0a:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.629455] ahci 0000:0a:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[    0.629547] scsi host4: ahci
[    0.629565] ata5: SATA max UDMA/133 abar m2048@0xfc900000 port 0xfc900100 irq 58
[    0.629585] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.629592] ehci-pci: EHCI PCI platform driver
[    0.629597] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.629598] ohci-pci: OHCI PCI platform driver
[    0.629602] uhci_hcd: USB Universal Host Controller Interface driver
[    0.629621] usbcore: registered new interface driver usbserial_generic
[    0.629623] usbserial: USB Serial support registered for generic
[    0.629662] rtc_cmos 00:02: RTC can wake from S4
[    0.629823] rtc_cmos 00:02: registered as rtc0
[    0.629868] rtc_cmos 00:02: setting system clock to 2021-11-12T04:12:17 UTC (1636690337)
[    0.629875] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.629977] ledtrig-cpu: registered to indicate activity on CPUs
[    0.630090] hid: raw HID events driver (C) Jiri Kosina
[    0.630131] drop_monitor: Initializing network drop monitor service
[    0.630174] Initializing XFRM netlink socket
[    0.630227] NET: Registered PF_INET6 protocol family
[    0.634759] nvme nvme0: Shutdown timeout set to 10 seconds
[    0.636274] nvme nvme0: 8/0/0 default/read/poll queues
[    0.637716]  nvme0n1: p1 p2 p3 p4
[    0.699057] Freeing initrd memory: 26988K
[    0.701523] Segment Routing with IPv6
[    0.701525] RPL Segment Routing with IPv6
[    0.701544] NET: Registered PF_PACKET protocol family
[    0.702131] microcode: CPU0: patch_level=0x08701021
[    0.702137] microcode: CPU1: patch_level=0x08701021
[    0.702143] microcode: CPU2: patch_level=0x08701021
[    0.702149] microcode: CPU3: patch_level=0x08701021
[    0.702154] microcode: CPU4: patch_level=0x08701021
[    0.702160] microcode: CPU5: patch_level=0x08701021
[    0.702165] microcode: CPU6: patch_level=0x08701021
[    0.702168] microcode: CPU7: patch_level=0x08701021
[    0.702173] microcode: CPU8: patch_level=0x08701021
[    0.702178] microcode: CPU9: patch_level=0x08701021
[    0.702183] microcode: CPU10: patch_level=0x08701021
[    0.702188] microcode: CPU11: patch_level=0x08701021
[    0.702193] microcode: CPU12: patch_level=0x08701021
[    0.702197] microcode: CPU13: patch_level=0x08701021
[    0.702203] microcode: CPU14: patch_level=0x08701021
[    0.702207] microcode: CPU15: patch_level=0x08701021
[    0.702210] microcode: Microcode Update Driver: v2.2.
[    0.702328] resctrl: L3 allocation detected
[    0.702329] resctrl: L3DATA allocation detected
[    0.702329] resctrl: L3CODE allocation detected
[    0.702330] resctrl: MB allocation detected
[    0.702330] resctrl: L3 monitoring detected
[    0.702333] IPI shorthand broadcast: enabled
[    0.702339] sched_clock: Marking stable (388643230, 313680044)->(797349995, -95026721)
[    0.702641] registered taskstats version 1
[    0.702837] Loading compiled-in X.509 certificates
[    0.704131] Loaded X.509 cert 'Build time autogenerated kernel key: 4bf053f8e5c4b77ad32d170608834d80a907d8c3'
[    0.704708] zswap: loaded using pool lz4/z3fold
[    0.704845] Key type ._fscrypt registered
[    0.704846] Key type .fscrypt registered
[    0.704846] Key type fscrypt-provisioning registered
[    0.705025] PM:   Magic number: 13:521:211
[    0.705038] pci_express 0000:05:00.0:pcie202: hash matches
[    0.705158] RAS: Correctable Errors collector initialized.
[    0.944475] ata5: SATA link down (SStatus 0 SControl 300)
[    1.107803] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.107912] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.108476] ata3.00: ATA-9: WDC WD20EFRX-68EUZN0, 82.00A82, max UDMA/133
[    1.108477] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.109016] ata3.00: configured for UDMA/133
[    1.109170] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EFRX-68E 0A82 PQ: 0 ANSI: 5
[    1.109257] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.109259] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.109262] sd 2:0:0:0: [sda] Write Protect is off
[    1.109263] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.109269] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.110988] ata4.00: supports DRM functions and may not be fully accessible
[    1.111440] ata4.00: disabling queued TRIM support
[    1.111441] ata4.00: ATA-11: Samsung SSD 870 QVO 1TB, SVQ01B6Q, max UDMA/133
[    1.111442] ata4.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.113406] ata4.00: supports DRM functions and may not be fully accessible
[    1.113810] ata4.00: disabling queued TRIM support
[    1.115490] ata4.00: configured for UDMA/133
[    1.115539] scsi 3:0:0:0: Direct-Access     ATA      Samsung SSD 870  1B6Q PQ: 0 ANSI: 5
[    1.115594] ata4.00: Enabling discard_zeroes_data
[    1.115614] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.115617] sd 3:0:0:0: [sdb] Write Protect is off
[    1.115618] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.115625] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.115704] ata4.00: Enabling discard_zeroes_data
[    1.116128] ata4.00: Enabling discard_zeroes_data
[    1.132078] sd 3:0:0:0: [sdb] supports TCG Opal
[    1.132079] sd 3:0:0:0: [sdb] Attached SCSI disk
[    1.145643] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.146328] Freeing unused decrypted memory: 2036K
[    1.146556] Freeing unused kernel image (initmem) memory: 1804K
[    1.146558] Write protecting the kernel read-only data: 26624k
[    1.146955] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.147104] Freeing unused kernel image (rodata/data gap) memory: 884K
[    1.168961] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.168964] rodata_test: all tests were successful
[    1.168968] Run /init as init process
[    1.168968]   with arguments:
[    1.168969]     /init
[    1.168969]   with environment:
[    1.168970]     HOME=/
[    1.168970]     TERM=linux
[    1.174429] fbcon: Taking over console
[    1.206404] Linux agpgart interface v0.103
[    1.308542] [drm] amdgpu kernel modesetting enabled.
[    1.308594] amdgpu: Ignoring ACPI CRAT on non-APU system
[    1.308596] amdgpu: Virtual CRAT table created for CPU
[    1.308601] amdgpu: Topology: Add CPU node
[    1.308659] amdgpu 0000:06:00.0: vgaarb: deactivate vga console
[    1.308699] amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
[    1.308759] [drm] initializing kernel modesetting (NAVI10 0x1002:0x731F 0x1002:0x0B36 0xC1).
[    1.308761] amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    1.308767] [drm] register mmio base: 0xFC700000
[    1.308768] [drm] register mmio size: 524288
[    1.308786] [drm] PCIE atomic ops is not supported
[    1.308799] [drm] virtual display string:0000:06:00.0, 0000:06:00.0:virtual_display:1, num_crtc:1
[    1.310806] [drm] add ip block number 0 <nv_common>
[    1.310807] [drm] add ip block number 1 <gmc_v10_0>
[    1.310808] [drm] add ip block number 2 <navi10_ih>
[    1.310808] [drm] add ip block number 3 <psp>
[    1.310809] [drm] add ip block number 4 <smu>
[    1.310809] [drm] add ip block number 5 <dce_virtual>
[    1.310810] [drm] add ip block number 6 <gfx_v10_0>
[    1.310810] [drm] add ip block number 7 <sdma_v5_0>
[    1.310811] [drm] add ip block number 8 <vcn_v2_0>
[    1.310811] [drm] add ip block number 9 <jpeg_v2_0>
[    1.310824] amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
[    1.310826] amdgpu: ATOM BIOS: 113-D1820501-101
[    1.310830] [drm] VCN decode is enabled in VM mode
[    1.310830] [drm] VCN encode is enabled in VM mode
[    1.310831] [drm] JPEG decode is enabled in VM mode
[    1.310851] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    1.310856] amdgpu 0000:06:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[    1.310858] amdgpu 0000:06:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    1.310859] amdgpu 0000:06:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    1.310869] [drm] Detected VRAM RAM=8176M, BAR=8192M
[    1.310869] [drm] RAM width 256bits GDDR6
[    1.310900] [drm] amdgpu: 8176M of VRAM memory ready
[    1.310901] [drm] amdgpu: 8176M of GTT memory ready.
[    1.310903] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    1.311067] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[    1.311295] amdgpu 0000:06:00.0: amdgpu: PSP runtime database doesn't exist
[    1.312395] [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
[    1.312398] amdgpu 0000:06:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.487665] [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
[    1.526717] amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.530931] amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.530932] amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.531027] amdgpu 0000:06:00.0: amdgpu: use vbios provided pptable
[    1.531028] amdgpu 0000:06:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
[    1.567119] amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
[    1.569203] [drm] kiq ring mec 2 pipe 1 q 0
[    1.571419] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.571706] [drm] JPEG decode initialized successfully.
[    1.571707] kfd kfd: amdgpu: skipped device 1002:731f, PCI rejects atomics 142<145
[    1.571729] amdgpu 0000:06:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[    1.574067] ------------[ cut here ]------------
[    1.574068] amdgpu 0000:06:00.0: GFX9+ requires FB check based on format modifier
[    1.574076] WARNING: CPU: 0 PID: 244 at drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:1149 amdgpu_display_framebuffer_init+0x4b0/0xad0 [amdgpu]
[    1.574230] Modules linked in: amdgpu(+) drm_ttm_helper ttm agpgart gpu_sched i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm
[    1.574237] CPU: 0 PID: 244 Comm: modprobe Not tainted 5.14.16-arch1-1 #1 ad87b876fa2ab6fdbd995dc1c9aab0ad8f767b2c
[    1.574239] Hardware name: System manufacturer System Product Name/TUF GAMING X570-PLUS, BIOS 3602 03/06/2021
[    1.574240] RIP: 0010:amdgpu_display_framebuffer_init+0x4b0/0xad0 [amdgpu]
[    1.574377] Code: c6 05 99 3d 64 00 01 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 c2 8b b0 c2 4c 89 e2 48 c7 c7 f8 41 67 c0 48 89 c6 e8 bc 70 ea c2 <0f> 0b 48 8b 83 c8 00 00 00 48 8b 3b a8 1f 74 1b 48 c1 e8 0c 83 e0
[    1.574379] RSP: 0018:ffffb94d012d36a8 EFLAGS: 00010286
[    1.574380] RAX: 0000000000000000 RBX: ffffa02ecb4c2d48 RCX: ffffa031ef2fcfa8
[    1.574381] RDX: 0000000000000000 RSI: 00000000ffffdfff RDI: ffffffff8482f4a0
[    1.574382] RBP: ffffa02ecec40010 R08: 0000000000000000 R09: ffffb94d012d34d8
[    1.574383] R10: ffffb94d012d34d0 R11: ffffa031ef32cfe8 R12: ffffa02ec19becf0
[    1.574384] R13: ffffa02ecec45288 R14: ffffa02ecb4c2058 R15: 0000000000000000
[    1.574385] FS:  00007fe0f30ff740(0000) GS:ffffa031dea00000(0000) knlGS:0000000000000000
[    1.574386] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    1.574387] CR2: 00007fe0f26e1000 CR3: 000000010138c000 CR4: 0000000000350ef0
[    1.574388] Call Trace:
[    1.574390]  ? kmem_cache_alloc_trace+0x169/0x2e0
[    1.574394]  amdgpu_display_gem_fb_init+0x34/0xa0 [amdgpu 649e13caab5198b5b958b3c25d5f643bd0cf51d4]
[    1.574530]  amdgpufb_create+0x21f/0x470 [amdgpu 649e13caab5198b5b958b3c25d5f643bd0cf51d4]
[    1.574667]  __drm_fb_helper_initial_config_and_unlock+0x31e/0x4f0 [drm_kms_helper c25baa03b55d2710e66d7cf01bc38ac6567ec4ca]
[    1.574681]  amdgpu_fbdev_init+0xb9/0xf0 [amdgpu 649e13caab5198b5b958b3c25d5f643bd0cf51d4]
[    1.574816]  amdgpu_device_init.cold+0x1430/0x1b10 [amdgpu 649e13caab5198b5b958b3c25d5f643bd0cf51d4]
[    1.574996]  amdgpu_driver_load_kms+0x67/0x300 [amdgpu 649e13caab5198b5b958b3c25d5f643bd0cf51d4]
[    1.575136]  amdgpu_pci_probe+0x110/0x1a0 [amdgpu 649e13caab5198b5b958b3c25d5f643bd0cf51d4]
[    1.575258]  local_pci_probe+0x42/0x80
[    1.575260]  ? pci_match_device+0xd7/0x110
[    1.575261]  pci_device_probe+0xfa/0x1b0
[    1.575263]  really_probe+0x1f5/0x3f0
[    1.575265]  __driver_probe_device+0xfe/0x180
[    1.575267]  driver_probe_device+0x1e/0x90
[    1.575269]  __driver_attach+0xc0/0x1c0
[    1.575270]  ? __device_attach_driver+0xe0/0xe0
[    1.575272]  ? __device_attach_driver+0xe0/0xe0
[    1.575273]  bus_for_each_dev+0x89/0xd0
[    1.575275]  bus_add_driver+0x12b/0x1e0
[    1.575277]  driver_register+0x8f/0xe0
[    1.575278]  ? 0xffffffffc0920000
[    1.575279]  do_one_initcall+0x57/0x220
[    1.575281]  do_init_module+0x5c/0x270
[    1.575283]  load_module+0x2588/0x2790
[    1.575286]  ? __do_sys_init_module+0x12e/0x1b0
[    1.575288]  __do_sys_init_module+0x12e/0x1b0
[    1.575289]  do_syscall_64+0x5c/0x80
[    1.575292]  ? __vm_munmap+0x92/0x120
[    1.575294]  ? syscall_exit_to_user_mode+0x23/0x40
[    1.575295]  ? do_syscall_64+0x69/0x80
[    1.575297]  ? exc_page_fault+0x72/0x170
[    1.575298]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[    1.575300] RIP: 0033:0x7fe0f322b32e
[    1.575301] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[    1.575302] RSP: 002b:00007ffdaaa9af38 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    1.575303] RAX: ffffffffffffffda RBX: 0000564fcc270c30 RCX: 00007fe0f322b32e
[    1.575304] RDX: 0000564fcc2739f0 RSI: 0000000000f06289 RDI: 00007fe0f17db010
[    1.575305] RBP: 00007fe0f17db010 R08: 00007fe0f2bbf000 R09: 0000000000000000
[    1.575305] R10: 0000564fcc2efbd0 R11: 0000000000000246 R12: 0000564fcc2739f0
[    1.575306] R13: 000000000000001d R14: 0000564fcc270ab0 R15: 0000564fcc270c30
[    1.575307] ---[ end trace f636e44ed6f3c25d ]---
[    1.575309] [drm] fb mappable at 0x7C00202000
[    1.575310] [drm] vram apper at 0x7C00000000
[    1.575310] [drm] size 50987008
[    1.575311] [drm] fb depth is 24
[    1.575311] [drm]    pitch is 16384
[    1.575441] fbcon: amdgpu (fb0) is primary device
[    1.575479] Console: switching to colour frame buffer device 256x97
[    1.590912] amdgpu 0000:06:00.0: [drm] fb0: amdgpu frame buffer device
[    1.611893] tsc: Refined TSC clocksource calibration: 3899.999 MHz
[    1.611899] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x706eb38f3d8, max_idle_ns: 881591117856 ns
[    1.611930] clocksource: Switched to clocksource tsc
[    1.638600] amdgpu 0000:06:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    1.638602] amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    1.638603] amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    1.638604] amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    1.638605] amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    1.638605] amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    1.638606] amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    1.638607] amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    1.638608] amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    1.638609] amdgpu 0000:06:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    1.638610] amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[    1.638611] amdgpu 0000:06:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[    1.638611] amdgpu 0000:06:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
[    1.638612] amdgpu 0000:06:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
[    1.638613] amdgpu 0000:06:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
[    1.638614] amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[    1.639412] amdgpu 0000:06:00.0: amdgpu: Using BACO for runtime pm
[    1.639669] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:06:00.0 on minor 0
[    1.679269] xhci_hcd 0000:08:00.1: xHCI Host Controller
[    1.679275] xhci_hcd 0000:08:00.1: new USB bus registered, assigned bus number 1
[    1.679428] xhci_hcd 0000:08:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.680024] xhci_hcd 0000:08:00.1: xHCI Host Controller
[    1.680025] xhci_hcd 0000:08:00.1: new USB bus registered, assigned bus number 2
[    1.680027] xhci_hcd 0000:08:00.1: Host supports USB 3.1 Enhanced SuperSpeed
[    1.680065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.680067] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.680068] usb usb1: Product: xHCI Host Controller
[    1.680068] usb usb1: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    1.680069] usb usb1: SerialNumber: 0000:08:00.1
[    1.680140] hub 1-0:1.0: USB hub found
[    1.680151] hub 1-0:1.0: 6 ports detected
[    1.680598] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.680609] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.680610] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.680611] usb usb2: Product: xHCI Host Controller
[    1.680611] usb usb2: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    1.680612] usb usb2: SerialNumber: 0000:08:00.1
[    1.680671] hub 2-0:1.0: USB hub found
[    1.680678] hub 2-0:1.0: 4 ports detected
[    1.681002] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    1.681005] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[    1.681161] xhci_hcd 0000:08:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.681510] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    1.681511] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[    1.681512] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.681529] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.681530] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.681531] usb usb3: Product: xHCI Host Controller
[    1.681532] usb usb3: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    1.681533] usb usb3: SerialNumber: 0000:08:00.3
[    1.681579] hub 3-0:1.0: USB hub found
[    1.681590] hub 3-0:1.0: 6 ports detected
[    1.681982] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.681993] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.681994] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.681994] usb usb4: Product: xHCI Host Controller
[    1.681995] usb usb4: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    1.681996] usb usb4: SerialNumber: 0000:08:00.3
[    1.682041] hub 4-0:1.0: USB hub found
[    1.682049] hub 4-0:1.0: 4 ports detected
[    1.682358] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    1.682360] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 5
[    1.682464] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.682732] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    1.682733] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 6
[    1.682734] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.682750] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.682751] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.682752] usb usb5: Product: xHCI Host Controller
[    1.682752] usb usb5: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    1.682753] usb usb5: SerialNumber: 0000:0c:00.3
[    1.682797] hub 5-0:1.0: USB hub found
[    1.682802] hub 5-0:1.0: 4 ports detected
[    1.682921] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.682931] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.682932] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.682933] usb usb6: Product: xHCI Host Controller
[    1.682934] usb usb6: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    1.682934] usb usb6: SerialNumber: 0000:0c:00.3
[    1.682981] hub 6-0:1.0: USB hub found
[    1.682986] hub 6-0:1.0: 4 ports detected
[    1.779875] random: fast init done
[    1.828453] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.894918] systemd[1]: systemd 249.5-3-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.894945] systemd[1]: No virtualization found in DMI vendor table.
[    1.894965] systemd[1]: DMI BIOS Extension table does not indicate virtualization.
[    1.908597] systemd[1]: UML virtualization not found in /proc/cpuinfo.
[    1.908607] systemd[1]: No virtualization found in CPUID
[    1.908611] systemd[1]: Virtualization XEN not found, /proc/xen does not exist
[    1.908618] systemd[1]: This platform does not support /proc/device-tree
[    1.908619] systemd[1]: This platform does not support /proc/sysinfo
[    1.908622] systemd[1]: Found VM virtualization none
[    1.908624] systemd[1]: Detected architecture x86-64.
[    1.908727] systemd[1]: Detected initialized system, this is not the first boot.
[    1.909695] systemd[1]: Hostname set to <NASArthapz>.
[    1.910650] systemd[1]: Successfully added address 127.0.0.1 to loopback interface
[    1.910654] systemd[1]: Successfully added address ::1 to loopback interface
[    1.910656] systemd[1]: Successfully brought loopback interface up
[    1.910902] systemd[1]: Setting 'fs/file-max' to '9223372036854775807'.
[    1.910911] systemd[1]: Setting 'fs/nr_open' to '2147483640'.
[    1.910914] systemd[1]: Couldn't write fs.nr_open as 2147483640, halving it.
[    1.910917] systemd[1]: Setting 'fs/nr_open' to '1073741816'.
[    1.910920] systemd[1]: Successfully bumped fs.nr_open to 1073741816
[    1.911416] systemd[1]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
[    1.911418] systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup.
[    1.913133] systemd[1]: Got EBADF when using BPF_F_ALLOW_MULTI, which indicates it is supported. Yay!
[    1.913453] systemd[1]: Controller 'cpu' supported: yes
[    1.913454] systemd[1]: Controller 'cpuacct' supported: no
[    1.913455] systemd[1]: Controller 'cpuset' supported: yes
[    1.913456] systemd[1]: Controller 'io' supported: yes
[    1.913457] systemd[1]: Controller 'blkio' supported: no
[    1.913458] systemd[1]: Controller 'memory' supported: yes
[    1.913459] systemd[1]: Controller 'devices' supported: no
[    1.913460] systemd[1]: Controller 'pids' supported: yes
[    1.913461] systemd[1]: Controller 'bpf-firewall' supported: yes
[    1.913462] systemd[1]: Controller 'bpf-devices' supported: yes
[    1.913463] systemd[1]: Controller 'bpf-foreign' supported: yes
[    1.913464] systemd[1]: Controller 'bpf-socket-bind' supported: no
[    1.913736] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[    1.913801] systemd[1]: Enabling (yes) showing of status (commandline).
[    1.913828] systemd[1]: Serializing system-environment-generators to memfd.
[    1.913930] systemd[1]: Successfully forked off '(sd-executor)' as PID 308.
[    1.914155] systemd[308]: Serializing 10-arch to memfd.
[    1.914249] systemd[308]: Successfully forked off '(direxec)' as PID 309.
[    1.924241] systemd[308]: /usr/lib/systemd/system-environment-generators/10-arch succeeded.
[    1.924426] systemd[1]: (sd-executor) succeeded.
[    1.924538] systemd[1]: Successfully forked off '(sd-executor)' as PID 310.
[    1.925146] systemd[310]: Successfully forked off '(direxec)' as PID 311.
[    1.925241] systemd[310]: Successfully forked off '(direxec)' as PID 312.
[    1.925322] systemd[310]: Successfully forked off '(direxec)' as PID 313.
[    1.925415] systemd[310]: Successfully forked off '(direxec)' as PID 314.
[    1.925541] systemd[310]: Successfully forked off '(direxec)' as PID 315.
[    1.925678] systemd[310]: Successfully forked off '(direxec)' as PID 316.
[    1.925773] systemd[310]: Successfully forked off '(direxec)' as PID 317.
[    1.925855] systemd[310]: Successfully forked off '(direxec)' as PID 318.
[    1.925944] systemd[310]: Successfully forked off '(direxec)' as PID 319.
[    1.926054] systemd[310]: Successfully forked off '(direxec)' as PID 320.
[    1.926192] systemd[310]: Successfully forked off '(direxec)' as PID 321.
[    1.928600] systemd[310]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
[    1.928678] systemd[310]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
[    1.928682] systemd[310]: /usr/lib/systemd/system-generators/systemd-run-generator succeeded.
[    1.928689] systemd[310]: /usr/lib/systemd/system-generators/systemd-bless-boot-generator succeeded.
[    1.928695] systemd[310]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
[    1.928699] systemd[310]: /usr/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
[    1.935225] usb 3-6: new full-speed USB device number 2 using xhci_hcd
[    1.938621] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    1.940142] systemd[310]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
[    1.940146] systemd[310]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
[    1.940534] systemd[310]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
[    1.940541] systemd[310]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
[    1.940544] systemd[310]: /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
[    1.940652] systemd[1]: (sd-executor) succeeded.
[    1.940665] systemd[1]: Looking for unit files in (higher priority first):
[    1.940666] systemd[1]:      /etc/systemd/system.control
[    1.940667] systemd[1]:      /run/systemd/system.control
[    1.940668] systemd[1]:      /run/systemd/transient
[    1.940669] systemd[1]:      /run/systemd/generator.early
[    1.940670] systemd[1]:      /etc/systemd/system
[    1.940670] systemd[1]:      /etc/systemd/system.attached
[    1.940671] systemd[1]:      /run/systemd/system
[    1.940672] systemd[1]:      /run/systemd/system.attached
[    1.940673] systemd[1]:      /run/systemd/generator
[    1.940674] systemd[1]:      /usr/local/lib/systemd/system
[    1.940674] systemd[1]:      /usr/lib/systemd/system
[    1.940675] systemd[1]:      /run/systemd/generator.late
[    1.941615] systemd[1]: Modification times have changed, need to update cache.
[    1.941736] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/inquisitor.service
[    1.941740] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/nas-services.service
[    1.941754] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/mnt-data.mount
[    1.941757] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/dev-disk-by\x2duuid-aaf9dd69\x2d006f\x2d4587\x2d8dfc\x2d9841cd0aa443.swap
[    1.941760] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/home.mount
[    1.941762] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/boot-efi.mount
[    1.941770] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/-.mount
[    1.942200] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sysinit.target
[    1.942203] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/poweroff.target
[    1.942206] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-catalog-update.service
[    1.942226] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/default.target → graphical.target
[    1.942229] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/containerd.service
[    1.942231] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-switch-root.service
[    1.942236] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fancontrol.service
[    1.942238] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/lvm2-monitor.service
[    1.942240] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sshd.service
[    1.942242] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-cryptsetup.target
[    1.942244] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/var-lib-machines.mount
[    1.942255] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dev-hugepages.mount
[    1.942257] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nss-lookup.target
[    1.942259] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/healthd.service
[    1.942261] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-networkd.socket
[    1.942263] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/krb5-kdc.service
[    1.942265] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/blockdev@.target
[    1.942267] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-rfkill.socket
[    1.942288] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.locale1.service → systemd-localed.service
[    1.942290] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-importd.service
[    1.942292] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ip6tables.service
[    1.942294] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udevd-control.socket
[    1.942296] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sigpwr.target
[    1.942298] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/container-getty@.service
[    1.942300] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-root-device.target
[    1.942302] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/shutdown.target
[    1.942304] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-reboot.service
[    1.942306] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/multi-user.target
[    1.942308] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-binfmt.service
[    1.942310] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-bless-boot.service
[    1.942312] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udev-trigger.service
[    1.942314] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/avahi-daemon.service
[    1.942316] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-wall.path
[    1.942332] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-quotacheck.service
[    1.942334] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald-varlink@.socket
[    1.942336] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/swap.target
[    1.942338] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sudo_logsrvd.service
[    1.942340] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/debug-shell.service
[    1.942342] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/auditd.service
[    1.942359] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service → systemd-timedated.service
[    1.942361] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dm-event.service
[    1.942363] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-console.path
[    1.942386] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/autovt@.service → getty@.service
[    1.942402] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/ctrl-alt-del.target → reboot.target
[    1.942404] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kexec.target
[    1.942405] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/tmp.mount
[    1.942408] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hybrid-sleep.service
[    1.942410] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kmod-static-nodes.service
[    1.942412] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty@.service
[    1.942414] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdmonitor.service
[    1.942416] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/graphical.target
[    1.942418] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hibernate-resume@.service
[    1.942420] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-poweroff.service
[    1.942423] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nscd.service
[    1.942425] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/uuidd.socket
[    1.942427] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
[    1.942430] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-coredump@.service
[    1.942432] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-homed.service
[    1.942434] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-fs-pre.target
[    1.942436] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-pstore.service
[    1.942438] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-gatewayd.service
[    1.942440] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-fs.target
[    1.942442] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/gpm.path
[    1.942444] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
[    1.942446] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rsyncd.service
[    1.942448] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/time-sync.target
[    1.942450] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-machined.service
[    1.942452] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-timedated.service
[    1.942455] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/quotaon.service
[    1.942472] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.portable1.service → systemd-portabled.service
[    1.942474] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-flush.service
[    1.942476] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/paths.target
[    1.942479] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/halt.target
[    1.942482] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/e2scrub@.service
[    1.942483] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/smartcard.target
[    1.942486] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/iptables.service
[    1.942488] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/syslog.socket
[    1.942517] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/avahi-dnsconfd.service
[    1.942519] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/cryptsetup.target
[    1.942521] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/pam_namespace.service
[    1.942524] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/git-daemon@.service
[    1.942526] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/network-online.target
[    1.942529] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sshdgenkeys.service
[    1.942531] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-fs.target
[    1.942533] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-console.service
[    1.942535] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-clean.service
[    1.942537] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/e2scrub_fail@.service
[    1.942539] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nss-user-lookup.target
[    1.942543] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-suspend-then-hibernate.service
[    1.942545] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-user-sessions.service
[    1.942557] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/user-runtime-dir@.service
[    1.942559] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-gatewayd.socket
[    1.942561] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ldconfig.service
[    1.942563] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/lvm2-lvmpolld.service
[    1.942564] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sound.target
[    1.942566] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/veritysetup-pre.target
[    1.942568] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-modules-load.service
[    1.942570] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/avahi-daemon.socket
[    1.942572] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rfkill-unblock@.service
[    1.942574] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/serial-getty@.service
[    1.942576] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-localed.service
[    1.942578] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/veritysetup.target
[    1.942580] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/git-daemon.socket
[    1.942582] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/emergency.target
[    1.942585] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rfkill-block@.service
[    1.942586] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/krb5-kpropd@.service
[    1.942589] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty-pre.target
[    1.942590] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-resolved.service
[    1.942592] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rarpd@.service
[    1.942594] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/shadow.service
[    1.942596] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-timesyncd.service
[    1.942598] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udev-settle.service
[    1.942601] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-veritysetup.target
[    1.942603] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-kexec.service
[    1.942606] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-update-done.service
[    1.942607] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fstrim.service
[    1.942610] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rdisc.service
[    1.942612] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/suspend.target
[    1.942614] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-exit.service
[    1.942616] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-sysext.service
[    1.942619] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-remount-fs.service
[    1.942621] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-switch-root.target
[    1.942624] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udevd-kernel.socket
[    1.942626] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-portabled.service
[    1.942627] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/krb5-kadmind.service
[    1.942629] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/blk-availability.service
[    1.942631] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-volatile-root.service
[    1.942633] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-fsck-root.service
[    1.942635] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-upload.service
[    1.942637] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald-audit.socket
[    1.942639] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/system-update.target
[    1.942642] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdmon@.service
[    1.942644] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rpcbind.target
[    1.942646] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dm-event.socket
[    1.942648] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdadm-last-resort@.timer
[    1.942650] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-fsck@.service
[    1.942652] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/uuidd.service
[    2.032941] random: lvm: uninitialized urandom read (4 bytes read)
[    2.037639] EXT4-fs (nvme0n1p3): re-mounted. Opts: (null). Quota mode: none.
[    2.037679] fuse: init (API version 7.34)
[    2.047514] device-mapper: uevent: version 1.0.3
[    2.047555] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    2.053808] audit: type=1130 audit(1636690338.918:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.065265] audit: type=1130 audit(1636690338.932:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.065791] audit: type=1334 audit(1636690338.932:4): prog-id=14 op=LOAD
[    2.065874] audit: type=1334 audit(1636690338.932:5): prog-id=15 op=LOAD
[    2.065936] audit: type=1334 audit(1636690338.932:6): prog-id=16 op=LOAD
[    2.073775] audit: type=1130 audit(1636690338.938:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.076167] systemd-journald[332]: Received client request to flush runtime journal.
[    2.077750] audit: type=1130 audit(1636690338.942:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.085857] audit: type=1130 audit(1636690338.952:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.092551] usb 3-6: config 1 has an invalid interface number: 2 but max is 1
[    2.092554] usb 3-6: config 1 has no interface number 1
[    2.099112] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.104551] usb 3-6: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
[    2.104555] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.104556] usb 3-6: Product: AURA LED Controller
[    2.104557] usb 3-6: Manufacturer: AsusTek Computer Inc.
[    2.104558] usb 3-6: SerialNumber: 9876543210
[    2.109806] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.109849] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.109876] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.109950] audit: type=1130 audit(1636690338.975:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.109950] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.119499] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    2.119661] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    2.121871] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.121875] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.121956] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.131969] random: lvm: uninitialized urandom read (4 bytes read)
[    2.147423] Adding 16777212k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:16777212k SSFS
[    2.196031] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    2.232129] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.232251] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.232454] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.233516] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    2.233521] RAPL PMU: hw unit of domain package 2^-16 Joules
[    2.236171] cryptd: max_cpu_qlen set to 1000
[    2.237976] asus_wmi: ASUS WMI generic driver loaded
[    2.240098] asus_wmi: Initialization: 0x0
[    2.240130] asus_wmi: BIOS WMI version: 0.9
[    2.240297] asus_wmi: SFUN value: 0x0
[    2.240299] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    2.241378] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
[    2.241639] AVX2 version of gcm_enc/dec engaged.
[    2.241681] AES CTR mode by8 optimization enabled
[    2.243684] hid-generic 0003:0B05:18F3.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:08:00.3-6/input2
[    2.243715] usbcore: registered new interface driver usbhid
[    2.243717] usbhid: USB HID core driver
[    2.247064] MCE: In-kernel MCE decoding enabled.
[    2.251756] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.252975] libphy: r8169: probed
[    2.253151] r8169 0000:07:00.0 eth0: RTL8168h/8111h, f0:2f:74:de:9d:cc, XID 541, IRQ 89
[    2.253155] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.254636] r8169 0000:07:00.0 enp7s0: renamed from eth0
[    2.363298] intel_rapl_common: Found RAPL domain package
[    2.363301] intel_rapl_common: Found RAPL domain core
[    2.364209] snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
[    2.364287] snd_hda_intel 0000:06:00.1: Force to non-snoop mode
[    2.364593] snd_hda_intel 0000:0c:00.4: enabling device (0000 -> 0002)
[    2.372408] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input4
[    2.372445] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input5
[    2.372507] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input6
[    2.372542] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input7
[    2.372569] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input8
[    2.372598] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:02.0/0000:04:00.0/0000:05:00.0/0000:06:00.1/sound/card0/input9
[    2.378663] snd_hda_codec_realtek hdaudioC1D0: ALCS1200A: SKU not ready 0x00000000
[    2.379120] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    2.379122] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.379123] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.379124] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.379125] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    2.379126] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.379127] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    2.379127] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    2.379128] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    2.390931] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input10
[    2.390958] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input11
[    2.390978] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input12
[    2.390997] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input13
[    2.391016] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input14
[    2.391035] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input15
[    2.391060] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input16
[    3.054232] device-mapper: cache: Origin device (dm-2) discard unsupported: Disabling discard passdown.
[    3.054301] urandom_read: 3 callbacks suppressed
[    3.054302] random: lvm: uninitialized urandom read (2 bytes read)
[    3.191903] random: crng init done
[    3.251834] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.397188] 8021q: 802.1Q VLAN Support v1.8
[    3.518902] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.521157] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.526413] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.526415] cfg80211: failed to load regulatory.db
[    3.561903] Generic FE-GE Realtek PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    3.755359] r8169 0000:07:00.0 enp7s0: Link is Down
[    4.236941] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.237923] Bridge firewalling registered
[    4.351453] br-654c70e73853: port 1(veth30c91e8) entered blocking state
[    4.351462] br-654c70e73853: port 1(veth30c91e8) entered disabled state
[    4.351490] device veth30c91e8 entered promiscuous mode
[    4.351562] br-654c70e73853: port 1(veth30c91e8) entered blocking state
[    4.351563] br-654c70e73853: port 1(veth30c91e8) entered forwarding state
[    4.351588] IPv6: ADDRCONF(NETDEV_CHANGE): br-654c70e73853: link becomes ready
[    4.351781] br-654c70e73853: port 1(veth30c91e8) entered disabled state
[    4.355460] br-654c70e73853: port 2(vethdcbdcd9) entered blocking state
[    4.355464] br-654c70e73853: port 2(vethdcbdcd9) entered disabled state
[    4.355489] device vethdcbdcd9 entered promiscuous mode
[    4.355538] br-654c70e73853: port 2(vethdcbdcd9) entered blocking state
[    4.355539] br-654c70e73853: port 2(vethdcbdcd9) entered forwarding state
[    4.361716] br-654c70e73853: port 2(vethdcbdcd9) entered disabled state
[    4.361734] IPv6: ADDRCONF(NETDEV_CHANGE): veth30c91e8: link becomes ready
[    4.361757] br-654c70e73853: port 1(veth30c91e8) entered blocking state
[    4.361758] br-654c70e73853: port 1(veth30c91e8) entered forwarding state
[    4.378854] IPv6: ADDRCONF(NETDEV_CHANGE): vethdcbdcd9: link becomes ready
[    4.378872] br-654c70e73853: port 2(vethdcbdcd9) entered blocking state
[    4.378874] br-654c70e73853: port 2(vethdcbdcd9) entered forwarding state
[    4.410380] br-654c70e73853: port 3(vethad033b5) entered blocking state
[    4.410393] br-654c70e73853: port 3(vethad033b5) entered disabled state
[    4.410435] device vethad033b5 entered promiscuous mode
[    4.410515] br-654c70e73853: port 3(vethad033b5) entered blocking state
[    4.410517] br-654c70e73853: port 3(vethad033b5) entered forwarding state
[    4.418492] IPv6: ADDRCONF(NETDEV_CHANGE): vethad033b5: link becomes ready
[    4.512182] br-654c70e73853: port 4(veth9c847eb) entered blocking state
[    4.512191] br-654c70e73853: port 4(veth9c847eb) entered disabled state
[    4.512222] device veth9c847eb entered promiscuous mode
[    4.512292] br-654c70e73853: port 4(veth9c847eb) entered blocking state
[    4.512294] br-654c70e73853: port 4(veth9c847eb) entered forwarding state
[    4.523106] IPv6: ADDRCONF(NETDEV_CHANGE): veth9c847eb: link becomes ready
[    4.711201] br-654c70e73853: port 5(vethe6f9d95) entered blocking state
[    4.711214] br-654c70e73853: port 5(vethe6f9d95) entered disabled state
[    4.711255] device vethe6f9d95 entered promiscuous mode
[    4.711333] br-654c70e73853: port 5(vethe6f9d95) entered blocking state
[    4.711335] br-654c70e73853: port 5(vethe6f9d95) entered forwarding state
[    4.726544] IPv6: ADDRCONF(NETDEV_CHANGE): vethe6f9d95: link becomes ready
[    4.862189] br-654c70e73853: port 6(veth1986c34) entered blocking state
[    4.862211] br-654c70e73853: port 6(veth1986c34) entered disabled state
[    4.862240] device veth1986c34 entered promiscuous mode
[    4.862312] br-654c70e73853: port 6(veth1986c34) entered blocking state
[    4.862314] br-654c70e73853: port 6(veth1986c34) entered forwarding state
[    4.872671] IPv6: ADDRCONF(NETDEV_CHANGE): veth1986c34: link becomes ready
[    4.958738] br-654c70e73853: port 2(vethdcbdcd9) entered disabled state
[    5.012274] br-654c70e73853: port 1(veth30c91e8) entered disabled state
[    5.012331] eth0: renamed from veth9b4412e
[    5.045772] eth0: renamed from vethf0a9f8a
[    5.072283] br-654c70e73853: port 2(vethdcbdcd9) entered blocking state
[    5.072289] br-654c70e73853: port 2(vethdcbdcd9) entered forwarding state
[    5.073120] br-654c70e73853: port 1(veth30c91e8) entered blocking state
[    5.073126] br-654c70e73853: port 1(veth30c91e8) entered forwarding state
[    5.073201] br-654c70e73853: port 7(vethc344201) entered blocking state
[    5.073212] br-654c70e73853: port 7(vethc344201) entered disabled state
[    5.073245] device vethc344201 entered promiscuous mode
[    5.073360] br-654c70e73853: port 7(vethc344201) entered blocking state
[    5.073362] br-654c70e73853: port 7(vethc344201) entered forwarding state
[    5.104597] IPv6: ADDRCONF(NETDEV_CHANGE): vethc344201: link becomes ready
[    5.185568] br-654c70e73853: port 3(vethad033b5) entered disabled state
[    5.185737] eth0: renamed from veth8cc1537
[    5.212641] br-654c70e73853: port 3(vethad033b5) entered blocking state
[    5.212647] br-654c70e73853: port 3(vethad033b5) entered forwarding state
[    5.305439] br-654c70e73853: port 5(vethe6f9d95) entered disabled state
[    5.305567] eth0: renamed from veth66f98c6
[    5.425561] br-654c70e73853: port 4(veth9c847eb) entered disabled state
[    5.465622] br-654c70e73853: port 6(veth1986c34) entered disabled state
[    5.465688] eth0: renamed from veth47518e6
[    5.488810] eth0: renamed from veth5b498ad
[    5.518956] br-654c70e73853: port 5(vethe6f9d95) entered blocking state
[    5.518963] br-654c70e73853: port 5(vethe6f9d95) entered forwarding state
[    5.519319] br-654c70e73853: port 4(veth9c847eb) entered blocking state
[    5.519322] br-654c70e73853: port 4(veth9c847eb) entered forwarding state
[    5.519352] br-654c70e73853: port 6(veth1986c34) entered blocking state
[    5.519353] br-654c70e73853: port 6(veth1986c34) entered forwarding state
[    5.578736] br-654c70e73853: port 7(vethc344201) entered disabled state
[    5.578906] eth0: renamed from veth9052cdd
[    5.599066] br-654c70e73853: port 7(vethc344201) entered blocking state
[    5.599072] br-654c70e73853: port 7(vethc344201) entered forwarding state
[    5.672383] kauditd_printk_skb: 635 callbacks suppressed
[    5.672387] audit: type=1701 audit(1636690342.538:278): auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=1827 comm="inquisitor" exe="/home/arthapz/inquisitor/builddir-release/inquisitor" sig=6 res=1
[    5.722517] audit: type=1334 audit(1636690342.588:279): prog-id=57 op=LOAD
[    5.722634] audit: type=1334 audit(1636690342.588:280): prog-id=58 op=LOAD
[    5.722682] audit: type=1334 audit(1636690342.588:281): prog-id=59 op=LOAD
[    5.727542] audit: type=1130 audit(1636690342.592:282): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2015-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.836050] audit: type=1131 audit(1636690342.702:283): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inquisitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    5.836539] audit: type=1131 audit(1636690342.702:284): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2015-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.038667] audit: type=1334 audit(1636690342.905:285): prog-id=59 op=UNLOAD
[    6.038679] audit: type=1334 audit(1636690342.905:286): prog-id=58 op=UNLOAD
[    6.038684] audit: type=1334 audit(1636690342.905:287): prog-id=57 op=UNLOAD
[   19.486105] Generic FE-GE Realtek PHY r8169-0-700:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[   19.486120] r8169 0000:07:00.0 enp7s0: Link is Up - 100Mbps/Full (downshifted) - flow control off
[   19.486135] IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0: link becomes ready
[   72.614948] kauditd_printk_skb: 16 callbacks suppressed

Last edited by Arthapz (2021-11-12 04:24:45)

Offline

#17 2021-11-13 12:29:58

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

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

Arthapz wrote:
> SYSTEMD_LESS=FRXMK journalctl -b |& curl -F 'f:1=<-' ix.io

make no output

That command uploads jour journal to ix.io and takes time. Once it has finished you'll see an url that points to the uploaded stuff.
The time needed depends on several factors but could be minutes.

For now dmesg output has  enough information to continue troubleshooting .

[    1.308786] [drm] PCIE atomic ops is not supported
[    1.308799] [drm] virtual display string:0000:06:00.0, 0000:06:00.0:virtual_display:1, num_crtc:1
[    1.310806] [drm] add ip block number 0 <nv_common>
[    1.310807] [drm] add ip block number 1 <gmc_v10_0>
[    1.310808] [drm] add ip block number 2 <navi10_ih>
[    1.310808] [drm] add ip block number 3 <psp>
[    1.310809] [drm] add ip block number 4 <smu>
[    1.310809] [drm] add ip block number 5 <dce_virtual>
[    1.310810] [drm] add ip block number 6 <gfx_v10_0>
[    1.310810] [drm] add ip block number 7 <sdma_v5_0>
[    1.310811] [drm] add ip block number 8 <vcn_v2_0>
[    1.310811] [drm] add ip block number 9 <jpeg_v2_0>
[    1.310824] amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
[    1.310826] amdgpu: ATOM BIOS: 113-D1820501-101
[    1.310830] [drm] VCN decode is enabled in VM mode
[    1.310830] [drm] VCN encode is enabled in VM mode
[    1.310831] [drm] JPEG decode is enabled in VM mode
[    1.310851] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    1.310856] amdgpu 0000:06:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[    1.310858] amdgpu 0000:06:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    1.310859] amdgpu 0000:06:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    1.310869] [drm] Detected VRAM RAM=8176M, BAR=8192M
[    1.310869] [drm] RAM width 256bits GDDR6
[    1.310900] [drm] amdgpu: 8176M of VRAM memory ready
[    1.310901] [drm] amdgpu: 8176M of GTT memory ready.
[    1.310903] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    1.311067] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[    1.311295] amdgpu 0000:06:00.0: amdgpu: PSP runtime database doesn't exist
[    1.312395] [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
[    1.312398] amdgpu 0000:06:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.487665] [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
[    1.526717] amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.530931] amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.530932] amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.531027] amdgpu 0000:06:00.0: amdgpu: use vbios provided pptable
[    1.531028] amdgpu 0000:06:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
[    1.567119] amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
[    1.569203] [drm] kiq ring mec 2 pipe 1 q 0
[    1.571419] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.571706] [drm] JPEG decode initialized successfully.
[    1.571707] kfd kfd: amdgpu: skipped device 1002:731f, PCI rejects atomics 142<145

The first and last line are likely what prevents opencl from working .

https://community.amd.com/t5/knowledge-base/amd-rocm-hardware-and-software-support-document/ta-p/489937 wrote:

Supported CPUs

As described above, GFX8 GPUs require PCIe 3.0 with PCIe atomics in order to run ROCm.
In particular, the CPU and every active PCIe point between the CPU and GPU require support for PCIe 3.0 and PCIe atomics.
The CPU root must indicate PCIe AtomicOp Completion capabilities and any intermediate switch must indicate PCIe AtomicOp Routing capabilities.

Current CPUs which support PCIe Gen3 + PCIe Atomics are:

* AMD Ryzen CPUs
* The CPUs in AMD Ryzen APUs
* AMD Ryzen Threadripper CPUs
* AMD EPYC CPUs
* Intel Xeon E7 v3 or newer CPUs
* Intel Xeon E5 v3 or newer CPUs
* Intel Xeon E3 v3 or newer CPUs
* Intel Core i7 v4, Core i5 v4, Core i3 v4 or newer CPUs (i.e. Haswell family or newer)
* Some Ivy Bridge-E systems

Beginning with ROCm 1.8, GFX9 GPUs (such as Vega 10) no longer require PCIe atomics.
We have similarly opened up more options for a number of PCIe lanes.
GFX9 GPUs can now be run on CPUs without PCIe atomics and on older PCIe generations, such as PCIe 2.0.
This is not supported on GPUs below GFX9, e.g. GFX8 cards in the Fiji and Polaris families.

If you are using any PCIe switches in your system, please note that PCIe Atomics is only supported on some switches, such as Broadcom PLX.
When you install your GPUs, make sure you install them in a PCIe 3.1.0 x16, x8, x4, or x1 slot attached either directly to the CPU's Root I/O controller or via a PCIe switch directly attached to the CPU's Root I/O controller.

In our experience, many issues stem from trying to use consumer motherboards that provide physical x16 connectors that are electrically connected as e.g. PCIe 2.0 x4, PCIe slots connected via the Southbridge PCIe I/O controller, or PCIe slots connected through a PCIe switch that does
not support PCIe atomics.

If you attempt to run ROCm on a system without proper PCIe atomic support, you may see an error in the kernel log (`dmesg`):
```
kfd: skipped device 1002:7300, PCI rejects atomics
```

Experimental support for our Hawaii (GFX7) GPUs (Radeon R9 290, R9 390, FirePro W9100, S9150, S9170)
does not require or take advantage of PCIe Atomics. However, we still recommend that you use a CPU
from the list provided above for compatibility purposes.

In oder for pcie atomics to work, processor motherboard and chipset all need to work together.

According to asus tuf x570 plus user manual[1] (section 1.1.5) your motherboard should have 2 pcie x16 slots.
One is connected directly to the processor and it's capabiliites vary with the processor, the other is connected to the chipset .

Which slot is your videocard installed in and does it make a difference if you put it in the other one ?


[1] https://dlcdnets.asus.com/pub/ASUS/mb/S … UM_WEB.pdf


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

#18 2021-11-15 11:00:34

Arthapz
Member
Registered: 2021-09-20
Posts: 9

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

Thank you, changing the slot did the trick, i had a M2 SSD on the same  PCI Lane

Offline

#19 2021-11-15 11:51:28

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

Re: [Solved] [OpenCL + AMD 5700XT] Graphics card not detected by clinfo

Glad to hear it works now, please prepend [Solved] to the title (edit first post).


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

Board footer

Powered by FluxBB