Build and run Docker containers leveraging NVIDIA GPUs

NVIDIA Container Toolkit

GitHub license Documentation Package repository

nvidia-gpu-docker

Introduction

The NVIDIA Container Toolkit allows users to build and run GPU accelerated Docker containers. The toolkit includes a container runtime library and utilities to automatically configure containers to leverage NVIDIA GPUs.

Product documentation including an architecture overview, platform support, installation and usage guides can be found in the documentation repository.

Frequently asked questions are available on the wiki.

Getting Started

Make sure you have installed the NVIDIA driver and Docker engine for your Linux distribution Note that you do not need to install the CUDA Toolkit on the host system, but the NVIDIA driver needs to be installed

For instructions on getting started with the NVIDIA Container Toolkit, refer to the installation guide.

Usage

The user guide provides information on the configuration and command line options available when running GPU containers with Docker.

Issues and Contributing

Checkout the Contributing document!

Owner
Comments
  • cgroup issue with nvidia container runtime on Debian testing

    cgroup issue with nvidia container runtime on Debian testing

    1. Issue or feature description

    Whenever I try to build or run an NVidia container, Docker fails with the error message:

    docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: container error: cgroup subsystem devices not found: unknown.
    

    2. Steps to reproduce the issue

    $ docker run --rm --gpus all nvidia/cuda:11.0-base-ubuntu20.04 nvidia-smi
    

    3. Information to attach (optional if deemed irrelevant)

    • [x] Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info
    I0107 20:43:11.917241 36435 nvc.c:282] initializing library context (version=1.3.1, build=ac02636a318fe7dcc71eaeb3cc55d0c8541c1072)
    I0107 20:43:11.917283 36435 nvc.c:256] using root /
    I0107 20:43:11.917290 36435 nvc.c:257] using ldcache /etc/ld.so.cache
    I0107 20:43:11.917300 36435 nvc.c:258] using unprivileged user 1000:1000
    I0107 20:43:11.917316 36435 nvc.c:299] attempting to load dxcore to see if we are running under Windows Subsystem for Linux (WSL)
    I0107 20:43:11.917404 36435 nvc.c:301] dxcore initialization failed, continuing assuming a non-WSL environment
    W0107 20:43:11.918351 36436 nvc.c:187] failed to set inheritable capabilities
    W0107 20:43:11.918381 36436 nvc.c:188] skipping kernel modules load due to failure
    I0107 20:43:11.918527 36437 driver.c:101] starting driver service
    I0107 20:43:11.921734 36435 nvc_info.c:680] requesting driver information with ''
    I0107 20:43:11.932012 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.450.80.02
    I0107 20:43:11.932402 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-rtcore.so.450.80.02
    I0107 20:43:11.932976 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ptxjitcompiler.so.450.80.02
    I0107 20:43:11.933027 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so.450.80.02
    I0107 20:43:11.933435 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.450.80.02
    I0107 20:43:11.933470 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.450.80.02
    I0107 20:43:11.933501 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.80.02
    I0107 20:43:11.933991 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-encode.so.450.80.02
    I0107 20:43:11.934024 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.450.80.02
    I0107 20:43:11.934094 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-cfg.so.450.80.02
    I0107 20:43:11.934545 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libnvcuvid.so.450.80.02
    I0107 20:43:11.934976 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so.450.80.02
    I0107 20:43:11.935258 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.450.80.02
    I0107 20:43:11.935783 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2_nvidia.so.450.80.02
    I0107 20:43:11.936188 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.450.80.02
    I0107 20:43:11.936243 36435 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/nvidia/current/libEGL_nvidia.so.450.80.02
    I0107 20:43:11.936622 36435 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-tls.so.450.80.02
    I0107 20:43:11.937013 36435 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-glvkspirv.so.450.80.02
    I0107 20:43:11.937296 36435 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-glsi.so.450.80.02
    I0107 20:43:11.937573 36435 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-glcore.so.450.80.02
    I0107 20:43:11.937881 36435 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-eglcore.so.450.80.02
    I0107 20:43:11.938438 36435 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/nvidia/current/libGLX_nvidia.so.450.80.02
    I0107 20:43:11.938920 36435 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/nvidia/current/libGLESv2_nvidia.so.450.80.02
    I0107 20:43:11.939282 36435 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.450.80.02
    I0107 20:43:11.939730 36435 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/nvidia/current/libEGL_nvidia.so.450.80.02
    W0107 20:43:11.939751 36435 nvc_info.c:350] missing library libnvidia-opencl.so
    W0107 20:43:11.939756 36435 nvc_info.c:350] missing library libnvidia-fatbinaryloader.so
    W0107 20:43:11.939761 36435 nvc_info.c:350] missing library libnvidia-allocator.so
    W0107 20:43:11.939767 36435 nvc_info.c:350] missing library libnvidia-compiler.so
    W0107 20:43:11.939772 36435 nvc_info.c:350] missing library libnvidia-ngx.so
    W0107 20:43:11.939776 36435 nvc_info.c:350] missing library libvdpau_nvidia.so
    W0107 20:43:11.939780 36435 nvc_info.c:350] missing library libnvidia-opticalflow.so
    W0107 20:43:11.939785 36435 nvc_info.c:350] missing library libnvidia-fbc.so
    W0107 20:43:11.939790 36435 nvc_info.c:350] missing library libnvidia-ifr.so
    W0107 20:43:11.939795 36435 nvc_info.c:350] missing library libnvoptix.so
    W0107 20:43:11.939801 36435 nvc_info.c:350] missing library libnvidia-cbl.so
    W0107 20:43:11.939805 36435 nvc_info.c:354] missing compat32 library libnvidia-ml.so
    W0107 20:43:11.939810 36435 nvc_info.c:354] missing compat32 library libnvidia-cfg.so
    W0107 20:43:11.939814 36435 nvc_info.c:354] missing compat32 library libcuda.so
    W0107 20:43:11.939818 36435 nvc_info.c:354] missing compat32 library libnvidia-opencl.so
    W0107 20:43:11.939823 36435 nvc_info.c:354] missing compat32 library libnvidia-ptxjitcompiler.so
    W0107 20:43:11.939828 36435 nvc_info.c:354] missing compat32 library libnvidia-fatbinaryloader.so
    W0107 20:43:11.939832 36435 nvc_info.c:354] missing compat32 library libnvidia-allocator.so
    W0107 20:43:11.939837 36435 nvc_info.c:354] missing compat32 library libnvidia-compiler.so
    W0107 20:43:11.939841 36435 nvc_info.c:354] missing compat32 library libnvidia-ngx.so
    W0107 20:43:11.939846 36435 nvc_info.c:354] missing compat32 library libvdpau_nvidia.so
    W0107 20:43:11.939851 36435 nvc_info.c:354] missing compat32 library libnvidia-encode.so
    W0107 20:43:11.939856 36435 nvc_info.c:354] missing compat32 library libnvidia-opticalflow.so
    W0107 20:43:11.939860 36435 nvc_info.c:354] missing compat32 library libnvcuvid.so
    W0107 20:43:11.939865 36435 nvc_info.c:354] missing compat32 library libnvidia-fbc.so
    W0107 20:43:11.939870 36435 nvc_info.c:354] missing compat32 library libnvidia-ifr.so
    W0107 20:43:11.939874 36435 nvc_info.c:354] missing compat32 library libnvidia-rtcore.so
    W0107 20:43:11.939879 36435 nvc_info.c:354] missing compat32 library libnvoptix.so
    W0107 20:43:11.939884 36435 nvc_info.c:354] missing compat32 library libnvidia-cbl.so
    I0107 20:43:11.940108 36435 nvc_info.c:276] selecting /usr/lib/nvidia/current/nvidia-smi
    I0107 20:43:11.940153 36435 nvc_info.c:276] selecting /usr/lib/nvidia/current/nvidia-debugdump
    I0107 20:43:11.940169 36435 nvc_info.c:276] selecting /usr/bin/nvidia-persistenced
    W0107 20:43:11.941108 36435 nvc_info.c:376] missing binary nvidia-cuda-mps-control
    W0107 20:43:11.941117 36435 nvc_info.c:376] missing binary nvidia-cuda-mps-server
    I0107 20:43:11.941136 36435 nvc_info.c:438] listing device /dev/nvidiactl
    I0107 20:43:11.941142 36435 nvc_info.c:438] listing device /dev/nvidia-uvm
    I0107 20:43:11.941146 36435 nvc_info.c:438] listing device /dev/nvidia-uvm-tools
    I0107 20:43:11.941151 36435 nvc_info.c:438] listing device /dev/nvidia-modeset
    I0107 20:43:11.941175 36435 nvc_info.c:317] listing ipc /run/nvidia-persistenced/socket
    W0107 20:43:11.941193 36435 nvc_info.c:321] missing ipc /tmp/nvidia-mps
    I0107 20:43:11.941198 36435 nvc_info.c:745] requesting device information with ''
    I0107 20:43:11.947879 36435 nvc_info.c:628] listing device /dev/nvidia0 (GPU-6518be5e-14ff-e277-21aa-73b482890bee at 00000000:07:00.0)
    NVRM version:   450.80.02
    CUDA version:   11.0
    
    Device Index:   0
    Device Minor:   0
    Model:          GeForce GTX 980 Ti
    Brand:          GeForce
    GPU UUID:       GPU-6518be5e-14ff-e277-21aa-73b482890bee
    Bus Location:   00000000:07:00.0
    Architecture:   5.2
    I0107 20:43:11.947903 36435 nvc.c:337] shutting down library context
    I0107 20:43:11.948696 36437 driver.c:156] terminating driver service
    I0107 20:43:11.949026 36435 driver.c:196] driver service terminated successfully
    
    • [x] Kernel version from uname -a
     Linux lambda 5.8.0-3-amd64 #1 SMP Debian 5.8.14-1 (2020-10-10) x86_64 GNU/Linux
    
    • [ ] Any relevant kernel output lines from dmesg
    • [x] Driver information from nvidia-smi -a
    Thu Jan  7 15:45:08 2021       
    +-----------------------------------------------------------------------------+
    | NVIDIA-SMI 450.80.02    Driver Version: 450.80.02    CUDA Version: 11.0     |
    |-------------------------------+----------------------+----------------------+
    | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
    | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
    |                               |                      |               MIG M. |
    |===============================+======================+======================|
    |   0  GeForce GTX 980 Ti  On   | 00000000:07:00.0  On |                  N/A |
    |  0%   45C    P5    29W / 250W |    403MiB /  6083MiB |      0%      Default |
    |                               |                      |                  N/A |
    +-------------------------------+----------------------+----------------------+
                                                                                  
    +-----------------------------------------------------------------------------+
    | Processes:                                                                  |
    |  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
    |        ID   ID                                                   Usage      |
    |=============================================================================|
    |    0   N/A  N/A      3023      G   /usr/lib/xorg/Xorg                177MiB |
    |    0   N/A  N/A      4833      G   /usr/bin/gnome-shell              166MiB |
    |    0   N/A  N/A      7609      G   ...AAAAAAAAA= --shared-files       54MiB |
    +-----------------------------------------------------------------------------+
    
    • [x] Docker version from docker version
    Server: Docker Engine - Community
    Engine:
     Version:          20.10.2
     API version:      1.41 (minimum version 1.12)
     Go version:       go1.13.15
     Git commit:       8891c58
     Built:            Mon Dec 28 16:15:28 2020
     OS/Arch:          linux/amd64
     Experimental:     false
    containerd:
     Version:          1.4.3
     GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
    nvidia:
     Version:          1.0.0-rc92
     GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
    docker-init:
     Version:          0.19.0
     GitCommit:        de40ad0
    
    • [x] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name                                   Version        Architecture Description
    +++-======================================-==============-============-=================================================================
    un  bumblebee-nvidia                       <none>         <none>       (no description available)
    ii  glx-alternative-nvidia                 1.2.0          amd64        allows the selection of NVIDIA as GLX provider
    un  libegl-nvidia-legacy-390xx0            <none>         <none>       (no description available)
    un  libegl-nvidia-tesla-418-0              <none>         <none>       (no description available)
    un  libegl-nvidia-tesla-440-0              <none>         <none>       (no description available)
    un  libegl-nvidia-tesla-450-0              <none>         <none>       (no description available)
    ii  libegl-nvidia0:amd64                   450.80.02-2    amd64        NVIDIA binary EGL library
    ii  libegl-nvidia0:i386                    450.80.02-2    i386         NVIDIA binary EGL library
    un  libegl1-glvnd-nvidia                   <none>         <none>       (no description available)
    un  libegl1-nvidia                         <none>         <none>       (no description available)
    un  libgl1-glvnd-nvidia-glx                <none>         <none>       (no description available)
    ii  libgl1-nvidia-glvnd-glx:amd64          450.80.02-2    amd64        NVIDIA binary OpenGL/GLX library (GLVND variant)
    ii  libgl1-nvidia-glvnd-glx:i386           450.80.02-2    i386         NVIDIA binary OpenGL/GLX library (GLVND variant)
    un  libgl1-nvidia-glx                      <none>         <none>       (no description available)
    un  libgl1-nvidia-glx-any                  <none>         <none>       (no description available)
    un  libgl1-nvidia-glx-i386                 <none>         <none>       (no description available)
    un  libgl1-nvidia-legacy-390xx-glx         <none>         <none>       (no description available)
    un  libgl1-nvidia-tesla-418-glx            <none>         <none>       (no description available)
    un  libgldispatch0-nvidia                  <none>         <none>       (no description available)
    ii  libgles-nvidia1:amd64                  450.80.02-2    amd64        NVIDIA binary OpenGL|ES 1.x library
    ii  libgles-nvidia1:i386                   450.80.02-2    i386         NVIDIA binary OpenGL|ES 1.x library
    ii  libgles-nvidia2:amd64                  450.80.02-2    amd64        NVIDIA binary OpenGL|ES 2.x library
    ii  libgles-nvidia2:i386                   450.80.02-2    i386         NVIDIA binary OpenGL|ES 2.x library
    un  libgles1-glvnd-nvidia                  <none>         <none>       (no description available)
    un  libgles2-glvnd-nvidia                  <none>         <none>       (no description available)
    un  libglvnd0-nvidia                       <none>         <none>       (no description available)
    ii  libglx-nvidia0:amd64                   450.80.02-2    amd64        NVIDIA binary GLX library
    ii  libglx-nvidia0:i386                    450.80.02-2    i386         NVIDIA binary GLX library
    un  libglx0-glvnd-nvidia                   <none>         <none>       (no description available)
    un  libnvidia-cbl                          <none>         <none>       (no description available)
    un  libnvidia-cfg.so.1                     <none>         <none>       (no description available)
    ii  libnvidia-cfg1:amd64                   450.80.02-2    amd64        NVIDIA binary OpenGL/GLX configuration library
    un  libnvidia-cfg1-any                     <none>         <none>       (no description available)
    ii  libnvidia-container-tools              1.3.1-1        amd64        NVIDIA container runtime library (command-line tools)
    ii  libnvidia-container1:amd64             1.3.1-1        amd64        NVIDIA container runtime library
    ii  libnvidia-eglcore:amd64                450.80.02-2    amd64        NVIDIA binary EGL core libraries
    ii  libnvidia-eglcore:i386                 450.80.02-2    i386         NVIDIA binary EGL core libraries
    un  libnvidia-eglcore-450.80.02            <none>         <none>       (no description available)
    ii  libnvidia-encode1:amd64                450.80.02-2    amd64        NVENC Video Encoding runtime library
    ii  libnvidia-glcore:amd64                 450.80.02-2    amd64        NVIDIA binary OpenGL/GLX core libraries
    ii  libnvidia-glcore:i386                  450.80.02-2    i386         NVIDIA binary OpenGL/GLX core libraries
    un  libnvidia-glcore-450.80.02             <none>         <none>       (no description available)
    ii  libnvidia-glvkspirv:amd64              450.80.02-2    amd64        NVIDIA binary Vulkan Spir-V compiler library
    ii  libnvidia-glvkspirv:i386               450.80.02-2    i386         NVIDIA binary Vulkan Spir-V compiler library
    un  libnvidia-glvkspirv-450.80.02          <none>         <none>       (no description available)
    un  libnvidia-legacy-340xx-cfg1            <none>         <none>       (no description available)
    un  libnvidia-legacy-390xx-cfg1            <none>         <none>       (no description available)
    ii  libnvidia-ml-dev:amd64                 11.1.1-3       amd64        NVIDIA Management Library (NVML) development files
    un  libnvidia-ml.so.1                      <none>         <none>       (no description available)
    ii  libnvidia-ml1:amd64                    450.80.02-2    amd64        NVIDIA Management Library (NVML) runtime library
    ii  libnvidia-ptxjitcompiler1:amd64        450.80.02-2    amd64        NVIDIA PTX JIT Compiler
    ii  libnvidia-rtcore:amd64                 450.80.02-2    amd64        NVIDIA binary Vulkan ray tracing (rtcore) library
    un  libnvidia-rtcore-450.80.02             <none>         <none>       (no description available)
    un  libnvidia-tesla-418-cfg1               <none>         <none>       (no description available)
    un  libnvidia-tesla-440-cfg1               <none>         <none>       (no description available)
    un  libnvidia-tesla-450-cfg1               <none>         <none>       (no description available)
    un  libnvidia-tesla-450-cuda1              <none>         <none>       (no description available)
    un  libnvidia-tesla-450-ml1                <none>         <none>       (no description available)
    un  libopengl0-glvnd-nvidia                <none>         <none>       (no description available)
    ii  nvidia-alternative                     450.80.02-2    amd64        allows the selection of NVIDIA as GLX provider
    un  nvidia-alternative--kmod-alias         <none>         <none>       (no description available)
    un  nvidia-alternative-legacy-173xx        <none>         <none>       (no description available)
    un  nvidia-alternative-legacy-71xx         <none>         <none>       (no description available)
    un  nvidia-alternative-legacy-96xx         <none>         <none>       (no description available)
    ii  nvidia-container-runtime               3.4.0-1        amd64        NVIDIA container runtime
    un  nvidia-container-runtime-hook          <none>         <none>       (no description available)
    ii  nvidia-container-toolkit               1.4.0-1        amd64        NVIDIA container runtime hook
    ii  nvidia-cuda-dev:amd64                  11.1.1-3       amd64        NVIDIA CUDA development files
    un  nvidia-cuda-doc                        <none>         <none>       (no description available)
    ii  nvidia-cuda-gdb                        11.1.1-3       amd64        NVIDIA CUDA Debugger (GDB)
    un  nvidia-cuda-mps                        <none>         <none>       (no description available)
    ii  nvidia-cuda-toolkit                    11.1.1-3       amd64        NVIDIA CUDA development toolkit
    ii  nvidia-cuda-toolkit-doc                11.1.1-3       all          NVIDIA CUDA and OpenCL documentation
    un  nvidia-current                         <none>         <none>       (no description available)
    un  nvidia-current-updates                 <none>         <none>       (no description available)
    un  nvidia-docker                          <none>         <none>       (no description available)
    ii  nvidia-docker2                         2.5.0-1        all          nvidia-docker CLI wrapper
    ii  nvidia-driver                          450.80.02-2    amd64        NVIDIA metapackage
    un  nvidia-driver-any                      <none>         <none>       (no description available)
    ii  nvidia-driver-bin                      450.80.02-2    amd64        NVIDIA driver support binaries
    un  nvidia-driver-bin-450.80.02            <none>         <none>       (no description available)
    un  nvidia-driver-binary                   <none>         <none>       (no description available)
    ii  nvidia-driver-libs:amd64               450.80.02-2    amd64        NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries)
    ii  nvidia-driver-libs:i386                450.80.02-2    i386         NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries)
    un  nvidia-driver-libs-any                 <none>         <none>       (no description available)
    un  nvidia-driver-libs-nonglvnd            <none>         <none>       (no description available)
    ii  nvidia-egl-common                      450.80.02-2    amd64        NVIDIA binary EGL driver - common files
    ii  nvidia-egl-icd:amd64                   450.80.02-2    amd64        NVIDIA EGL installable client driver (ICD)
    ii  nvidia-egl-icd:i386                    450.80.02-2    i386         NVIDIA EGL installable client driver (ICD)
    un  nvidia-glx-any                         <none>         <none>       (no description available)
    ii  nvidia-installer-cleanup               20151021+12    amd64        cleanup after driver installation with the nvidia-installer
    un  nvidia-kernel-450.80.02                <none>         <none>       (no description available)
    ii  nvidia-kernel-common                   20151021+12    amd64        NVIDIA binary kernel module support files
    ii  nvidia-kernel-dkms                     450.80.02-2    amd64        NVIDIA binary kernel module DKMS source
    un  nvidia-kernel-source                   <none>         <none>       (no description available)
    ii  nvidia-kernel-support                  450.80.02-2    amd64        NVIDIA binary kernel module support files
    un  nvidia-kernel-support--v1              <none>         <none>       (no description available)
    un  nvidia-kernel-support-any              <none>         <none>       (no description available)
    un  nvidia-legacy-304xx-alternative        <none>         <none>       (no description available)
    un  nvidia-legacy-304xx-driver             <none>         <none>       (no description available)
    un  nvidia-legacy-340xx-alternative        <none>         <none>       (no description available)
    un  nvidia-legacy-340xx-vdpau-driver       <none>         <none>       (no description available)
    un  nvidia-legacy-390xx-vdpau-driver       <none>         <none>       (no description available)
    un  nvidia-legacy-390xx-vulkan-icd         <none>         <none>       (no description available)
    ii  nvidia-legacy-check                    450.80.02-2    amd64        check for NVIDIA GPUs requiring a legacy driver
    un  nvidia-libopencl1                      <none>         <none>       (no description available)
    un  nvidia-libopencl1-dev                  <none>         <none>       (no description available)
    ii  nvidia-modprobe                        460.27.04-1    amd64        utility to load NVIDIA kernel modules and create device nodes
    un  nvidia-nonglvnd-vulkan-common          <none>         <none>       (no description available)
    un  nvidia-nonglvnd-vulkan-icd             <none>         <none>       (no description available)
    un  nvidia-opencl-dev                      <none>         <none>       (no description available)
    un  nvidia-opencl-icd                      <none>         <none>       (no description available)
    un  nvidia-openjdk-8-jre                   <none>         <none>       (no description available)
    ii  nvidia-persistenced                    450.57-1       amd64        daemon to maintain persistent software state in the NVIDIA driver
    ii  nvidia-profiler                        11.1.1-3       amd64        NVIDIA Profiler for CUDA and OpenCL
    ii  nvidia-settings                        450.80.02-1+b1 amd64        tool for configuring the NVIDIA graphics driver
    un  nvidia-settings-gtk-450.80.02          <none>         <none>       (no description available)
    ii  nvidia-smi                             450.80.02-2    amd64        NVIDIA System Management Interface
    ii  nvidia-support                         20151021+12    amd64        NVIDIA binary graphics driver support files
    un  nvidia-tesla-418-vdpau-driver          <none>         <none>       (no description available)
    un  nvidia-tesla-418-vulkan-icd            <none>         <none>       (no description available)
    un  nvidia-tesla-440-vdpau-driver          <none>         <none>       (no description available)
    un  nvidia-tesla-440-vulkan-icd            <none>         <none>       (no description available)
    un  nvidia-tesla-450-driver                <none>         <none>       (no description available)
    un  nvidia-tesla-450-vulkan-icd            <none>         <none>       (no description available)
    un  nvidia-tesla-alternative               <none>         <none>       (no description available)
    ii  nvidia-vdpau-driver:amd64              450.80.02-2    amd64        Video Decode and Presentation API for Unix - NVIDIA driver
    ii  nvidia-visual-profiler                 11.1.1-3       amd64        NVIDIA Visual Profiler for CUDA and OpenCL
    ii  nvidia-vulkan-common                   450.80.02-2    amd64        NVIDIA Vulkan driver - common files
    ii  nvidia-vulkan-icd:amd64                450.80.02-2    amd64        NVIDIA Vulkan installable client driver (ICD)
    ii  nvidia-vulkan-icd:i386                 450.80.02-2    i386         NVIDIA Vulkan installable client driver (ICD)
    un  nvidia-vulkan-icd-any                  <none>         <none>       (no description available)
    ii  xserver-xorg-video-nvidia              450.80.02-2    amd64        NVIDIA binary Xorg driver
    un  xserver-xorg-video-nvidia-any          <none>         <none>       (no description available)
    un  xserver-xorg-video-nvidia-legacy-304xx <none>         <none>       (no description available)
    
    • [x] NVIDIA container library version from nvidia-container-cli -V
    version: 1.3.1
    build date: 2020-12-14T14:18+00:00
    build revision: ac02636a318fe7dcc71eaeb3cc55d0c8541c1072
    build compiler: x86_64-linux-gnu-gcc-8 8.3.0
    build platform: x86_64
    build flags: -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -DNDEBUG -std=gnu11 -O2 -g -fdata-sections -ffunction-sections -fstack-protector -fno-strict-aliasing -fvisibility=hidden -Wall -Wextra -Wcast-align -Wpointer-arith -Wmissing-prototypes -Wnonnull -Wwrite-strings -Wlogical-op -Wformat=2 -Wmissing-format-attribute -Winit-self -Wshadow -Wstrict-prototypes -Wunreachable-code -Wconversion -Wsign-conversion -Wno-unknown-warning-option -Wno-format-extra-args -Wno-gnu-alignof-expression -Wl,-zrelro -Wl,-znow -Wl,-zdefs -Wl,--gc-sections
    
    • [ ] NVIDIA container library logs (see troubleshooting)
    • [x] Docker command, image and tag used
    docker run --rm --gpus all nvidia/cuda:11.0-base-ubuntu20.04 nvidia-smi
    
  • nvidia-docker 2.6.0-1 - not working on Ubuntu WSL2

    nvidia-docker 2.6.0-1 - not working on Ubuntu WSL2

    1. Issue or feature description

    After run - apt-get upgrade The bellow packages was updated to last version.

     nvidia-docker2:amd64 (2.5.0-1, 2.6.0-1)
     libnvidia-container-tools:amd64 (1.3.3-1, 1.4.0-1)
     nvidia-container-runtime:amd64 (3.4.2-1, 3.5.0-1)
     libnvidia-container1:amd64 (1.3.3-1, 1.4.0-1)
     nvidia-container-toolkit:amd64 (1.4.2-1, 1.5.0-1)
    

    After upgrade above packages nvidia-docker stop working.

    2. Steps to reproduce the issue

    $ docker run   --gpus all  --rm -it  nvcr.io/nvidia/tensorrt:21.04-py3 /bin/bash
    
    
    docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: 
    starting container process caused: process_linux.go:495: container init caused: Running hook #0:: 
    error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: 
    driver error: failed to process request: unknown.
    

    3. Information to attach (optional if deemed irrelevant)

    • [ ] Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info
    • [x] Kernel version from uname -a
    • [ ] Any relevant kernel output lines from dmesg
    • [x] Driver information from nvidia-smi -a
    • [x] Docker version from docker version
    • [ ] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
    • [ ] NVIDIA container library version from nvidia-container-cli -V
    • [ ] NVIDIA container library logs (see troubleshooting)
    • [ ] Docker command, image and tag used
    Windows 10 Pro
    Build 21364.co_release.210416-1504
    
    $ uname -a
    Linux  5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
    
    localuser@LEVI-PC:~$ docker version
    Client: Docker Engine - Community
     Version:           20.10.5
     API version:       1.41
     Go version:        go1.13.15
     Git commit:        55c4c88
     Built:             Tue Mar  2 20:18:20 2021
     OS/Arch:           linux/amd64
     Context:           default
     Experimental:      true
    
    Server: Docker Engine - Community
     Engine:
      Version:          20.10.6
      API version:      1.41 (minimum version 1.12)
      Go version:       go1.13.15
      Git commit:       8728dd2
      Built:            Fri Apr  9 22:45:28 2021
      OS/Arch:          linux/amd64
      Experimental:     false
     containerd:
      Version:          1.4.4
      GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
     runc:
      Version:          1.0.0-rc93
      GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
     docker-init:
      Version:          0.19.0
      GitCommit:        de40ad0
    
    
    
    C:\WINDOWS\system32>nvidia-smi -a
    
    ==============NVSMI LOG==============
    
    Timestamp                                 : Fri Apr 30 13:34:08 2021
    Driver Version                            : 470.25
    CUDA Version                              : 11.4
    
    Attached GPUs                             : 1
    GPU 00000000:01:00.0
        Product Name                          : NVIDIA GeForce RTX 2060 SUPER
        Product Brand                         : GeForce
        Display Mode                          : Enabled
        Display Active                        : Enabled
        Persistence Mode                      : N/A
        MIG Mode
            Current                           : N/A
            Pending                           : N/A
        Accounting Mode                       : Disabled
        Accounting Mode Buffer Size           : 4000
        Driver Model
            Current                           : WDDM
            Pending                           : WDDM
        Serial Number                         : N/A
        GPU UUID                              : GPU-c9d4e34c-cbf6-4dea-9f87-959d9eb94069
        Minor Number                          : N/A
        VBIOS Version                         : 90.06.44.40.20
        MultiGPU Board                        : No
        Board ID                              : 0x100
        GPU Part Number                       : N/A
        Module ID                             : 0
        Inforom Version
            Image Version                     : G001.0000.02.04
            OEM Object                        : 1.1
            ECC Object                        : N/A
            Power Management Object           : N/A
    ....
    
    
    C:\WINDOWS\system32>
    
    

    Workaround

    Downgrade the below Packages

    apt-get install nvidia-docker2:amd64=2.5.0-1 \
               libnvidia-container-tools:amd64=1.3.3-1 \
               nvidia-container-runtime:amd64=3.4.2-1 \
               libnvidia-container1:amd64=1.3.3-1 \
               nvidia-container-toolkit:amd64=1.4.2-1
    
  • Can not use nvidia-docker. docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: ...

    Can not use nvidia-docker. docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: ...

    The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.

    Also, before reporting a new issue, please make sure that:


    1. Issue or feature description

    previous steps are same with the tutorial. after installing nvidia-container-toolkit sudo apt-get install -y nvidia-container-toolkit when I used the test examples, it always got error. docker run --gpus all nvidia/cuda:10.0-base nvidia-smi error:

    docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused "process_linux.go:432: running prestart hook 0 caused \"error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: requirement error: unsatisfied condition: cuda>=10.0, please update your driver to a newer version, or use an earlier cuda container\\n\""": unknown. ERRO[0018] error waiting for container: context canceled

    2. Steps to reproduce the issue

    just when I run the test examples: docker run --gpus all nvidia/cuda:10.0-base nvidia-smi #error message docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused "process_linux.go:432: running prestart hook 0 caused \"error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: requirement error: unsatisfied condition: cuda>=10.0, please update your driver to a newer version, or use an earlier cuda container\\n\""": unknown. ERRO[0018] error waiting for container: context canceled

    I also tried docker run --gpus 1 nvidia/cuda nvidia-smi the error is similar

    docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused "process_linux.go:432: running prestart hook 0 caused \"error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: requirement error: unsatisfied condition: cuda>=10.1, please update your driver to a newer version, or use an earlier cuda container\\n\""": unknown. ERRO[0124] error waiting for container: context canceled

    3. Information to attach (optional if deemed irrelevant)

    • [ ] Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info
    • [ ] Kernel version from uname -a
    • [ ] Any relevant kernel output lines from dmesg
    • [ ] Driver information from nvidia-smi -a
    • [ ] Docker version from docker version
    • [ ] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
    • [ ] NVIDIA container library version from nvidia-container-cli -V
    • [ ] NVIDIA container library logs (see troubleshooting)
    • [ ] Docker command, image and tag used
  • First nvidia-docker run is slow

    First nvidia-docker run is slow

    The first time I run nvidia-docker run --rm $IMAGE nvidia-smi > /dev/null 2>&1 ($IMAGE extends the nvidia image), takes ~30seconds. Subsequent calls are ~0 seconds.

    I am calling nvidia-smi (not in docker) previously. Further I have set nvidia-smi -pm 1.

    Why is this first call so slow and is there any way to speed it up?

  • nvidia-docker on opensuse

    nvidia-docker on opensuse

    hello,

    I have tried to install nvidia-docker on opensuse leap 42.3 I have used centos package:

    • nvidia-docker-2.0.2
    • nvidia-container-runtime-1.2.1-1
    • libnvidia-container_1.0.0
    • nvidia-container-runtime-hook-1.2.1-1

    After solving many problem in the installation I have finally managed to set all the packages but when I want to test the configuration

    nvidia-docker run --rm nvidia/cuda nvidia-smi

    I get

    container_linux.go:265: starting container process caused "process_linux.go:368: container init caused \"process_linux.go:351: running prestart hook 1 caused \\\"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/local/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig --device=all --compute --utility --require=cuda>=9.0 --pid=6568 /var/lib/docker/btrfs/subvolumes/26850be101a4f175ec4d476f1a056526cd9202da1c4c7dfaaef32b7135ce82fb]\\\\nnvidia-container-cli: initialization error: cuda error: no cuda-capable device is detected\\\\n\\\"\""
    docker: Error response from daemon: oci runtime error: container_linux.go:265: starting container process caused "process_linux.go:368: container init caused \"process_linux.go:351: running prestart hook 1 caused \\\"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/local/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig --device=all --compute --utility --require=cuda>=9.0 --pid=6568 /var/lib/docker/btrfs/subvolumes/26850be101a4f175ec4d476f1a056526cd9202da1c4c7dfaaef32b7135ce82fb]\\\\nnvidia-container-cli: initialization error: cuda error: no cuda-capable device is detected\\\\n\\\"\"".
    

    I think that the container cannot recognize my gpu and I don't know why ? when I run

    nvidia-smi

    I get this output on my host

    +-----------------------------------------------------------------------------+
    | NVIDIA-SMI 387.26                 Driver Version: 387.26                    |
    |-------------------------------+----------------------+----------------------+
    | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
    | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
    |===============================+======================+======================|
    |   0  GeForce GTX 760     On   | 00000000:01:00.0 N/A |                  N/A |
    | 34%   27C    P8    N/A /  N/A |    283MiB /  4030MiB |     N/A      Default |
    +-------------------------------+----------------------+----------------------+
                                                                                   
    +-----------------------------------------------------------------------------+
    | Processes:                                                       GPU Memory |
    |  GPU       PID   Type   Process name                             Usage      |
    |=============================================================================|
    |    0                    Not Supported                                       |
    +-----------------------------------------------------------------------------+
    

    Can you please help me?

    thank you.

  • Failures on Debian with `ldconfig`

    Failures on Debian with `ldconfig`

    The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.

    Also, before reporting a new issue, please make sure that:


    1. Issue or feature description

    On Debian 10 and Debian unstable, nvidia-docker fails to run programs that use CUDA inside of containers UNLESS ldconfig is run first in the container to rebuild the the ldconfig cache.

    Example failure:

    [17:07:54]:wash@voyager:/home/wash/development/nvidia/cuda_linux_p4/sw/gpgpu/thrust/ci:0:$ sudo docker run --rm --gpus all nvidia/cuda:11.0-base nvidia-smi           NVIDIA-SMI couldn't find libnvidia-ml.so library in your system. Please make sure that the NVIDIA Display Driver is properly installed and present in your system.
    Please also try adding directory that contains libnvidia-ml.so to your system PATH.
    [17:07:57]:wash@voyager:/home/wash/development/nvidia/cuda_linux_p4/sw/gpgpu/thrust/ci:12:$ tail -n 5 /var/log/nvidia-container-toolkit.log
    I1014 00:07:56.925518 4001429 nvc_ldcache.c:359] executing /sbin/ldconfig from host at /var/lib/docker/overlay2/1b23287eb935d89df1baab6e66ded34209ac3f6a371ccb11c307a553bd11cff4/merged
    E1014 00:07:56.926236 1 nvc_ldcache.c:390] could not start /sbin/ldconfig: process execution failed: no such file or directory
    I1014 00:07:56.943973 4001429 nvc.c:337] shutting down library context
    I1014 00:07:56.944378 4001435 driver.c:156] terminating driver service
    I1014 00:07:56.944613 4001429 driver.c:196] driver service terminated successfully
    

    If I run ldconfig within the container to rebuild ld.so.cache first, everything works:

    [17:09:00]:wash@voyager:/home/wash/development/nvidia/cuda_linux_p4/sw/gpgpu/thrust/ci:0:$ sudo docker run --rm --gpus all nvidia/cuda:11.0-base bash -c "ldconfig && nvidia-smi"
    Wed Oct 14 00:11:34 2020
    +-----------------------------------------------------------------------------+
    | NVIDIA-SMI 455.10       Driver Version: 455.10       CUDA Version: 11.1     |
    |-------------------------------+----------------------+----------------------+
    | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
    | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
    |                               |                      |               MIG M. |
    |===============================+======================+======================|
    |   0  GeForce GT 710      On   | 00000000:04:00.0 N/A |                  N/A |
    | 40%   41C    P8    N/A /  N/A |      1MiB /  2002MiB |     N/A      Default |
    |                               |                      |                  N/A |
    +-------------------------------+----------------------+----------------------+
    |   1  TITAN Xp            On   | 00000000:17:00.0 Off |                  N/A |
    | 23%   30C    P8     8W / 250W |      1MiB / 12196MiB |      0%      Default |
    |                               |                      |                  N/A |
    +-------------------------------+----------------------+----------------------+
    |   2  Quadro GV100        On   | 00000000:65:00.0  On |                  Off |
    | 32%   44C    P0    26W / 250W |      0MiB / 32505MiB |      0%      Default |
    |                               |                      |                  N/A |
    +-------------------------------+----------------------+----------------------+
    
    +-----------------------------------------------------------------------------+
    | Processes:                                                                  |
    |  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
    |        ID   ID                                                   Usage      |
    |=============================================================================|
    |  No running processes found                                                 |
    +-----------------------------------------------------------------------------+
    

    This seems related to:

    • https://github.com/NVIDIA/nvidia-docker/issues/587
    • https://github.com/NVIDIA/nvidia-docker/issues/660
    • https://github.com/NVIDIA/nvidia-docker/issues/1301

    2. Steps to reproduce the issue

    3. Information to attach (optional if deemed irrelevant)

    • [X] Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info
    I1014 00:13:02.642845 4001640 nvc.c:282] initializing library context (version=1.3.0, build=16315ebdf4b9728e899f615e208b50c41d7a5d15)
    I1014 00:13:02.642869 4001640 nvc.c:256] using root /
    I1014 00:13:02.642873 4001640 nvc.c:257] using ldcache /etc/ld.so.cache
    I1014 00:13:02.642876 4001640 nvc.c:258] using unprivileged user 1000:1000
    I1014 00:13:02.642887 4001640 nvc.c:299] attempting to load dxcore to see if we are running under Windows Subsystem for Linux (WSL)
    I1014 00:13:02.642982 4001640 nvc.c:301] dxcore initialization failed, continuing assuming a non-WSL environment
    W1014 00:13:02.644169 4001641 nvc.c:187] failed to set inheritable capabilities
    W1014 00:13:02.644192 4001641 nvc.c:188] skipping kernel modules load due to failure
    I1014 00:13:02.644291 4001642 driver.c:101] starting driver service
    I1014 00:13:02.645319 4001640 nvc_info.c:680] requesting driver information with ''
    I1014 00:13:02.646053 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.455.10
    I1014 00:13:02.646118 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvoptix.so.455.10
    I1014 00:13:02.646144 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.455.10
    I1014 00:13:02.646162 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-rtcore.so.455.10
    I1014 00:13:02.646182 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.455.10
    I1014 00:13:02.646210 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.455.10
    I1014 00:13:02.646239 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.455.10
    I1014 00:13:02.646258 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-ngx.so.455.10
    I1014 00:13:02.646278 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.455.10
    I1014 00:13:02.646305 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-ifr.so.455.10
    I1014 00:13:02.646335 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.455.10
    I1014 00:13:02.646354 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.455.10
    I1014 00:13:02.646374 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.455.10
    I1014 00:13:02.646393 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-fbc.so.455.10
    I1014 00:13:02.646421 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.455.10
    I1014 00:13:02.646448 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.455.10
    I1014 00:13:02.646467 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-compiler.so.455.10
    I1014 00:13:02.646487 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.455.10
    I1014 00:13:02.646514 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-cbl.so.455.10
    I1014 00:13:02.646532 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvidia-allocator.so.455.10
    I1014 00:13:02.646562 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libnvcuvid.so.455.10
    I1014 00:13:02.646670 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libcuda.so.455.10
    I1014 00:13:02.646765 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.455.10
    I1014 00:13:02.646786 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.455.10
    I1014 00:13:02.646807 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.455.10
    I1014 00:13:02.646828 4001640 nvc_info.c:169] selecting /usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.455.10
    I1014 00:13:02.646853 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.455.10
    I1014 00:13:02.646880 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-tls.so.455.10
    I1014 00:13:02.646898 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-ptxjitcompiler.so.455.10
    I1014 00:13:02.646925 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-opticalflow.so.455.10
    I1014 00:13:02.646952 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-opencl.so.455.10
    I1014 00:13:02.646971 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-ml.so.455.10
    I1014 00:13:02.646998 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-ifr.so.455.10
    I1014 00:13:02.647027 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-glvkspirv.so.455.10
    I1014 00:13:02.647045 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-glsi.so.455.10
    I1014 00:13:02.647064 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-glcore.so.455.10
    I1014 00:13:02.647083 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-fbc.so.455.10
    I1014 00:13:02.647110 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-encode.so.455.10
    I1014 00:13:02.647137 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-eglcore.so.455.10
    I1014 00:13:02.647156 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-compiler.so.455.10
    I1014 00:13:02.647175 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvidia-allocator.so.455.10
    I1014 00:13:02.647204 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libnvcuvid.so.455.10
    I1014 00:13:02.647242 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libcuda.so.455.10
    I1014 00:13:02.647278 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libGLX_nvidia.so.455.10
    I1014 00:13:02.647297 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libGLESv2_nvidia.so.455.10
    I1014 00:13:02.647317 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libGLESv1_CM_nvidia.so.455.10
    I1014 00:13:02.647337 4001640 nvc_info.c:169] selecting /usr/lib/i386-linux-gnu/libEGL_nvidia.so.455.10
    W1014 00:13:02.647351 4001640 nvc_info.c:350] missing library libnvidia-fatbinaryloader.so
    W1014 00:13:02.647356 4001640 nvc_info.c:354] missing compat32 library libnvidia-cfg.so
    W1014 00:13:02.647360 4001640 nvc_info.c:354] missing compat32 library libnvidia-fatbinaryloader.so
    W1014 00:13:02.647363 4001640 nvc_info.c:354] missing compat32 library libnvidia-ngx.so
    W1014 00:13:02.647366 4001640 nvc_info.c:354] missing compat32 library libnvidia-rtcore.so
    W1014 00:13:02.647370 4001640 nvc_info.c:354] missing compat32 library libnvoptix.so
    W1014 00:13:02.647373 4001640 nvc_info.c:354] missing compat32 library libnvidia-cbl.so
    I1014 00:13:02.655816 4001640 nvc_info.c:276] selecting /usr/bin/nvidia-smi
    I1014 00:13:02.655827 4001640 nvc_info.c:276] selecting /usr/bin/nvidia-debugdump
    I1014 00:13:02.655839 4001640 nvc_info.c:276] selecting /usr/bin/nvidia-persistenced
    I1014 00:13:02.655849 4001640 nvc_info.c:276] selecting /usr/bin/nvidia-cuda-mps-control
    I1014 00:13:02.655859 4001640 nvc_info.c:276] selecting /usr/bin/nvidia-cuda-mps-server
    I1014 00:13:02.655874 4001640 nvc_info.c:438] listing device /dev/nvidiactl
    I1014 00:13:02.655877 4001640 nvc_info.c:438] listing device /dev/nvidia-uvm
    I1014 00:13:02.655882 4001640 nvc_info.c:438] listing device /dev/nvidia-uvm-tools
    I1014 00:13:02.655887 4001640 nvc_info.c:438] listing device /dev/nvidia-modeset
    I1014 00:13:02.655928 4001640 nvc_info.c:317] listing ipc /run/nvidia-persistenced/socket
    W1014 00:13:02.655937 4001640 nvc_info.c:321] missing ipc /tmp/nvidia-mps
    I1014 00:13:02.655941 4001640 nvc_info.c:745] requesting device information with ''
    I1014 00:13:02.661724 4001640 nvc_info.c:628] listing device /dev/nvidia0 (GPU-858ec672-5669-6e20-d0e8-194029d32d2c at 00000000:04:00.0)
    I1014 00:13:02.667422 4001640 nvc_info.c:628] listing device /dev/nvidia1 (GPU-2da062d6-3b80-9750-0af9-85d39d0b010b at 00000000:17:00.0)
    I1014 00:13:02.673130 4001640 nvc_info.c:628] listing device /dev/nvidia2 (GPU-58a70c9d-1070-2a96-e5b3-cbee8d19d9e3 at 00000000:65:00.0)
    NVRM version:   455.10
    CUDA version:   11.1
    
    Device Index:   0
    Device Minor:   0
    Model:          GeForce GT 710
    Brand:          GeForce
    GPU UUID:       GPU-858ec672-5669-6e20-d0e8-194029d32d2c
    Bus Location:   00000000:04:00.0
    Architecture:   3.5
    
    Device Index:   1
    Device Minor:   1
    Model:          TITAN Xp
    Brand:          GeForce
    GPU UUID:       GPU-2da062d6-3b80-9750-0af9-85d39d0b010b
    Bus Location:   00000000:17:00.0
    Architecture:   6.1
    
    Device Index:   2
    Device Minor:   2
    Model:          Quadro GV100
    Brand:          Quadro
    GPU UUID:       GPU-58a70c9d-1070-2a96-e5b3-cbee8d19d9e3
    Bus Location:   00000000:65:00.0
    Architecture:   7.0
    I1014 00:13:02.673174 4001640 nvc.c:337] shutting down library context
    I1014 00:13:02.673531 4001642 driver.c:156] terminating driver service
    I1014 00:13:02.673681 4001640 driver.c:196] driver service terminated successfully
    
    • [X] Kernel version from uname -a
    Linux voyager 5.5.0-1-amd64 #1 SMP Debian 5.5.13-2 (2020-03-30) x86_64 GNU/Linux
    
    • [X] Driver information from nvidia-smi -a
    Timestamp                                 : Tue Oct 13 17:15:06 2020
    Driver Version                            : 455.10
    CUDA Version                              : 11.1
    
    Attached GPUs                             : 3
    GPU 00000000:04:00.0
        Product Name                          : GeForce GT 710
        Product Brand                         : GeForce
        Display Mode                          : N/A
        Display Active                        : N/A
        Persistence Mode                      : Enabled
        MIG Mode
            Current                           : N/A
            Pending                           : N/A
        Accounting Mode                       : N/A
        Accounting Mode Buffer Size           : N/A
        Driver Model
            Current                           : N/A
            Pending                           : N/A
        Serial Number                         : N/A
        GPU UUID                              : GPU-858ec672-5669-6e20-d0e8-194029d32d2c
        Minor Number                          : 0
        VBIOS Version                         : 80.28.A6.00.12
        MultiGPU Board                        : N/A
        Board ID                              : N/A
        GPU Part Number                       : N/A
        Inforom Version
            Image Version                     : N/A
            OEM Object                        : N/A
            ECC Object                        : N/A
            Power Management Object           : N/A
        GPU Operation Mode
            Current                           : N/A
            Pending                           : N/A
        GPU Virtualization Mode
            Virtualization Mode               : N/A
            Host VGPU Mode                    : N/A
        IBMNPU
            Relaxed Ordering Mode             : N/A
        PCI
            Bus                               : 0x04
            Device                            : 0x00
            Domain                            : 0x0000
            Device Id                         : 0x128B10DE
            Bus Id                            : 00000000:04:00.0
            Sub System Id                     : 0x27123842
            GPU Link Info
                PCIe Generation
                    Max                       : N/A
                    Current                   : N/A
                Link Width
                    Max                       : N/A
                    Current                   : N/A
            Bridge Chip
                Type                          : N/A
                Firmware                      : N/A
            Replays Since Reset               : 0
            Replay Number Rollovers           : 0
            Tx Throughput                     : N/A
            Rx Throughput                     : N/A
        Fan Speed                             : 40 %
        Performance State                     : P8
        Clocks Throttle Reasons               : N/A
        FB Memory Usage
            Total                             : 2002 MiB
            Used                              : 1 MiB
            Free                              : 2001 MiB
        BAR1 Memory Usage
            Total                             : N/A
            Used                              : N/A
            Free                              : N/A
        Compute Mode                          : Default
        Utilization
            Gpu                               : N/A
            Memory                            : N/A
            Encoder                           : N/A
            Decoder                           : N/A
        Encoder Stats
            Active Sessions                   : N/A
            Average FPS                       : N/A
            Average Latency                   : N/A
        FBC Stats
            Active Sessions                   : N/A
            Average FPS                       : N/A
            Average Latency                   : N/A
        Ecc Mode
            Current                           : N/A
            Pending                           : N/A
        ECC Errors
            Volatile
                Single Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
                Double Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
            Aggregate
                Single Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
                Double Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
        Retired Pages
            Single Bit ECC                    : N/A
            Double Bit ECC                    : N/A
            Pending Page Blacklist            : N/A
        Remapped Rows                         : N/A
        Temperature
            GPU Current Temp                  : 41 C
            GPU Shutdown Temp                 : N/A
            GPU Slowdown Temp                 : N/A
            GPU Max Operating Temp            : N/A
            Memory Current Temp               : N/A
            Memory Max Operating Temp         : N/A
        Power Readings
            Power Management                  : N/A
            Power Draw                        : N/A
            Power Limit                       : N/A
            Default Power Limit               : N/A
            Enforced Power Limit              : N/A
            Min Power Limit                   : N/A
            Max Power Limit                   : N/A
        Clocks
            Graphics                          : N/A
            SM                                : N/A
            Memory                            : N/A
            Video                             : N/A
        Applications Clocks
            Graphics                          : 954 MHz
            Memory                            : 900 MHz
        Default Applications Clocks
            Graphics                          : 954 MHz
            Memory                            : 900 MHz
        Max Clocks
            Graphics                          : N/A
            SM                                : N/A
            Memory                            : N/A
            Video                             : N/A
        Max Customer Boost Clocks
            Graphics                          : N/A
        Clock Policy
            Auto Boost                        : N/A
            Auto Boost Default                : N/A
        Processes                             : None
    
    GPU 00000000:17:00.0
        Product Name                          : TITAN Xp
        Product Brand                         : GeForce
        Display Mode                          : Disabled
        Display Active                        : Disabled
        Persistence Mode                      : Enabled
        MIG Mode
            Current                           : N/A
            Pending                           : N/A
        Accounting Mode                       : Disabled
        Accounting Mode Buffer Size           : 4000
        Driver Model
            Current                           : N/A
            Pending                           : N/A
        Serial Number                         : N/A
        GPU UUID                              : GPU-2da062d6-3b80-9750-0af9-85d39d0b010b
        Minor Number                          : 1
        VBIOS Version                         : 86.02.49.00.00
        MultiGPU Board                        : No
        Board ID                              : 0x1700
        GPU Part Number                       : N/A
        Inforom Version
            Image Version                     : G001.0000.01.04
            OEM Object                        : 1.1
            ECC Object                        : N/A
            Power Management Object           : N/A
        GPU Operation Mode
            Current                           : N/A
            Pending                           : N/A
        GPU Virtualization Mode
            Virtualization Mode               : None
            Host VGPU Mode                    : N/A
        IBMNPU
            Relaxed Ordering Mode             : N/A
        PCI
            Bus                               : 0x17
            Device                            : 0x00
            Domain                            : 0x0000
            Device Id                         : 0x1B0210DE
            Bus Id                            : 00000000:17:00.0
            Sub System Id                     : 0x11DF10DE
            GPU Link Info
                PCIe Generation
                    Max                       : 3
                    Current                   : 1
                Link Width
                    Max                       : 16x
                    Current                   : 8x
            Bridge Chip
                Type                          : N/A
                Firmware                      : N/A
            Replays Since Reset               : 0
            Replay Number Rollovers           : 0
            Tx Throughput                     : 0 KB/s
            Rx Throughput                     : 0 KB/s
        Fan Speed                             : 23 %
        Performance State                     : P8
        Clocks Throttle Reasons
            Idle                              : Active
            Applications Clocks Setting       : Not Active
            SW Power Cap                      : Not Active
            HW Slowdown                       : Not Active
                HW Thermal Slowdown           : Not Active
                HW Power Brake Slowdown       : Not Active
            Sync Boost                        : Not Active
            SW Thermal Slowdown               : Not Active
            Display Clock Setting             : Not Active
        FB Memory Usage
            Total                             : 12196 MiB
            Used                              : 1 MiB
            Free                              : 12195 MiB
        BAR1 Memory Usage
            Total                             : 256 MiB
            Used                              : 5 MiB
            Free                              : 251 MiB
        Compute Mode                          : Default
        Utilization
            Gpu                               : 0 %
            Memory                            : 0 %
            Encoder                           : 0 %
            Decoder                           : 0 %
        Encoder Stats
            Active Sessions                   : 0
            Average FPS                       : 0
            Average Latency                   : 0
        FBC Stats
            Active Sessions                   : 0
            Average FPS                       : 0
            Average Latency                   : 0
        Ecc Mode
            Current                           : N/A
            Pending                           : N/A
        ECC Errors
            Volatile
                Single Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
                Double Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
            Aggregate
                Single Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
                Double Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
        Retired Pages
            Single Bit ECC                    : N/A
            Double Bit ECC                    : N/A
            Pending Page Blacklist            : N/A
        Remapped Rows                         : N/A
        Temperature
            GPU Current Temp                  : 30 C
            GPU Shutdown Temp                 : 99 C
            GPU Slowdown Temp                 : 96 C
            GPU Max Operating Temp            : N/A
            Memory Current Temp               : N/A
            Memory Max Operating Temp         : N/A
        Power Readings
            Power Management                  : Supported
            Power Draw                        : 9.77 W
            Power Limit                       : 250.00 W
            Default Power Limit               : 250.00 W
            Enforced Power Limit              : 250.00 W
            Min Power Limit                   : 125.00 W
            Max Power Limit                   : 300.00 W
        Clocks
            Graphics                          : 139 MHz
            SM                                : 139 MHz
            Memory                            : 405 MHz
            Video                             : 544 MHz
        Applications Clocks
            Graphics                          : 1404 MHz
            Memory                            : 5705 MHz
        Default Applications Clocks
            Graphics                          : 1404 MHz
            Memory                            : 5705 MHz
        Max Clocks
            Graphics                          : 1911 MHz
            SM                                : 1911 MHz
            Memory                            : 5705 MHz
            Video                             : 1620 MHz
        Max Customer Boost Clocks
            Graphics                          : N/A
        Clock Policy
            Auto Boost                        : N/A
            Auto Boost Default                : N/A
        Processes                             : None
    
    GPU 00000000:65:00.0
        Product Name                          : Quadro GV100
        Product Brand                         : Quadro
        Display Mode                          : Enabled
        Display Active                        : Enabled
        Persistence Mode                      : Enabled
        MIG Mode
            Current                           : N/A
            Pending                           : N/A
        Accounting Mode                       : Disabled
        Accounting Mode Buffer Size           : 4000
        Driver Model
            Current                           : N/A
            Pending                           : N/A
        Serial Number                         : 0320319013520
        GPU UUID                              : GPU-58a70c9d-1070-2a96-e5b3-cbee8d19d9e3
        Minor Number                          : 2
        VBIOS Version                         : 88.00.5A.00.03
        MultiGPU Board                        : No
        Board ID                              : 0x6500
        GPU Part Number                       : 900-5G500-0000-000
        Inforom Version
            Image Version                     : G500.0500.00.05
            OEM Object                        : 1.1
            ECC Object                        : 5.0
            Power Management Object           : N/A
        GPU Operation Mode
            Current                           : N/A
            Pending                           : N/A
        GPU Virtualization Mode
            Virtualization Mode               : None
            Host VGPU Mode                    : N/A
        IBMNPU
            Relaxed Ordering Mode             : N/A
        PCI
            Bus                               : 0x65
            Device                            : 0x00
            Domain                            : 0x0000
            Device Id                         : 0x1DBA10DE
            Bus Id                            : 00000000:65:00.0
            Sub System Id                     : 0x121A10DE
            GPU Link Info
                PCIe Generation
                    Max                       : 3
                    Current                   : 3
                Link Width
                    Max                       : 16x
                    Current                   : 16x
            Bridge Chip
                Type                          : N/A
                Firmware                      : N/A
            Replays Since Reset               : 0
            Replay Number Rollovers           : 0
            Tx Throughput                     : 0 KB/s
            Rx Throughput                     : 0 KB/s
        Fan Speed                             : 32 %
        Performance State                     : P0
        Clocks Throttle Reasons
            Idle                              : Active
            Applications Clocks Setting       : Not Active
            SW Power Cap                      : Not Active
            HW Slowdown                       : Not Active
                HW Thermal Slowdown           : Not Active
                HW Power Brake Slowdown       : Not Active
            Sync Boost                        : Not Active
            SW Thermal Slowdown               : Not Active
            Display Clock Setting             : Not Active
        FB Memory Usage
            Total                             : 32505 MiB
            Used                              : 0 MiB
            Free                              : 32505 MiB
        BAR1 Memory Usage
            Total                             : 256 MiB
            Used                              : 3 MiB
            Free                              : 253 MiB
        Compute Mode                          : Default
        Utilization
            Gpu                               : 0 %
            Memory                            : 0 %
            Encoder                           : 0 %
            Decoder                           : 0 %
        Encoder Stats
            Active Sessions                   : 0
            Average FPS                       : 0
            Average Latency                   : 0
        FBC Stats
            Active Sessions                   : 0
            Average FPS                       : 0
            Average Latency                   : 0
        Ecc Mode
            Current                           : Disabled
            Pending                           : Disabled
        ECC Errors
            Volatile
                Single Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
                Double Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
            Aggregate
                Single Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
                Double Bit
                    Device Memory             : N/A
                    Register File             : N/A
                    L1 Cache                  : N/A
                    L2 Cache                  : N/A
                    Texture Memory            : N/A
                    Texture Shared            : N/A
                    CBU                       : N/A
                    Total                     : N/A
        Retired Pages
            Single Bit ECC                    : 0
            Double Bit ECC                    : 0
            Pending Page Blacklist            : No
        Remapped Rows                         : N/A
        Temperature
            GPU Current Temp                  : 44 C
            GPU Shutdown Temp                 : 90 C
            GPU Slowdown Temp                 : 88 C
            GPU Max Operating Temp            : 87 C
            Memory Current Temp               : 42 C
            Memory Max Operating Temp         : 95 C
        Power Readings
            Power Management                  : Supported
            Power Draw                        : 26.83 W
            Power Limit                       : 250.00 W
            Default Power Limit               : 250.00 W
            Enforced Power Limit              : 250.00 W
            Min Power Limit                   : 100.00 W
            Max Power Limit                   : 250.00 W
        Clocks
            Graphics                          : 135 MHz
            SM                                : 135 MHz
            Memory                            : 850 MHz
            Video                             : 555 MHz
        Applications Clocks
            Graphics                          : 1132 MHz
            Memory                            : 850 MHz
        Default Applications Clocks
            Graphics                          : 1132 MHz
            Memory                            : 850 MHz
        Max Clocks
            Graphics                          : 1912 MHz
            SM                                : 1912 MHz
            Memory                            : 850 MHz
            Video                             : 1717 MHz
        Max Customer Boost Clocks
            Graphics                          : 1912 MHz
        Clock Policy
            Auto Boost                        : N/A
            Auto Boost Default                : N/A
        Processes                             : None
    
    • [ ] Docker version from docker version
    Client: Docker Engine - Community
     Version:           19.03.8
     API version:       1.40
     Go version:        go1.12.17
     Git commit:        afacb8b7f0
     Built:             Wed Mar 11 01:26:02 2020
     OS/Arch:           linux/amd64
     Experimental:      false
    
    Server: Docker Engine - Community
     Engine:
      Version:          19.03.12
      API version:      1.40 (minimum version 1.12)
      Go version:       go1.13.10
      Git commit:       48a66213fe
      Built:            Mon Jun 22 15:44:23 2020
      OS/Arch:          linux/amd64
      Experimental:     false
     containerd:
      Version:          1.2.13
      GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
     runc:
      Version:          1.0.0-rc10
      GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
     docker-init:
      Version:          0.18.0
      GitCommit:        fec3683
    
    • [X] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name                          Version      Architecture Description
    +++-=============================-============-============-=====================================================
    un  libgldispatch0-nvidia         <none>       <none>       (no description available)
    ii  libnvidia-container-tools     1.3.0-1      amd64        NVIDIA container runtime library (command-line tools)
    ii  libnvidia-container1:amd64    1.3.0-1      amd64        NVIDIA container runtime library
    ii  nvidia-container-runtime      3.4.0-1      amd64        NVIDIA container runtime
    un  nvidia-container-runtime-hook <none>       <none>       (no description available)
    ii  nvidia-container-toolkit      1.3.0-1      amd64        NVIDIA container runtime hook
    un  nvidia-docker                 <none>       <none>       (no description available)
    ii  nvidia-docker2                2.5.0-1      all          nvidia-docker CLI wrapper
    un  nvidia-libopencl1-dev         <none>       <none>       (no description available)
    

    My installation of the display driver and CUDA is a local debug build from source and is rougly CUDA 11.0 / R455.

    • [X] NVIDIA container library version from nvidia-container-cli -V
    version: 1.3.0
    build date: 2020-09-16T12:33+00:00
    build revision: 16315ebdf4b9728e899f615e208b50c41d7a5d15
    build compiler: x86_64-linux-gnu-gcc-8 8.3.0
    build platform: x86_64
    build flags: -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -DNDEBUG -std=gnu11 -O2 -g -fdata-sections -ffunction-sections -fstack-protector -fno-strict-aliasing -fvisibility=hidden -Wall -Wextra -Wcast-align -Wpointer-arith -Wmissing-prototypes -Wnonnull -Wwrite-strings -Wlogical-op -Wformat=2 -Wmissing-format-attribute -Winit-self -Wshadow -Wstrict-prototypes -Wunreachable-code -Wconversion -Wsign-conversion -Wno-unknown-warning-option -Wno-format-extra-args -Wno-gnu-alignof-expression -Wl,-zrelro -Wl,-znow -Wl,-zdefs -Wl,--gc-sections
    
  • Problem with repositories for Ubuntu 16.04

    Problem with repositories for Ubuntu 16.04

    When trying to create a docker image with nvidia-docker build the following issue arises:

    W: GPG error: http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Release: The following signatures were invalid: BADSIG F60F4B3D7FA2AF80 cudatools [email protected] W: The repository 'http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Release' is not signed. W: GPG error: http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 Release: The following signatures were invalid: BADSIG F60F4B3D7FA2AF80 cudatools [email protected] W: The repository 'http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 Release' is not signed. E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/Packages.gz Hash Sum mismatch E: Failed to fetch http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/Packages.gz Hash Sum mismatch E: Some index files failed to download. They have been ignored, or old ones used instead.

    This occurred after compiling an image that was working perfectly until two days ago, and in different environments.

  • docker: Error response from daemon: could not select device driver

    docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].

    1. Issue or feature description

    I am getting an error message

    docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
    ERRO[0002] error waiting for container: context canceled 
    

    when I run docker run --gpus all nvidia/cuda:10.0-base nvidia-smi after the installation of the NVIDIA toolkit. The installation does not show any error message, but I get nvidia-container-cli: command not found when running nvidia-container-cli -V.

    2. Steps to reproduce the issue

    I installed the NVIDIA container toolkit using the code in the Ubuntu section on the main page.

    # Add the package repositories
    distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
    curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
    curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
    
    sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit
    sudo systemctl restart docker
    

    I think that the NVIDIA drivers are installed, since I have used the GPUs with CUDA before without problem and nvidia-smi runs without problem (see below).

    3. Information to attach (optional if deemed irrelevant)

    • [ ] Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info I get nvidia-container-cli: command not found when I run the above command.

    • [ ] Kernel version from uname -a Linux dechter 4.15.0-91-generic #92~16.04.1-Ubuntu SMP Fri Feb 28 14:57:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

    • [ ] Any relevant kernel output lines from dmesg

    [    0.000000] microcode: microcode updated early to revision 0xb000038, date = 2019-06-18
    [    0.000000] Linux version 4.15.0-91-generic (buildd@lcy01-amd64-017) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12)) #92~16.04.1-Ubuntu SMP Fri Feb 28 14:57:22 UTC 2020 (Ubuntu 4.15.0-91.92~16.04.1-generic 4.15.18)
    [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-91-generic root=UUID=090764ab-afbf-4225-9562-1464cc8d205b ro quiet splash vt.handoff=7
    [    0.000000] KERNEL supported cpus:
    [    0.000000]   Intel GenuineIntel
    [    0.000000]   AMD AuthenticAMD
    [    0.000000]   Centaur CentaurHauls
    [    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 'standard' format.
    [    0.000000] e820: BIOS-provided physical RAM map:
    [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000038ffefff] usable
    [    0.000000] BIOS-e820: [mem 0x0000000038fff000-0x0000000039d5cfff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000039d5d000-0x000000003a015fff] usable
    [    0.000000] BIOS-e820: [mem 0x000000003a016000-0x000000003abc2fff] ACPI NVS
    [    0.000000] BIOS-e820: [mem 0x000000003abc3000-0x000000003b5befff] reserved
    [    0.000000] BIOS-e820: [mem 0x000000003b5bf000-0x000000003b5bffff] usable
    [    0.000000] BIOS-e820: [mem 0x000000003b5c0000-0x000000003b645fff] reserved
    [    0.000000] BIOS-e820: [mem 0x000000003b646000-0x000000003bffffff] usable
    [    0.000000] BIOS-e820: [mem 0x000000003c000000-0x000000003dffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000040000000-0x000000004fffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000008bfffffff] usable
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] SMBIOS 3.0 present.
    [    0.000000] DMI: MSI MS-7885/X99A SLI PLUS(MS-7885), BIOS 1.D0 07/15/2016
    [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [    0.000000] e820: last_pfn = 0x8c0000 max_arch_pfn = 0x400000000
    [    0.000000] MTRR default type: write-back
    [    0.000000] MTRR fixed ranges enabled:
    [    0.000000]   00000-9FFFF write-back
    [    0.000000]   A0000-BFFFF uncachable
    [    0.000000]   C0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 000080000000 mask 3FFF80000000 uncachable
    [    0.000000]   1 base 000040000000 mask 3FFFC0000000 uncachable
    [    0.000000]   2 base 380000000000 mask 3FC000000000 uncachable
    [    0.000000]   3 base 00003F000000 mask 3FFFFF000000 uncachable
    [    0.000000]   4 base 0000C0000000 mask 3FFFE0000000 write-through
    [    0.000000]   5 base 0000E0000000 mask 3FFFF0000000 write-through
    [    0.000000]   6 base 0000F0000000 mask 3FFFFE000000 write-through
    [    0.000000]   7 disabled
    [    0.000000]   8 disabled
    [    0.000000]   9 disabled
    [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
    [    0.000000] e820: last_pfn = 0x3c000 max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [mem 0x000fcd80-0x000fcd8f]
    [    0.000000] Scanning 1 areas for low memory corruption
    [    0.000000] Using GB pages for direct mapping
    [    0.000000] BRK [0x80cd90000, 0x80cd90fff] PGTABLE
    [    0.000000] BRK [0x80cd91000, 0x80cd91fff] PGTABLE
    [    0.000000] BRK [0x80cd92000, 0x80cd92fff] PGTABLE
    [    0.000000] BRK [0x80cd93000, 0x80cd93fff] PGTABLE
    [    0.000000] BRK [0x80cd94000, 0x80cd94fff] PGTABLE
    [    0.000000] BRK [0x80cd95000, 0x80cd95fff] PGTABLE
    [    0.000000] BRK [0x80cd96000, 0x80cd96fff] PGTABLE
    [    0.000000] BRK [0x80cd97000, 0x80cd97fff] PGTABLE
    [    0.000000] BRK [0x80cd98000, 0x80cd98fff] PGTABLE
    [    0.000000] RAMDISK: [mem 0x30730000-0x3438ffff]
    [    0.000000] ACPI: Early table checksum verification disabled
    [    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
    [    0.000000] ACPI: XSDT 0x000000003A826090 0000A4 (v01 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: FACP 0x000000003A859E80 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: DSDT 0x000000003A8261D0 033CAB (v02 ALASKA A M I    01072009 INTL 20091013)
    [    0.000000] ACPI: FACS 0x000000003ABC1F80 000040
    [    0.000000] ACPI: APIC 0x000000003A859F90 000138 (v03 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: FPDT 0x000000003A85A0C8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: FIDT 0x000000003A85A110 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: MCFG 0x000000003A85A1B0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
    [    0.000000] ACPI: SSDT 0x000000003A85A1F0 00036D (v01 SataRe SataTabl 00001000 INTL 20120913)
    [    0.000000] ACPI: UEFI 0x000000003A85A560 000042 (v01 ALASKA A M I    01072009      00000000)
    [    0.000000] ACPI: HPET 0x000000003A85A5A8 000038 (v01 ALASKA A M I    00000001 INTL 20091013)
    [    0.000000] ACPI: MSCT 0x000000003A85A5E0 000090 (v01 ALASKA A M I    00000001 INTL 20091013)
    [    0.000000] ACPI: SLIT 0x000000003A85A670 00002D (v01 ALASKA A M I    00000001 INTL 20091013)
    [    0.000000] ACPI: SRAT 0x000000003A85A6A0 001158 (v03 ALASKA A M I    00000001 INTL 20091013)
    [    0.000000] ACPI: WDDT 0x000000003A85B7F8 000040 (v01 ALASKA A M I    00000000 INTL 20091013)
    [    0.000000] ACPI: SSDT 0x000000003A85B838 01513B (v02 ALASKA PmMgt    00000001 INTL 20120913)
    [    0.000000] ACPI: NITR 0x000000003A870978 000071 (v02 ALASKA A M I    00000001 INTL 20091013)
    [    0.000000] ACPI: DMAR 0x000000003A8709F0 0000E4 (v01 ALASKA A M I    00000001 INTL 20091013)
    [    0.000000] ACPI: ASF! 0x000000003A870AD8 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x09 -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x0b -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x0d -> Node 0
    [    0.000000] SRAT: PXM 0 -> APIC 0x0f -> Node 0
    [    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff]
    [    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x8bfffffff]
    [    0.000000] NUMA: Initialized distance table, cnt=1
    [    0.000000] NUMA: Node 0 [mem 0x00000000-0x3fffffff] + [mem 0x100000000-0x8bfffffff] -> [mem 0x00000000-0x8bfffffff]
    [    0.000000] NODE_DATA(0) allocated [mem 0x8bffd4000-0x8bfffefff]
    [    0.000000] tsc: Fast TSC calibration using PIT
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
    [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008bfffffff]
    [    0.000000]   Device   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
    [    0.000000]   node   0: [mem 0x0000000000100000-0x0000000038ffefff]
    [    0.000000]   node   0: [mem 0x0000000039d5d000-0x000000003a015fff]
    [    0.000000]   node   0: [mem 0x000000003b5bf000-0x000000003b5bffff]
    [    0.000000]   node   0: [mem 0x000000003b646000-0x000000003bffffff]
    [    0.000000]   node   0: [mem 0x0000000100000000-0x00000008bfffffff]
    [    0.000000] Reserved but unavailable: 100 pages
    [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000008bfffffff]
    [    0.000000] On node 0 totalpages: 8363023
    [    0.000000]   DMA zone: 64 pages used for memmap
    [    0.000000]   DMA zone: 21 pages reserved
    [    0.000000]   DMA zone: 3996 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 3634 pages used for memmap
    [    0.000000]   DMA32 zone: 232563 pages, LIFO batch:31
    [    0.000000]   Normal zone: 126976 pages used for memmap
    [    0.000000]   Normal zone: 8126464 pages, LIFO batch:31
    [    0.000000] ACPI: PM-Timer IO Port: 0x408
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
    [    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [    0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [    0.000000] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] Using ACPI (MADT) for SMP configuration information
    [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [    0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
    [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x38fff000-0x39d5cfff]
    [    0.000000] PM: Registered nosave memory: [mem 0x3a016000-0x3abc2fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x3abc3000-0x3b5befff]
    [    0.000000] PM: Registered nosave memory: [mem 0x3b5c0000-0x3b645fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x3c000000-0x3dffffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x3e000000-0x3fffffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x40000000-0x4fffffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x50000000-0xfed1bfff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed44fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfeffffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [    0.000000] e820: [mem 0x50000000-0xfed1bfff] available for PCI devices
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
    [    0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0
    [    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
    [    0.000000] percpu: Embedded 45 pages/cpu s147456 r8192 d28672 u262144
    [    0.000000] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
    [    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8232328
    [    0.000000] Policy zone: Normal
    [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-91-generic root=UUID=090764ab-afbf-4225-9562-1464cc8d205b ro quiet splash vt.handoff=7
    [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [    0.000000] Memory: 32768556K/33452092K available (12300K kernel code, 2480K rwdata, 4212K rodata, 2428K init, 2712K bss, 683536K reserved, 0K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
    [    0.000000] Kernel/User page tables isolation: enabled
    [    0.000000] ftrace: allocating 39329 entries in 154 pages
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
    [    0.000000] 	Tasks RCU enabled.
    [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
    [    0.000000] NR_IRQS: 524544, nr_irqs: 960, preallocated irqs: 16
    [    0.000000] vt handoff: transparent VT on vt#7
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] ACPI: Core revision 20170831
    [    0.000000] ACPI: 3 ACPI AML tables successfully acquired and loaded
    [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
    [    0.000000] hpet clockevent registered
    [    0.000000] APIC: Switch to symmetric I/O mode setup
    [    0.000000] DMAR: Host address width 46
    [    0.000000] DMAR: DRHD base: 0x000000fbffd000 flags: 0x0
    [    0.000000] DMAR: dmar0: reg_base_addr fbffd000 ver 1:0 cap 8d2008c10ef0466 ecap f0205b
    [    0.000000] DMAR: DRHD base: 0x000000fbffc000 flags: 0x1
    [    0.000000] DMAR: dmar1: reg_base_addr fbffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
    [    0.000000] DMAR: RMRR base: 0x0000003b430000 end: 0x0000003b43ffff
    [    0.000000] DMAR: ATSR flags: 0x0
    [    0.000000] DMAR: RHSA base: 0x000000fbffc000 proximity domain: 0x0
    [    0.000000] DMAR-IR: IOAPIC id 1 under DRHD base  0xfbffc000 IOMMU 1
    [    0.000000] DMAR-IR: IOAPIC id 2 under DRHD base  0xfbffc000 IOMMU 1
    [    0.000000] DMAR-IR: HPET id 0 under DRHD base 0xfbffc000
    [    0.000000] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
    [    0.000000] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
    [    0.000000] DMAR-IR: Enabled IRQ remapping in xapic mode
    [    0.000000] x2apic: IRQ remapping doesn't support X2APIC mode
    [    0.000000] Switched APIC routing to physical flat.
    [    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.020000] tsc: Fast TSC calibration using PIT
    [    0.024000] tsc: Detected 2099.938 MHz processor
    [    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4199.87 BogoMIPS (lpj=8399752)
    [    0.024000] pid_max: default: 32768 minimum: 301
    [    0.024000] Security Framework initialized
    [    0.024000] Yama: becoming mindful.
    [    0.024000] AppArmor: AppArmor initialized
    [    0.030937] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
    [    0.033404] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [    0.033498] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [    0.033575] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [    0.033828] CPU0: Thermal monitoring enabled (TM1)
    [    0.033872] process: using mwait in idle threads
    [    0.033875] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
    [    0.033876] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
    [    0.033878] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
    [    0.033879] Spectre V2 : Mitigation: Full generic retpoline
    [    0.033879] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
    [    0.033880] Spectre V2 : Enabling Restricted Speculation for firmware calls
    [    0.033887] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
    [    0.033888] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
    [    0.033889] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
    [    0.033917] TAA: Mitigation: Clear CPU buffers
    [    0.033917] MDS: Mitigation: Clear CPU buffers
    [    0.040975] Freeing SMP alternatives memory: 36K
    [    0.044070] TSC deadline timer enabled
    [    0.044073] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz (family: 0x6, model: 0x4f, stepping: 0x1)
    [    0.044145] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
    [    0.044169] ... version:                3
    [    0.044170] ... bit width:              48
    [    0.044170] ... generic registers:      4
    [    0.044171] ... value mask:             0000ffffffffffff
    [    0.044172] ... max period:             00007fffffffffff
    [    0.044172] ... fixed-purpose events:   3
    [    0.044173] ... event mask:             000000070000000f
    [    0.044210] Hierarchical SRCU implementation.
    [    0.046170] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
    [    0.046185] smp: Bringing up secondary CPUs ...
    [    0.046264] x86: Booting SMP configuration:
    [    0.046265] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
    [    0.072531] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
    [    0.072531] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
    [    0.072531]   #9 #10 #11 #12 #13 #14 #15
    [    0.076940] smp: Brought up 1 node, 16 CPUs
    [    0.076940] smpboot: Max logical packages: 1
    [    0.076940] smpboot: Total of 16 processors activated (67198.01 BogoMIPS)
    [    0.080842] devtmpfs: initialized
    [    0.080842] x86/mm: Memory block size: 128MB
    [    0.082455] evm: security.selinux
    [    0.082455] evm: security.SMACK64
    [    0.082456] evm: security.SMACK64EXEC
    [    0.082456] evm: security.SMACK64TRANSMUTE
    [    0.082457] evm: security.SMACK64MMAP
    [    0.082457] evm: security.apparmor
    [    0.082458] evm: security.ima
    [    0.082458] evm: security.capability
    [    0.082475] PM: Registering ACPI NVS region [mem 0x3a016000-0x3abc2fff] (12242944 bytes)
    [    0.082475] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.082475] futex hash table entries: 4096 (order: 6, 262144 bytes)
    [    0.082475] pinctrl core: initialized pinctrl subsystem
    [    0.082475] RTC time: 10:06:34, date: 04/03/20
    [    0.084872] NET: Registered protocol family 16
    [    0.084961] audit: initializing netlink subsys (disabled)
    [    0.084968] audit: type=2000 audit(1585908394.084:1): state=initialized audit_enabled=0 res=1
    [    0.084968] cpuidle: using governor ladder
    [    0.084968] cpuidle: using governor menu
    [    0.084968] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [    0.084968] ACPI: bus type PCI registered
    [    0.084968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [    0.084968] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x40000000-0x4fffffff] (base 0x40000000)
    [    0.084968] PCI: MMCONFIG at [mem 0x40000000-0x4fffffff] reserved in E820
    [    0.084968] PCI: Using configuration type 1 for base access
    [    0.085802] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.085802] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.085802] ACPI: Added _OSI(Module Device)
    [    0.085802] ACPI: Added _OSI(Processor Device)
    [    0.085802] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.085802] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.085802] ACPI: Added _OSI(Linux-Dell-Video)
    [    0.085802] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
    [    0.085802] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
    [    0.113357] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
    [    0.162541] ACPI: Interpreter enabled
    [    0.162561] ACPI: (supports S0 S3 S4 S5)
    [    0.162562] ACPI: Using IOAPIC for interrupt routing
    [    0.162600] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.163830] ACPI: Enabled 4 GPEs in block 00 to 3F
    [    0.219920] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus ff])
    [    0.219925] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [    0.223280] acpi PNP0A03:03: _OSC: platform does not support [PME AER]
    [    0.224816] acpi PNP0A03:03: _OSC: OS now controls [PCIeHotplug PCIeCapability]
    [    0.224817] acpi PNP0A03:03: FADT indicates ASPM is unsupported, using BIOS configuration
    [    0.224864] PCI host bridge to bus 0000:ff
    [    0.224866] pci_bus 0000:ff: root bus resource [bus ff]
    [    0.224877] pci 0000:ff:0b.0: [8086:6f81] type 00 class 0x088000
    [    0.224930] pci 0000:ff:0b.1: [8086:6f36] type 00 class 0x110100
    [    0.224973] pci 0000:ff:0b.2: [8086:6f37] type 00 class 0x110100
    [    0.225014] pci 0000:ff:0b.3: [8086:6f76] type 00 class 0x088000
    [    0.225060] pci 0000:ff:0c.0: [8086:6fe0] type 00 class 0x088000
    [    0.225101] pci 0000:ff:0c.1: [8086:6fe1] type 00 class 0x088000
    [    0.225140] pci 0000:ff:0c.2: [8086:6fe2] type 00 class 0x088000
    [    0.225180] pci 0000:ff:0c.3: [8086:6fe3] type 00 class 0x088000
    [    0.225222] pci 0000:ff:0c.4: [8086:6fe4] type 00 class 0x088000
    [    0.225262] pci 0000:ff:0c.5: [8086:6fe5] type 00 class 0x088000
    [    0.225301] pci 0000:ff:0c.6: [8086:6fe6] type 00 class 0x088000
    [    0.225342] pci 0000:ff:0c.7: [8086:6fe7] type 00 class 0x088000
    [    0.225383] pci 0000:ff:0f.0: [8086:6ff8] type 00 class 0x088000
    [    0.225423] pci 0000:ff:0f.1: [8086:6ff9] type 00 class 0x088000
    [    0.225465] pci 0000:ff:0f.4: [8086:6ffc] type 00 class 0x088000
    [    0.225505] pci 0000:ff:0f.5: [8086:6ffd] type 00 class 0x088000
    [    0.225546] pci 0000:ff:0f.6: [8086:6ffe] type 00 class 0x088000
    [    0.225586] pci 0000:ff:10.0: [8086:6f1d] type 00 class 0x088000
    [    0.225626] pci 0000:ff:10.1: [8086:6f34] type 00 class 0x110100
    [    0.225668] pci 0000:ff:10.5: [8086:6f1e] type 00 class 0x088000
    [    0.225710] pci 0000:ff:10.6: [8086:6f7d] type 00 class 0x110100
    [    0.225749] pci 0000:ff:10.7: [8086:6f1f] type 00 class 0x088000
    [    0.225789] pci 0000:ff:12.0: [8086:6fa0] type 00 class 0x088000
    [    0.225817] pci 0000:ff:12.1: [8086:6f30] type 00 class 0x110100
    [    0.225865] pci 0000:ff:13.0: [8086:6fa8] type 00 class 0x088000
    [    0.225951] pci 0000:ff:13.1: [8086:6f71] type 00 class 0x088000
    [    0.226031] pci 0000:ff:13.2: [8086:6faa] type 00 class 0x088000
    [    0.226111] pci 0000:ff:13.3: [8086:6fab] type 00 class 0x088000
    [    0.226192] pci 0000:ff:13.4: [8086:6fac] type 00 class 0x088000
    [    0.226272] pci 0000:ff:13.5: [8086:6fad] type 00 class 0x088000
    [    0.226350] pci 0000:ff:13.6: [8086:6fae] type 00 class 0x088000
    [    0.226417] pci 0000:ff:13.7: [8086:6faf] type 00 class 0x088000
    [    0.226486] pci 0000:ff:14.0: [8086:6fb0] type 00 class 0x088000
    [    0.226568] pci 0000:ff:14.1: [8086:6fb1] type 00 class 0x088000
    [    0.226648] pci 0000:ff:14.2: [8086:6fb2] type 00 class 0x088000
    [    0.226706] pci 0000:ff:14.3: [8086:6fb3] type 00 class 0x088000
    [    0.226759] pci 0000:ff:14.4: [8086:6fbc] type 00 class 0x088000
    [    0.226802] pci 0000:ff:14.5: [8086:6fbd] type 00 class 0x088000
    [    0.226844] pci 0000:ff:14.6: [8086:6fbe] type 00 class 0x088000
    [    0.226886] pci 0000:ff:14.7: [8086:6fbf] type 00 class 0x088000
    [    0.226931] pci 0000:ff:15.0: [8086:6fb4] type 00 class 0x088000
    [    0.226986] pci 0000:ff:15.1: [8086:6fb5] type 00 class 0x088000
    [    0.227039] pci 0000:ff:15.2: [8086:6fb6] type 00 class 0x088000
    [    0.227092] pci 0000:ff:15.3: [8086:6fb7] type 00 class 0x088000
    [    0.227148] pci 0000:ff:16.0: [8086:6f68] type 00 class 0x088000
    [    0.227198] pci 0000:ff:16.6: [8086:6f6e] type 00 class 0x088000
    [    0.227240] pci 0000:ff:16.7: [8086:6f6f] type 00 class 0x088000
    [    0.227283] pci 0000:ff:17.0: [8086:6fd0] type 00 class 0x088000
    [    0.227332] pci 0000:ff:17.4: [8086:6fb8] type 00 class 0x088000
    [    0.227375] pci 0000:ff:17.5: [8086:6fb9] type 00 class 0x088000
    [    0.227418] pci 0000:ff:17.6: [8086:6fba] type 00 class 0x088000
    [    0.227460] pci 0000:ff:17.7: [8086:6fbb] type 00 class 0x088000
    [    0.227508] pci 0000:ff:1e.0: [8086:6f98] type 00 class 0x088000
    [    0.227553] pci 0000:ff:1e.1: [8086:6f99] type 00 class 0x088000
    [    0.227594] pci 0000:ff:1e.2: [8086:6f9a] type 00 class 0x088000
    [    0.227635] pci 0000:ff:1e.3: [8086:6fc0] type 00 class 0x088000
    [    0.227666] pci 0000:ff:1e.4: [8086:6f9c] type 00 class 0x088000
    [    0.227710] pci 0000:ff:1f.0: [8086:6f88] type 00 class 0x088000
    [    0.227752] pci 0000:ff:1f.2: [8086:6f8a] type 00 class 0x088000
    [    0.236903] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [    0.236907] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [    0.237431] acpi PNP0A08:00: _OSC: platform does not support [PME AER]
    [    0.238133] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PCIeCapability]
    [    0.238134] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
    [    0.238588] PCI host bridge to bus 0000:00
    [    0.238591] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
    [    0.238592] pci_bus 0000:00: root bus resource [io  0x1000-0xffff window]
    [    0.238593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [    0.238594] pci_bus 0000:00: root bus resource [mem 0x50000000-0xfbffbfff window]
    [    0.238596] pci_bus 0000:00: root bus resource [bus 00-fe]
    [    0.238603] pci 0000:00:00.0: [8086:6f00] type 00 class 0x060000
    [    0.238778] pci 0000:00:01.0: [8086:6f02] type 01 class 0x060400
    [    0.238830] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [    0.239005] pci 0000:00:02.0: [8086:6f04] type 01 class 0x060400
    [    0.239057] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [    0.239224] pci 0000:00:03.0: [8086:6f08] type 01 class 0x060400
    [    0.239275] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    [    0.239444] pci 0000:00:05.0: [8086:6f28] type 00 class 0x088000
    [    0.239595] pci 0000:00:05.1: [8086:6f29] type 00 class 0x088000
    [    0.239759] pci 0000:00:05.2: [8086:6f2a] type 00 class 0x088000
    [    0.239906] pci 0000:00:05.4: [8086:6f2c] type 00 class 0x080020
    [    0.239915] pci 0000:00:05.4: reg 0x10: [mem 0xf913e000-0xf913efff]
    [    0.240080] pci 0000:00:11.0: [8086:8d7c] type 00 class 0xff0000
    [    0.240304] pci 0000:00:11.4: [8086:8d62] type 00 class 0x010601
    [    0.240322] pci 0000:00:11.4: reg 0x10: [io  0xf130-0xf137]
    [    0.240330] pci 0000:00:11.4: reg 0x14: [io  0xf120-0xf123]
    [    0.240337] pci 0000:00:11.4: reg 0x18: [io  0xf110-0xf117]
    [    0.240345] pci 0000:00:11.4: reg 0x1c: [io  0xf100-0xf103]
    [    0.240352] pci 0000:00:11.4: reg 0x20: [io  0xf040-0xf05f]
    [    0.240360] pci 0000:00:11.4: reg 0x24: [mem 0xf913d000-0xf913d7ff]
    [    0.240400] pci 0000:00:11.4: PME# supported from D3hot
    [    0.240531] pci 0000:00:14.0: [8086:8d31] type 00 class 0x0c0330
    [    0.240551] pci 0000:00:14.0: reg 0x10: [mem 0xf9120000-0xf912ffff 64bit]
    [    0.240609] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [    0.240731] pci 0000:00:16.0: [8086:8d3a] type 00 class 0x078000
    [    0.240751] pci 0000:00:16.0: reg 0x10: [mem 0xf913c000-0xf913c00f 64bit]
    [    0.240812] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [    0.240943] pci 0000:00:19.0: [8086:15a1] type 00 class 0x020000
    [    0.240959] pci 0000:00:19.0: reg 0x10: [mem 0xf9100000-0xf911ffff]
    [    0.240967] pci 0000:00:19.0: reg 0x14: [mem 0xf9139000-0xf9139fff]
    [    0.240974] pci 0000:00:19.0: reg 0x18: [io  0xf020-0xf03f]
    [    0.241029] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [    0.241154] pci 0000:00:1a.0: [8086:8d2d] type 00 class 0x0c0320
    [    0.241174] pci 0000:00:1a.0: reg 0x10: [mem 0xf9138000-0xf91383ff]
    [    0.241254] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [    0.241380] pci 0000:00:1b.0: [8086:8d20] type 00 class 0x040300
    [    0.241398] pci 0000:00:1b.0: reg 0x10: [mem 0xf9130000-0xf9133fff 64bit]
    [    0.241465] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [    0.241591] pci 0000:00:1c.0: [8086:8d10] type 01 class 0x060400
    [    0.241661] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [    0.241793] pci 0000:00:1c.3: [8086:8d16] type 01 class 0x060400
    [    0.241863] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [    0.241991] pci 0000:00:1c.4: [8086:8d18] type 01 class 0x060400
    [    0.242060] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [    0.242193] pci 0000:00:1d.0: [8086:8d26] type 00 class 0x0c0320
    [    0.242213] pci 0000:00:1d.0: reg 0x10: [mem 0xf9137000-0xf91373ff]
    [    0.242294] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [    0.242425] pci 0000:00:1f.0: [8086:8d47] type 00 class 0x060100
    [    0.242644] pci 0000:00:1f.2: [8086:8d02] type 00 class 0x010601
    [    0.242659] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
    [    0.242666] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
    [    0.242672] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
    [    0.242678] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
    [    0.242685] pci 0000:00:1f.2: reg 0x20: [io  0xf000-0xf01f]
    [    0.242691] pci 0000:00:1f.2: reg 0x24: [mem 0xf9136000-0xf91367ff]
    [    0.242726] pci 0000:00:1f.2: PME# supported from D3hot
    [    0.242847] pci 0000:00:1f.3: [8086:8d22] type 00 class 0x0c0500
    [    0.242863] pci 0000:00:1f.3: reg 0x10: [mem 0xf9135000-0xf91350ff 64bit]
    [    0.242882] pci 0000:00:1f.3: reg 0x20: [io  0x0580-0x059f]
    [    0.243249] pci 0000:00:01.0: PCI bridge to [bus 01]
    [    0.243487] pci 0000:02:00.0: [10de:1b02] type 00 class 0x030000
    [    0.243500] pci 0000:02:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
    [    0.243506] pci 0000:02:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [    0.243512] pci 0000:02:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [    0.243516] pci 0000:02:00.0: reg 0x24: [io  0xe000-0xe07f]
    [    0.243521] pci 0000:02:00.0: reg 0x30: [mem 0xfb000000-0xfb07ffff pref]
    [    0.243525] pci 0000:02:00.0: enabling Extended Tags
    [    0.243626] pci 0000:02:00.1: [10de:10ef] type 00 class 0x040300
    [    0.243637] pci 0000:02:00.1: reg 0x10: [mem 0xfb080000-0xfb083fff]
    [    0.243665] pci 0000:02:00.1: enabling Extended Tags
    [    0.243752] pci 0000:00:02.0: PCI bridge to [bus 02]
    [    0.243754] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
    [    0.243756] pci 0000:00:02.0:   bridge window [mem 0xfa000000-0xfb0fffff]
    [    0.243759] pci 0000:00:02.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [    0.244000] pci 0000:03:00.0: [10de:1b02] type 00 class 0x030000
    [    0.244020] pci 0000:03:00.0: reg 0x10: [mem 0xf8000000-0xf8ffffff]
    [    0.244030] pci 0000:03:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [    0.244040] pci 0000:03:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [    0.244046] pci 0000:03:00.0: reg 0x24: [io  0xd000-0xd07f]
    [    0.244053] pci 0000:03:00.0: reg 0x30: [mem 0xf9000000-0xf907ffff pref]
    [    0.244058] pci 0000:03:00.0: enabling Extended Tags
    [    0.244178] pci 0000:03:00.1: [10de:10ef] type 00 class 0x040300
    [    0.244192] pci 0000:03:00.1: reg 0x10: [mem 0xf9080000-0xf9083fff]
    [    0.244229] pci 0000:03:00.1: enabling Extended Tags
    [    0.244332] pci 0000:00:03.0: PCI bridge to [bus 03]
    [    0.244334] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
    [    0.244336] pci 0000:00:03.0:   bridge window [mem 0xf8000000-0xf90fffff]
    [    0.244339] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [    0.244384] pci 0000:00:1c.0: PCI bridge to [bus 04]
    [    0.244447] pci 0000:05:00.0: [1106:3483] type 00 class 0x0c0330
    [    0.244474] pci 0000:05:00.0: reg 0x10: [mem 0xfb300000-0xfb300fff 64bit]
    [    0.244571] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.244624] pci 0000:00:1c.3: PCI bridge to [bus 05]
    [    0.244628] pci 0000:00:1c.3:   bridge window [mem 0xfb300000-0xfb3fffff]
    [    0.244691] pci 0000:06:00.0: [1b21:1242] type 00 class 0x0c0330
    [    0.244725] pci 0000:06:00.0: reg 0x10: [mem 0xfb200000-0xfb207fff 64bit]
    [    0.244783] pci 0000:06:00.0: enabling Extended Tags
    [    0.244862] pci 0000:06:00.0: PME# supported from D3hot D3cold
    [    0.244932] pci 0000:00:1c.4: PCI bridge to [bus 06]
    [    0.244937] pci 0000:00:1c.4:   bridge window [mem 0xfb200000-0xfb2fffff]
    [    0.244966] pci_bus 0000:00: on NUMA node 0
    [    0.245933] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [    0.246010] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [    0.246084] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
    [    0.246158] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
    [    0.246232] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [    0.246306] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    [    0.246380] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [    0.246454] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    [    0.246828] SCSI subsystem initialized
    [    0.246851] libata version 3.00 loaded.
    [    0.246851] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
    [    0.246851] pci 0000:03:00.0: vgaarb: setting as boot VGA device
    [    0.246851] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
    [    0.246851] pci 0000:02:00.0: vgaarb: bridge control possible
    [    0.246851] pci 0000:03:00.0: vgaarb: bridge control possible
    [    0.246851] vgaarb: loaded
    [    0.246851] ACPI: bus type USB registered
    [    0.246851] usbcore: registered new interface driver usbfs
    [    0.246851] usbcore: registered new interface driver hub
    [    0.246851] usbcore: registered new device driver usb
    [    0.246851] EDAC MC: Ver: 3.0.0
    [    0.246851] PCI: Using ACPI for IRQ routing
    [    0.253167] PCI: pci_cache_line_size set to 64 bytes
    [    0.253276] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [    0.253277] e820: reserve RAM buffer [mem 0x38fff000-0x3bffffff]
    [    0.253278] e820: reserve RAM buffer [mem 0x3a016000-0x3bffffff]
    [    0.253279] e820: reserve RAM buffer [mem 0x3b5c0000-0x3bffffff]
    [    0.253368] NetLabel: Initializing
    [    0.253368] NetLabel:  domain hash size = 128
    [    0.253369] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
    [    0.253383] NetLabel:  unlabeled traffic allowed by default
    [    0.253397] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [    0.253397] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [    0.256041] clocksource: Switched to clocksource hpet
    [    0.267366] VFS: Disk quotas dquot_6.6.0
    [    0.267385] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.267487] AppArmor: AppArmor Filesystem Enabled
    [    0.267507] pnp: PnP ACPI init
    [    0.268076] system 00:00: [io  0x0454-0x0457] has been reserved
    [    0.268081] system 00:00: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [    0.268107] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.268220] system 00:02: [io  0x0500-0x057f] has been reserved
    [    0.268222] system 00:02: [io  0x0400-0x047f] could not be reserved
    [    0.268223] system 00:02: [io  0x0580-0x059f] has been reserved
    [    0.268225] system 00:02: [io  0x0600-0x061f] has been reserved
    [    0.268226] system 00:02: [io  0x0880-0x0883] has been reserved
    [    0.268227] system 00:02: [io  0x0800-0x081f] has been reserved
    [    0.268229] system 00:02: [mem 0xfed1c000-0xfed3ffff] has been reserved
    [    0.268230] system 00:02: [mem 0xfed45000-0xfed8bfff] has been reserved
    [    0.268232] system 00:02: [mem 0xff000000-0xffffffff] has been reserved
    [    0.268233] system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
    [    0.268234] system 00:02: [mem 0xfed12000-0xfed1200f] has been reserved
    [    0.268235] system 00:02: [mem 0xfed12010-0xfed1201f] has been reserved
    [    0.268237] system 00:02: [mem 0xfed1b000-0xfed1bfff] has been reserved
    [    0.268240] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.268512] system 00:03: [io  0x0a00-0x0a0f] has been reserved
    [    0.268513] system 00:03: [io  0x0a10-0x0a1f] has been reserved
    [    0.268514] system 00:03: [io  0x0a20-0x0a2f] has been reserved
    [    0.268516] system 00:03: [io  0x0a30-0x0a3f] has been reserved
    [    0.268519] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.269179] pnp: PnP ACPI: found 4 devices
    [    0.275228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
    [    0.275276] pci 0000:00:01.0: PCI bridge to [bus 01]
    [    0.275282] pci 0000:00:02.0: PCI bridge to [bus 02]
    [    0.275284] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
    [    0.275287] pci 0000:00:02.0:   bridge window [mem 0xfa000000-0xfb0fffff]
    [    0.275289] pci 0000:00:02.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [    0.275292] pci 0000:00:03.0: PCI bridge to [bus 03]
    [    0.275294] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
    [    0.275296] pci 0000:00:03.0:   bridge window [mem 0xf8000000-0xf90fffff]
    [    0.275298] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [    0.275302] pci 0000:00:1c.0: PCI bridge to [bus 04]
    [    0.275310] pci 0000:00:1c.3: PCI bridge to [bus 05]
    [    0.275314] pci 0000:00:1c.3:   bridge window [mem 0xfb300000-0xfb3fffff]
    [    0.275320] pci 0000:00:1c.4: PCI bridge to [bus 06]
    [    0.275323] pci 0000:00:1c.4:   bridge window [mem 0xfb200000-0xfb2fffff]
    [    0.275330] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
    [    0.275332] pci_bus 0000:00: resource 5 [io  0x1000-0xffff window]
    [    0.275333] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    [    0.275334] pci_bus 0000:00: resource 7 [mem 0x50000000-0xfbffbfff window]
    [    0.275335] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
    [    0.275336] pci_bus 0000:02: resource 1 [mem 0xfa000000-0xfb0fffff]
    [    0.275337] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [    0.275338] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
    [    0.275339] pci_bus 0000:03: resource 1 [mem 0xf8000000-0xf90fffff]
    [    0.275340] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [    0.275342] pci_bus 0000:05: resource 1 [mem 0xfb300000-0xfb3fffff]
    [    0.275343] pci_bus 0000:06: resource 1 [mem 0xfb200000-0xfb2fffff]
    [    0.275566] NET: Registered protocol family 2
    [    0.275761] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
    [    0.276109] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.276233] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.276291] UDP hash table entries: 16384 (order: 7, 524288 bytes)
    [    0.276376] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
    [    0.276491] NET: Registered protocol family 1
    [    0.277171] PCI: CLS mismatch (64 != 32), using 64 bytes
    [    0.277184] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
    [    0.277535] Unpacking initramfs...
    [    1.218600] Freeing initrd memory: 61824K
    [    1.218686] DMAR: [Firmware Bug]: RMRR entry for device 05:00.0 is broken - applying workaround
    [    1.218687] DMAR: [Firmware Bug]: RMRR entry for device 06:00.0 is broken - applying workaround
    [    1.218694] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    1.218695] software IO TLB: mapped [mem 0x34fff000-0x38fff000] (64MB)
    [    1.219385] Scanning for low memory corruption every 60 seconds
    [    1.220373] Initialise system trusted keyrings
    [    1.220381] Key type blacklist registered
    [    1.220414] workingset: timestamp_bits=36 max_order=23 bucket_order=0
    [    1.221521] zbud: loaded
    [    1.222060] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.222189] fuse init (API version 7.26)
    [    1.223523] Key type asymmetric registered
    [    1.223524] Asymmetric key parser 'x509' registered
    [    1.223550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [    1.223595] io scheduler noop registered
    [    1.223596] io scheduler deadline registered
    [    1.223623] io scheduler cfq registered (default)
    [    1.224587] vesafb: mode is 1920x1200x32, linelength=7680, pages=0
    [    1.224588] vesafb: scrolling: redraw
    [    1.224589] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [    1.224596] pmd_set_huge: Cannot satisfy [mem 0xd1000000-0xd1200000] with a huge-page mapping due to MTRR override.
    [    1.224616] vesafb: framebuffer at 0xd1000000, mapped to 0x        (ptrval), using 9024k, total 9024k
    [    1.224697] Console: switching to colour frame buffer device 240x75
    [    1.224727] fb0: VESA VGA frame buffer device
    [    1.224739] intel_idle: MWAIT substates: 0x2120
    [    1.224740] intel_idle: v0.4.1 model 0x4F
    [    1.225238] intel_idle: lapic_timer_reliable_states 0xffffffff
    [    1.225654] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    [    1.225664] ACPI: Power Button [PWRB]
    [    1.225697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [    1.225718] ACPI: Power Button [PWRF]
    [    1.228384] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    1.248894] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [    1.269392] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
    [    1.271084] Linux agpgart interface v0.103
    [    1.274234] loop: module loaded
    [    1.274422] libphy: Fixed MDIO Bus: probed
    [    1.274423] tun: Universal TUN/TAP device driver, 1.6
    [    1.274451] PPP generic driver version 2.4.2
    [    1.274484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.274487] ehci-pci: EHCI PCI platform driver
    [    1.274699] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [    1.274704] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [    1.274714] ehci-pci 0000:00:1a.0: debug port 2
    [    1.278618] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [    1.278633] ehci-pci 0000:00:1a.0: irq 18, io mem 0xf9138000
    [    1.292065] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [    1.292126] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.292129] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.292131] usb usb1: Product: EHCI Host Controller
    [    1.292133] usb usb1: Manufacturer: Linux 4.15.0-91-generic ehci_hcd
    [    1.292134] usb usb1: SerialNumber: 0000:00:1a.0
    [    1.292301] hub 1-0:1.0: USB hub found
    [    1.292306] hub 1-0:1.0: 2 ports detected
    [    1.292612] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [    1.292616] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [    1.292626] ehci-pci 0000:00:1d.0: debug port 2
    [    1.296532] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [    1.296536] ehci-pci 0000:00:1d.0: irq 18, io mem 0xf9137000
    [    1.312047] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [    1.312084] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.312085] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.312087] usb usb2: Product: EHCI Host Controller
    [    1.312088] usb usb2: Manufacturer: Linux 4.15.0-91-generic ehci_hcd
    [    1.312088] usb usb2: SerialNumber: 0000:00:1d.0
    [    1.312217] hub 2-0:1.0: USB hub found
    [    1.312221] hub 2-0:1.0: 2 ports detected
    [    1.312404] ehci-platform: EHCI generic platform driver
    [    1.312413] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    1.312416] ohci-pci: OHCI PCI platform driver
    [    1.312435] ohci-platform: OHCI generic platform driver
    [    1.312441] uhci_hcd: USB Universal Host Controller Interface driver
    [    1.312635] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    1.312642] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [    1.313718] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
    [    1.313722] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [    1.313844] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.313845] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.313846] usb usb3: Product: xHCI Host Controller
    [    1.313847] usb usb3: Manufacturer: Linux 4.15.0-91-generic xhci-hcd
    [    1.313848] usb usb3: SerialNumber: 0000:00:14.0
    [    1.313975] hub 3-0:1.0: USB hub found
    [    1.313991] hub 3-0:1.0: 15 ports detected
    [    1.317825] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    1.317828] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [    1.317831] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
    [    1.317864] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [    1.317865] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.317866] usb usb4: Product: xHCI Host Controller
    [    1.317867] usb usb4: Manufacturer: Linux 4.15.0-91-generic xhci-hcd
    [    1.317868] usb usb4: SerialNumber: 0000:00:14.0
    [    1.317982] hub 4-0:1.0: USB hub found
    [    1.317994] hub 4-0:1.0: 6 ports detected
    [    1.319960] xhci_hcd 0000:05:00.0: xHCI Host Controller
    [    1.319964] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 5
    [    1.320077] xhci_hcd 0000:05:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000090
    [    1.320207] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.320209] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.320210] usb usb5: Product: xHCI Host Controller
    [    1.320211] usb usb5: Manufacturer: Linux 4.15.0-91-generic xhci-hcd
    [    1.320211] usb usb5: SerialNumber: 0000:05:00.0
    [    1.320298] hub 5-0:1.0: USB hub found
    [    1.320303] hub 5-0:1.0: 1 port detected
    [    1.320370] xhci_hcd 0000:05:00.0: xHCI Host Controller
    [    1.320373] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 6
    [    1.320375] xhci_hcd 0000:05:00.0: Host supports USB 3.0  SuperSpeed
    [    1.320387] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
    [    1.320402] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
    [    1.320404] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.320405] usb usb6: Product: xHCI Host Controller
    [    1.320405] usb usb6: Manufacturer: Linux 4.15.0-91-generic xhci-hcd
    [    1.320406] usb usb6: SerialNumber: 0000:05:00.0
    [    1.320476] hub 6-0:1.0: USB hub found
    [    1.320483] hub 6-0:1.0: 4 ports detected
    [    1.320682] xhci_hcd 0000:06:00.0: xHCI Host Controller
    [    1.320687] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 7
    [    1.379595] xhci_hcd 0000:06:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x0000000000000010
    [    1.379857] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.379859] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.379860] usb usb7: Product: xHCI Host Controller
    [    1.379861] usb usb7: Manufacturer: Linux 4.15.0-91-generic xhci-hcd
    [    1.379861] usb usb7: SerialNumber: 0000:06:00.0
    [    1.379971] hub 7-0:1.0: USB hub found
    [    1.379978] hub 7-0:1.0: 2 ports detected
    [    1.380084] xhci_hcd 0000:06:00.0: xHCI Host Controller
    [    1.380087] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 8
    [    1.380089] xhci_hcd 0000:06:00.0: Host supports USB 3.1 Enhanced SuperSpeed
    [    1.380113] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
    [    1.380128] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003
    [    1.380129] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.380130] usb usb8: Product: xHCI Host Controller
    [    1.380131] usb usb8: Manufacturer: Linux 4.15.0-91-generic xhci-hcd
    [    1.380132] usb usb8: SerialNumber: 0000:06:00.0
    [    1.380212] hub 8-0:1.0: USB hub found
    [    1.380218] hub 8-0:1.0: 2 ports detected
    [    1.380351] i8042: PNP: No PS/2 controller found.
    [    1.380405] mousedev: PS/2 mouse device common for all mice
    [    1.380507] rtc_cmos 00:01: RTC can wake from S4
    [    1.380621] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [    1.380648] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [    1.380653] i2c /dev entries driver
    [    1.380693] device-mapper: uevent: version 1.0.3
    [    1.380744] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: [email protected]
    [    1.380751] intel_pstate: Intel P-state driver initializing
    [    1.381352] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.381674] NET: Registered protocol family 10
    [    1.385825] Segment Routing with IPv6
    [    1.385840] NET: Registered protocol family 17
    [    1.385874] Key type dns_resolver registered
    [    1.387804] intel_rdt: Intel RDT L3 allocation detected
    [    1.387804] intel_rdt: Intel RDT L3DATA allocation detected
    [    1.387805] intel_rdt: Intel RDT L3CODE allocation detected
    [    1.387805] intel_rdt: Intel RDT L3 monitoring detected
    [    1.387806] mce: Using 22 MCE banks
    [    1.387815] RAS: Correctable Errors collector initialized.
    [    1.387842] microcode: sig=0x406f1, pf=0x1, revision=0xb000038
    [    1.387941] microcode: Microcode Update Driver: v2.2.
    [    1.387949] sched_clock: Marking stable (1387938216, 0)->(1405821003, -17882787)
    [    1.388180] registered taskstats version 1
    [    1.388186] Loading compiled-in X.509 certificates
    [    1.390861] Loaded X.509 cert 'Build time autogenerated kernel key: 5d815bf6893c29c6df21d0adf0edf96f03d9b7a2'
    [    1.390882] zswap: loaded using pool lzo/zbud
    [    1.394772] Key type big_key registered
    [    1.394775] Key type trusted registered
    [    1.396647] Key type encrypted registered
    [    1.396651] AppArmor: AppArmor sha1 policy hashing enabled
    [    1.396654] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
    [    1.396658] ima: Allocated hash algorithm: sha1
    [    1.396674] evm: HMAC attrs: 0x1
    [    1.397177]   Magic number: 0:336:122
    [    1.397304] acpi LNXSYBUS:00: hash matches
    [    1.397309] memory memory267: hash matches
    [    1.397372] rtc_cmos 00:01: setting system clock to 2020-04-03 10:06:36 UTC (1585908396)
    [    1.397405] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [    1.397406] EDD information not available.
    [    1.628060] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [    1.648051] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [    1.652054] usb 3-8: new high-speed USB device number 2 using xhci_hcd
    [    1.660061] usb 5-1: new high-speed USB device number 2 using xhci_hcd
    [    1.725064] Freeing unused kernel image memory: 2428K
    [    1.756094] Write protecting the kernel read-only data: 20480k
    [    1.757268] Freeing unused kernel image memory: 2008K
    [    1.757684] Freeing unused kernel image memory: 1932K
    [    1.766061] x86/mm: Checked W+X mappings: passed, no W+X pages found.
    [    1.766062] x86/mm: Checking user space page tables
    [    1.773991] x86/mm: Checked W+X mappings: passed, no W+X pages found.
    [    1.784435] usb 1-1: New USB device found, idVendor=8087, idProduct=800a
    [    1.784437] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.784579] hub 1-1:1.0: USB hub found
    [    1.784683] hub 1-1:1.0: 6 ports detected
    [    1.784900] random: systemd-udevd: uninitialized urandom read (16 bytes read)
    [    1.784991] random: systemd-udevd: uninitialized urandom read (16 bytes read)
    [    1.785002] random: systemd-udevd: uninitialized urandom read (16 bytes read)
    [    1.804435] usb 2-1: New USB device found, idVendor=8087, idProduct=8002
    [    1.804437] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.804585] hub 2-1:1.0: USB hub found
    [    1.804684] hub 2-1:1.0: 8 ports detected
    [    1.817472] usb 5-1: New USB device found, idVendor=2109, idProduct=3431
    [    1.817475] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
    [    1.817476] usb 5-1: Product: USB2.0 Hub
    [    1.818049] hub 5-1:1.0: USB hub found
    [    1.818185] hub 5-1:1.0: 4 ports detected
    [    1.831467] usb 3-8: New USB device found, idVendor=1e4e, idProduct=0109
    [    1.831469] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    1.831469] usb 3-8: Product: USB2.0 Camera
    [    1.831470] usb 3-8: Manufacturer: Etron Technology, Inc.
    [    1.956539] pps_core: LinuxPPS API ver. 1 registered
    [    1.956541] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    [    1.958515] PTP clock support registered
    [    1.958565] ahci 0000:00:11.4: version 3.0
    [    1.958834] ahci 0000:00:11.4: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x4 impl SATA mode
    [    1.958837] ahci 0000:00:11.4: flags: 64bit ncq led clo pio ems apst 
    [    1.959343] scsi host0: ahci
    [    1.959624] scsi host1: ahci
    [    1.959996] scsi host2: ahci
    [    1.961453] scsi host3: ahci
    [    1.961508] ata1: DUMMY
    [    1.961509] ata2: DUMMY
    [    1.961512] ata3: SATA max UDMA/133 abar m2048@0xf913d000 port 0xf913d200 irq 37
    [    1.961513] ata4: DUMMY
    [    1.961753] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
    [    1.961755] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio ems apst 
    [    1.962582] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
    [    1.962582] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    1.962720] scsi host4: ahci
    [    1.962824] scsi host5: ahci
    [    1.962922] scsi host6: ahci
    [    1.963039] scsi host7: ahci
    [    1.963136] scsi host8: ahci
    [    1.963232] scsi host9: ahci
    [    1.963287] ata5: SATA max UDMA/133 abar m2048@0xf9136000 port 0xf9136100 irq 38
    [    1.963288] ata6: DUMMY
    [    1.963289] ata7: DUMMY
    [    1.963289] ata8: DUMMY
    [    1.963291] ata9: DUMMY
    [    1.963292] ata10: DUMMY
    [    1.963509] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [    1.973806] nvidia: loading out-of-tree module taints kernel.
    [    1.973807] nvidia: loading out-of-tree module taints kernel.
    [    1.973813] nvidia: module license 'NVIDIA' taints kernel.
    [    1.973813] nvidia: module license 'NVIDIA' taints kernel.
    [    1.973814] Disabling lock debugging due to kernel taint
    [    1.978268] nvidia: module verification failed: signature and/or required key missing - tainting kernel
    [    1.982760] nvidia-nvlink: Nvlink Core is being initialized, major device number 239
    [    1.982989] nvidia 0000:02:00.0: enabling device (0100 -> 0103)
    [    1.983070] nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
    [    1.983213] nvidia 0000:03:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
    [    1.983281] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  384.130  Wed Mar 21 03:37:26 PDT 2018 (using threaded interrupts)
    [    1.984678] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  384.130  Wed Mar 21 02:59:49 PDT 2018
    [    1.985434] [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
    [    1.985435] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 0
    [    1.985487] [drm] [nvidia-drm] [GPU ID 0x00000300] Loading driver
    [    1.985487] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:03:00.0 on minor 1
    [    2.037174] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
    [    2.105842] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 4c:cc:6a:b2:9b:06
    [    2.105845] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [    2.105875] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
    [    2.106638] e1000e 0000:00:19.0 eno1: renamed from eth0
    [    2.112052] usb 5-1.3: new low-speed USB device number 3 using xhci_hcd
    [    2.223813] usb 5-1.3: New USB device found, idVendor=046d, idProduct=c05a
    [    2.223814] usb 5-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.223815] usb 5-1.3: Product: USB Optical Mouse
    [    2.223816] usb 5-1.3: Manufacturer: Logitech
    [    2.229297] hidraw: raw HID events driver (C) Jiri Kosina
    [    2.235398] usbcore: registered new interface driver usbhid
    [    2.235399] usbhid: USB HID core driver
    [    2.236044] tsc: Refined TSC clocksource calibration: 2099.998 MHz
    [    2.236056] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e452ea631d, max_idle_ns: 440795244572 ns
    [    2.237173] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb5/5-1/5-1.3/5-1.3:1.0/0003:046D:C05A.0001/input/input2
    [    2.237300] hid-generic 0003:046D:C05A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:05:00.0-1.3/input0
    [    2.274935] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    2.276080] ata3.00: ATAPI: HL-DT-ST DVDRAM GH24NSD1, LG00, max UDMA/133
    [    2.277497] ata3.00: configured for UDMA/133
    [    2.278846] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [    2.279272] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
    [    2.279279] No Local Variables are initialized for Method [_GTF]
    [    2.279280] No Arguments are initialized for method [_GTF]
    [    2.279282] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT1.SPT0._GTF, AE_NOT_FOUND (20170831/psparse-550)
    [    2.279427] ata5.00: ATA-9: WDC WD10EZRZ-00HTKB0, 01.01A01, max UDMA/133
    [    2.279428] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [    2.279859] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
    [    2.279863] No Local Variables are initialized for Method [_GTF]
    [    2.279864] No Arguments are initialized for method [_GTF]
    [    2.279865] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT1.SPT0._GTF, AE_NOT_FOUND (20170831/psparse-550)
    [    2.280002] ata5.00: configured for UDMA/133
    [    2.280620] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH24NSD1  LG00 PQ: 0 ANSI: 5
    [    2.304033] usb 5-1.4: new low-speed USB device number 4 using xhci_hcd
    [    2.350994] sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
    [    2.350996] cdrom: Uniform CD-ROM driver Revision: 3.20
    [    2.351134] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [    2.351234] sr 2:0:0:0: Attached scsi generic sg0 type 5
    [    2.351430] scsi 4:0:0:0: Direct-Access     ATA      WDC WD10EZRZ-00H 1A01 PQ: 0 ANSI: 5
    [    2.351643] sd 4:0:0:0: Attached scsi generic sg1 type 0
    [    2.351663] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
    [    2.351665] sd 4:0:0:0: [sda] 4096-byte physical blocks
    [    2.351682] sd 4:0:0:0: [sda] Write Protect is off
    [    2.351684] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    2.351714] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    2.424703]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
    [    2.425346] sd 4:0:0:0: [sda] Attached SCSI disk
    [    2.433064] usb 5-1.4: New USB device found, idVendor=413c, idProduct=2106
    [    2.433065] usb 5-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.433066] usb 5-1.4: Product: Dell QuietKey Keyboard
    [    2.433067] usb 5-1.4: Manufacturer: Dell
    [    2.448169] input: Dell Dell QuietKey Keyboard as /devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb5/5-1/5-1.4/5-1.4:1.0/0003:413C:2106.0002/input/input3
    [    2.508205] hid-generic 0003:413C:2106.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell QuietKey Keyboard] on usb-0000:05:00.0-1.4/input0
    [    3.260126] clocksource: Switched to clocksource tsc
    [    3.445102] random: fast init done
    [    3.457779] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [    4.402130] random: crng init done
    [    4.402131] random: 7 urandom warning(s) missed due to ratelimiting
    [    4.824260] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
    [    4.844331] systemd[1]: Detected architecture x86-64.
    [    4.844458] systemd[1]: Set hostname to <dechter>.
    [    6.559180] systemd[1]: [/etc/systemd/system/snap-core-8689.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
    [    6.576069] systemd[1]: [/etc/systemd/system/snap-core-8935.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
    [    6.666189] systemd[1]: Reached target User and Group Name Lookups.
    [    6.666299] systemd[1]: Listening on Journal Socket (/dev/log).
    [    6.666323] systemd[1]: Listening on udev Kernel Socket.
    [    6.666329] systemd[1]: Reached target Encrypted Volumes.
    [    6.666359] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [    7.258162] lp: driver loaded but no devices found
    [    7.378026] ppdev: user-space parallel port driver
    [    7.394824] parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
    [    7.592572] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
    [    7.624121] lp0: using parport0 (polling).
    [    7.778003] RPC: Registered named UNIX socket transport module.
    [    7.778004] RPC: Registered udp transport module.
    [    7.778005] RPC: Registered tcp transport module.
    [    7.778005] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    8.048004] systemd-journald[403]: Received request to flush runtime journal from PID 1
    [   10.396508] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [   10.833346] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
    [   10.833348] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
    [   10.833349] RAPL PMU: hw unit of domain package 2^-14 Joules
    [   10.833349] RAPL PMU: hw unit of domain dram 2^-16 Joules
    [   11.187732] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 236
    [   11.370912] media: Linux media interface: v0.10
    [   11.469961] Linux video capture interface: v2.00
    [   11.963211] snd_hda_intel 0000:02:00.1: Disabling MSI
    [   11.963236] snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client
    [   11.963356] snd_hda_intel 0000:03:00.1: Disabling MSI
    [   11.963372] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
    [   11.997183] usb 3-8: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
    [   11.997185] usb 3-8: [3] FU [Mic Capture Volume] ch = 1, val = -4097/-1/1
    [   11.997325] usbcore: registered new interface driver snd-usb-audio
    [   12.000774] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
    [   12.000776] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [   12.000777] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
    [   12.000778] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
    [   12.000779] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
    [   12.000779] snd_hda_codec_realtek hdaudioC0D0:    inputs:
    [   12.000781] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
    [   12.000782] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
    [   12.000783] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
    [   12.012370] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
    [   12.012414] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
    [   12.012454] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [   12.012492] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [   12.012529] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [   12.012564] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [   12.012603] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [   12.213536] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0109)
    [   12.216240] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
    [   12.217918] uvcvideo 3-8:1.0: Entity type for entity Extension 4 was not initialized!
    [   12.217919] uvcvideo 3-8:1.0: Entity type for entity Processing 3 was not initialized!
    [   12.217920] uvcvideo 3-8:1.0: Entity type for entity Camera 1 was not initialized!
    [   12.217969] input: USB2.0 Camera: USB2.0 Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input11
    [   12.218010] usbcore: registered new interface driver uvcvideo
    [   12.218011] USB Video Class driver (1.1.1)
    [   12.574535] AVX2 version of gcm_enc/dec engaged.
    [   12.574536] AES CTR mode by8 optimization enabled
    [   12.944393] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card2/input15
    [   12.944501] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card2/input17
    [   12.944571] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card2/input18
    [   12.944623] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card2/input19
    [   12.944741] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card3/input12
    [   12.944783] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card3/input13
    [   12.944820] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card3/input14
    [   12.944897] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card3/input16
    [   13.562048] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.562059] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.562071] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   13.562079] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.562083] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.562089] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.562093] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.562099] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.562103] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.562109] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.562113] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.562119] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.562123] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.562129] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.562133] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.562139] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   13.562143] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   13.562151] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   13.562159] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   13.562167] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   13.562177] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   13.562185] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.562188] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.562195] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.562198] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.562205] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.562209] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.562241] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   13.562246] EDAC sbridge: Couldn't find mci handler
    [   13.562248] EDAC sbridge: Failed to register device with error -19.
    [   13.696445] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.696450] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.696458] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   13.696465] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.696468] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.696474] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.696476] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.696482] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.696485] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.696490] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.696493] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.696498] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.696501] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.696507] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.696510] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.696515] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   13.696519] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   13.696526] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   13.696534] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   13.696541] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   13.696549] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   13.696557] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.696558] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.696565] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.696567] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.696573] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.696576] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.696603] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   13.696606] EDAC sbridge: Couldn't find mci handler
    [   13.696606] EDAC sbridge: Failed to register device with error -19.
    [   13.713540] intel_rapl: Found RAPL domain package
    [   13.772333] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.772337] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.772345] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   13.772352] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.772355] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.772361] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.772364] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.772369] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.772372] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.772377] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.772380] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.772386] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.772389] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.772394] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.772397] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.772402] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   13.772407] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   13.772414] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   13.772421] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   13.772429] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   13.772436] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   13.772444] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.772446] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.772452] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.772454] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.772460] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.772464] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.772489] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   13.772493] EDAC sbridge: Couldn't find mci handler
    [   13.772494] EDAC sbridge: Failed to register device with error -19.
    [   13.832369] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.832373] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.832382] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   13.832389] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.832392] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.832398] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.832401] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.832406] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.832409] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.832415] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.832418] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.832423] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.832426] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.832432] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.832435] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.832440] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   13.832444] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   13.832451] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   13.832459] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   13.832467] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   13.832475] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   13.832482] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.832484] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.832491] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.832493] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.832499] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.832503] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.832529] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   13.832532] EDAC sbridge: Couldn't find mci handler
    [   13.832534] EDAC sbridge: Failed to register device with error -19.
    [   13.833663] NVRM: Your system is not currently configured to drive a VGA console
                   on the primary VGA device. The NVIDIA Linux graphics driver
                   requires the use of a text-mode VGA console. Use of other console
                   drivers including, but not limited to, vesafb, may result in
                   corruption and stability problems, and is not supported.
    [   13.896373] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.896377] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.896384] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   13.896391] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.896394] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.896400] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.896403] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.896408] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.896411] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.896417] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.896420] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.896425] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.896428] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.896433] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.896436] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.896442] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   13.896446] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   13.896453] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   13.896461] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   13.896469] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   13.896476] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   13.896484] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.896486] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.896492] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.896494] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.896501] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.896504] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.896530] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   13.896533] EDAC sbridge: Couldn't find mci handler
    [   13.896535] EDAC sbridge: Failed to register device with error -19.
    [   13.948420] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.948424] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   13.948431] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   13.948438] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.948441] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   13.948447] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.948450] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   13.948456] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.948458] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   13.948464] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.948467] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   13.948473] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.948476] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   13.948481] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.948484] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   13.948489] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   13.948494] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   13.948501] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   13.948509] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   13.948516] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   13.948524] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   13.948532] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.948534] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   13.948540] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.948542] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   13.948549] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.948552] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   13.948581] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   13.948584] EDAC sbridge: Couldn't find mci handler
    [   13.948586] EDAC sbridge: Failed to register device with error -19.
    [   14.144447] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.144453] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.144464] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.144472] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.144475] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.144480] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.144483] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.144489] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.144491] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.144497] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.144500] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.144505] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.144508] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.144513] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.144517] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.144522] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.144526] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.144533] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.144541] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.144549] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.144556] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.144564] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.144566] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.144572] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.144574] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.144581] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.144584] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.144610] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.144612] EDAC sbridge: Couldn't find mci handler
    [   14.144613] EDAC sbridge: Failed to register device with error -19.
    [   14.200359] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.200363] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.200372] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.200380] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.200383] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.200388] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.200391] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.200397] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.200400] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.200405] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.200408] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.200414] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.200417] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.200422] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.200426] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.200431] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.200435] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.200442] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.200450] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.200458] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.200466] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.200473] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.200475] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.200482] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.200484] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.200490] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.200494] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.200520] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.200523] EDAC sbridge: Couldn't find mci handler
    [   14.200525] EDAC sbridge: Failed to register device with error -19.
    [   14.240333] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.240337] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.240344] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.240352] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.240354] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.240360] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.240363] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.240368] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.240371] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.240378] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.240381] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.240388] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.240392] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.240398] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.240402] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.240408] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.240414] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.240423] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.240433] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.240442] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.240453] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.240463] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.240466] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.240475] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.240478] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.240486] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.240490] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.240532] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.240538] EDAC sbridge: Couldn't find mci handler
    [   14.240541] EDAC sbridge: Failed to register device with error -19.
    [   14.288340] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.288344] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.288350] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.288358] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.288361] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.288367] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.288370] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.288375] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.288378] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.288384] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.288387] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.288392] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.288395] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.288401] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.288404] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.288409] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.288414] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.288421] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.288429] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.288437] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.288444] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.288452] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.288454] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.288460] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.288462] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.288469] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.288472] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.288499] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.288502] EDAC sbridge: Couldn't find mci handler
    [   14.288503] EDAC sbridge: Failed to register device with error -19.
    [   14.344345] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.344349] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.344357] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.344364] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.344367] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.344373] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.344376] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.344381] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.344384] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.344390] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.344393] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.344398] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.344401] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.344407] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.344410] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.344415] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.344420] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.344427] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.344434] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.344442] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.344450] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.344457] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.344459] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.344466] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.344468] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.344474] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.344478] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.344503] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.344506] EDAC sbridge: Couldn't find mci handler
    [   14.344508] EDAC sbridge: Failed to register device with error -19.
    [   14.384401] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.384405] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.384412] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.384419] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.384422] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.384428] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.384431] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.384436] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.384439] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.384445] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.384448] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.384453] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.384456] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.384461] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.384465] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.384470] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.384474] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.384481] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.384489] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.384497] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.384505] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.384512] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.384514] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.384521] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.384523] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.384529] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.384532] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.384559] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.384563] EDAC sbridge: Couldn't find mci handler
    [   14.384565] EDAC sbridge: Failed to register device with error -19.
    [   14.440354] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.440358] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.440364] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.440372] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.440375] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.440381] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.440384] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.440389] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.440392] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.440398] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.440401] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.440406] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.440409] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.440415] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.440418] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.440423] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.440428] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.440435] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.440442] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.440450] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.440458] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.440466] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.440468] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.440474] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.440476] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.440483] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.440486] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.440512] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.440515] EDAC sbridge: Couldn't find mci handler
    [   14.440517] EDAC sbridge: Failed to register device with error -19.
    [   14.492345] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.492349] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.492356] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.492364] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.492366] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.492372] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.492375] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.492380] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.492383] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.492389] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.492392] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.492397] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.492400] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.492406] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.492409] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.492414] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.492418] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.492425] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.492433] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.492441] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.492449] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.492456] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.492458] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.492465] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.492467] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.492473] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.492477] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.492502] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.492506] EDAC sbridge: Couldn't find mci handler
    [   14.492507] EDAC sbridge: Failed to register device with error -19.
    [   14.528312] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.528316] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.528323] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.528330] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.528333] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.528339] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.528342] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.528347] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.528350] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.528356] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.528359] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.528364] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.528367] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.528373] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.528376] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.528381] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.528385] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.528392] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.528400] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.528408] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.528415] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.528423] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.528425] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.528431] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.528433] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.528440] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.528443] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.528469] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.528474] EDAC sbridge: Couldn't find mci handler
    [   14.528475] EDAC sbridge: Failed to register device with error -19.
    [   14.564291] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.564295] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [   14.564302] EDAC sbridge: Seeking for: PCI ID 8086:6f60
    [   14.564310] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.564312] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
    [   14.564318] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.564321] EDAC sbridge: Seeking for: PCI ID 8086:6f71
    [   14.564326] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.564329] EDAC sbridge: Seeking for: PCI ID 8086:6faa
    [   14.564335] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.564338] EDAC sbridge: Seeking for: PCI ID 8086:6fab
    [   14.564343] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.564346] EDAC sbridge: Seeking for: PCI ID 8086:6fac
    [   14.564352] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.564355] EDAC sbridge: Seeking for: PCI ID 8086:6fad
    [   14.564360] EDAC sbridge: Seeking for: PCI ID 8086:6f68
    [   14.564364] EDAC sbridge: Seeking for: PCI ID 8086:6f79
    [   14.564371] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
    [   14.564379] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
    [   14.564387] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
    [   14.564395] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
    [   14.564402] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.564404] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    [   14.564411] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.564413] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
    [   14.564419] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.564423] EDAC sbridge: Seeking for: PCI ID 8086:6faf
    [   14.564448] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
    [   14.564451] EDAC sbridge: Couldn't find mci handler
    [   14.564453] EDAC sbridge: Failed to register device with error -19.
    [   15.573942] Adding 19529724k swap on /dev/sda5.  Priority:-2 extents:1 across:19529724k FS
    [   16.430834] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    [   18.956991] audit: type=1400 audit(1585908414.054:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1180 comm="apparmor_parser"
    [   18.956994] audit: type=1400 audit(1585908414.054:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1180 comm="apparmor_parser"
    [   19.023526] audit: type=1400 audit(1585908414.118:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=1183 comm="apparmor_parser"
    [   19.095892] audit: type=1400 audit(1585908414.190:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="webbrowser-app" pid=1179 comm="apparmor_parser"
    [   19.095895] audit: type=1400 audit(1585908414.190:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="webbrowser-app//oxide_helper" pid=1179 comm="apparmor_parser"
    [   19.103292] audit: type=1400 audit(1585908414.198:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=1184 comm="apparmor_parser"
    [   19.104155] audit: type=1400 audit(1585908414.202:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1181 comm="apparmor_parser"
    [   19.104180] audit: type=1400 audit(1585908414.202:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1186 comm="apparmor_parser"
    [   19.105499] audit: type=1400 audit(1585908414.202:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1182 comm="apparmor_parser"
    [   19.105502] audit: type=1400 audit(1585908414.202:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=1182 comm="apparmor_parser"
    [   26.306771] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
    [   26.492237] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
    [   30.526290] e1000e: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
    [   30.526321] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
    [   30.594857] nvidia-modeset: Allocated GPU:0 (GPU-62d8e58f-0e9b-9d71-a776-6f9551e94400) @ PCI:0000:03:00.0
    [   31.253616] aufs 4.15-20180219
    [   31.435615] nvidia-modeset: Allocated GPU:1 (GPU-90b20f65-7af5-b2bf-b0eb-4ffb395cc2e0) @ PCI:0000:02:00.0
    [   37.977374] FS-Cache: Loaded
    [   38.008610] FS-Cache: Netfs 'nfs' registered for caching
    [   38.372722] NFS: Registering the id_resolver key type
    [   38.372744] Key type id_resolver registered
    [   38.372744] Key type id_legacy registered
    [   42.063899] kauditd_printk_skb: 16 callbacks suppressed
    [   42.063899] audit: type=1400 audit(1585908437.158:28): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=2990 comm="apparmor_parser"
    [   50.890714] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
    [   50.896533] Bridge firewalling registered
    [   50.961797] ip_tables: (C) 2000-2006 Netfilter Core Team
    [   50.988395] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
    [   51.376756] Initializing XFRM netlink socket
    [   51.380687] Netfilter messages via NETLINK v0.30.
    [   51.395529] ctnetlink v0.93: registering with nfnetlink.
    [   51.657319] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
    [  120.640663] docker0: port 1(veth5f8d8e9) entered blocking state
    [  120.640666] docker0: port 1(veth5f8d8e9) entered disabled state
    [  120.640779] device veth5f8d8e9 entered promiscuous mode
    [  120.641059] IPv6: ADDRCONF(NETDEV_UP): veth5f8d8e9: link is not ready
    [  121.260921] docker0: port 1(veth5f8d8e9) entered disabled state
    [  121.263788] device veth5f8d8e9 left promiscuous mode
    [  121.263795] docker0: port 1(veth5f8d8e9) entered disabled state
    [  183.808798] docker0: port 1(vethbd30930) entered blocking state
    [  183.808802] docker0: port 1(vethbd30930) entered disabled state
    [  183.808925] device vethbd30930 entered promiscuous mode
    [  183.809115] IPv6: ADDRCONF(NETDEV_UP): vethbd30930: link is not ready
    [  184.430156] docker0: port 1(vethbd30930) entered disabled state
    [  184.431729] device vethbd30930 left promiscuous mode
    [  184.431736] docker0: port 1(vethbd30930) entered disabled state
    [  200.173492] docker0: port 1(veth9c0e74c) entered blocking state
    [  200.173495] docker0: port 1(veth9c0e74c) entered disabled state
    [  200.173621] device veth9c0e74c entered promiscuous mode
    [  200.173878] IPv6: ADDRCONF(NETDEV_UP): veth9c0e74c: link is not ready
    [  200.833589] docker0: port 1(veth9c0e74c) entered disabled state
    [  200.835231] device veth9c0e74c left promiscuous mode
    [  200.835237] docker0: port 1(veth9c0e74c) entered disabled state
    [ 4555.884726] docker0: port 1(vethc738218) entered blocking state
    [ 4555.884729] docker0: port 1(vethc738218) entered disabled state
    [ 4555.884929] device vethc738218 entered promiscuous mode
    [ 4555.885176] IPv6: ADDRCONF(NETDEV_UP): vethc738218: link is not ready
    [ 4556.535189] docker0: port 1(vethc738218) entered disabled state
    [ 4556.538175] device vethc738218 left promiscuous mode
    [ 4556.538183] docker0: port 1(vethc738218) entered disabled state
    [262832.600053] perf: interrupt took too long (2524 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
    [263469.275470] docker0: port 1(veth25ba300) entered blocking state
    [263469.275473] docker0: port 1(veth25ba300) entered disabled state
    [263469.275627] device veth25ba300 entered promiscuous mode
    [263469.275904] IPv6: ADDRCONF(NETDEV_UP): veth25ba300: link is not ready
    [263469.275909] docker0: port 1(veth25ba300) entered blocking state
    [263469.275913] docker0: port 1(veth25ba300) entered forwarding state
    [263469.276432] docker0: port 1(veth25ba300) entered disabled state
    [263469.891591] docker0: port 1(veth25ba300) entered disabled state
    [263469.894609] device veth25ba300 left promiscuous mode
    [263469.894617] docker0: port 1(veth25ba300) entered disabled state
    [267820.342754] docker0: port 1(vethe78f0dc) entered blocking state
    [267820.342759] docker0: port 1(vethe78f0dc) entered disabled state
    [267820.342940] device vethe78f0dc entered promiscuous mode
    [267820.343204] IPv6: ADDRCONF(NETDEV_UP): vethe78f0dc: link is not ready
    [267820.343208] docker0: port 1(vethe78f0dc) entered blocking state
    [267820.343212] docker0: port 1(vethe78f0dc) entered forwarding state
    [267820.343805] docker0: port 1(vethe78f0dc) entered disabled state
    [267820.722040] docker0: port 1(vethe78f0dc) entered disabled state
    [267820.726077] device vethe78f0dc left promiscuous mode
    [267820.726084] docker0: port 1(vethe78f0dc) entered disabled state
    [267834.403887] docker0: port 1(veth8819ddd) entered blocking state
    [267834.403890] docker0: port 1(veth8819ddd) entered disabled state
    [267834.404009] device veth8819ddd entered promiscuous mode
    [267834.404365] IPv6: ADDRCONF(NETDEV_UP): veth8819ddd: link is not ready
    [267834.404372] docker0: port 1(veth8819ddd) entered blocking state
    [267834.404374] docker0: port 1(veth8819ddd) entered forwarding state
    [267834.404626] docker0: port 1(veth8819ddd) entered disabled state
    [267835.487225] eth0: renamed from vethf16b76d
    [267835.568145] IPv6: ADDRCONF(NETDEV_CHANGE): veth8819ddd: link becomes ready
    [267835.568246] docker0: port 1(veth8819ddd) entered blocking state
    [267835.568248] docker0: port 1(veth8819ddd) entered forwarding state
    [267835.568324] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
    [267836.210240] docker0: port 1(veth8819ddd) entered disabled state
    [267836.210396] vethf16b76d: renamed from eth0
    [267836.340896] docker0: port 1(veth8819ddd) entered disabled state
    [267836.343867] device veth8819ddd left promiscuous mode
    [267836.343872] docker0: port 1(veth8819ddd) entered disabled state
    [269114.895022] perf: interrupt took too long (3163 > 3155), lowering kernel.perf_event_max_sample_rate to 63000
    
    • [ ] Driver information from nvidia-smi -a
    ==============NVSMI LOG==============
    
    Timestamp                           : Mon Apr  6 15:52:50 2020
    Driver Version                      : 384.130
    
    Attached GPUs                       : 2
    GPU 00000000:02:00.0
        Product Name                    : TITAN Xp
        Product Brand                   : GeForce
        Display Mode                    : Disabled
        Display Active                  : Disabled
        Persistence Mode                : Disabled
        Accounting Mode                 : Disabled
        Accounting Mode Buffer Size     : 1920
        Driver Model
            Current                     : N/A
            Pending                     : N/A
        Serial Number                   : 0323217041427
        GPU UUID                        : GPU-90b20f65-7af5-b2bf-b0eb-4ffb395cc2e0
        Minor Number                    : 0
        VBIOS Version                   : 86.02.3D.00.01
        MultiGPU Board                  : No
        Board ID                        : 0x200
        GPU Part Number                 : 900-1G611-2530-000
        Inforom Version
            Image Version               : G001.0000.01.04
            OEM Object                  : 1.1
            ECC Object                  : N/A
            Power Management Object     : N/A
        GPU Operation Mode
            Current                     : N/A
            Pending                     : N/A
        GPU Virtualization Mode
            Virtualization mode         : None
        PCI
            Bus                         : 0x02
            Device                      : 0x00
            Domain                      : 0x0000
            Device Id                   : 0x1B0210DE
            Bus Id                      : 00000000:02:00.0
            Sub System Id               : 0x11DF10DE
            GPU Link Info
                PCIe Generation
                    Max                 : 3
                    Current             : 1
                Link Width
                    Max                 : 16x
                    Current             : 16x
            Bridge Chip
                Type                    : N/A
                Firmware                : N/A
            Replays since reset         : 0
            Tx Throughput               : 0 KB/s
            Rx Throughput               : 0 KB/s
        Fan Speed                       : 23 %
        Performance State               : P8
        Clocks Throttle Reasons
            Idle                        : Active
            Applications Clocks Setting : Not Active
            SW Power Cap                : Not Active
            HW Slowdown                 : Not Active
            Sync Boost                  : Not Active
            SW Thermal Slowdown         : Not Active
        FB Memory Usage
            Total                       : 12189 MiB
            Used                        : 1 MiB
            Free                        : 12188 MiB
        BAR1 Memory Usage
            Total                       : 256 MiB
            Used                        : 5 MiB
            Free                        : 251 MiB
        Compute Mode                    : Default
        Utilization
            Gpu                         : 0 %
            Memory                      : 0 %
            Encoder                     : 0 %
            Decoder                     : 0 %
        Encoder Stats
            Active Sessions             : 0
            Average FPS                 : 0
            Average Latency             : 0
        Ecc Mode
            Current                     : N/A
            Pending                     : N/A
        ECC Errors
            Volatile
                Single Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
                Double Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
            Aggregate
                Single Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
                Double Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
        Retired Pages
            Single Bit ECC              : N/A
            Double Bit ECC              : N/A
            Pending                     : N/A
        Temperature
            GPU Current Temp            : 27 C
            GPU Shutdown Temp           : 99 C
            GPU Slowdown Temp           : 96 C
            GPU Max Operating Temp      : N/A
            Memory Current Temp         : N/A
            Memory Max Operating Temp   : N/A
        Power Readings
            Power Management            : Supported
            Power Draw                  : 9.61 W
            Power Limit                 : 250.00 W
            Default Power Limit         : 250.00 W
            Enforced Power Limit        : 250.00 W
            Min Power Limit             : 125.00 W
            Max Power Limit             : 300.00 W
        Clocks
            Graphics                    : 139 MHz
            SM                          : 139 MHz
            Memory                      : 405 MHz
            Video                       : 544 MHz
        Applications Clocks
            Graphics                    : 1404 MHz
            Memory                      : 5705 MHz
        Default Applications Clocks
            Graphics                    : 1404 MHz
            Memory                      : 5705 MHz
        Max Clocks
            Graphics                    : 1911 MHz
            SM                          : 1911 MHz
            Memory                      : 5705 MHz
            Video                       : 1708 MHz
        Max Customer Boost Clocks
            Graphics                    : N/A
        Clock Policy
            Auto Boost                  : N/A
            Auto Boost Default          : N/A
        Processes                       : None
    
    GPU 00000000:03:00.0
        Product Name                    : TITAN Xp
        Product Brand                   : GeForce
        Display Mode                    : Enabled
        Display Active                  : Enabled
        Persistence Mode                : Disabled
        Accounting Mode                 : Disabled
        Accounting Mode Buffer Size     : 1920
        Driver Model
            Current                     : N/A
            Pending                     : N/A
        Serial Number                   : 0321417064043
        GPU UUID                        : GPU-62d8e58f-0e9b-9d71-a776-6f9551e94400
        Minor Number                    : 1
        VBIOS Version                   : 86.02.3D.00.01
        MultiGPU Board                  : No
        Board ID                        : 0x300
        GPU Part Number                 : 900-1G611-2530-000
        Inforom Version
            Image Version               : G001.0000.01.04
            OEM Object                  : 1.1
            ECC Object                  : N/A
            Power Management Object     : N/A
        GPU Operation Mode
            Current                     : N/A
            Pending                     : N/A
        GPU Virtualization Mode
            Virtualization mode         : None
        PCI
            Bus                         : 0x03
            Device                      : 0x00
            Domain                      : 0x0000
            Device Id                   : 0x1B0210DE
            Bus Id                      : 00000000:03:00.0
            Sub System Id               : 0x11DF10DE
            GPU Link Info
                PCIe Generation
                    Max                 : 3
                    Current             : 1
                Link Width
                    Max                 : 16x
                    Current             : 16x
            Bridge Chip
                Type                    : N/A
                Firmware                : N/A
            Replays since reset         : 0
            Tx Throughput               : 0 KB/s
            Rx Throughput               : 14000 KB/s
        Fan Speed                       : 23 %
        Performance State               : P8
        Clocks Throttle Reasons
            Idle                        : Active
            Applications Clocks Setting : Not Active
            SW Power Cap                : Not Active
            HW Slowdown                 : Not Active
            Sync Boost                  : Not Active
            SW Thermal Slowdown         : Not Active
        FB Memory Usage
            Total                       : 12181 MiB
            Used                        : 670 MiB
            Free                        : 11511 MiB
        BAR1 Memory Usage
            Total                       : 256 MiB
            Used                        : 6 MiB
            Free                        : 250 MiB
        Compute Mode                    : Default
        Utilization
            Gpu                         : 1 %
            Memory                      : 4 %
            Encoder                     : 0 %
            Decoder                     : 0 %
        Encoder Stats
            Active Sessions             : 0
            Average FPS                 : 0
            Average Latency             : 0
        Ecc Mode
            Current                     : N/A
            Pending                     : N/A
        ECC Errors
            Volatile
                Single Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
                Double Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
            Aggregate
                Single Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
                Double Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
        Retired Pages
            Single Bit ECC              : N/A
            Double Bit ECC              : N/A
            Pending                     : N/A
        Temperature
            GPU Current Temp            : 37 C
            GPU Shutdown Temp           : 99 C
            GPU Slowdown Temp           : 96 C
            GPU Max Operating Temp      : N/A
            Memory Current Temp         : N/A
            Memory Max Operating Temp   : N/A
        Power Readings
            Power Management            : Supported
            Power Draw                  : 17.27 W
            Power Limit                 : 250.00 W
            Default Power Limit         : 250.00 W
            Enforced Power Limit        : 250.00 W
            Min Power Limit             : 125.00 W
            Max Power Limit             : 300.00 W
        Clocks
            Graphics                    : 202 MHz
            SM                          : 202 MHz
            Memory                      : 405 MHz
            Video                       : 544 MHz
        Applications Clocks
            Graphics                    : 1404 MHz
            Memory                      : 5705 MHz
        Default Applications Clocks
            Graphics                    : 1404 MHz
            Memory                      : 5705 MHz
        Max Clocks
            Graphics                    : 1911 MHz
            SM                          : 1911 MHz
            Memory                      : 5705 MHz
            Video                       : 1708 MHz
        Max Customer Boost Clocks
            Graphics                    : N/A
        Clock Policy
            Auto Boost                  : N/A
            Auto Boost Default          : N/A
        Processes
            Process ID                  : 1841
                Type                    : G
                Name                    : /usr/lib/xorg/Xorg
                Used GPU Memory         : 294 MiB
            Process ID                  : 3929
                Type                    : G
                Name                    : compiz
                Used GPU Memory         : 200 MiB
            Process ID                  : 4333
                Type                    : G
                Name                    : /opt/google/chrome/chrome --type=gpu-process --field-trial-handle=5075390529967726298,17954466448048177637,131072 --enable-crash-reporter=, --gpu-preferences=KAAAAAAAAACAAAAAAQAAAAAAAAAAAGAAAAAAAAEAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=11773295769896974116
                Used GPU Memory         : 115 MiB
            Process ID                  : 15383
                Type                    : G
                Name                    : /usr/lib/slack/slack --type=gpu-process --field-trial-handle=15344640969293352758,18044873964460059484,131072 --disable-features=LayoutNG,SpareRendererForSitePerProcess --gpu-preferences=IAAAAAAAAAAgAAAgAAAAAAAAYAAAAAAACAAAAAAAAAAIAAAAAAAAAA== --service-request-channel-token=9973645116451973778
                Used GPU Memory         : 57 MiB
    
    • [ ] Docker version from docker version
    Client: Docker Engine - Community
     Version:           19.03.8
     API version:       1.40
     Go version:        go1.12.17
     Git commit:        afacb8b7f0
     Built:             Wed Mar 11 01:25:58 2020
     OS/Arch:           linux/amd64
     Experimental:      false
    
    Server: Docker Engine - Community
     Engine:
      Version:          19.03.8
      API version:      1.40 (minimum version 1.12)
      Go version:       go1.12.17
      Git commit:       afacb8b7f0
      Built:            Wed Mar 11 01:24:30 2020
      OS/Arch:          linux/amd64
      Experimental:     false
     containerd:
      Version:          1.2.13
      GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
     runc:
      Version:          1.0.0-rc10
      GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
     docker-init:
      Version:          0.18.0
      GitCommit:        fec3683
    
    • [ ] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name                                          Version                     Architecture                Description
    +++-=============================================-===========================-===========================-===============================================================================================
    un  nvidia-304                                    <none>                      <none>                      (no description available)
    un  nvidia-340                                    <none>                      <none>                      (no description available)
    ii  nvidia-384                                    384.130-0ubuntu0.16.04.2    amd64                       NVIDIA binary driver - version 384.130
    ii  nvidia-384-dev                                384.130-0ubuntu0.16.04.2    amd64                       NVIDIA binary Xorg driver development files
    un  nvidia-common                                 <none>                      <none>                      (no description available)
    un  nvidia-driver-binary                          <none>                      <none>                      (no description available)
    un  nvidia-legacy-340xx-vdpau-driver              <none>                      <none>                      (no description available)
    un  nvidia-libopencl1-384                         <none>                      <none>                      (no description available)
    un  nvidia-libopencl1-dev                         <none>                      <none>                      (no description available)
    ii  nvidia-modprobe                               384.81-0ubuntu1             amd64                       Load the NVIDIA kernel driver and create device files
    un  nvidia-opencl-icd                             <none>                      <none>                      (no description available)
    ii  nvidia-opencl-icd-384                         384.130-0ubuntu0.16.04.2    amd64                       NVIDIA OpenCL ICD
    un  nvidia-persistenced                           <none>                      <none>                      (no description available)
    ii  nvidia-prime                                  0.8.2                       amd64                       Tools to enable NVIDIA's Prime
    ii  nvidia-settings                               384.81-0ubuntu1             amd64                       Tool for configuring the NVIDIA graphics driver
    un  nvidia-settings-binary                        <none>                      <none>                      (no description available)
    un  nvidia-smi                                    <none>                      <none>                      (no description available)
    un  nvidia-vdpau-driver                           <none>                      <none>                      (no description available)
    
    • [ ] NVIDIA container library version from nvidia-container-cli -V This returns an error message: nvidia-container-cli: command not found

    • [ ] Docker command, image and tag used docker run --gpus all nvidia/cuda:10.0-base nvidia-smi

    • [ ] I get the following output when running sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit:

    Get:1 file:/var/cuda-repo-9-0-176-local-patch-4  InRelease
    Ign:1 file:/var/cuda-repo-9-0-176-local-patch-4  InRelease
    Get:2 file:/var/cuda-repo-9-0-local-cublas-performance-update-2  InRelease
    Ign:2 file:/var/cuda-repo-9-0-local-cublas-performance-update-2  InRelease
    Get:3 file:/var/cuda-repo-9-0-local-cublas-performance-update-3  InRelease
    Ign:3 file:/var/cuda-repo-9-0-local-cublas-performance-update-3  InRelease
    Get:4 file:/var/cuda-repo-9-0-local-cublas-performance-update  InRelease
    Ign:4 file:/var/cuda-repo-9-0-local-cublas-performance-update  InRelease       
    Get:5 file:/var/cuda-repo-9-0-local  InRelease                                 
    Ign:5 file:/var/cuda-repo-9-0-local  InRelease                                 
    Get:6 file:/var/cuda-repo-9-0-176-local-patch-4  Release [574 B]               
    Get:7 file:/var/cuda-repo-9-0-local-cublas-performance-update-2  Release [574 B]
    Get:8 file:/var/cuda-repo-9-0-local-cublas-performance-update-3  Release [574 B]
    Get:6 file:/var/cuda-repo-9-0-176-local-patch-4  Release [574 B]               
    Get:9 file:/var/cuda-repo-9-0-local-cublas-performance-update  Release [574 B] 
    Get:7 file:/var/cuda-repo-9-0-local-cublas-performance-update-2  Release [574 B]
    Get:10 file:/var/cuda-repo-9-0-local  Release [574 B]                          
    Get:8 file:/var/cuda-repo-9-0-local-cublas-performance-update-3  Release [574 B]
    Get:9 file:/var/cuda-repo-9-0-local-cublas-performance-update  Release [574 B] 
    Get:10 file:/var/cuda-repo-9-0-local  Release [574 B]                          
    Ign:11 http://dl.google.com/linux/chrome-remote-desktop/deb stable InRelease   
    Hit:12 http://se.archive.ubuntu.com/ubuntu xenial InRelease                    
    Ign:13 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial InRelease  
    Hit:14 http://linux.teamviewer.com/deb stable InRelease                        
    Ign:15 http://dl.google.com/linux/chrome/deb stable InRelease                  
    Get:16 http://se.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]   
    Hit:17 http://dl.google.com/linux/chrome-remote-desktop/deb stable Release     
    Hit:18 https://download.docker.com/linux/ubuntu xenial InRelease               
    Hit:19 http://dl.google.com/linux/chrome/deb stable Release                    
    Hit:20 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial InRelease
    Hit:21 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial InRelease         
    Get:23 http://se.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 
    Hit:24 https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64  InRelease
    Hit:25 http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu xenial InRelease      
    Hit:26 https://nvidia.github.io/nvidia-container-runtime/ubuntu16.04/amd64  InRelease
    Hit:27 https://repo.skype.com/deb stable InRelease                             
    Hit:28 https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64  InRelease     
    Hit:29 http://ppa.launchpad.net/gezakovacs/ppa/ubuntu xenial InRelease         
    Ign:30 https://dl.bintray.com/resin-io/debian stable InRelease                 
    Get:31 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]    
    Ign:32 https://dl.bintray.com/resin-io/debian stable Release                   
    Ign:35 https://dl.bintray.com/resin-io/debian stable/etcher amd64 Packages.diff/Index
    Hit:36 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu xenial InRelease   
    Ign:37 https://dl.bintray.com/resin-io/debian stable/etcher i386 Packages.diff/Index
    Ign:38 https://dl.bintray.com/resin-io/debian stable/etcher all Packages       
    Hit:39 http://ppa.launchpad.net/umang/indicator-stickynotes/ubuntu xenial InRelease
    Ign:40 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en_US  
    Ign:41 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en     
    Ign:42 https://dl.bintray.com/resin-io/debian stable/etcher amd64 DEP-11 Metadata
    Hit:43 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease       
    Ign:44 https://dl.bintray.com/resin-io/debian stable/etcher DEP-11 64x64 Icons 
    Ign:45 https://dl.bintray.com/resin-io/debian stable/etcher amd64 Packages     
    Ign:47 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial Release    
    Ign:48 https://dl.bintray.com/resin-io/debian stable/etcher i386 Packages      
    Ign:38 https://dl.bintray.com/resin-io/debian stable/etcher all Packages       
    Ign:40 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en_US  
    Ign:49 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 Packages
    Ign:41 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en     
    Ign:42 https://dl.bintray.com/resin-io/debian stable/etcher amd64 DEP-11 Metadata
    Ign:44 https://dl.bintray.com/resin-io/debian stable/etcher DEP-11 64x64 Icons 
    Ign:50 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main i386 Packages
    Ign:45 https://dl.bintray.com/resin-io/debian stable/etcher amd64 Packages     
    Ign:48 https://dl.bintray.com/resin-io/debian stable/etcher i386 Packages      
    Ign:52 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main all Packages
    Ign:38 https://dl.bintray.com/resin-io/debian stable/etcher all Packages       
    Ign:40 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en_US  
    Ign:41 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en     
    Ign:53 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en_US
    Ign:42 https://dl.bintray.com/resin-io/debian stable/etcher amd64 DEP-11 Metadata
    Ign:44 https://dl.bintray.com/resin-io/debian stable/etcher DEP-11 64x64 Icons 
    Ign:54 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en
    Ign:45 https://dl.bintray.com/resin-io/debian stable/etcher amd64 Packages
    Ign:48 https://dl.bintray.com/resin-io/debian stable/etcher i386 Packages      
    Ign:38 https://dl.bintray.com/resin-io/debian stable/etcher all Packages       
    Ign:57 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 DEP-11 Metadata
    Ign:40 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en_US
    Ign:41 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en    
    Ign:42 https://dl.bintray.com/resin-io/debian stable/etcher amd64 DEP-11 Metadata
    Ign:58 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main DEP-11 64x64 Icons
    Ign:44 https://dl.bintray.com/resin-io/debian stable/etcher DEP-11 64x64 Icons
    Ign:45 https://dl.bintray.com/resin-io/debian stable/etcher amd64 Packages    
    Ign:48 https://dl.bintray.com/resin-io/debian stable/etcher i386 Packages     
    Ign:49 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 Packages
    Ign:38 https://dl.bintray.com/resin-io/debian stable/etcher all Packages
    Ign:40 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en_US 
    Ign:50 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main i386 Packages
    Ign:41 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en
    Ign:42 https://dl.bintray.com/resin-io/debian stable/etcher amd64 DEP-11 Metadata
    Ign:44 https://dl.bintray.com/resin-io/debian stable/etcher DEP-11 64x64 Icons 
    Ign:52 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main all Packages
    Ign:45 https://dl.bintray.com/resin-io/debian stable/etcher amd64 Packages     
    Ign:48 https://dl.bintray.com/resin-io/debian stable/etcher i386 Packages      
    Ign:53 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en_US
    Ign:38 https://dl.bintray.com/resin-io/debian stable/etcher all Packages       
    Ign:40 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en_US  
    Ign:41 https://dl.bintray.com/resin-io/debian stable/etcher Translation-en     
    Ign:54 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en
    Ign:42 https://dl.bintray.com/resin-io/debian stable/etcher amd64 DEP-11 Metadata
    Ign:44 https://dl.bintray.com/resin-io/debian stable/etcher DEP-11 64x64 Icons 
    Err:45 https://dl.bintray.com/resin-io/debian stable/etcher amd64 Packages     
      404  Not Found
    Ign:57 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 DEP-11 Metadata
    Ign:48 https://dl.bintray.com/resin-io/debian stable/etcher i386 Packages      
    Ign:58 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main DEP-11 64x64 Icons
    Ign:49 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 Packages
    Ign:50 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main i386 Packages
    Ign:52 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main all Packages
    Ign:53 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en_US
    Ign:54 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en
    Ign:57 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 DEP-11 Metadata
    Ign:58 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main DEP-11 64x64 Icons
    Ign:49 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 Packages
    Ign:50 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main i386 Packages
    Ign:55 http://www.getdeb.net/ubuntu trusty-getdeb InRelease                    
    Ign:52 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main all Packages
    Ign:53 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en_US
    Ign:54 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en
    Ign:57 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 DEP-11 Metadata
    Ign:58 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main DEP-11 64x64 Icons
    Ign:49 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 Packages
    Get:62 http://se.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [322 kB]
    Ign:50 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main i386 Packages
    Ign:61 http://www.getdeb.net/ubuntu trusty-getdeb Release                      
    Get:63 http://se.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [233 kB]
    Ign:52 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main all Packages
    Get:64 http://se.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [275 kB]
    Get:65 http://se.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [425 kB]
    Get:66 http://se.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5 968 B]
    Get:67 http://se.archive.ubuntu.com/ubuntu xenial-updates/multiverse DEP-11 64x64 Icons [14,3 kB]
    Ign:53 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en_US
    Ign:54 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en
    Ign:57 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 DEP-11 Metadata
    Ign:58 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main DEP-11 64x64 Icons
    Err:49 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 Packages
      404  Not Found [IP: 91.189.95.83 80]
    Ign:50 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main i386 Packages
    Ign:68 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 Packages.diff/Index
    Ign:52 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main all Packages
    Get:70 http://se.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3 332 B]
    Ign:53 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en_US
    Get:71 http://se.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [5 320 B]
    Ign:54 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main Translation-en
    Ign:57 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main amd64 DEP-11 Metadata
    Ign:69 http://www.getdeb.net/ubuntu trusty-getdeb/apps i386 Packages.diff/Index
    Hit:73 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease 
    Ign:58 http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial/main DEP-11 64x64 Icons
    Ign:72 http://www.getdeb.net/ubuntu trusty-getdeb/apps all Packages            
    Ign:74 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en_US  
    Ign:33 https://www.math.uiuc.edu/Macaulay2/Repositories/Ubuntu xenial InRelease
    Ign:75 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en          
    Ign:76 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 DEP-11 Metadata
    Ign:78 http://www.getdeb.net/ubuntu trusty-getdeb/apps DEP-11 64x64 Icons 
    Hit:77 https://www.math.uiuc.edu/Macaulay2/Repositories/Ubuntu xenial Release
    Ign:79 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 Packages     
    Ign:80 http://www.getdeb.net/ubuntu trusty-getdeb/apps i386 Packages      
    Get:81 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [74,8 kB]
    Ign:72 http://www.getdeb.net/ubuntu trusty-getdeb/apps all Packages            
    Ign:74 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en_US       
    Get:83 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [83,7 kB]
    Get:84 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [124 kB]
    Get:85 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [194 kB]
    Ign:75 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en          
    Get:86 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2 468 B]
    Ign:76 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 DEP-11 Metadata   
    Ign:78 http://www.getdeb.net/ubuntu trusty-getdeb/apps DEP-11 64x64 Icons
    Ign:79 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 Packages
    Ign:80 http://www.getdeb.net/ubuntu trusty-getdeb/apps i386 Packages
    Ign:72 http://www.getdeb.net/ubuntu trusty-getdeb/apps all Packages
    Ign:74 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en_US
    Ign:75 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en
    Ign:76 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 DEP-11 Metadata
    Ign:78 http://www.getdeb.net/ubuntu trusty-getdeb/apps DEP-11 64x64 Icons
    Ign:79 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 Packages
    Ign:80 http://www.getdeb.net/ubuntu trusty-getdeb/apps i386 Packages
    Ign:72 http://www.getdeb.net/ubuntu trusty-getdeb/apps all Packages
    Ign:74 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en_US
    Ign:75 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en                                                                                                                                      
    Ign:76 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 DEP-11 Metadata                                                                                                                               
    Ign:78 http://www.getdeb.net/ubuntu trusty-getdeb/apps DEP-11 64x64 Icons                                                                                                                                  
    Ign:79 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 Packages                                                                                                                                      
    Ign:80 http://www.getdeb.net/ubuntu trusty-getdeb/apps i386 Packages                                                                                                                                       
    Ign:72 http://www.getdeb.net/ubuntu trusty-getdeb/apps all Packages                                                                                                                                        
    Ign:74 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en_US                                                                                                                                   
    Ign:75 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en                                                                                                                                      
    Ign:76 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 DEP-11 Metadata                                                                                                                               
    Ign:78 http://www.getdeb.net/ubuntu trusty-getdeb/apps DEP-11 64x64 Icons                                                                                                                                  
    Ign:79 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 Packages                                                                                                                                      
    Ign:80 http://www.getdeb.net/ubuntu trusty-getdeb/apps i386 Packages                                                                                                                                       
    Ign:72 http://www.getdeb.net/ubuntu trusty-getdeb/apps all Packages                                                                                                                                        
    Ign:74 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en_US                                                                                                                                   
    Ign:75 http://www.getdeb.net/ubuntu trusty-getdeb/apps Translation-en                                                                                                                                      
    Ign:76 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 DEP-11 Metadata                                                                                                                               
    Ign:78 http://www.getdeb.net/ubuntu trusty-getdeb/apps DEP-11 64x64 Icons                                                                                                                                  
    Err:79 http://www.getdeb.net/ubuntu trusty-getdeb/apps amd64 Packages                                                                                                                                      
      403  Forbidden
    Fetched 2 089 kB in 8s (244 kB/s)                                                                                                                                                                          
    Reading package lists... Done
    W: The repository 'https://dl.bintray.com/resin-io/debian stable Release' does not have a Release file.
    N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    W: The repository 'http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial Release' does not have a Release file.
    N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    W: The repository 'http://archive.getdeb.net/ubuntu trusty-getdeb Release' does not have a Release file.
    N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    E: Failed to fetch https://dl.bintray.com/resin-io/debian/dists/stable/etcher/binary-amd64/Packages  404  Not Found
    E: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found [IP: 91.189.95.83 80]
    E: Failed to fetch http://www.getdeb.net/ubuntu/dists/trusty-getdeb/apps/binary-amd64/Packages  403  Forbidden
    E: Failed to fetch http://www.getdeb.net/ubuntu/dists/trusty-getdeb/apps/binary-i386/Packages  403  Forbidden
    E: Some index files failed to download. They have been ignored, or old ones used instead.
    
  • docker: Error response from daemon: OCI runtime create failed: unable to retrieve OCI runtime error

    docker: Error response from daemon: OCI runtime create failed: unable to retrieve OCI runtime error

    The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.

    Also, before reporting a new issue, please make sure that:


    1. Issue or feature description

    I'm tring to install nvidia-docker v2, and follow the steps at the last step: docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi it will have error message: docker: Error response from daemon: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/56ca0b73c5720021671123b7f44c885bb1e7b42957c9b18e7b509be26760b993/log.json: no such file or directory): nvidia-container-runtime did not terminate sucessfully: unknown.

    2. Steps to reproduce the issue

    1. Just the same as the readme here

    3. Information to attach (optional if deemed irrelevant)

    • [ ] Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info `e3380-8b5c-cbf2-8bb2-1bcced59103d at 00000000:01:00.0) NVRM version: 418.56 CUDA version: 10.1

    Device Index: 0 Device Minor: 0 Model: GeForce GTX 1080 Ti Brand: GeForce GPU UUID: GPU-e17e3380-8b5c-cbf2-8bb2-1bcced59103d Bus Location: 00000000:01:00.0 Architecture: 6.1 I0720 05:40:32.999897 19015 nvc.c:318] shutting down library context I0720 05:40:33.000865 19017 driver.c:192] terminating driver service I0720 05:40:33.010816 19015 driver.c:233] driver service terminated successfully`

    • [ ] Kernel version from uname -a Linux cp 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

    • [ ] Any relevant kernel output lines from dmesg

    • [ ] Driver information from nvidia-smi -a `Timestamp : Sat Jul 20 13:42:03 2019 Driver Version : 418.56 CUDA Version : 10.1

    Attached GPUs : 1 GPU 00000000:01:00.0 Product Name : GeForce GTX 1080 Ti`

    • [ ] Docker version from docker version `Client: Version: 18.06.1-ce API version: 1.38 Go version: go1.10.3 Git commit: e68fc7a Built: Tue Aug 21 17:24:56 2018 OS/Arch: linux/amd64 Experimental: false

    Server: Engine: Version: 18.06.1-ce API version: 1.38 (minimum version 1.12) Go version: go1.10.3 Git commit: e68fc7a Built: Tue Aug 21 17:23:21 2018 OS/Arch: linux/amd64 Experimental: false`

    • [ ] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= ii libnvidia-cont 1.0.2-1 amd64 NVIDIA container runtime library ii libnvidia-cont 1.0.2-1 amd64 NVIDIA container runtime library un nvidia-304 <none> <none> (no description available) un nvidia-340 <none> <none> (no description available) un nvidia-384 <none> <none> (no description available) un nvidia-common <none> <none> (no description available) ii nvidia-contain 3.0.0-1 amd64 NVIDIA container runtime ii nvidia-contain 1.4.0-1 amd64 NVIDIA container runtime hook un nvidia-docker <none> <none> (no description available) ii nvidia-docker2 2.1.0-1 all nvidia-docker CLI wrapper un nvidia-libopen <none> <none> (no description available) un nvidia-prime <none> <none> (no description available)

    • [ ] NVIDIA container library version from nvidia-container-cli -V version: 1.0.2

    • [ ] NVIDIA container library logs (see troubleshooting)

    • [ ] Docker command, image and tag used tensorflow/tensorflow:nightly-gpu-py3-jupyter

  • Couldn't find libnvidia-ml.so library in your system

    Couldn't find libnvidia-ml.so library in your system


    1. Issue or feature description

    Missing libnvidia-ml.so and libcublas.9.so library in docker container.

    My system is Ubuntu 18.10 and I tried with nvidia drivers 390, 396 and 410.

    2. Steps to reproduce the issue

    docker run --runtime=nvidia --rm nvidia/cuda:9.0-base nvidia-smi
    
    NVIDIA-SMI couldn't find libnvidia-ml.so library in your system. Please make sure that the NVIDIA Display Driver is properly installed and present in your system.
    Please also try adding directory that contains libnvidia-ml.so to your system PATH.
    

    This also holds for the tensorflow docker images. When I run the cuda image in interactive mode and try to import tensorflow via python it says that libcublas.9.so is not found although I can see it in the /usr/local/cuda/lib64 directory.

    Everything works fine on host machine though.

    3. Information to attach (optional if deemed irrelevant)

    • [ ] Kernel version from uname -a
    Linux box 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
    
    • [ ] Any relevant kernel output lines from dmesg
    • [ ] Driver information from nvidia-smi -a
    ==============NVSMI LOG==============
    
    Timestamp                           : Fri Nov  2 11:09:45 2018
    Driver Version                      : 410.73
    CUDA Version                        : 10.0
    
    Attached GPUs                       : 1
    GPU 00000000:65:00.0
        Product Name                    : GeForce GTX 1080 Ti
        Product Brand                   : GeForce
        Display Mode                    : Enabled
        Display Active                  : Enabled
        Persistence Mode                : Disabled
        Accounting Mode                 : Disabled
        Accounting Mode Buffer Size     : 4000
        Driver Model
            Current                     : N/A
            Pending                     : N/A
        Serial Number                   : N/A
        GPU UUID                        : GPU-14bfddbd-9230-c05e-fa52-d468af601fc4
        Minor Number                    : 0
        VBIOS Version                   : 86.02.39.00.2E
        MultiGPU Board                  : No
        Board ID                        : 0x6500
        GPU Part Number                 : N/A
        Inforom Version
            Image Version               : G001.0000.01.04
            OEM Object                  : 1.1
            ECC Object                  : N/A
            Power Management Object     : N/A
        GPU Operation Mode
            Current                     : N/A
            Pending                     : N/A
        GPU Virtualization Mode
            Virtualization mode         : None
        IBMNPU
            Relaxed Ordering Mode       : N/A
        PCI
            Bus                         : 0x65
            Device                      : 0x00
            Domain                      : 0x0000
            Device Id                   : 0x1B0610DE
            Bus Id                      : 00000000:65:00.0
            Sub System Id               : 0x147019DA
            GPU Link Info
                PCIe Generation
                    Max                 : 3
                    Current             : 3
                Link Width
                    Max                 : 16x
                    Current             : 16x
            Bridge Chip
                Type                    : N/A
                Firmware                : N/A
            Replays since reset         : 0
            Tx Throughput               : 3000 KB/s
            Rx Throughput               : 2000 KB/s
        Fan Speed                       : 0 %
        Performance State               : P0
        Clocks Throttle Reasons
            Idle                        : Active
            Applications Clocks Setting : Not Active
            SW Power Cap                : Not Active
            HW Slowdown                 : Not Active
                HW Thermal Slowdown     : Not Active
                HW Power Brake Slowdown : Not Active
            Sync Boost                  : Not Active
            SW Thermal Slowdown         : Not Active
            Display Clock Setting       : Not Active
        FB Memory Usage
            Total                       : 11177 MiB
            Used                        : 751 MiB
            Free                        : 10426 MiB
        BAR1 Memory Usage
            Total                       : 256 MiB
            Used                        : 6 MiB
            Free                        : 250 MiB
        Compute Mode                    : Default
        Utilization
            Gpu                         : 3 %
            Memory                      : 1 %
            Encoder                     : 0 %
            Decoder                     : 0 %
        Encoder Stats
            Active Sessions             : 0
            Average FPS                 : 0
            Average Latency             : 0
        FBC Stats
            Active Sessions             : 0
            Average FPS                 : 0
            Average Latency             : 0
        Ecc Mode
            Current                     : N/A
            Pending                     : N/A
        ECC Errors
            Volatile
                Single Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
                Double Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
            Aggregate
                Single Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
                Double Bit            
                    Device Memory       : N/A
                    Register File       : N/A
                    L1 Cache            : N/A
                    L2 Cache            : N/A
                    Texture Memory      : N/A
                    Texture Shared      : N/A
                    CBU                 : N/A
                    Total               : N/A
        Retired Pages
            Single Bit ECC              : N/A
            Double Bit ECC              : N/A
            Pending                     : N/A
        Temperature
            GPU Current Temp            : 35 C
            GPU Shutdown Temp           : 96 C
            GPU Slowdown Temp           : 93 C
            GPU Max Operating Temp      : N/A
            Memory Current Temp         : N/A
            Memory Max Operating Temp   : N/A
        Power Readings
            Power Management            : Supported
            Power Draw                  : 60.67 W
            Power Limit                 : 250.00 W
            Default Power Limit         : 250.00 W
            Enforced Power Limit        : 250.00 W
            Min Power Limit             : 125.00 W
            Max Power Limit             : 300.00 W
        Clocks
            Graphics                    : 1480 MHz
            SM                          : 1480 MHz
            Memory                      : 5508 MHz
            Video                       : 1265 MHz
        Applications Clocks
            Graphics                    : N/A
            Memory                      : N/A
        Default Applications Clocks
            Graphics                    : N/A
            Memory                      : N/A
        Max Clocks
            Graphics                    : 1911 MHz
            SM                          : 1911 MHz
            Memory                      : 5505 MHz
            Video                       : 1620 MHz
        Max Customer Boost Clocks
            Graphics                    : N/A
        Clock Policy
            Auto Boost                  : N/A
            Auto Boost Default          : N/A
        Processes
            Process ID                  : 1454
                Type                    : G
                Name                    : /usr/lib/xorg/Xorg
                Used GPU Memory         : 40 MiB
            Process ID                  : 1533
                Type                    : G
                Name                    : /usr/bin/gnome-shell
                Used GPU Memory         : 80 MiB
            Process ID                  : 2450
                Type                    : G
                Name                    : /usr/lib/xorg/Xorg
                Used GPU Memory         : 363 MiB
            Process ID                  : 2631
                Type                    : G
                Name                    : /usr/bin/gnome-shell
                Used GPU Memory         : 142 MiB
            Process ID                  : 3068
                Type                    : G
                Name                    : /opt/google/chrome/chrome --type=gpu-process --field-trial-handle=15466691898050642703,2714747135580672923,131072 --enable-crash-reporter=b6227030-26a9-487c-b99f-efddda704fbf, --gpu-preferences=KAAAAAAAAACAAABAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --enable-crash-reporter=b6227030-26a9-487c-b99f-efddda704fbf, --service-request-channel-token=405587616121577545
                Used GPU Memory         : 121 MiB
    
    • [ ] Docker version from docker version
    Client:
     Version:           18.06.1-ce
     API version:       1.38
     Go version:        go1.10.3
     Git commit:        e68fc7a
     Built:             Tue Aug 21 17:24:51 2018
     OS/Arch:           linux/amd64
     Experimental:      false
    
    Server:
     Engine:
      Version:          18.06.1-ce
      API version:      1.38 (minimum version 1.12)
      Go version:       go1.10.3
      Git commit:       e68fc7a
      Built:            Tue Aug 21 17:23:15 2018
      OS/Arch:          linux/amd64
      Experimental:     false
    
    • [ ] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
    un  libgldispatch0-nvidia      <none>             <none>             (no description available)
    ii  libnvidia-cfg1-410:amd64   410.73-0ubuntu0~gp amd64              NVIDIA binary OpenGL/GLX configuration library
    un  libnvidia-cfg1-any         <none>             <none>             (no description available)
    un  libnvidia-common           <none>             <none>             (no description available)
    ii  libnvidia-common-410       410.73-0ubuntu0~gp all                Shared files used by the NVIDIA libraries
    rc  libnvidia-compute-390:amd6 390.87-0ubuntu1    amd64              NVIDIA libcompute package
    rc  libnvidia-compute-390:i386 390.87-0ubuntu1    i386               NVIDIA libcompute package
    rc  libnvidia-compute-396:amd6 396.54-0ubuntu0~gp amd64              NVIDIA libcompute package
    rc  libnvidia-compute-396:i386 396.54-0ubuntu0~gp i386               NVIDIA libcompute package
    ii  libnvidia-compute-410:amd6 410.73-0ubuntu0~gp amd64              NVIDIA libcompute package
    ii  libnvidia-compute-410:i386 410.73-0ubuntu0~gp i386               NVIDIA libcompute package
    ii  libnvidia-container-tools  1.0.0-1            amd64              NVIDIA container runtime library (command-line tools)
    ii  libnvidia-container1:amd64 1.0.0-1            amd64              NVIDIA container runtime library
    un  libnvidia-decode           <none>             <none>             (no description available)
    ii  libnvidia-decode-410:amd64 410.73-0ubuntu0~gp amd64              NVIDIA Video Decoding runtime libraries
    ii  libnvidia-decode-410:i386  410.73-0ubuntu0~gp i386               NVIDIA Video Decoding runtime libraries
    un  libnvidia-encode           <none>             <none>             (no description available)
    ii  libnvidia-encode-410:amd64 410.73-0ubuntu0~gp amd64              NVENC Video Encoding runtime library
    ii  libnvidia-encode-410:i386  410.73-0ubuntu0~gp i386               NVENC Video Encoding runtime library
    un  libnvidia-fbc1             <none>             <none>             (no description available)
    ii  libnvidia-fbc1-410:amd64   410.73-0ubuntu0~gp amd64              NVIDIA OpenGL-based Framebuffer Capture runtime library
    ii  libnvidia-fbc1-410:i386    410.73-0ubuntu0~gp i386               NVIDIA OpenGL-based Framebuffer Capture runtime library
    un  libnvidia-gl               <none>             <none>             (no description available)
    ii  libnvidia-gl-410:amd64     410.73-0ubuntu0~gp amd64              NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
    ii  libnvidia-gl-410:i386      410.73-0ubuntu0~gp i386               NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
    un  libnvidia-ifr1             <none>             <none>             (no description available)
    ii  libnvidia-ifr1-410:amd64   410.73-0ubuntu0~gp amd64              NVIDIA OpenGL-based Inband Frame Readback runtime library
    ii  libnvidia-ifr1-410:i386    410.73-0ubuntu0~gp i386               NVIDIA OpenGL-based Inband Frame Readback runtime library
    un  nvidia-304                 <none>             <none>             (no description available)
    un  nvidia-340                 <none>             <none>             (no description available)
    un  nvidia-384                 <none>             <none>             (no description available)
    un  nvidia-390                 <none>             <none>             (no description available)
    un  nvidia-common              <none>             <none>             (no description available)
    rc  nvidia-compute-utils-390   390.87-0ubuntu1    amd64              NVIDIA compute utilities
    rc  nvidia-compute-utils-396   396.54-0ubuntu0~gp amd64              NVIDIA compute utilities
    ii  nvidia-compute-utils-410   410.73-0ubuntu0~gp amd64              NVIDIA compute utilities
    ii  nvidia-container-runtime   2.0.0+docker18.06. amd64              NVIDIA container runtime
    ii  nvidia-container-runtime-h 1.4.0-1            amd64              NVIDIA container runtime hook
    ii  nvidia-cuda-dev            9.1.85-4ubuntu1    amd64              NVIDIA CUDA development files
    ii  nvidia-cuda-doc            9.1.85-4ubuntu1    all                NVIDIA CUDA and OpenCL documentation
    ii  nvidia-cuda-gdb            9.1.85-4ubuntu1    amd64              NVIDIA CUDA Debugger (GDB)
    ii  nvidia-cuda-toolkit        9.1.85-4ubuntu1    amd64              NVIDIA CUDA development toolkit
    rc  nvidia-dkms-390            390.87-0ubuntu1    amd64              NVIDIA DKMS package
    rc  nvidia-dkms-396            396.54-0ubuntu0~gp amd64              NVIDIA DKMS package
    ii  nvidia-dkms-410            410.73-0ubuntu0~gp amd64              NVIDIA DKMS package
    un  nvidia-dkms-kernel         <none>             <none>             (no description available)
    un  nvidia-docker              <none>             <none>             (no description available)
    ii  nvidia-docker2             2.0.3+docker18.06. all                nvidia-docker CLI wrapper
    un  nvidia-driver              <none>             <none>             (no description available)
    ii  nvidia-driver-410          410.73-0ubuntu0~gp amd64              NVIDIA driver metapackage
    un  nvidia-driver-binary       <none>             <none>             (no description available)
    un  nvidia-kernel-common       <none>             <none>             (no description available)
    rc  nvidia-kernel-common-390   390.87-0ubuntu1    amd64              Shared files used with the kernel module
    rc  nvidia-kernel-common-396   396.54-0ubuntu0~gp amd64              Shared files used with the kernel module
    ii  nvidia-kernel-common-410   410.73-0ubuntu0~gp amd64              Shared files used with the kernel module
    un  nvidia-kernel-source       <none>             <none>             (no description available)
    un  nvidia-kernel-source-390   <none>             <none>             (no description available)
    un  nvidia-kernel-source-396   <none>             <none>             (no description available)
    ii  nvidia-kernel-source-410   410.73-0ubuntu0~gp amd64              NVIDIA kernel source package
    un  nvidia-legacy-304xx-vdpau- <none>             <none>             (no description available)
    un  nvidia-legacy-340xx-vdpau- <none>             <none>             (no description available)
    un  nvidia-libopencl1          <none>             <none>             (no description available)
    un  nvidia-libopencl1-dev      <none>             <none>             (no description available)
    ii  nvidia-opencl-dev:amd64    9.1.85-4ubuntu1    amd64              NVIDIA OpenCL development files
    un  nvidia-opencl-icd          <none>             <none>             (no description available)
    ii  nvidia-openjdk-8-jre       9.1.85-4ubuntu1    amd64              NVIDIA provided OpenJDK Java runtime, using Hotspot JIT
    un  nvidia-persistenced        <none>             <none>             (no description available)
    ii  nvidia-prime               0.8.10             all                Tools to enable NVIDIA's Prime
    ii  nvidia-profiler            9.1.85-4ubuntu1    amd64              NVIDIA Profiler for CUDA and OpenCL
    ii  nvidia-settings            410.73-0ubuntu0~gp amd64              Tool for configuring the NVIDIA graphics driver
    un  nvidia-settings-binary     <none>             <none>             (no description available)
    un  nvidia-smi                 <none>             <none>             (no description available)
    un  nvidia-utils               <none>             <none>             (no description available)
    ii  nvidia-utils-410           410.73-0ubuntu0~gp amd64              NVIDIA driver support binaries
    un  nvidia-vdpau-driver        <none>             <none>             (no description available)
    ii  nvidia-visual-profiler     9.1.85-4ubuntu1    amd64              NVIDIA Visual Profiler for CUDA and OpenCL
    ii  xserver-xorg-video-nvidia- 410.73-0ubuntu0~gp amd64              NVIDIA binary Xorg driver
    dpkg-query: no packages found matching *nvidia*rpm
    dpkg-query: no packages found matching -qa
    
    • [ ] NVIDIA container library version from nvidia-container-cli -V
    version: 1.0.0
    build date: 2018-09-20T20:19+00:00
    build revision: 881c88e2e5bb682c9bb14e68bd165cfb64563bb1
    build compiler: x86_64-linux-gnu-gcc-7 7.3.0
    build platform: x86_64
    build flags: -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -DNDEBUG -std=gnu11 -O2 -g -fdata-sections -ffunction-sections -fstack-protector -fno-strict-aliasing -fvisibility=hidden -Wall -Wextra -Wcast-align -Wpointer-arith -Wmissing-prototypes -Wnonnull -Wwrite-strings -Wlogical-op -Wformat=2 -Wmissing-format-attribute -Winit-self -Wshadow -Wstrict-prototypes -Wunreachable-code -Wconversion -Wsign-conversion -Wno-unknown-warning-option -Wno-format-extra-args -Wno-gnu-alignof-expression -Wl,-zrelro -Wl,-znow -Wl,-zdefs -Wl,--gc-sections
    
    • [ ] NVIDIA container library logs (see troubleshooting)
    • [ ] Docker command, image and tag used
    docker run --runtime=nvidia --rm nvidia/cuda:9.0-base nvidia-smi
    
  • Ubuntu 17.10: nvidia-docker2 : Depends: docker-ce (= 17.12.0~ce-0~ubuntu) but it is not installable

    Ubuntu 17.10: nvidia-docker2 : Depends: docker-ce (= 17.12.0~ce-0~ubuntu) but it is not installable

    I need to run Nvidia Jetpack to upgrade my Jetson board. My workstation runs Ubuntu 17.10. Jetpack installer requires Ubuntu 16.04. (I can flash from the command line from 17.10, but the actual installer requires 16.04) So, I want to run the Jetpack installer on 16.04 using nvidia-docker.

    I follow the instructions in the README on the nvidia-docker github, but get the following error after adding the repository and keys, and updating, and actually trying to install:

    [10:48] jwatte@ripper:~/xenial$ sudo apt-get install -y nvidia-docker2
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     nvidia-docker2 : Depends: docker-ce (= 17.12.0~ce-0~ubuntu) but it is not installable or
                               docker-ee (= 17.12.0~ee-0~ubuntu) but it is not installable
    E: Unable to correct problems, you have held broken packages.
    
    

    The version of docker.io installed on my workstation is:

    [10:51] jwatte@ripper:~/xenial$ dpkg -l docker.io
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name                             Version               Architecture          Description
    +++-================================-=====================-=====================-=====================================================================
    ii  docker.io                        1.13.1-0ubuntu6       amd64                 Linux container runtime
    [10:51] jwatte@ripper:~/xenial$ dpkg -l docker-ce
    dpkg-query: no packages found matching docker-ce
    
    

    The compatibility matrix says that docker.io is a supported version. (This is the package available for Ubuntu; docker-ce/ee is not.)

  • "version `GLIBC_ABI_DT_RELR' not found" when trying to run nvidia-container-cli on Ubuntu 22.10

    1. Issue or feature description

    Hi. I'm trying to use nvidia-docker on Ubuntu 22.10, which I know is not officially supported, but I'm hoping could work considering its closeness to 22.04.

    When running nvidia-container-cli, I run into the following two errors :

    nvidia-container-cli: /usr/bin/../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /lib/x86_64-linux-gnu/libdl.so.2)
    nvidia-container-cli: /usr/bin/../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /lib/x86_64-linux-gnu/libpthread.so.0)
    

    I can't seem to understand what's wrong because GLIBC_ABI_DT_RELR was introduced in glibc 2.36, which is the version of glibc that I have on my system. That being said, the GLIBC_ABI_DT_RELR symbol does seem to be missing from my libc.so.6 file :

    $ readelf -sW /usr/lib/x86_64-linux-gnu/libc.so.6 | grep GLIBC_ABI
    <no output>
    

    2. Steps to reproduce the issue

    • Install the nvidia-docker2 on Ubuntu 22.10 using the official instructions and distribution="ubuntu22.04".
    • Run nvidia-container-cli

    3. Information to attach (optional if deemed irrelevant)

    • [ ] Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info
    • [x] Kernel version from uname -a : 5.19.0-26-generic
    • [ ] Any relevant kernel output lines from dmesg
    • [x] Driver information from nvidia-smi -a : version 525.60.11
    • [x] Docker version from docker version : 20.10.21
    • [ ] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
    • [ ] NVIDIA container library version from nvidia-container-cli -V
    • [ ] NVIDIA container library logs (see troubleshooting)
    • [ ] Docker command, image and tag used
  • Suggestion: Self-diagnostic command

    Suggestion: Self-diagnostic command

    My experience with the NVIDIA Docker integration across two PCs and a few Jetson devices is that it can be a bumpy experience, and the error messages are often fairly inscrutable. I've had a working system break a few days later due to an unattended upgrade.

    It would probably help reduce the number of support requests if there were a self-diagnostic script that could look for common misconfiguration issues and/or format a bug report with all the relevant info for the user. The Homebrew project does this (brew doctor) and it turns out to be convenient for both users and project admins.

    Over 1,500 issues have been filed to this repo and 1 in 5 mention some "Error response from daemon" message, like this one that doesn't give me enough information to remedy the situation.

    docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
    nvidia-container-cli: initialization error: nvml error: insufficient permissions: unknown.
    

    This problem appears to be related to permissions of /dev/nvidia* when virtualgl is set up on the host. Solution comment. This is an example of something that would be really easy for a script to detect but takes a bit of digging for the user to solve. (Also it hopefully wouldn't be that hard to say something more useful than "unknown" in this error message.)

  • Docker Desktop and Nvidia Runtime inoperable across multiple distros

    Docker Desktop and Nvidia Runtime inoperable across multiple distros

    1. Issue or feature description

    On fresh Arch (EndeavourOS) and Ubuntu (20.04 and 22.04) installations, attempts to utilize nvidia runtime through any image via Docker Desktop fail with this error:

    $ docker run --rm --gpus all nvidia/cuda:12.0.0-devel-ubuntu22.04 nvidia-smi
    docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
    nvidia-container-cli: initialization error: load library failed: libnvidia-ml.so.1: cannot open shared object file: no such file or directory: unknown.
    

    2. Steps to reproduce the issue

    1. Install the prerequisites for Docker on Linux
    2. Install Docker Desktop
    3. Nvidia CUDA Pre-Installation as well as CUDA installation as mentioned in that doc
    4. CUDA Post-Installation
    5. NCT Install
    6. Ensuring the runtime was installed and configured. Especially sudo dockerd --add-runtime=nvidia=/usr/bin/nvidia-container-runtime
    7. Fixing the runtime config.toml as mentioned here

    At this point, there are two docker contexts installed.

    $ docker context ls -q
    default
    desktop-linux
    

    Any GPU-related image only succeeds if you docker context use default, but using desktop-linux context fails.

    3. Information to attach (optional if deemed irrelevant)

    • [x] Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info
    I1217 06:20:48.926631 18367 nvc.c:376] initializing library context (version=1.11.0, build=c8f267be0bac1c654d59ad4ea5df907141149977)
    I1217 06:20:48.926671 18367 nvc.c:350] using root /
    I1217 06:20:48.926677 18367 nvc.c:351] using ldcache /etc/ld.so.cache
    I1217 06:20:48.926685 18367 nvc.c:352] using unprivileged user 1000:1000
    I1217 06:20:48.926705 18367 nvc.c:393] attempting to load dxcore to see if we are running under Windows Subsystem for Linux (WSL)
    I1217 06:20:48.926800 18367 nvc.c:395] dxcore initialization failed, continuing assuming a non-WSL environment
    W1217 06:20:48.928354 18368 nvc.c:273] failed to set inheritable capabilities
    W1217 06:20:48.928390 18368 nvc.c:274] skipping kernel modules load due to failure
    I1217 06:20:48.928629 18369 rpc.c:71] starting driver rpc service
    I1217 06:20:48.935890 18370 rpc.c:71] starting nvcgo rpc service
    I1217 06:20:48.936581 18367 nvc_info.c:766] requesting driver information with ''
    I1217 06:20:48.937599 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvoptix.so.525.60.13
    I1217 06:20:48.937658 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.525.60.13
    I1217 06:20:48.937690 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-rtcore.so.525.60.13
    I1217 06:20:48.937722 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.525.60.13
    I1217 06:20:48.937767 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.525.60.13
    I1217 06:20:48.937808 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.525.60.13
    I1217 06:20:48.937839 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-ngx.so.525.60.13
    I1217 06:20:48.937874 18367 nvc_info.c:175] skipping /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1
    I1217 06:20:48.937914 18367 nvc_info.c:175] skipping /usr/lib/x86_64-linux-gnu/libnvidia-ml.so
    I1217 06:20:48.937944 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.525.60.13
    I1217 06:20:48.937973 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.525.60.13
    I1217 06:20:48.938001 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.525.60.13
    I1217 06:20:48.938028 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-fbc.so.525.60.13
    I1217 06:20:48.938070 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.525.60.13
    I1217 06:20:48.938109 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.525.60.13
    I1217 06:20:48.938138 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-compiler.so.525.60.13
    I1217 06:20:48.938168 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.525.60.13
    I1217 06:20:48.938208 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-allocator.so.525.60.13
    I1217 06:20:48.938248 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvcuvid.so.525.60.13
    I1217 06:20:48.938488 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libcudadebugger.so.525.60.13
    I1217 06:20:48.938517 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libcuda.so.525.60.13
    I1217 06:20:48.938633 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.525.60.13
    I1217 06:20:48.938662 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.525.60.13
    I1217 06:20:48.938691 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.525.60.13
    I1217 06:20:48.938720 18367 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.525.60.13
    I1217 06:20:48.938786 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-tls.so.525.60.13
    I1217 06:20:48.938814 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-ptxjitcompiler.so.525.60.13
    I1217 06:20:48.938856 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-opticalflow.so.525.60.13
    I1217 06:20:48.938897 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-opencl.so.525.60.13
    I1217 06:20:48.938925 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-ml.so.525.60.13
    I1217 06:20:48.938965 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-glvkspirv.so.525.60.13
    I1217 06:20:48.938992 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-glsi.so.525.60.13
    I1217 06:20:48.939019 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-glcore.so.525.60.13
    I1217 06:20:48.939046 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-fbc.so.525.60.13
    I1217 06:20:48.939085 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-encode.so.525.60.13
    I1217 06:20:48.939123 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-eglcore.so.525.60.13
    I1217 06:20:48.939158 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-compiler.so.525.60.13
    I1217 06:20:48.939186 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvcuvid.so.525.60.13
    I1217 06:20:48.939237 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libcuda.so.525.60.13
    I1217 06:20:48.939285 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libGLX_nvidia.so.525.60.13
    I1217 06:20:48.939314 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libGLESv2_nvidia.so.525.60.13
    I1217 06:20:48.939341 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libGLESv1_CM_nvidia.so.525.60.13
    I1217 06:20:48.939367 18367 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libEGL_nvidia.so.525.60.13
    W1217 06:20:48.939384 18367 nvc_info.c:399] missing library libnvidia-ml.so
    W1217 06:20:48.939388 18367 nvc_info.c:399] missing library libnvidia-nscq.so
    W1217 06:20:48.939393 18367 nvc_info.c:399] missing library libnvidia-fatbinaryloader.so
    W1217 06:20:48.939398 18367 nvc_info.c:399] missing library libnvidia-pkcs11.so
    W1217 06:20:48.939402 18367 nvc_info.c:399] missing library libvdpau_nvidia.so
    W1217 06:20:48.939409 18367 nvc_info.c:399] missing library libnvidia-ifr.so
    W1217 06:20:48.939416 18367 nvc_info.c:399] missing library libnvidia-cbl.so
    W1217 06:20:48.939421 18367 nvc_info.c:403] missing compat32 library libnvidia-cfg.so
    W1217 06:20:48.939428 18367 nvc_info.c:403] missing compat32 library libnvidia-nscq.so
    W1217 06:20:48.939435 18367 nvc_info.c:403] missing compat32 library libcudadebugger.so
    W1217 06:20:48.939444 18367 nvc_info.c:403] missing compat32 library libnvidia-fatbinaryloader.so
    W1217 06:20:48.939449 18367 nvc_info.c:403] missing compat32 library libnvidia-allocator.so
    W1217 06:20:48.939454 18367 nvc_info.c:403] missing compat32 library libnvidia-pkcs11.so
    W1217 06:20:48.939458 18367 nvc_info.c:403] missing compat32 library libnvidia-ngx.so
    W1217 06:20:48.939466 18367 nvc_info.c:403] missing compat32 library libvdpau_nvidia.so
    W1217 06:20:48.939473 18367 nvc_info.c:403] missing compat32 library libnvidia-ifr.so
    W1217 06:20:48.939481 18367 nvc_info.c:403] missing compat32 library libnvidia-rtcore.so
    W1217 06:20:48.939487 18367 nvc_info.c:403] missing compat32 library libnvoptix.so
    W1217 06:20:48.939492 18367 nvc_info.c:403] missing compat32 library libnvidia-cbl.so
    I1217 06:20:48.939771 18367 nvc_info.c:299] selecting /usr/bin/nvidia-smi
    I1217 06:20:48.939787 18367 nvc_info.c:299] selecting /usr/bin/nvidia-debugdump
    I1217 06:20:48.939803 18367 nvc_info.c:299] selecting /usr/bin/nvidia-persistenced
    I1217 06:20:48.939827 18367 nvc_info.c:299] selecting /usr/bin/nvidia-cuda-mps-control
    I1217 06:20:48.939842 18367 nvc_info.c:299] selecting /usr/bin/nvidia-cuda-mps-server
    W1217 06:20:48.939902 18367 nvc_info.c:425] missing binary nv-fabricmanager
    W1217 06:20:48.939925 18367 nvc_info.c:349] missing firmware path /lib/firmware/nvidia/525.60.13/gsp.bin
    I1217 06:20:48.939947 18367 nvc_info.c:529] listing device /dev/nvidiactl
    I1217 06:20:48.939951 18367 nvc_info.c:529] listing device /dev/nvidia-uvm
    I1217 06:20:48.939956 18367 nvc_info.c:529] listing device /dev/nvidia-uvm-tools
    I1217 06:20:48.939960 18367 nvc_info.c:529] listing device /dev/nvidia-modeset
    I1217 06:20:48.939983 18367 nvc_info.c:343] listing ipc path /run/nvidia-persistenced/socket
    W1217 06:20:48.940009 18367 nvc_info.c:349] missing ipc path /var/run/nvidia-fabricmanager/socket
    W1217 06:20:48.940023 18367 nvc_info.c:349] missing ipc path /tmp/nvidia-mps
    I1217 06:20:48.940028 18367 nvc_info.c:822] requesting device information with ''
    I1217 06:20:48.945723 18367 nvc_info.c:713] listing device /dev/nvidia0 (GPU-024a9805-2239-4784-b51f-6857a5f87d21 at 00000000:0c:00.0)
    NVRM version:   525.60.13
    CUDA version:   12.0
    
    Device Index:   0
    Device Minor:   0
    Model:          NVIDIA GeForce RTX 3080
    Brand:          GeForce
    GPU UUID:       GPU-024a9805-2239-4784-b51f-6857a5f87d21
    Bus Location:   00000000:0c:00.0
    Architecture:   8.6
    I1217 06:20:48.945765 18367 nvc.c:434] shutting down library context
    I1217 06:20:48.945785 18370 rpc.c:95] terminating nvcgo rpc service
    I1217 06:20:48.946151 18367 rpc.c:135] nvcgo rpc service terminated successfully
    I1217 06:20:48.947952 18369 rpc.c:95] terminating driver rpc service
    I1217 06:20:48.948093 18367 rpc.c:135] driver rpc service terminated successfully
    
    • [x] Kernel version from uname -a 5.15.0-56-generic #62~20.04.1-Ubuntu SMP Tue Nov 22 21:24:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
    • [x] Any relevant kernel output lines from dmesg [drm:nv_drm_master_set [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000c00] Failed to grab modeset ownership
    • [x] Driver information from nvidia-smi -a
    ==============NVSMI LOG==============
    
    Timestamp                                 : Fri Dec 16 22:33:01 2022
    Driver Version                            : 525.60.13
    CUDA Version                              : 12.0
    
    Attached GPUs                             : 1
    GPU 00000000:0C:00.0
        Product Name                          : NVIDIA GeForce RTX 3080
        Product Brand                         : GeForce
        Product Architecture                  : Ampere
        Display Mode                          : Enabled
        Display Active                        : Enabled
        Persistence Mode                      : Enabled
        MIG Mode
            Current                           : N/A
            Pending                           : N/A
        Accounting Mode                       : Disabled
        Accounting Mode Buffer Size           : 4000
        Driver Model
            Current                           : N/A
            Pending                           : N/A
        Serial Number                         : N/A
        GPU UUID                              : GPU-024a9805-2239-4784-b51f-6857a5f87d21
        Minor Number                          : 0
        VBIOS Version                         : 94.02.26.48.1F
        MultiGPU Board                        : No
        Board ID                              : 0xc00
        Board Part Number                     : N/A
        GPU Part Number                       : 2206-200-A1
        Module ID                             : 0
        Inforom Version
            Image Version                     : G001.0000.03.03
            OEM Object                        : 2.0
            ECC Object                        : N/A
            Power Management Object           : N/A
        GPU Operation Mode
            Current                           : N/A
            Pending                           : N/A
        GSP Firmware Version                  : N/A
        GPU Virtualization Mode
            Virtualization Mode               : None
            Host VGPU Mode                    : N/A
        IBMNPU
            Relaxed Ordering Mode             : N/A
        PCI
            Bus                               : 0x0C
            Device                            : 0x00
            Domain                            : 0x0000
            Device Id                         : 0x220610DE
            Bus Id                            : 00000000:0C:00.0
            Sub System Id                     : 0x87AC1043
            GPU Link Info
                PCIe Generation
                    Max                       : 4
                    Current                   : 1
                    Device Current            : 1
                    Device Max                : 4
                    Host Max                  : 4
                Link Width
                    Max                       : 16x
                    Current                   : 8x
            Bridge Chip
                Type                          : N/A
                Firmware                      : N/A
            Replays Since Reset               : 0
            Replay Number Rollovers           : 0
            Tx Throughput                     : 0 KB/s
            Rx Throughput                     : 10000 KB/s
            Atomic Caps Inbound               : N/A
            Atomic Caps Outbound              : N/A
        Fan Speed                             : 0 %
        Performance State                     : P8
        Clocks Throttle Reasons
            Idle                              : Active
            Applications Clocks Setting       : Not Active
            SW Power Cap                      : Not Active
            HW Slowdown                       : Not Active
                HW Thermal Slowdown           : Not Active
                HW Power Brake Slowdown       : Not Active
            Sync Boost                        : Not Active
            SW Thermal Slowdown               : Not Active
            Display Clock Setting             : Not Active
        FB Memory Usage
            Total                             : 10240 MiB
            Reserved                          : 233 MiB
            Used                              : 623 MiB
            Free                              : 9383 MiB
        BAR1 Memory Usage
            Total                             : 256 MiB
            Used                              : 8 MiB
            Free                              : 248 MiB
        Compute Mode                          : Default
        Utilization
            Gpu                               : 1 %
            Memory                            : 46 %
            Encoder                           : 0 %
            Decoder                           : 0 %
        Encoder Stats
            Active Sessions                   : 0
            Average FPS                       : 0
            Average Latency                   : 0
        FBC Stats
            Active Sessions                   : 0
            Average FPS                       : 0
            Average Latency                   : 0
        Ecc Mode
            Current                           : N/A
            Pending                           : N/A
        ECC Errors
            Volatile
                SRAM Correctable              : N/A
                SRAM Uncorrectable            : N/A
                DRAM Correctable              : N/A
                DRAM Uncorrectable            : N/A
            Aggregate
                SRAM Correctable              : N/A
                SRAM Uncorrectable            : N/A
                DRAM Correctable              : N/A
                DRAM Uncorrectable            : N/A
        Retired Pages
            Single Bit ECC                    : N/A
            Double Bit ECC                    : N/A
            Pending Page Blacklist            : N/A
        Remapped Rows                         : N/A
        Temperature
            GPU Current Temp                  : 30 C
            GPU Shutdown Temp                 : 98 C
            GPU Slowdown Temp                 : 95 C
            GPU Max Operating Temp            : 93 C
            GPU Target Temperature            : 83 C
            Memory Current Temp               : N/A
            Memory Max Operating Temp         : N/A
        Power Readings
            Power Management                  : Supported
            Power Draw                        : 30.15 W
            Power Limit                       : 370.00 W
            Default Power Limit               : 370.00 W
            Enforced Power Limit              : 370.00 W
            Min Power Limit                   : 100.00 W
            Max Power Limit                   : 450.00 W
        Clocks
            Graphics                          : 210 MHz
            SM                                : 210 MHz
            Memory                            : 405 MHz
            Video                             : 555 MHz
        Applications Clocks
            Graphics                          : N/A
            Memory                            : N/A
        Default Applications Clocks
            Graphics                          : N/A
            Memory                            : N/A
        Deferred Clocks
            Memory                            : N/A
        Max Clocks
            Graphics                          : 2130 MHz
            SM                                : 2130 MHz
            Memory                            : 9501 MHz
            Video                             : 1950 MHz
        Max Customer Boost Clocks
            Graphics                          : N/A
        Clock Policy
            Auto Boost                        : N/A
            Auto Boost Default                : N/A
        Voltage
            Graphics                          : 743.750 mV
        Fabric
            State                             : N/A
            Status                            : N/A
        Processes
            GPU instance ID                   : N/A
            Compute instance ID               : N/A
            Process ID                        : 2241
                Type                          : G
                Name                          : /usr/lib/xorg/Xorg
                Used GPU Memory               : 276 MiB
            GPU instance ID                   : N/A
            Compute instance ID               : N/A
            Process ID                        : 2386
                Type                          : G
                Name                          : /usr/bin/gnome-shell
                Used GPU Memory               : 134 MiB
            GPU instance ID                   : N/A
            Compute instance ID               : N/A
            Process ID                        : 4074
                Type                          : G
                Name                          : /usr/lib/firefox/firefox
                Used GPU Memory               : 190 MiB
            GPU instance ID                   : N/A
            Compute instance ID               : N/A
            Process ID                        : 5421
                Type                          : G
                Name                          : /opt/docker-desktop/Docker Desktop --type=gpu-process --enable-crashpad --enable-crash-reporter=d062e744-c844-4ecd-9553-0ff5cc70f399,no_channel --user-data-dir=/home/cooper/.config/Docker Desktop --gpu-preferences=WAAAAAAAAAAgAAAIAAAAAAAAAAAAAAAAAABgAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAIAAAAAAAAAABAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAIAAAAAAAAAA== --shared-files --field-trial-handle=0,i,14049627346808659855,13096785095356484666,131072 --disable-features=SpareRendererForSitePerProcess
                Used GPU Memory               : 18 MiB
    
    • [x] Docker version from docker version
    Client: Docker Engine - Community
     Cloud integration: v1.0.29
     Version:           20.10.22
     API version:       1.41
     Go version:        go1.18.9
     Git commit:        3a2c30b
     Built:             Thu Dec 15 22:28:08 2022
     OS/Arch:           linux/amd64
     Context:           desktop-linux
     Experimental:      true
    
    Server: Docker Desktop 4.15.0 (93002)
     Engine:
      Version:          20.10.21
      API version:      1.41 (minimum version 1.12)
      Go version:       go1.18.7
      Git commit:       3056208
      Built:            Tue Oct 25 18:00:19 2022
      OS/Arch:          linux/amd64
      Experimental:     false
     containerd:
      Version:          1.6.10
      GitCommit:        770bd0108c32f3fb5c73ae1264f7e503fe7b2661
     runc:
      Version:          1.1.4
      GitCommit:        v1.1.4-0-g5fd4c4d
     docker-init:
      Version:          0.19.0
      GitCommit:        de40ad0
    
    • [x] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
    un  libgldispatch0-nvidia                      <none>                 <none>       (no description available)
    ii  libnvidia-cfg1-525:amd64                   525.60.13-0ubuntu1     amd64        NVIDIA binary OpenGL/GLX configuration library
    un  libnvidia-cfg1-any                         <none>                 <none>       (no description available)
    un  libnvidia-common                           <none>                 <none>       (no description available)
    ii  libnvidia-common-525                       525.60.13-0ubuntu1     all          Shared files used by the NVIDIA libraries
    ii  libnvidia-compute-525:amd64                525.60.13-0ubuntu1     amd64        NVIDIA libcompute package
    ii  libnvidia-compute-525:i386                 525.60.13-0ubuntu1     i386         NVIDIA libcompute package
    ii  libnvidia-container-tools                  1.11.0-1               amd64        NVIDIA container runtime library (command-line tools)
    ii  libnvidia-container1:amd64                 1.11.0-1               amd64        NVIDIA container runtime library
    un  libnvidia-decode                           <none>                 <none>       (no description available)
    ii  libnvidia-decode-525:amd64                 525.60.13-0ubuntu1     amd64        NVIDIA Video Decoding runtime libraries
    ii  libnvidia-decode-525:i386                  525.60.13-0ubuntu1     i386         NVIDIA Video Decoding runtime libraries
    un  libnvidia-encode                           <none>                 <none>       (no description available)
    ii  libnvidia-encode-525:amd64                 525.60.13-0ubuntu1     amd64        NVENC Video Encoding runtime library
    ii  libnvidia-encode-525:i386                  525.60.13-0ubuntu1     i386         NVENC Video Encoding runtime library
    un  libnvidia-extra                            <none>                 <none>       (no description available)
    ii  libnvidia-extra-525:amd64                  525.60.13-0ubuntu1     amd64        Extra libraries for the NVIDIA driver
    un  libnvidia-fbc1                             <none>                 <none>       (no description available)
    ii  libnvidia-fbc1-525:amd64                   525.60.13-0ubuntu1     amd64        NVIDIA OpenGL-based Framebuffer Capture runtime library
    ii  libnvidia-fbc1-525:i386                    525.60.13-0ubuntu1     i386         NVIDIA OpenGL-based Framebuffer Capture runtime library
    un  libnvidia-gl                               <none>                 <none>       (no description available)
    ii  libnvidia-gl-525:amd64                     525.60.13-0ubuntu1     amd64        NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
    ii  libnvidia-gl-525:i386                      525.60.13-0ubuntu1     i386         NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
    un  libnvidia-ml1                              <none>                 <none>       (no description available)
    rc  linux-modules-nvidia-525-5.15.0-56-generic 5.15.0-56.62~20.04.1+1 amd64        Linux kernel nvidia modules for version 5.15.0-56
    ii  linux-objects-nvidia-525-5.15.0-56-generic 5.15.0-56.62~20.04.1+1 amd64        Linux kernel nvidia modules for version 5.15.0-56 (objects)
    ii  linux-signatures-nvidia-5.15.0-56-generic  5.15.0-56.62~20.04.1+1 amd64        Linux kernel signatures for nvidia modules for version 5.15.0-56-generic
    un  nvidia-384                                 <none>                 <none>       (no description available)
    un  nvidia-390                                 <none>                 <none>       (no description available)
    un  nvidia-common                              <none>                 <none>       (no description available)
    ii  nvidia-compute-utils-525                   525.60.13-0ubuntu1     amd64        NVIDIA compute utilities
    un  nvidia-container-runtime                   <none>                 <none>       (no description available)
    un  nvidia-container-runtime-hook              <none>                 <none>       (no description available)
    ii  nvidia-container-toolkit                   1.11.0-1               amd64        NVIDIA Container toolkit
    ii  nvidia-container-toolkit-base              1.11.0-1               amd64        NVIDIA Container Toolkit Base
    ii  nvidia-dkms-525                            525.60.13-0ubuntu1     amd64        NVIDIA DKMS package
    un  nvidia-dkms-kernel                         <none>                 <none>       (no description available)
    un  nvidia-docker                              <none>                 <none>       (no description available)
    ii  nvidia-docker2                             2.11.0-1               all          nvidia-docker CLI wrapper
    ii  nvidia-driver-525                          525.60.13-0ubuntu1     amd64        NVIDIA driver metapackage
    un  nvidia-driver-binary                       <none>                 <none>       (no description available)
    un  nvidia-kernel-common                       <none>                 <none>       (no description available)
    ii  nvidia-kernel-common-525                   525.60.13-0ubuntu1     amd64        Shared files used with the kernel module
    un  nvidia-kernel-open                         <none>                 <none>       (no description available)
    un  nvidia-kernel-open-525                     <none>                 <none>       (no description available)
    un  nvidia-kernel-source                       <none>                 <none>       (no description available)
    ii  nvidia-kernel-source-525                   525.60.13-0ubuntu1     amd64        NVIDIA kernel source package
    un  nvidia-legacy-304xx-vdpau-driver           <none>                 <none>       (no description available)
    un  nvidia-legacy-340xx-vdpau-driver           <none>                 <none>       (no description available)
    un  nvidia-libopencl1-dev                      <none>                 <none>       (no description available)
    ii  nvidia-modprobe                            525.60.13-0ubuntu1     amd64        Load the NVIDIA kernel driver and create device files
    un  nvidia-opencl-icd                          <none>                 <none>       (no description available)
    un  nvidia-persistenced                        <none>                 <none>       (no description available)
    ii  nvidia-prime                               0.8.16~0.20.04.2       all          Tools to enable NVIDIA's Prime
    ii  nvidia-settings                            525.60.13-0ubuntu1     amd64        Tool for configuring the NVIDIA graphics driver
    un  nvidia-settings-binary                     <none>                 <none>       (no description available)
    un  nvidia-smi                                 <none>                 <none>       (no description available)
    un  nvidia-utils                               <none>                 <none>       (no description available)
    ii  nvidia-utils-525                           525.60.13-0ubuntu1     amd64        NVIDIA driver support binaries
    un  nvidia-vdpau-driver                        <none>                 <none>       (no description available)
    ii  xserver-xorg-video-nvidia-525              525.60.13-0ubuntu1     amd64        NVIDIA binary Xorg driver
    
    • [x] NVIDIA container library version from nvidia-container-cli -V
    cli-version: 1.11.0
    lib-version: 1.11.0
    build date: 2022-09-06T09:21+00:00
    build revision: c8f267be0bac1c654d59ad4ea5df907141149977
    build compiler: x86_64-linux-gnu-gcc-7 7.5.0
    build platform: x86_64
    build flags: -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -DNDEBUG -std=gnu11 -O2 -g -fdata-sections -ffunction-sections -fplan9-extensions -fstack-protector -fno-strict-aliasing -fvisibility=hidden -Wall -Wextra -Wcast-align -Wpointer-arith -Wmissing-prototypes -Wnonnull -Wwrite-strings -Wlogical-op -Wformat=2 -Wmissing-format-attribute -Winit-self -Wshadow -Wstrict-prototypes -Wunreachable-code -Wconversion -Wsign-conversion -Wno-unknown-warning-option -Wno-format-extra-args -Wno-gnu-alignof-expression -Wl,-zrelro -Wl,-znow -Wl,-zdefs -Wl,--gc-sections
    
    • [x] NVIDIA container library logs (see troubleshooting) No logs produced.
    • [x] Docker command, image and tag used docker run --rm --gpus all nvidia/cuda:12.0.0-devel-ubuntu22.04 nvidia-smi
  • x.cuda() not able to access cuda and hangs inside docker

    x.cuda() not able to access cuda and hangs inside docker

    2. Steps to reprduce the issue

    1. sudo docker run --gpus 0 -it --rm nvcr.io/nvidia/pytorch:19.06-py3
    2. inside the container use the python terminal write this cide import torch import numpy as np x=torch.from_numpy(np.array([1,2])) y=x.cuda()

    the terminal hangs and doesn't proceed

    • [ ] Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info
    • [ ]-- WARNING, the following logs are for debugging purposes only --

    I1211 16:03:56.895535 862955 nvc.c:376] initializing library context (version=1.11.0, build=c8f267be0bac1c654d59ad4ea5df907141149977) I1211 16:03:56.895630 862955 nvc.c:350] using root / I1211 16:03:56.895650 862955 nvc.c:351] using ldcache /etc/ld.so.cache I1211 16:03:56.895668 862955 nvc.c:352] using unprivileged user 1013:1014 I1211 16:03:56.895712 862955 nvc.c:393] attempting to load dxcore to see if we are running under Windows Subsystem for Linux (WSL) I1211 16:03:56.895983 862955 nvc.c:395] dxcore initialization failed, continuing assuming a non-WSL environment W1211 16:03:56.898601 862956 nvc.c:273] failed to set inheritable capabilities W1211 16:03:56.898686 862956 nvc.c:274] skipping kernel modules load due to failure I1211 16:03:56.899197 862957 rpc.c:71] starting driver rpc service I1211 16:03:56.914387 862958 rpc.c:71] starting nvcgo rpc service I1211 16:03:56.916258 862955 nvc_info.c:766] requesting driver information with '' I1211 16:03:56.918835 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvoptix.so.525.60.13 I1211 16:03:56.918925 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.525.60.13 I1211 16:03:56.918982 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-rtcore.so.525.60.13 I1211 16:03:56.919039 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.525.60.13 I1211 16:03:56.919135 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.525.60.13 I1211 16:03:56.919260 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.525.60.13 I1211 16:03:56.919321 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-ngx.so.525.60.13 I1211 16:03:56.919375 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.525.60.13 I1211 16:03:56.919451 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.525.60.13 I1211 16:03:56.919502 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.525.60.13 I1211 16:03:56.919551 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.525.60.13 I1211 16:03:56.919603 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-fbc.so.525.60.13 I1211 16:03:56.919716 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.525.60.13 I1211 16:03:56.919816 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.525.60.13 I1211 16:03:56.919887 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-compiler.so.525.60.13 I1211 16:03:56.919959 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.525.60.13 I1211 16:03:56.920067 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvidia-allocator.so.525.60.13 I1211 16:03:56.920176 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libnvcuvid.so.525.60.13 I1211 16:03:56.920761 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libcudadebugger.so.525.60.13 I1211 16:03:56.920835 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libcuda.so.525.60.13 I1211 16:03:56.921120 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.525.60.13 I1211 16:03:56.921206 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.525.60.13 I1211 16:03:56.921283 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.525.60.13 I1211 16:03:56.921369 862955 nvc_info.c:173] selecting /usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.525.60.13 I1211 16:03:56.921484 862955 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-ptxjitcompiler.so.525.60.13 I1211 16:03:56.921589 862955 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-opticalflow.so.525.60.13 I1211 16:03:56.921696 862955 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-opencl.so.525.60.13 I1211 16:03:56.921769 862955 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-ml.so.525.60.13 I1211 16:03:56.921873 862955 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-encode.so.525.60.13 I1211 16:03:56.921978 862955 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvidia-compiler.so.525.60.13 I1211 16:03:56.922051 862955 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libnvcuvid.so.525.60.13 I1211 16:03:56.922209 862955 nvc_info.c:173] selecting /usr/lib/i386-linux-gnu/libcuda.so.525.60.13 W1211 16:03:56.922309 862955 nvc_info.c:399] missing library libnvidia-nscq.so W1211 16:03:56.922323 862955 nvc_info.c:399] missing library libnvidia-fatbinaryloader.so W1211 16:03:56.922338 862955 nvc_info.c:399] missing library libnvidia-pkcs11.so W1211 16:03:56.922353 862955 nvc_info.c:399] missing library libvdpau_nvidia.so W1211 16:03:56.922368 862955 nvc_info.c:399] missing library libnvidia-ifr.so W1211 16:03:56.922382 862955 nvc_info.c:399] missing library libnvidia-cbl.so W1211 16:03:56.922397 862955 nvc_info.c:403] missing compat32 library libnvidia-cfg.so W1211 16:03:56.922412 862955 nvc_info.c:403] missing compat32 library libnvidia-nscq.so W1211 16:03:56.922427 862955 nvc_info.c:403] missing compat32 library libcudadebugger.so W1211 16:03:56.922441 862955 nvc_info.c:403] missing compat32 library libnvidia-fatbinaryloader.so W1211 16:03:56.922454 862955 nvc_info.c:403] missing compat32 library libnvidia-allocator.so W1211 16:03:56.922468 862955 nvc_info.c:403] missing compat32 library libnvidia-pkcs11.so W1211 16:03:56.922483 862955 nvc_info.c:403] missing compat32 library libnvidia-ngx.so W1211 16:03:56.922495 862955 nvc_info.c:403] missing compat32 library libvdpau_nvidia.so W1211 16:03:56.922507 862955 nvc_info.c:403] missing compat32 library libnvidia-eglcore.so W1211 16:03:56.922522 862955 nvc_info.c:403] missing compat32 library libnvidia-glcore.so W1211 16:03:56.922534 862955 nvc_info.c:403] missing compat32 library libnvidia-tls.so W1211 16:03:56.922547 862955 nvc_info.c:403] missing compat32 library libnvidia-glsi.so W1211 16:03:56.922562 862955 nvc_info.c:403] missing compat32 library libnvidia-fbc.so W1211 16:03:56.922576 862955 nvc_info.c:403] missing compat32 library libnvidia-ifr.so W1211 16:03:56.922590 862955 nvc_info.c:403] missing compat32 library libnvidia-rtcore.so W1211 16:03:56.922605 862955 nvc_info.c:403] missing compat32 library libnvoptix.so W1211 16:03:56.922620 862955 nvc_info.c:403] missing compat32 library libGLX_nvidia.so W1211 16:03:56.922635 862955 nvc_info.c:403] missing compat32 library libEGL_nvidia.so W1211 16:03:56.922649 862955 nvc_info.c:403] missing compat32 library libGLESv2_nvidia.so W1211 16:03:56.922663 862955 nvc_info.c:403] missing compat32 library libGLESv1_CM_nvidia.so W1211 16:03:56.922676 862955 nvc_info.c:403] missing compat32 library libnvidia-glvkspirv.so W1211 16:03:56.922691 862955 nvc_info.c:403] missing compat32 library libnvidia-cbl.so I1211 16:03:56.924411 862955 nvc_info.c:299] selecting /usr/bin/nvidia-smi I1211 16:03:56.924457 862955 nvc_info.c:299] selecting /usr/bin/nvidia-debugdump I1211 16:03:56.924495 862955 nvc_info.c:299] selecting /usr/bin/nvidia-persistenced I1211 16:03:56.924559 862955 nvc_info.c:299] selecting /usr/bin/nvidia-cuda-mps-control I1211 16:03:56.924600 862955 nvc_info.c:299] selecting /usr/bin/nvidia-cuda-mps-server W1211 16:03:56.924729 862955 nvc_info.c:425] missing binary nv-fabricmanager W1211 16:03:56.924793 862955 nvc_info.c:349] missing firmware path /lib/firmware/nvidia/525.60.13/gsp.bin I1211 16:03:56.924846 862955 nvc_info.c:529] listing device /dev/nvidiactl I1211 16:03:56.924862 862955 nvc_info.c:529] listing device /dev/nvidia-uvm I1211 16:03:56.924877 862955 nvc_info.c:529] listing device /dev/nvidia-uvm-tools I1211 16:03:56.924889 862955 nvc_info.c:529] listing device /dev/nvidia-modeset I1211 16:03:56.924944 862955 nvc_info.c:343] listing ipc path /run/nvidia-persistenced/socket W1211 16:03:56.924993 862955 nvc_info.c:349] missing ipc path /var/run/nvidia-fabricmanager/socket W1211 16:03:56.925026 862955 nvc_info.c:349] missing ipc path /tmp/nvidia-mps I1211 16:03:56.925042 862955 nvc_info.c:822] requesting device information with '' I1211 16:03:56.931600 862955 nvc_info.c:713] listing device /dev/nvidia0 (GPU-15132fc8-6058-2032-32e5-8d742940df99 at 00000000:03:00.0) NVRM version: 525.60.13 CUDA version: 12.0

    Device Index: 0 Device Minor: 0 Model: NVIDIA GeForce RTX 3090 Brand: GeForce GPU UUID: GPU-15132fc8-6058-2032-32e5-8d742940df99 Bus Location: 00000000:03:00.0 Architecture: 8.6 I1211 16:03:56.931670 862955 nvc.c:434] shutting down library context I1211 16:03:56.931753 862958 rpc.c:95] terminating nvcgo rpc service I1211 16:03:56.932462 862955 rpc.c:135] nvcgo rpc service terminated successfully I1211 16:03:56.935845 862957 rpc.c:95] terminating driver rpc service I1211 16:03:56.936030 862955 rpc.c:135] driver rpc service terminated successfully

    • [ ] Kernel version from uname -a Linux visionlab 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

    • [ ] Any relevant kernel output lines from dmesg

    • [ ] Driver information from nvidia-smi -a ==============NVSMI LOG==============

    Timestamp : Sun Dec 11 21:35:37 2022 Driver Version : 525.60.13 CUDA Version : 12.0

    Attached GPUs : 1 GPU 00000000:03:00.0 Product Name : NVIDIA GeForce RTX 3090 Product Brand : GeForce Product Architecture : Ampere Display Mode : Enabled Display Active : Disabled Persistence Mode : Enabled MIG Mode Current : N/A Pending : N/A Accounting Mode : Disabled Accounting Mode Buffer Size : 4000 Driver Model Current : N/A Pending : N/A Serial Number : N/A GPU UUID : GPU-15132fc8-6058-2032-32e5-8d742940df99 Minor Number : 0 VBIOS Version : 94.02.42.40.72 MultiGPU Board : No Board ID : 0x300 Board Part Number : N/A GPU Part Number : 2204-300-A1 Module ID : 0 Inforom Version Image Version : G001.0000.03.03 OEM Object : 2.0 ECC Object : N/A Power Management Object : N/A GPU Operation Mode Current : N/A Pending : N/A GSP Firmware Version : N/A GPU Virtualization Mode Virtualization Mode : None Host VGPU Mode : N/A IBMNPU Relaxed Ordering Mode : N/A PCI Bus : 0x03 Device : 0x00 Domain : 0x0000 Device Id : 0x220410DE Bus Id : 00000000:03:00.0 Sub System Id : 0x145410DE GPU Link Info PCIe Generation Max : 3 Current : 1 Device Current : 1 Device Max : 4 Host Max : 3 Link Width Max : 16x Current : 16x Bridge Chip Type : N/A Firmware : N/A Replays Since Reset : 0 Replay Number Rollovers : 0 Tx Throughput : 0 KB/s Rx Throughput : 0 KB/s Atomic Caps Inbound : N/A Atomic Caps Outbound : N/A Fan Speed : 0 % Performance State : P8 Clocks Throttle Reasons Idle : Active Applications Clocks Setting : Not Active SW Power Cap : Not Active HW Slowdown : Not Active HW Thermal Slowdown : Not Active HW Power Brake Slowdown : Not Active Sync Boost : Not Active SW Thermal Slowdown : Not Active Display Clock Setting : Not Active FB Memory Usage Total : 24576 MiB Reserved : 317 MiB Used : 553 MiB Free : 23705 MiB BAR1 Memory Usage Total : 256 MiB Used : 7 MiB Free : 249 MiB Compute Mode : Default Utilization Gpu : 0 % Memory : 0 % Encoder : 0 % Decoder : 0 % Encoder Stats Active Sessions : 0 Average FPS : 0 Average Latency : 0 FBC Stats Active Sessions : 0 Average FPS : 0 Average Latency : 0 Ecc Mode Current : N/A Pending : N/A ECC Errors Volatile SRAM Correctable : N/A SRAM Uncorrectable : N/A DRAM Correctable : N/A DRAM Uncorrectable : N/A Aggregate SRAM Correctable : N/A SRAM Uncorrectable : N/A DRAM Correctable : N/A DRAM Uncorrectable : N/A Retired Pages Single Bit ECC : N/A Double Bit ECC : N/A Pending Page Blacklist : N/A Remapped Rows : N/A Temperature GPU Current Temp : 51 C GPU Shutdown Temp : 98 C GPU Slowdown Temp : 95 C GPU Max Operating Temp : 93 C GPU Target Temperature : 83 C Memory Current Temp : N/A Memory Max Operating Temp : N/A Power Readings Power Management : Supported Power Draw : 23.19 W Power Limit : 370.00 W Default Power Limit : 370.00 W Enforced Power Limit : 370.00 W Min Power Limit : 100.00 W Max Power Limit : 370.00 W Clocks Graphics : 0 MHz SM : 0 MHz Memory : 405 MHz Video : 555 MHz Applications Clocks Graphics : N/A Memory : N/A Default Applications Clocks Graphics : N/A Memory : N/A Deferred Clocks Memory : N/A Max Clocks Graphics : 2115 MHz SM : 2115 MHz Memory : 9751 MHz Video : 1950 MHz Max Customer Boost Clocks Graphics : N/A Clock Policy Auto Boost : N/A Auto Boost Default : N/A Voltage Graphics : 0.000 mV Fabric State : N/A Status : N/A Processes GPU instance ID : N/A Compute instance ID : N/A Process ID : 2052 Type : G Name : /usr/lib/xorg/Xorg Used GPU Memory : 55 MiB GPU instance ID : N/A Compute instance ID : N/A Process ID : 2252 Type : G Name : /usr/bin/gnome-shell Used GPU Memory : 12 MiB GPU instance ID : N/A Compute instance ID : N/A Process ID : 79713 Type : G Name : /usr/lib/xorg/Xorg Used GPU Memory : 53 MiB GPU instance ID : N/A Compute instance ID : N/A Process ID : 105354 Type : G Name : /usr/lib/firefox/firefox Used GPU Memory : 296 MiB GPU instance ID : N/A Compute instance ID : N/A Process ID : 150301 Type : G Name : /usr/share/code/code --type=gpu-process --disable-color-correct-rendering --enable-crashpad --crashpad-handler-pid=150289 --enable-crash-reporter=220d09c7-ace4-4d8a-a019-f5551f55bb4e,no_channel --user-data-dir=/home/vishesh/.config/Code --gpu-preferences=UAAAAAAAAAAgAAAIAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAABgAAAAAAAAAGAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAA= --shared-files --field-trial-handle=0,5632948566441798013,1364472480275554198,131072 --disable-features=PlzServiceWorker,SpareRendererForSitePerProcess Used GPU Memory : 27 MiB

    • [ ] Docker version from docker version Client: Docker Engine - Community Version: 20.10.21 API version: 1.41 Go version: go1.18.7 Git commit: baeda1f Built: Tue Oct 25 18:02:21 2022 OS/Arch: linux/amd64 Context: default Experimental: true

    Server: Docker Engine - Community Engine: Version: 20.10.21 API version: 1.41 (minimum version 1.12) Go version: go1.18.7 Git commit: 3056208 Built: Tue Oct 25 18:00:04 2022 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.6.12 GitCommit: a05d175400b1145e5e6a735a6710579d181e7fb0 runc: Version: 1.1.4 GitCommit: v1.1.4-0-g5fd4c4d docker-init: Version: 0.19.0 GitCommit: de40ad0

    • [ ] NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'

    • [ ] NVIDIA container library version from nvidia-container-cli -V cli-version: 1.11.0 lib-version: 1.11.0 build date: 2022-09-06T09:21+00:00 build revision: c8f267be0bac1c654d59ad4ea5df907141149977 build compiler: x86_64-linux-gnu-gcc-7 7.5.0 build platform: x86_64 build flags: -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -DNDEBUG -std=gnu11 -O2 -g -fdata-sections -ffunction-sections -fplan9-extensions -fstack-protector -fno-strict-aliasing -fvisibility=hidden -Wall -Wextra -Wcast-align -Wpointer-arith -Wmissing-prototypes -Wnonnull -Wwrite-strings -Wlogical-op -Wformat=2 -Wmissing-format-attribute -Winit-self -Wshadow -Wstrict-prototypes -Wunreachable-code -Wconversion -Wsign-conversion -Wno-unknown-warning-option -Wno-format-extra-args -Wno-gnu-alignof-expression -Wl,-zrelro -Wl,-znow -Wl,-zdefs -Wl,--gc-sections

    • [ ] NVIDIA container library logs (see troubleshooting)

    • [ ] Docker command, image and tag used given at the top

    1. sudo docker run --gpus 0 -it --rm nvcr.io/nvidia/pytorch:19.06-py3
  • failed to locate NVIDIA Container Runtime Hook

    failed to locate NVIDIA Container Runtime Hook

    1. Issue or feature description

    after install nvidia-docker2 and run "docker run --runtime=nvidia --rm nvidia/cuda:10.2-base nvidia-smi"

    2. Information to attach (optional if deemed irrelevant)

    Docker version 20.10.13, build a224086

    image

Nvidia GPU exporter for prometheus using nvidia-smi binary
Nvidia GPU exporter for prometheus using nvidia-smi binary

nvidia_gpu_exporter Nvidia GPU exporter for prometheus, using nvidia-smi binary to gather metrics. Introduction There are many Nvidia GPU exporters ou

Jan 5, 2023
Kubedock is a minimal implementation of the docker api that will orchestrate containers on a Kubernetes cluster, rather than running containers locally.

Kubedock Kubedock is an minimal implementation of the docker api that will orchestrate containers on a kubernetes cluster, rather than running contain

Nov 11, 2022
How to build production-level services in Go leveraging the power of Kubernetes

Ultimate Service Copyright 2018, 2019, 2020, 2021, Ardan Labs [email protected] Ultimate Service 3.0 Classes This class teaches how to build producti

Oct 22, 2021
Docker-NodeJS - Creating a CI/CD Environment for Serverless Containers on Google Cloud Run
Docker-NodeJS - Creating a CI/CD Environment for Serverless Containers on Google Cloud Run

Creating a CI/CD Environment for Serverless Containers on Google Cloud Run Archi

Jan 8, 2022
Open Source runtime scanner for Linux containers (LXD), It performs security audit checks based on CIS Linux containers Benchmark specification
Open Source runtime scanner for Linux containers (LXD), It performs security audit checks based on CIS Linux containers  Benchmark specification

lxd-probe Scan your Linux container runtime !! Lxd-Probe is an open source audit scanner who perform audit check on a linux container manager and outp

Dec 26, 2022
ecsk is a CLI tool to interactively use frequently used functions of docker command in Amazon ECS. (docker run, exec, cp, logs, stop)
ecsk is a CLI tool to interactively use frequently used functions of docker command in Amazon ECS. (docker run, exec, cp, logs, stop)

English / 日本語 ecsk ECS + Task = ecsk ?? ecsk is a CLI tool to interactively use frequently used functions of docker command in Amazon ECS. (docker run

Dec 13, 2022
Leader election example leveraging the the k8s client.

k8s-leader-election Leader election example leveraging the leaderelection pkg from the k8s client. Usage Create a k3d cluster: make cluster Deploy the

Dec 21, 2021
This repository is where I'm learning to write a CLI using Go, while learning Go, and experimenting with Docker containers and APIs.

CLI Project This repository contains a CLI project that I've been working on for a while. It's a simple project that I've been utilizing to learn Go,

Dec 12, 2021
NVIDIA device plugin for Kubernetes

NVIDIA device plugin for Kubernetes Table of Contents About Prerequisites Quick Start Preparing your GPU Nodes Enabling GPU Support in Kubernetes Runn

Dec 31, 2022
NVIDIA container runtime

nvidia-container-runtime A modified version of runc adding a custom pre-start hook to all containers. If environment variable NVIDIA_VISIBLE_DEVICES i

Dec 29, 2022
NVIDIA device plugin for Kubernetes

NVIDIA device plugin for Kubernetes Table of Contents About Prerequisites Quick Start Preparing your GPU Nodes Enabling GPU Support in Kubernetes Runn

Dec 28, 2021
k8s applications at my home (on arm64 devices e.g nvidia jet son nano)

k8s applications at my home (on arm64 devices e.g nvidia jet son nano)

Oct 9, 2022
Simple docker tui to list, start and stop your containers
Simple docker tui to list, start and stop your containers

docker-tui Simple docker tui that lets you list, start and stop your containers. Current status Rough, initial prototype. Build with This tool relies

Dec 2, 2022
A tool to build, deploy, and release any environment using System Containers.
A tool to build, deploy, and release any environment using System Containers.

Bravetools Bravetools is an end-to-end System Container management utility. Bravetools makes it easy to configure, build, and deploy reproducible envi

Dec 14, 2022
Binary program to restart unhealthy Docker containers

DeUnhealth Restart your unhealthy containers safely Features Restart unhealthy containers marked with deunhealth.restart.on.unhealthy=true label Recei

Dec 22, 2022
A super simple demo to document my journey to reasonably sized docker containers.

hello-docker A super simple demo to document my journey to reasonably sized docker containers. Task at Hand Build a docker container as small as possi

Nov 30, 2021
My Homemade ci-cd service made for docker containers

Docker-CI-CD What Is This? The Docker-CI-CD is a tool that helps you to make every commit and push to your github repositories happen seamlessly and a

Jan 24, 2022
Show dependency graph of docker images/containers
Show dependency graph of docker images/containers

docker-graph Show dependency graph of docker images/containers like this: Orange is images and green is containers. Features Collect docker images, co

Feb 7, 2022
A docker image and a launcher to run sasm on Windows and MacOS
A docker image and a launcher to run sasm on Windows and MacOS

Sasm-docker Sasm-docker simplifies the setup and use of SASM by running it inside a docker container and using x11 (X Window System) in order to displ

Nov 14, 2022