Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 15/09/2020, à 09:45

Yorude

Ralentissement/Freeze fréquent

Bonjour.
J'utilise Ubuntu 20.04 en dual boot.  Après une durée indéterminé j'ai un énorme ralentissement dans le lancement des applications ou chargement des pages internets. Le terminal n'ouvre aucune application. Parfois ça revient, tout se lance d'un coup mais pendant quelques secondes seulement.
J'utilise Ubuntu pour du développement web, quand cela survient j'ai VisualCodeStudio d'ouvert, ainsi qu'un serveur en local, Slack et Discord d'ouvert.
Je ne peux plus par exemple lancé mon serveur depuis le terminal.

Merci d'avance pour votre aide, j'espère avoir assez détaillé mon problème smile

Hors ligne

#2 Le 15/09/2020, à 14:36

inbox

Re : Ralentissement/Freeze fréquent

Salut,

Cela ressemble à  un manque de mémoire vive. Que donnent les commandes suivantes lancées lorsque tu rencontres ce problème ou juste après :

free -h
swapon -s
lsblk -fe7 -o +SIZE
cat /proc/sys/vm/swappiness
cat /etc/sysctl.d/99-swappiness.conf
lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

A+

Dernière modification par inbox (Le 15/09/2020, à 14:36)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#3 Le 15/09/2020, à 15:50

Yorude

Re : Ralentissement/Freeze fréquent

Salut ! Voici les informations demandées. Je n'ai pas pu avoir la 5e commande, aucun fichier/dossier de ce type. Merci smile
Ca a prit du temps, mais j'ai pu faire la manip pendant le pb. Après avoir travaillé pendant 2h consécutives sans soucis.

$ free -h
              total       utilisé      libre     partagé tamp/cache   disponible
Mem:           15Gi       1,7Gi       9,7Gi        20Mi       4,2Gi        13Gi
Partition d'échange:       2,0Gi          0B       2,0Gi
$ swapon -s
Nom de fichier				Type		Taille	Utilisé	Priorité
/swapfile                              	file    	2097148	0	-2
$ lsblk -fe7 -o +SIZE
NAME FSTYPE LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINT   SIZE
sda                                                                              238,5G
├─sda1
│    ntfs         80EC1EE2EC1ED270                                               237,9G
└─sda2
     ntfs         DA38CB5238CB2BF7                                                 548M
sdb                                                                              698,7G
└─sdb1
     ntfs   Stockage
                  3EBE6E7ABE6E2A9B                                               698,5G
sdc                                                                              232,9G
├─sdc1
│    ntfs         C46EC7C86EC7B20A                                               154,8G
└─sdc2
     ext4         967c2cb1-a8bb-4f35-8309-ff37dd26bb33   50,9G    28% /           78,1G
sr0                                                                               1024M
nvme0n1
│                                                                                931,5G
├─nvme0n1p1
│                                                                                   16M
└─nvme0n1p2
     ntfs   Xirina
                  9698E77C98E758EF                                               931,5G
$ cat /proc/sys/vm/swappiness
60
$ lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
09:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] [10de:1c03] (rev a1) (prog-if 00 [VGA controller])
	Kernel driver in use: nvidia
	Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia

Dernière modification par Yorude (Le 15/09/2020, à 15:51)

Hors ligne

#4 Le 15/09/2020, à 16:19

inbox

Re : Ralentissement/Freeze fréquent

Essaye de faire ce qui est indiqué ici au chapitre 3.1.2.

Donne aussi le retour de :

dpkg -l nvidia

Installe le paquet mesa-utils et donne le retour de  :

glxinfo | grep OpenGL

Et en complément :

dmesg

[Edit] Correction commande dpkg.

Dernière modification par inbox (Le 15/09/2020, à 17:14)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#5 Le 15/09/2020, à 16:39

Yorude

Re : Ralentissement/Freeze fréquent

J'ai la manip conseillé.
La première commande me renvoit:

dpkg-query: aucun paquet ne correspond à nvidia

Pour la seconde après installation du paquet:

$ glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 1060 6GB/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 440.100
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 440.100
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 440.100
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

La dernière me renvoit un bon paquets de ligne, veux-tu également l'ensemble des résultats ?

Hors ligne

#6 Le 15/09/2020, à 17:17

inbox

Re : Ralentissement/Freeze fréquent

Oui, il faut le dmesg complet. Si c'est un peu compliqué avec la grand nombre de lignes, fais comme ceci :

dmesg > dmesg.txt

Ensuite tu ouvres le fichier dmesg.txt avec l'éditeur de texte de Mate (mousepad, gedit, ou autre). Comme cela, tu n'as plus qu'à faire un CTRL+A, CTRL+C puis CTRL+V entre balises code.

Ton PC utilises le pilote Nvidia en version 440. C'est OK.

Dernière modification par inbox (Le 15/09/2020, à 17:18)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#7 Le 15/09/2020, à 18:12

Yorude

Re : Ralentissement/Freeze fréquent

[    0.000000] Linux version 5.4.0-47-generic (buildd@lcy01-amd64-014) (gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)) #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020 (Ubuntu 5.4.0-47.51-generic 5.4.55)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic root=UUID=967c2cb1-a8bb-4f35-8309-ff37dd26bb33 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009e0ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009e10000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000d1724fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d1725000-0x00000000d1743fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000d1744000-0x00000000da606fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da607000-0x00000000da76efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000da76f000-0x00000000da77dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000da77e000-0x00000000da887fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da888000-0x00000000dac4bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dac4c000-0x00000000db77afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db77b000-0x00000000ddffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: System manufacturer System Product Name/TUF B450-PLUS GAMING, BIOS 2202 07/14/2020
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000420000000 aka 16896M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0xde000 max_arch_pfn = 0x400000000
[    0.000000] check: Scanning 1 areas for low memory corruption
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x32175000-0x350b1fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000D17250A0 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000D1730C68 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000D17251E8 00BA7B (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DAC34E00 000040
[    0.000000] ACPI: APIC 0x00000000D1730D80 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000D1730EE0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000D1730F28 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000D1730FC8 0000FC (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.000000] ACPI: SSDT 0x00000000D17427A8 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000D1731120 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000D1739DB8 00378A (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000D173D548 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x00000000D173D588 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000D173D5C0 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000D173D5E8 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: IVRS 0x00000000D173D630 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000D173D700 002314 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000D173FA18 000F50 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000D1740968 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000D1740998 001D4A (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000D17426E8 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f355000-0x41f37ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
[    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-0x0000000009e0ffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20b000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000d1724fff]
[    0.000000]   node   0: [mem 0x00000000d1744000-0x00000000da606fff]
[    0.000000]   node   0: [mem 0x00000000da77e000-0x00000000da887fff]
[    0.000000]   node   0: [mem 0x00000000db77b000-0x00000000ddffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000] Zeroed struct page in unavailable ranges: 16264 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[    0.000000] On node 0 totalpages: 4178040
[    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: 14070 pages used for memmap
[    0.000000]   DMA32 zone: 900444 pages, LIFO batch:63
[    0.000000]   Normal zone: 51150 pages used for memmap
[    0.000000]   Normal zone: 3273600 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    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 low 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: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 16 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 0x09e10000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd1725000-0xd1743fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda607000-0xda76efff]
[    0.000000] PM: Registered nosave memory: [mem 0xda76f000-0xda77dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xda888000-0xdac4bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdac4c000-0xdb77afff]
[    0.000000] PM: Registered nosave memory: [mem 0xde000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] 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] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s184320 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] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4112735
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic root=UUID=967c2cb1-a8bb-4f35-8309-ff37dd26bb33 ro quiet splash vt.handoff=7
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16271076K/16712160K available (14339K kernel code, 2398K rwdata, 4956K rodata, 2716K init, 4988K bss, 441084K reserved, 0K cma-reserved)
[    0.000000] random: get_random_u64 called from kmem_cache_open+0x2d/0x410 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.000000] ftrace: allocating 44505 entries in 174 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.000000] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
[    0.000000] random: crng done (trusting CPU's manufacturer)
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] ACPI: Core revision 20190816
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.004000] Switched APIC routing to physical flat.
[    0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.036000] tsc: Unable to calibrate against PIT
[    0.036000] tsc: using HPET reference calibration
[    0.036000] tsc: Detected 3692.597 MHz processor
[    0.000003] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a740727be7, max_idle_ns: 881590459247 ns
[    0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 7385.19 BogoMIPS (lpj=14770388)
[    0.000006] pid_max: default: 32768 minimum: 301
[    0.000035] LSM: Security Framework initializing
[    0.000042] Yama: becoming mindful.
[    0.000118] AppArmor: AppArmor initialized
[    0.000168] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.000190] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.000202] *** VALIDATE tmpfs ***
[    0.000324] *** VALIDATE proc ***
[    0.000372] *** VALIDATE cgroup1 ***
[    0.000372] *** VALIDATE cgroup2 ***
[    0.000423] LVT offset 1 assigned for vector 0xf9
[    0.000485] LVT offset 2 assigned for vector 0xf4
[    0.000500] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.000501] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.000503] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.000504] Spectre V2 : Mitigation: Full AMD retpoline
[    0.000504] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.000505] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.000505] Spectre V2 : User space: Vulnerable
[    0.000506] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.000678] Freeing SMP alternatives memory: 40K
[    0.119735] smpboot: CPU0: AMD Ryzen 7 2700X Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[    0.119826] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.119828] ... version:                0
[    0.119828] ... bit width:              48
[    0.119829] ... generic registers:      6
[    0.119829] ... value mask:             0000ffffffffffff
[    0.119829] ... max period:             00007fffffffffff
[    0.119830] ... fixed-purpose events:   0
[    0.119830] ... event mask:             000000000000003f
[    0.119855] rcu: Hierarchical SRCU implementation.
[    0.120004] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.120004] smp: Bringing up secondary CPUs ...
[    0.120004] x86: Booting SMP configuration:
[    0.120004] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.150204] smp: Brought up 1 node, 16 CPUs
[    0.150204] smpboot: Max logical packages: 2
[    0.150204] smpboot: Total of 16 processors activated (118163.10 BogoMIPS)
[    0.152547] devtmpfs: initialized
[    0.152547] x86/mm: Memory block size: 128MB
[    0.152896] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.152896] PM: Registering ACPI NVS region [mem 0xda888000-0xdac4bfff] (3948544 bytes)
[    0.152896] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.152896] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.152896] pinctrl core: initialized pinctrl subsystem
[    0.152896] PM: RTC time: 14:46:27, date: 2020-09-15
[    0.152896] NET: Registered protocol family 16
[    0.152896] audit: initializing netlink subsys (disabled)
[    0.152896] audit: type=2000 audit(1600181187.188:1): state=initialized audit_enabled=0 res=1
[    0.152896] EISA bus registered
[    0.152896] cpuidle: using governor ladder
[    0.152896] cpuidle: using governor menu
[    0.152896] ACPI: bus type PCI registered
[    0.152896] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.152896] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.152896] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.152896] PCI: Using configuration type 1 for base access
[    0.152896] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.152896] mtrr: probably your BIOS does not setup all CPUs.
[    0.152896] mtrr: corrected configuration.
[    0.156049] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.156049] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.156091] ACPI: Added _OSI(Module Device)
[    0.156091] ACPI: Added _OSI(Processor Device)
[    0.156092] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.156092] ACPI: Added _OSI(Processor Aggregator Device)
[    0.156093] ACPI: Added _OSI(Linux-Dell-Video)
[    0.156093] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.156093] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.169893] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.171231] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.174535] ACPI: Interpreter enabled
[    0.174548] ACPI: (supports S0 S3 S4 S5)
[    0.174549] ACPI: Using IOAPIC for interrupt routing
[    0.174850] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.175227] ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.184682] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.184686] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.184864] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR]
[    0.185039] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.185048] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.185346] PCI host bridge to bus 0000:00
[    0.185347] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.185348] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.185349] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.185349] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.185350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.185351] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.185351] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.185352] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.185353] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.185359] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.185438] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.185531] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.185591] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.185917] pci 0000:00:01.1: enabling Extended Tags
[    0.185996] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.186838] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.186869] pci 0000:00:01.3: enabling Extended Tags
[    0.186948] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.187061] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.187136] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.187195] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.187885] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.188007] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.188089] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.188149] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.188803] pci 0000:00:07.1: enabling Extended Tags
[    0.188879] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.189000] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.189060] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.189827] pci 0000:00:08.1: enabling Extended Tags
[    0.189905] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.190055] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.190274] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.190494] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.190545] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.190596] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.190645] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.190694] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.190742] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.190792] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.190841] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.190970] pci 0000:01:00.0: [c0a9:5403] type 00 class 0x010802
[    0.190995] pci 0000:01:00.0: reg 0x10: [mem 0xf6800000-0xf6803fff 64bit]
[    0.191181] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.191185] pci 0000:00:01.1:   bridge window [mem 0xf6800000-0xf68fffff]
[    0.191861] pci 0000:02:00.0: [1022:43d5] type 00 class 0x0c0330
[    0.191882] pci 0000:02:00.0: reg 0x10: [mem 0xf66a0000-0xf66a7fff 64bit]
[    0.191915] pci 0000:02:00.0: enabling Extended Tags
[    0.191964] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.192042] pci 0000:02:00.1: [1022:43c8] type 00 class 0x010601
[    0.192085] pci 0000:02:00.1: reg 0x24: [mem 0xf6680000-0xf669ffff]
[    0.192092] pci 0000:02:00.1: reg 0x30: [mem 0xf6600000-0xf667ffff pref]
[    0.192097] pci 0000:02:00.1: enabling Extended Tags
[    0.192132] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.192186] pci 0000:02:00.2: [1022:43c6] type 01 class 0x060400
[    0.192226] pci 0000:02:00.2: enabling Extended Tags
[    0.192266] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.192350] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.192353] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.192354] pci 0000:00:01.3:   bridge window [mem 0xf6500000-0xf66fffff]
[    0.192438] pci 0000:03:00.0: [1022:43c7] type 01 class 0x060400
[    0.192484] pci 0000:03:00.0: enabling Extended Tags
[    0.192534] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.192604] pci 0000:03:01.0: [1022:43c7] type 01 class 0x060400
[    0.192649] pci 0000:03:01.0: enabling Extended Tags
[    0.192698] pci 0000:03:01.0: PME# supported from D3hot D3cold
[    0.192769] pci 0000:03:04.0: [1022:43c7] type 01 class 0x060400
[    0.192815] pci 0000:03:04.0: enabling Extended Tags
[    0.192864] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.192937] pci 0000:03:06.0: [1022:43c7] type 01 class 0x060400
[    0.192982] pci 0000:03:06.0: enabling Extended Tags
[    0.193031] pci 0000:03:06.0: PME# supported from D3hot D3cold
[    0.193102] pci 0000:03:07.0: [1022:43c7] type 01 class 0x060400
[    0.193147] pci 0000:03:07.0: enabling Extended Tags
[    0.193197] pci 0000:03:07.0: PME# supported from D3hot D3cold
[    0.193280] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.193284] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.193286] pci 0000:02:00.2:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.193344] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.193384] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.193419] pci 0000:04:00.0: reg 0x18: [mem 0xf6504000-0xf6504fff 64bit]
[    0.193440] pci 0000:04:00.0: reg 0x20: [mem 0xf6500000-0xf6503fff 64bit]
[    0.193576] pci 0000:04:00.0: supports D1 D2
[    0.193576] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.193744] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.193748] pci 0000:03:00.0:   bridge window [io  0xf000-0xffff]
[    0.193751] pci 0000:03:00.0:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.193791] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.193835] pci 0000:03:04.0: PCI bridge to [bus 06]
[    0.193879] pci 0000:03:06.0: PCI bridge to [bus 07]
[    0.193922] pci 0000:03:07.0: PCI bridge to [bus 08]
[    0.194018] pci 0000:09:00.0: [10de:1c03] type 00 class 0x030000
[    0.194040] pci 0000:09:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
[    0.194050] pci 0000:09:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.194061] pci 0000:09:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.194067] pci 0000:09:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.194074] pci 0000:09:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
[    0.194170] pci 0000:09:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[    0.194209] pci 0000:09:00.1: [10de:10f1] type 00 class 0x040300
[    0.194225] pci 0000:09:00.1: reg 0x10: [mem 0xf6080000-0xf6083fff]
[    0.194356] pci 0000:00:03.1: ASPM: current common clock configuration is broken, reconfiguring
[    0.204033] pci 0000:00:03.1: PCI bridge to [bus 09]
[    0.204036] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.204038] pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.204041] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.204821] pci 0000:0a:00.0: [1022:145a] type 00 class 0x130000
[    0.204851] pci 0000:0a:00.0: enabling Extended Tags
[    0.204914] pci 0000:0a:00.2: [1022:1456] type 00 class 0x108000
[    0.204930] pci 0000:0a:00.2: reg 0x18: [mem 0xf6300000-0xf63fffff]
[    0.204940] pci 0000:0a:00.2: reg 0x24: [mem 0xf6400000-0xf6401fff]
[    0.204946] pci 0000:0a:00.2: enabling Extended Tags
[    0.205017] pci 0000:0a:00.3: [1022:145f] type 00 class 0x0c0330
[    0.205028] pci 0000:0a:00.3: reg 0x10: [mem 0xf6200000-0xf62fffff 64bit]
[    0.205046] pci 0000:0a:00.3: enabling Extended Tags
[    0.205074] pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
[    0.205138] pci 0000:00:07.1: PCI bridge to [bus 0a]
[    0.205142] pci 0000:00:07.1:   bridge window [mem 0xf6200000-0xf64fffff]
[    0.205816] pci 0000:0b:00.0: [1022:1455] type 00 class 0x130000
[    0.205849] pci 0000:0b:00.0: enabling Extended Tags
[    0.205912] pci 0000:0b:00.2: [1022:7901] type 00 class 0x010601
[    0.205939] pci 0000:0b:00.2: reg 0x24: [mem 0xf6708000-0xf6708fff]
[    0.205946] pci 0000:0b:00.2: enabling Extended Tags
[    0.205974] pci 0000:0b:00.2: PME# supported from D3hot D3cold
[    0.206022] pci 0000:0b:00.3: [1022:1457] type 00 class 0x040300
[    0.206032] pci 0000:0b:00.3: reg 0x10: [mem 0xf6700000-0xf6707fff]
[    0.206055] pci 0000:0b:00.3: enabling Extended Tags
[    0.206082] pci 0000:0b:00.3: PME# supported from D0 D3hot D3cold
[    0.206144] pci 0000:00:08.1: PCI bridge to [bus 0b]
[    0.206148] pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf67fffff]
[    0.206485] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.206540] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.206588] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.206647] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.206700] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.206744] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.206789] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.206833] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.207323] iommu: Default domain type: Translated 
[    0.207323] SCSI subsystem initialized
[    0.207323] libata version 3.00 loaded.
[    0.207323] pci 0000:09:00.0: vgaarb: setting as boot VGA device
[    0.207323] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.207323] pci 0000:09:00.0: vgaarb: bridge control possible
[    0.207323] vgaarb: loaded
[    0.207323] ACPI: bus type USB registered
[    0.207323] usbcore: registered new interface driver usbfs
[    0.207323] usbcore: registered new interface driver hub
[    0.207323] usbcore: registered new device driver usb
[    0.207323] pps_core: LinuxPPS API ver. 1 registered
[    0.207323] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.207323] PTP clock support registered
[    0.207323] EDAC MC: Ver: 3.0.0
[    0.207323] PCI: Using ACPI for IRQ routing
[    0.211973] PCI: pci_cache_line_size set to 64 bytes
[    0.212033] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.212034] e820: reserve RAM buffer [mem 0x09e10000-0x0bffffff]
[    0.212034] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.212035] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.212035] e820: reserve RAM buffer [mem 0xd1725000-0xd3ffffff]
[    0.212036] e820: reserve RAM buffer [mem 0xda607000-0xdbffffff]
[    0.212036] e820: reserve RAM buffer [mem 0xda888000-0xdbffffff]
[    0.212037] e820: reserve RAM buffer [mem 0xde000000-0xdfffffff]
[    0.212037] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
[    0.212105] NetLabel: Initializing
[    0.212106] NetLabel:  domain hash size = 128
[    0.212106] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.212115] NetLabel:  unlabeled traffic allowed by default
[    0.212124] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.212124] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.214090] clocksource: Switched to clocksource tsc-early
[    0.220291] *** VALIDATE bpf ***
[    0.220367] VFS: Disk quotas dquot_6.6.0
[    0.220382] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.220404] *** VALIDATE ramfs ***
[    0.220408] *** VALIDATE hugetlbfs ***
[    0.220473] AppArmor: AppArmor Filesystem Enabled
[    0.220502] pnp: PnP ACPI init
[    0.220641] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.220645] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.220720] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.220872] system 00:02: [io  0x0300-0x030f] has been reserved
[    0.220873] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.220874] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.220876] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.221130] pnp 00:03: [dma 0 disabled]
[    0.221156] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.221345] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.221346] system 00:04: [io  0x040b] has been reserved
[    0.221346] system 00:04: [io  0x04d6] has been reserved
[    0.221347] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.221348] system 00:04: [io  0x0c14] has been reserved
[    0.221350] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.221350] system 00:04: [io  0x0c52] has been reserved
[    0.221351] system 00:04: [io  0x0c6c] has been reserved
[    0.221352] system 00:04: [io  0x0c6f] has been reserved
[    0.221352] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.221353] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.221354] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.221355] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.221355] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.221356] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.221357] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.221357] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.221358] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.221359] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.221360] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.221361] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.221362] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.221362] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.221363] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.221364] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.221365] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.221367] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.221796] pnp: PnP ACPI: found 5 devices
[    0.222636] thermal_sys: Registered thermal governor 'fair_share'
[    0.222636] thermal_sys: Registered thermal governor 'bang_bang'
[    0.222637] thermal_sys: Registered thermal governor 'step_wise'
[    0.222637] thermal_sys: Registered thermal governor 'user_space'
[    0.222637] thermal_sys: Registered thermal governor 'power_allocator'
[    0.227152] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.227180] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.227183] pci 0000:00:01.1:   bridge window [mem 0xf6800000-0xf68fffff]
[    0.227187] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.227189] pci 0000:03:00.0:   bridge window [io  0xf000-0xffff]
[    0.227193] pci 0000:03:00.0:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.227198] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.227207] pci 0000:03:04.0: PCI bridge to [bus 06]
[    0.227216] pci 0000:03:06.0: PCI bridge to [bus 07]
[    0.227224] pci 0000:03:07.0: PCI bridge to [bus 08]
[    0.227233] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.227234] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.227237] pci 0000:02:00.2:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.227243] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.227244] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.227246] pci 0000:00:01.3:   bridge window [mem 0xf6500000-0xf66fffff]
[    0.227250] pci 0000:00:03.1: PCI bridge to [bus 09]
[    0.227251] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.227253] pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.227254] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.227257] pci 0000:00:07.1: PCI bridge to [bus 0a]
[    0.227259] pci 0000:00:07.1:   bridge window [mem 0xf6200000-0xf64fffff]
[    0.227262] pci 0000:00:08.1: PCI bridge to [bus 0b]
[    0.227264] pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf67fffff]
[    0.227268] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.227269] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.227269] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.227270] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.227271] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.227272] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.227272] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.227273] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.227274] pci_bus 0000:01: resource 1 [mem 0xf6800000-0xf68fffff]
[    0.227275] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.227275] pci_bus 0000:02: resource 1 [mem 0xf6500000-0xf66fffff]
[    0.227276] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.227277] pci_bus 0000:03: resource 1 [mem 0xf6500000-0xf65fffff]
[    0.227277] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.227278] pci_bus 0000:04: resource 1 [mem 0xf6500000-0xf65fffff]
[    0.227279] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.227279] pci_bus 0000:09: resource 1 [mem 0xf5000000-0xf60fffff]
[    0.227280] pci_bus 0000:09: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.227281] pci_bus 0000:0a: resource 1 [mem 0xf6200000-0xf64fffff]
[    0.227281] pci_bus 0000:0b: resource 1 [mem 0xf6700000-0xf67fffff]
[    0.227350] NET: Registered protocol family 2
[    0.227540] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.227651] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.227832] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.227898] TCP: Hash tables configured (established 131072 bind 65536)
[    0.227952] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.227989] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.228055] NET: Registered protocol family 1
[    0.228058] NET: Registered protocol family 44
[    0.228200] pci 0000:09:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.228210] pci 0000:09:00.1: D0 power state depends on 0000:09:00.0
[    0.228343] PCI: CLS 64 bytes, default 64
[    0.228373] Trying to unpack rootfs image as initramfs...
[    0.316061] Freeing initrd memory: 48372K
[    0.316115] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.316562] pci 0000:00:01.0: Adding to iommu group 0
[    0.316711] pci 0000:00:01.1: Adding to iommu group 1
[    0.316925] pci 0000:00:01.3: Adding to iommu group 2
[    0.317110] pci 0000:00:02.0: Adding to iommu group 3
[    0.317247] pci 0000:00:03.0: Adding to iommu group 4
[    0.317428] pci 0000:00:03.1: Adding to iommu group 5
[    0.317564] pci 0000:00:04.0: Adding to iommu group 6
[    0.317755] pci 0000:00:07.0: Adding to iommu group 7
[    0.317896] pci 0000:00:07.1: Adding to iommu group 8
[    0.318097] pci 0000:00:08.0: Adding to iommu group 9
[    0.318236] pci 0000:00:08.1: Adding to iommu group 10
[    0.318432] pci 0000:00:14.0: Adding to iommu group 11
[    0.318445] pci 0000:00:14.3: Adding to iommu group 11
[    0.318595] pci 0000:00:18.0: Adding to iommu group 12
[    0.318608] pci 0000:00:18.1: Adding to iommu group 12
[    0.318620] pci 0000:00:18.2: Adding to iommu group 12
[    0.318632] pci 0000:00:18.3: Adding to iommu group 12
[    0.318643] pci 0000:00:18.4: Adding to iommu group 12
[    0.318654] pci 0000:00:18.5: Adding to iommu group 12
[    0.318666] pci 0000:00:18.6: Adding to iommu group 12
[    0.318677] pci 0000:00:18.7: Adding to iommu group 12
[    0.318891] pci 0000:01:00.0: Adding to iommu group 13
[    0.319045] pci 0000:02:00.0: Adding to iommu group 14
[    0.319064] pci 0000:02:00.1: Adding to iommu group 14
[    0.319083] pci 0000:02:00.2: Adding to iommu group 14
[    0.319095] pci 0000:03:00.0: Adding to iommu group 14
[    0.319105] pci 0000:03:01.0: Adding to iommu group 14
[    0.319117] pci 0000:03:04.0: Adding to iommu group 14
[    0.319129] pci 0000:03:06.0: Adding to iommu group 14
[    0.319140] pci 0000:03:07.0: Adding to iommu group 14
[    0.319159] pci 0000:04:00.0: Adding to iommu group 14
[    0.319375] pci 0000:09:00.0: Adding to iommu group 15
[    0.319397] pci 0000:09:00.1: Adding to iommu group 15
[    0.319537] pci 0000:0a:00.0: Adding to iommu group 16
[    0.319731] pci 0000:0a:00.2: Adding to iommu group 17
[    0.319870] pci 0000:0a:00.3: Adding to iommu group 18
[    0.320067] pci 0000:0b:00.0: Adding to iommu group 19
[    0.320201] pci 0000:0b:00.2: Adding to iommu group 20
[    0.320397] pci 0000:0b:00.3: Adding to iommu group 21
[    0.320661] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.320662] pci 0000:00:00.2: AMD-Vi: Extended features (0xf77ef22294ada):
[    0.320662]  PPR NX GT IA GA PC GA_vAPIC
[    0.320664] AMD-Vi: Interrupt remapping enabled
[    0.320664] AMD-Vi: Virtual APIC enabled
[    0.320800] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.321541] amd_uncore: AMD NB counters detected
[    0.321545] amd_uncore: AMD LLC counters detected
[    0.321774] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.321822] check: Scanning for low memory corruption every 60 seconds
[    0.322235] Initialise system trusted keyrings
[    0.322245] Key type blacklist registered
[    0.322269] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.323027] zbud: loaded
[    0.323270] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.323394] fuse: init (API version 7.31)
[    0.323410] *** VALIDATE fuse ***
[    0.323412] *** VALIDATE fuse ***
[    0.323495] Platform Keyring initialized
[    0.326172] Key type asymmetric registered
[    0.326173] Asymmetric key parser 'x509' registered
[    0.326179] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.326236] io scheduler mq-deadline registered
[    0.328014] pcieport 0000:00:01.1: AER: enabled with IRQ 26
[    0.328995] pcieport 0000:00:01.3: AER: enabled with IRQ 27
[    0.331056] pcieport 0000:00:03.1: AER: enabled with IRQ 28
[    0.332012] pcieport 0000:00:07.1: AER: enabled with IRQ 29
[    0.333096] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.334758] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.334791] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    0.334791] vesafb: scrolling: redraw
[    0.334792] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.334798] vesafb: framebuffer at 0xf1000000, mapped to 0x000000005529b7c6, using 1216k, total 1216k
[    0.334821] fbcon: Deferring console take-over
[    0.334824] fb0: VESA VGA frame buffer device
[    0.334918] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.334929] ACPI: Power Button [PWRB]
[    0.334951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.334982] ACPI: Power Button [PWRF]
[    0.335026] Monitor-Mwait will be used to enter C-1 state
[    0.336342] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.357223] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.358111] Linux agpgart interface v0.103
[    0.361307] loop: module loaded
[    0.361440] libphy: Fixed MDIO Bus: probed
[    0.361440] tun: Universal TUN/TAP device driver, 1.6
[    0.361460] PPP generic driver version 2.4.2
[    0.361491] VFIO - User Level meta-driver version: 0.3
[    0.361542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.361543] ehci-pci: EHCI PCI platform driver
[    0.361551] ehci-platform: EHCI generic platform driver
[    0.361555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.361556] ohci-pci: OHCI PCI platform driver
[    0.361562] ohci-platform: OHCI generic platform driver
[    0.361566] uhci_hcd: USB Universal Host Controller Interface driver
[    0.361647] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.361652] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.416951] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    0.417240] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.417241] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.417242] usb usb1: Product: xHCI Host Controller
[    0.417243] usb usb1: Manufacturer: Linux 5.4.0-47-generic xhci-hcd
[    0.417243] usb usb1: SerialNumber: 0000:02:00.0
[    0.417319] hub 1-0:1.0: USB hub found
[    0.417330] hub 1-0:1.0: 10 ports detected
[    0.422120] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.422122] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.422123] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.422163] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.422174] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    0.422175] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.422176] usb usb2: Product: xHCI Host Controller
[    0.422176] usb usb2: Manufacturer: Linux 5.4.0-47-generic xhci-hcd
[    0.422177] usb usb2: SerialNumber: 0000:02:00.0
[    0.422239] hub 2-0:1.0: USB hub found
[    0.422245] hub 2-0:1.0: 4 ports detected
[    0.424231] xhci_hcd 0000:0a:00.3: xHCI Host Controller
[    0.424233] xhci_hcd 0000:0a:00.3: new USB bus registered, assigned bus number 3
[    0.424323] xhci_hcd 0000:0a:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    0.424546] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.424547] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.424548] usb usb3: Product: xHCI Host Controller
[    0.424548] usb usb3: Manufacturer: Linux 5.4.0-47-generic xhci-hcd
[    0.424549] usb usb3: SerialNumber: 0000:0a:00.3
[    0.424614] hub 3-0:1.0: USB hub found
[    0.424618] hub 3-0:1.0: 4 ports detected
[    0.424742] xhci_hcd 0000:0a:00.3: xHCI Host Controller
[    0.424743] xhci_hcd 0000:0a:00.3: new USB bus registered, assigned bus number 4
[    0.424744] xhci_hcd 0000:0a:00.3: Host supports USB 3.0 SuperSpeed
[    0.424753] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.424764] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    0.424765] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.424766] usb usb4: Product: xHCI Host Controller
[    0.424766] usb usb4: Manufacturer: Linux 5.4.0-47-generic xhci-hcd
[    0.424767] usb usb4: SerialNumber: 0000:0a:00.3
[    0.424812] hub 4-0:1.0: USB hub found
[    0.424816] hub 4-0:1.0: 4 ports detected
[    0.424875] usb: port power management may be unreliable
[    0.424923] i8042: PNP: No PS/2 controller found.
[    0.424952] mousedev: PS/2 mouse device common for all mice
[    0.425025] rtc_cmos 00:01: RTC can wake from S4
[    0.425279] rtc_cmos 00:01: registered as rtc0
[    0.425288] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.425291] i2c /dev entries driver
[    0.425315] device-mapper: uevent: version 1.0.3
[    0.425347] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    0.425356] platform eisa.0: Probing EISA bus 0
[    0.425357] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.425358] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.425358] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.425359] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.425359] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.425360] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.425361] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.425361] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.425362] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.425362] platform eisa.0: EISA: Detected 0 cards
[    0.425535] ledtrig-cpu: registered to indicate activity on CPUs
[    0.425605] drop_monitor: Initializing network drop monitor service
[    0.425713] NET: Registered protocol family 10
[    0.428993] Segment Routing with IPv6
[    0.429007] NET: Registered protocol family 17
[    0.429044] Key type dns_resolver registered
[    0.429756] RAS: Correctable Errors collector initialized.
[    0.429775] microcode: CPU0: patch_level=0x0800820d
[    0.429780] microcode: CPU1: patch_level=0x0800820d
[    0.429783] microcode: CPU2: patch_level=0x0800820d
[    0.429787] microcode: CPU3: patch_level=0x0800820d
[    0.429795] microcode: CPU4: patch_level=0x0800820d
[    0.429799] microcode: CPU5: patch_level=0x0800820d
[    0.429806] microcode: CPU6: patch_level=0x0800820d
[    0.429812] microcode: CPU7: patch_level=0x0800820d
[    0.429817] microcode: CPU8: patch_level=0x0800820d
[    0.429822] microcode: CPU9: patch_level=0x0800820d
[    0.429828] microcode: CPU10: patch_level=0x0800820d
[    0.429833] microcode: CPU11: patch_level=0x0800820d
[    0.429837] microcode: CPU12: patch_level=0x0800820d
[    0.429842] microcode: CPU13: patch_level=0x0800820d
[    0.429848] microcode: CPU14: patch_level=0x0800820d
[    0.429852] microcode: CPU15: patch_level=0x0800820d
[    0.429871] microcode: Microcode Update Driver: v2.2.
[    0.429873] IPI shorthand broadcast: enabled
[    0.429879] sched_clock: Marking stable (465863064, -35995611)->(465533764, -35666311)
[    0.430020] registered taskstats version 1
[    0.430035] Loading compiled-in X.509 certificates
[    0.430488] Loaded X.509 cert 'Build time autogenerated kernel key: 52d16be8a47f13ed569e4734dd7da053d9d3759d'
[    0.430545] zswap: loaded using pool lzo/zbud
[    0.430679] Key type ._fscrypt registered
[    0.430679] Key type .fscrypt registered
[    0.433545] Key type big_key registered
[    0.434959] Key type encrypted registered
[    0.434961] AppArmor: AppArmor sha1 policy hashing enabled
[    0.434965] ima: No TPM chip found, activating TPM-bypass!
[    0.434969] ima: Allocated hash algorithm: sha1
[    0.434973] ima: No architecture policies found
[    0.434977] evm: Initialising EVM extended attributes:
[    0.434978] evm: security.selinux
[    0.434978] evm: security.SMACK64
[    0.434978] evm: security.SMACK64EXEC
[    0.434978] evm: security.SMACK64TRANSMUTE
[    0.434979] evm: security.SMACK64MMAP
[    0.434979] evm: security.apparmor
[    0.434979] evm: security.ima
[    0.434979] evm: security.capability
[    0.434980] evm: HMAC attrs: 0x1
[    0.435355] PM:   Magic number: 4:865:788
[    0.435514] rtc_cmos 00:01: setting system clock to 2020-09-15T14:46:27 UTC (1600181187)
[    0.435752] acpi_cpufreq: overriding BIOS provided _PSD data
[    0.437153] Freeing unused decrypted memory: 2040K
[    0.437587] Freeing unused kernel image memory: 2716K
[    0.452867] Write protecting the kernel read-only data: 22528k
[    0.453441] Freeing unused kernel image memory: 2008K
[    0.453691] Freeing unused kernel image memory: 1188K
[    0.460859] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.460862] Run /init as init process
[    0.518262] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    0.521214] nvme nvme0: pci function 0000:01:00.0
[    0.521451] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    0.521452] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    0.521649] ahci 0000:02:00.1: version 3.0
[    0.521714] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    0.521780] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.521815] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    0.521816] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.522638] scsi host0: ahci
[    0.522774] scsi host1: ahci
[    0.523876] scsi host2: ahci
[    0.525106] scsi host3: ahci
[    0.526261] scsi host4: ahci
[    0.529049] scsi host5: ahci
[    0.531468] scsi host6: ahci
[    0.531750] scsi host7: ahci
[    0.531802] ata1: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680100 irq 60
[    0.531804] ata2: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680180 irq 60
[    0.531805] ata3: DUMMY
[    0.531806] ata4: DUMMY
[    0.531808] ata5: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680300 irq 60
[    0.531810] ata6: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680380 irq 60
[    0.531810] ata7: DUMMY
[    0.531811] ata8: DUMMY
[    0.532018] ahci 0000:0b:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.532020] ahci 0000:0b:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.532203] scsi host8: ahci
[    0.532250] ata9: SATA max UDMA/133 abar m4096@0xf6708000 port 0xf6708100 irq 62
[    0.538231] libphy: r8169: probed
[    0.538389] r8169 0000:04:00.0 eth0: RTL8168h/8111h, a8:5e:45:5f:67:e6, XID 541, IRQ 63
[    0.538391] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    0.540556] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    0.750514] nvme nvme0: 15/0/0 default/read/poll queues
[    0.754786]  nvme0n1: p1 p2
[    0.757819] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[    0.825825] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    0.847274] ata9: SATA link down (SStatus 0 SControl 300)
[    0.943851] usb 3-1: New USB device found, idVendor=046d, idProduct=c246, bcdDevice=70.03
[    0.943853] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.943854] usb 3-1: Product: G300s Optical Gaming Mouse
[    0.943854] usb 3-1: Manufacturer: Logitech
[    0.962063] hidraw: raw HID events driver (C) Jiri Kosina
[    0.990937] usbcore: registered new interface driver usbhid
[    0.990938] usbhid: USB HID core driver
[    0.992565] input: Logitech G300s Optical Gaming Mouse as /devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1:1.0/0003:046D:C246.0001/input/input2
[    0.992626] hid-generic 0003:046D:C246.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech G300s Optical Gaming Mouse] on usb-0000:0a:00.3-1/input0
[    0.992738] input: Logitech G300s Optical Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1:1.1/0003:046D:C246.0002/input/input3
[    1.010866] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.012425] ata1.00: supports DRM functions and may not be fully accessible
[    1.013089] ata1.00: disabling queued TRIM support
[    1.013090] ata1.00: ATA-9: Samsung SSD 850 PRO 256GB, EXM04B6Q, max UDMA/133
[    1.013091] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.014781] ata1.00: supports DRM functions and may not be fully accessible
[    1.015318] ata1.00: disabling queued TRIM support
[    1.016755] ata1.00: configured for UDMA/133
[    1.016837] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 850  4B6Q PQ: 0 ANSI: 5
[    1.016944] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.017015] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.017023] sd 0:0:0:0: [sda] Write Protect is off
[    1.017024] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.017036] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.041062]  sda: sda1 sda2
[    1.041694] sd 0:0:0:0: [sda] supports TCG Opal
[    1.041695] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.048068] input: Logitech G300s Optical Gaming Mouse as /devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1:1.1/0003:046D:C246.0002/input/input4
[    1.048133] hid-generic 0003:046D:C246.0002: input,hiddev0,hidraw1: USB HID v1.10 Keyboard [Logitech G300s Optical Gaming Mouse] on usb-0000:0a:00.3-1/input1
[    1.079366] usb 1-1: New USB device found, idVendor=0d8c, idProduct=0134, bcdDevice= 1.00
[    1.079368] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.079369] usb 1-1: Product: USB MICROPHONE
[    1.079370] usb 1-1: Manufacturer: USB MICROPHONE
[    1.091196] hid-generic 0003:0D8C:0134.0003: No inputs registered, leaving
[    1.091842] hid-generic 0003:0D8C:0134.0003: hidraw2: USB HID v1.11 Device [USB MICROPHONE USB MICROPHONE] on usb-0000:02:00.0-1/input2
[    1.181777] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.336051] tsc: Refined TSC clocksource calibration: 3693.062 MHz
[    1.336061] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a7777116fa, max_idle_ns: 881590883556 ns
[    1.336575] clocksource: Switched to clocksource tsc
[    1.369180] usb 2-2: New USB device found, idVendor=2833, idProduct=0211, bcdDevice= 0.00
[    1.369182] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.369183] usb 2-2: Product: Rift Sensor
[    1.369184] usb 2-2: Manufacturer: Oculus VR
[    1.369185] usb 2-2: SerialNumber: WMTD307F601RZR
[    1.416033] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    1.492421] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.495450] ata2.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN03, max UDMA/100
[    1.499272] ata2.00: configured for UDMA/100
[    1.508676] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22NS50  TN03 PQ: 0 ANSI: 5
[    1.573024] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.573026] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.592545] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.592626] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.748515] usb 1-7: New USB device found, idVendor=1b1c, idProduct=1b3d, bcdDevice=10.05
[    1.748517] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.748519] usb 1-7: Product: Corsair Gaming K55 RGB Keyboard
[    1.748520] usb 1-7: Manufacturer: Corsair
[    1.748521] usb 1-7: SerialNumber: 0001
[    1.772466] input: Corsair Corsair Gaming K55 RGB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7:1.0/0003:1B1C:1B3D.0004/input/input6
[    1.832571] hid-generic 0003:1B1C:1B3D.0004: input,hidraw3: USB HID v1.11 Keyboard [Corsair Corsair Gaming K55 RGB Keyboard] on usb-0000:02:00.0-7/input0
[    1.840817] input: Corsair Corsair Gaming K55 RGB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7:1.1/0003:1B1C:1B3D.0005/input/input7
[    1.900554] input: Corsair Corsair Gaming K55 RGB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7:1.1/0003:1B1C:1B3D.0005/input/input8
[    1.900596] input: Corsair Corsair Gaming K55 RGB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7:1.1/0003:1B1C:1B3D.0005/input/input9
[    1.900636] input: Corsair Corsair Gaming K55 RGB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7:1.1/0003:1B1C:1B3D.0005/input/input10
[    1.900702] hid-generic 0003:1B1C:1B3D.0005: input,hiddev1,hidraw4: USB HID v1.11 Keyboard [Corsair Corsair Gaming K55 RGB Keyboard] on usb-0000:02:00.0-7/input1
[    1.907923] hid-generic 0003:1B1C:1B3D.0006: hiddev2,hidraw5: USB HID v1.11 Device [Corsair Corsair Gaming K55 RGB Keyboard] on usb-0000:02:00.0-7/input2
[    2.036416] usb 1-9: new high-speed USB device number 4 using xhci_hcd
[    2.068420] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.070327] ata5.00: ATA-8: ST3750525AS, JC45, max UDMA/133
[    2.070329] ata5.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 32)
[    2.071708] ata5.00: configured for UDMA/133
[    2.072521] scsi 4:0:0:0: Direct-Access     ATA      ST3750525AS      JC45 PQ: 0 ANSI: 5
[    2.072707] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    2.072828] sd 4:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
[    2.072840] sd 4:0:0:0: [sdb] Write Protect is off
[    2.072841] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.072857] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.149007] ldm_parse_tocblock(): Cannot find TOCBLOCK, database may be corrupt.
[    2.149014] ldm_parse_tocblock(): Cannot find TOCBLOCK, database may be corrupt.
[    2.160994]  sdb: [LDM] sdb1
[    2.161863] sd 4:0:0:0: [sdb] Attached SCSI disk
[    2.279813] usb 1-9: New USB device found, idVendor=045e, idProduct=02e6, bcdDevice= 1.00
[    2.279815] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.279816] usb 1-9: Product: XBOX ACC
[    2.279817] usb 1-9: Manufacturer: Microsoft Inc.
[    2.279818] usb 1-9: SerialNumber: 102595
[    2.452422] usb 1-10: new high-speed USB device number 5 using xhci_hcd
[    2.544477] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.544799] ata6.00: supports DRM functions and may not be fully accessible
[    2.545715] ata6.00: ATA-11: Samsung SSD 860 EVO 250GB, RVT01B6Q, max UDMA/133
[    2.545716] ata6.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.548028] ata6.00: supports DRM functions and may not be fully accessible
[    2.550768] ata6.00: configured for UDMA/133
[    2.551436] scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 860  1B6Q PQ: 0 ANSI: 5
[    2.551654] sd 5:0:0:0: Attached scsi generic sg3 type 0
[    2.551691] ata6.00: Enabling discard_zeroes_data
[    2.551785] sd 5:0:0:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.551800] sd 5:0:0:0: [sdc] Write Protect is off
[    2.551802] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.551821] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.560608] ata6.00: Enabling discard_zeroes_data
[    2.560892]  sdc: sdc1 sdc2
[    2.561174] ata6.00: Enabling discard_zeroes_data
[    2.562274] sd 5:0:0:0: [sdc] supports TCG Opal
[    2.562275] sd 5:0:0:0: [sdc] Attached SCSI disk
[    2.623810] usb 1-10: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[    2.623811] usb 1-10: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.623812] usb 1-10: Product: USB2.0 Hub
[    2.632814] hub 1-10:1.0: USB hub found
[    2.636799] hub 1-10:1.0: 4 ports detected
[    2.826173] fbcon: Taking over console
[    2.826214] Console: switching to colour frame buffer device 80x30
[    2.976010] usb 1-10.1: new full-speed USB device number 6 using xhci_hcd
[    3.134577] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[    3.216959] systemd[1]: Inserted module 'autofs4'
[    3.227629] systemd[1]: systemd 245.4-4ubuntu3.2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    3.248044] systemd[1]: Detected architecture x86-64.
[    3.268879] systemd[1]: Set hostname to <jordi>.
[    3.297889] usb 1-10.1: New USB device found, idVendor=0f0d, idProduct=013a, bcdDevice= 1.00
[    3.297891] usb 1-10.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.297892] usb 1-10.1: Product: HORI KeyPad
[    3.297893] usb 1-10.1: Manufacturer: HORI CO.,LTD.
[    3.320050] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[    3.332047] input: HORI CO.,LTD. HORI KeyPad as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-10/1-10.1/1-10.1:1.0/0003:0F0D:013A.0007/input/input11
[    3.362258] systemd[1]: Created slice system-modprobe.slice.
[    3.362443] systemd[1]: Created slice User and Session Slice.
[    3.362477] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.362746] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.362768] systemd[1]: Reached target User and Group Name Lookups.
[    3.362775] systemd[1]: Reached target Remote File Systems.
[    3.362784] systemd[1]: Reached target Slices.
[    3.362856] systemd[1]: Listening on Syslog Socket.
[    3.362900] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.362931] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.363022] systemd[1]: Listening on Journal Audit Socket.
[    3.363064] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.363117] systemd[1]: Listening on Journal Socket.
[    3.363176] systemd[1]: Listening on udev Control Socket.
[    3.363212] systemd[1]: Listening on udev Kernel Socket.
[    3.363706] systemd[1]: Mounting Huge Pages File System...
[    3.364283] systemd[1]: Mounting POSIX Message Queue File System...
[    3.364885] systemd[1]: Mounting Kernel Debug File System...
[    3.365507] systemd[1]: Mounting Kernel Trace File System...
[    3.366668] systemd[1]: Starting Journal Service...
[    3.367256] systemd[1]: Starting Set the console keyboard layout...
[    3.367880] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.368680] systemd[1]: Starting Load Kernel Module drm...
[    3.369202] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.369222] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.370038] systemd[1]: Starting Load Kernel Modules...
[    3.370677] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.371223] systemd[1]: Starting udev Coldplug all Devices...
[    3.371824] systemd[1]: Starting Uncomplicated firewall...
[    3.373274] systemd[1]: Mounted Huge Pages File System.
[    3.373392] systemd[1]: Mounted POSIX Message Queue File System.
[    3.373491] systemd[1]: Mounted Kernel Debug File System.
[    3.373598] systemd[1]: Mounted Kernel Trace File System.
[    3.374014] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.374669] systemd[1]: Finished Uncomplicated firewall.
[    3.376470] EXT4-fs (sdc2): re-mounted. Opts: errors=remount-ro
[    3.377371] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.377909] systemd[1]: Activating swap /swapfile...
[    3.378216] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.378256] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.378904] systemd[1]: Starting Load/Save Random Seed...
[    3.379556] systemd[1]: Starting Create System Users...
[    3.379774] systemd[1]: modprobe@drm.service: Succeeded.
[    3.380056] systemd[1]: Finished Load Kernel Module drm.
[    3.382836] lp: driver loaded but no devices found
[    3.386808] systemd[1]: Finished Load/Save Random Seed.
[    3.386868] ppdev: user-space parallel port driver
[    3.389367] systemd[1]: Finished Load Kernel Modules.
[    3.389665] systemd[1]: Finished Create System Users.
[    3.390324] systemd[1]: Mounting FUSE Control File System...
[    3.390896] systemd[1]: Mounting Kernel Configuration File System...
[    3.391419] systemd[1]: Starting Apply Kernel Variables...
[    3.392059] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.392136] hid-generic 0003:0F0D:013A.0007: input,hidraw6: USB HID v1.10 Keyboard [HORI CO.,LTD. HORI KeyPad] on usb-0000:02:00.0-10.1/input0
[    3.393092] systemd[1]: Mounted FUSE Control File System.
[    3.393168] systemd[1]: Mounted Kernel Configuration File System.
[    3.400993] systemd[1]: Finished Apply Kernel Variables.
[    3.401300] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.402177] systemd[1]: Starting udev Kernel Device Manager...
[    3.404106] hid-generic 0003:0F0D:013A.0008: hiddev3,hidraw7: USB HID v1.10 Device [HORI CO.,LTD. HORI KeyPad] on usb-0000:02:00.0-10.1/input1
[    3.414694] systemd[1]: Finished Set the console keyboard layout.
[    3.414787] systemd[1]: Reached target Local File Systems (Pre).
[    3.417540] systemd[1]: Mounting Mount unit for chromium, revision 1291...
[    3.418323] systemd[1]: Mounting Mount unit for chromium, revision 1298...
[    3.419349] systemd[1]: Mounting Mount unit for code, revision 42...
[    3.420431] systemd[1]: Mounting Mount unit for code, revision 43...
[    3.421429] systemd[1]: Mounting Mount unit for core, revision 9804...
[    3.422316] systemd[1]: Mounting Mount unit for core, revision 9993...
[    3.423280] systemd[1]: Mounting Mount unit for core18, revision 1880...
[    3.424098] systemd[1]: Mounting Mount unit for core18, revision 1885...
[    3.424962] systemd[1]: Mounting Mount unit for discord, revision 115...
[    3.426564] systemd[1]: Mounting Mount unit for gimp, revision 292...
[    3.427453] systemd[1]: Mounting Mount unit for gnome-3-28-1804, revision 128...
[    3.428457] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 36...
[    3.429431] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1506...
[    3.430367] systemd[1]: Mounting Mount unit for kde-frameworks-5-core18, revision 32...
[    3.431346] systemd[1]: Mounting Mount unit for slack, revision 27...
[    3.432321] systemd[1]: Mounting Mount unit for snap-store, revision 467...
[    3.433167] systemd[1]: Mounting Mount unit for snapd, revision 8790...
[    3.433961] systemd[1]: Mounting Mount unit for snapd, revision 9279...
[    3.444718] systemd[1]: Finished udev Coldplug all Devices.
[    3.452044] systemd[1]: Started udev Kernel Device Manager.
[    3.452745] systemd[1]: Starting Show Plymouth Boot Screen...
[    3.453412] systemd[1]: Started Journal Service.
[    3.460163] systemd-journald[408]: Received client request to flush runtime journal.
[    3.466322] systemd-journald[408]: File /var/log/journal/ec8ba07b28ab4631bedb4ae6986e160f/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    3.500051] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[    3.633415] ccp 0000:0a:00.2: ccp enabled
[    3.639133] IPMI message handler: version 39.2
[    3.684811] ipmi device interface
[    3.686306] cryptd: max_cpu_qlen set to 1000
[    3.687995] asus_wmi: ASUS WMI generic driver loaded
[    3.694810] mc: Linux media interface: v0.10
[    3.695421] asus_wmi: Initialization: 0x0
[    3.695449] AVX2 version of gcm_enc/dec engaged.
[    3.695450] AES CTR mode by8 optimization enabled
[    3.695466] asus_wmi: BIOS WMI version: 0.9
[    3.695713] asus_wmi: SFUN value: 0x0
[    3.695716] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    3.696375] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input12
[    3.703073] videodev: Linux video capture interface: v2.00
[    3.707120] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.708333] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.781269] uvcvideo: Found UVC 1.00 device Rift Sensor (2833:0211)
[    3.800370] snd_hda_intel 0000:09:00.1: Disabling MSI
[    3.800376] snd_hda_intel 0000:09:00.1: Handle vga_switcheroo audio client
[    3.815558] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    3.815560] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.815561] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.815562] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    3.815562] snd_hda_codec_realtek hdaudioC2D0:    dig-out=0x11/0x0
[    3.815563] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    3.815564] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[    3.815565] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[    3.815566] snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
[    3.827922] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0b:00.3/sound/card2/input13
[    3.827964] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0b:00.3/sound/card2/input14
[    3.827997] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0b:00.3/sound/card2/input15
[    3.828032] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0b:00.3/sound/card2/input16
[    3.828059] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0b:00.3/sound/card2/input17
[    3.851220] kvm: Nested Virtualization enabled
[    3.851238] kvm: Nested Paging enabled
[    3.851239] SVM: Virtual VMLOAD VMSAVE supported
[    3.851239] SVM: Virtual GIF supported
[    3.851650] nvidia: loading out-of-tree module taints kernel.
[    3.851659] nvidia: module license 'NVIDIA' taints kernel.
[    3.851660] Disabling lock debugging due to kernel taint
[    3.853908] MCE: In-kernel MCE decoding enabled.
[    3.855724] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.855725] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.865347] uvcvideo 2-2:1.0: Entity type for entity Extension 4 was not initialized!
[    3.865349] uvcvideo 2-2:1.0: Entity type for entity Processing 3 was not initialized!
[    3.865351] uvcvideo 2-2:1.0: Entity type for entity Camera 1 was not initialized!
[    3.865411] input: Rift Sensor: CV1 External Camer as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb2/2-2/2-2:1.0/input/input18
[    3.865476] usbcore: registered new interface driver uvcvideo
[    3.865477] USB Video Class driver (1.1.1)
[    3.868884] nvidia-nvlink: Nvlink Core is being initialized, major device number 235
[    3.869470] nvidia 0000:09:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    3.907599] usbcore: registered new interface driver snd-usb-audio
[    3.966871] usb 1-9: reset high-speed USB device number 4 using xhci_hcd
[    3.968990] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.100  Fri May 29 08:45:51 UTC 2020
[    4.020542] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.100  Fri May 29 08:14:04 UTC 2020
[    4.020600] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.020601] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.023485] [drm] [nvidia-drm] [GPU ID 0x00000900] Loading driver
[    4.023487] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:09:00.0 on minor 0
[    4.035891] nvidia-uvm: Loaded the UVM driver, major device number 511.
[    4.096567] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.096569] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.152602] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.152604] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.206989] mt76x2u 1-9:1.0: ASIC revision: 76320044
[    4.228564] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.228568] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.313011] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.313012] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.388562] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.388564] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.460046] audit: type=1400 audit(1600181191.521:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=848 comm="apparmor_parser"
[    4.460063] audit: type=1400 audit(1600181191.521:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=842 comm="apparmor_parser"
[    4.460090] audit: type=1400 audit(1600181191.521:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=840 comm="apparmor_parser"
[    4.460092] audit: type=1400 audit(1600181191.521:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=840 comm="apparmor_parser"
[    4.460612] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.460614] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.460776] audit: type=1400 audit(1600181191.521:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=843 comm="apparmor_parser"
[    4.460779] audit: type=1400 audit(1600181191.521:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=843 comm="apparmor_parser"
[    4.460781] audit: type=1400 audit(1600181191.521:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=843 comm="apparmor_parser"
[    4.460964] audit: type=1400 audit(1600181191.521:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=837 comm="apparmor_parser"
[    4.460967] audit: type=1400 audit(1600181191.521:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=837 comm="apparmor_parser"
[    4.577767] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.577770] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.700595] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.700599] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.791306] mt76x2u 1-9:1.0: ROM patch build: 20141115060606a
[    4.820895] Generic FE-GE Realtek PHY r8169-400:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[    4.836603] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input19
[    4.836612] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.836615] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.836677] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input20
[    4.836732] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input21
[    4.836766] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input22
[    4.904485] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.904486] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.933209] r8169 0000:04:00.0 enp4s0: Link is Down
[    4.992675] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.992677] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    5.080496] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.080498] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    5.114426] mt76x2u 1-9:1.0: Firmware Version: 0.0.00
[    5.114427] mt76x2u 1-9:1.0: Build: 1
[    5.114428] mt76x2u 1-9:1.0: Build Time: 201507311614____
[    5.212558] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.212560] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    5.328453] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.328454] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    5.820422] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[    5.820529] caller os_map_kernel_space.part.0+0x73/0x80 [nvidia] mapping multiple BARs
[    6.844015] usb 1-10.2: new full-speed USB device number 7 using xhci_hcd
[    7.182740] usb 1-10.2: New USB device found, idVendor=0f0d, idProduct=013b, bcdDevice= 1.01
[    7.182742] usb 1-10.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.182743] usb 1-10.2: Product: HORI KeyPad
[    7.182744] usb 1-10.2: Manufacturer: HORI CO.,LTD.
[    7.182744] usb 1-10.2: SerialNumber: BC947DFC
[    7.223132] input: Generic X-Box pad as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-10/1-10.2/1-10.2:1.0/input/input23
[    7.223223] usbcore: registered new interface driver xpad
[    7.392027] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 49
[    8.373668] rfkill: input handler disabled
[    8.517186] r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
[    8.517198] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[    9.368028] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 57
[   15.508529] snd_hda_intel 0000:09:00.1: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[   19.078961] mt76x2u 1-9:1.0: error: MCU resp evt:9 seq:1-0
[   19.078998] mt76x2u 1-9:1.0: error: MCU resp evt:9 seq:1-0
[   19.079038] mt76x2u 1-9:1.0: error: MCU resp evt:9 seq:1-0
[   19.681997] rfkill: input handler enabled
[   19.930978] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   19.931450] usbcore: registered new interface driver mt76x2u
[   19.936896] mt76x2u 1-9:1.0 wlx6245b4f2719a: renamed from wlan0
[   20.072020] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 29
[   21.729973] rfkill: input handler disabled
[   25.727805] kauditd_printk_skb: 39 callbacks suppressed
[   25.727807] audit: type=1400 audit(1600181212.785:50): apparmor="DENIED" operation="capable" profile="/snap/snapd/9279/usr/lib/snapd/snap-confine" pid=2165 comm="snap-confine" capability=4  capname="fsetid"
[   26.317148] audit: type=1400 audit(1600181213.377:51): apparmor="DENIED" operation="capable" profile="/snap/snapd/9279/usr/lib/snapd/snap-confine" pid=2235 comm="snap-confine" capability=4  capname="fsetid"
[   27.077318] audit: type=1400 audit(1600181214.137:52): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/mime.cache" pid=2165 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   27.077326] audit: type=1400 audit(1600181214.137:53): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/globs2" pid=2165 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   27.077331] audit: type=1400 audit(1600181214.137:54): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/magic" pid=2165 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   27.077334] audit: type=1400 audit(1600181214.137:55): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/aliases" pid=2165 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   27.077337] audit: type=1400 audit(1600181214.137:56): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/subclasses" pid=2165 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   27.077341] audit: type=1400 audit(1600181214.137:57): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/icons" pid=2165 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   27.077344] audit: type=1400 audit(1600181214.137:58): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/generic-icons" pid=2165 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   27.077605] audit: type=1400 audit(1600181214.137:59): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/gnome/defaults.list" pid=2165 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   34.980132] kauditd_printk_skb: 11 callbacks suppressed
[   34.980135] audit: type=1400 audit(1600181222.041:71): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/mime.cache" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   34.980139] audit: type=1400 audit(1600181222.041:72): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/globs2" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   34.980141] audit: type=1400 audit(1600181222.041:73): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/magic" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   34.980154] audit: type=1400 audit(1600181222.041:74): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/aliases" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   34.980167] audit: type=1400 audit(1600181222.041:75): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/subclasses" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   34.980170] audit: type=1400 audit(1600181222.041:76): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/icons" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   34.980180] audit: type=1400 audit(1600181222.041:77): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/generic-icons" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   36.581272] audit: type=1400 audit(1600181223.673:78): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   36.995544] audit: type=1326 audit(1600181224.092:79): auid=1000 uid=1000 gid=1000 ses=3 pid=2165 comm="pool-org.gnome." exe="/snap/snap-store/467/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f1ad11a0527 code=0x50000
[   38.089361] audit: type=1400 audit(1600181225.205:80): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/icons/Yaru/icon-theme.cache" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   40.457745] kauditd_printk_skb: 1577 callbacks suppressed
[   40.457747] audit: type=1400 audit(1600181227.603:1658): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/mime.cache" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   40.457751] audit: type=1400 audit(1600181227.603:1659): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/globs2" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   40.457754] audit: type=1400 audit(1600181227.603:1660): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/magic" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   40.457768] audit: type=1400 audit(1600181227.603:1661): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/aliases" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   40.457775] audit: type=1400 audit(1600181227.603:1662): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/subclasses" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   40.457783] audit: type=1400 audit(1600181227.603:1663): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/icons" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   40.457791] audit: type=1400 audit(1600181227.603:1664): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/generic-icons" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   41.276927] audit: type=1400 audit(1600181228.431:1665): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/icons/Yaru/icon-theme.cache" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   41.276932] audit: type=1400 audit(1600181228.431:1666): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/icons/Yaru/8x8/emblems/" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   41.277211] audit: type=1400 audit(1600181228.431:1667): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/icons/Yaru/icon-theme.cache" pid=2165 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  434.469034] kauditd_printk_skb: 4731 callbacks suppressed
[  434.469037] audit: type=1107 audit(1600181621.699:6399): pid=896 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=4822 label="snap.chromium.chromium"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 1201.266380] audit: type=1107 audit(1600182388.501:6400): pid=896 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=9368 label="snap.chromium.chromium"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 2110.901413] audit: type=1400 audit(1600183298.146:6401): apparmor="DENIED" operation="capable" profile="/snap/snapd/9279/usr/lib/snapd/snap-confine" pid=12748 comm="snap-confine" capability=4  capname="fsetid"
[ 2114.080033] audit: type=1107 audit(1600183301.326:6402): pid=896 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=12748 label="snap.discord.discord"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 2116.225224] audit: type=1107 audit(1600183303.470:6403): pid=896 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/login1" interface="org.freedesktop.login1.Manager" member="Inhibit" mask="send" name="org.freedesktop.login1" pid=12748 label="snap.discord.discord" peer_pid=936 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 2301.840227] audit: type=1107 audit(1600183489.086:6404): pid=896 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=14055 label="snap.chromium.chromium"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 2832.099871] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[ 3248.243845] audit: type=1107 audit(1600184435.496:6405): pid=896 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=17957 label="snap.chromium.chromium"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 4650.958480] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 58
[ 4651.034469] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 0
[ 4652.898469] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 47
[ 5461.755570] audit: type=1107 audit(1600186649.017:6406): pid=896 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=21803 label="snap.chromium.chromium"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 8454.703700] audit: type=1107 audit(1600189641.977:6407): pid=896 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=38906 label="snap.chromium.chromium"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 8581.086260] audit: type=1400 audit(1600189768.357:6408): apparmor="DENIED" operation="open" profile="snap.chromium.chromium" name="/etc/fstab" pid=4822 comm="chrome" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 8581.087896] audit: type=1400 audit(1600189768.361:6409): apparmor="DENIED" operation="open" profile="snap.chromium.chromium" name="/run/mount/utab" pid=4822 comm="chrome" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 8581.339198] audit: type=1400 audit(1600189768.613:6410): apparmor="DENIED" operation="open" profile="snap.chromium.chromium" name="/run/mount/utab" pid=4822 comm="chrome" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 8583.513329] audit: type=1400 audit(1600189770.785:6411): apparmor="DENIED" operation="open" profile="snap.chromium.chromium" name="/run/mount/utab" pid=4822 comm="chrome" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 8661.027774] audit: type=1107 audit(1600189848.301:6412): pid=896 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=39816 label="snap.chromium.chromium"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'

Merci pour l'astuce. Voila le résultat !

Hors ligne

#8 Le 15/09/2020, à 19:44

inbox

Re : Ralentissement/Freeze fréquent

Jusqu'ici, je ne vois rien qui pourrais provoquer un blocage.

Vérifie tout de même que le paquet amd64-microcode est bien installé avec :

dpkg -l amd64-microcode

Peux-tu donner le retour de cette commande, après avoir installé lm-sensors, si nécessaire ?

sensors

Installe aussi Smartmontools avec :

sudo apt-get install --no-install-recommends smartmontools

Ensuite récupère les données Smart avec :

sudo smartctl -s on -a /dev/sdc

Je ne te demande que les infos sur Sdc, car c'est celui ou est installé Ubuntu. Mais pour info, donne aussi les rapports de Sda et Sdb.

Dernière modification par inbox (Le 15/09/2020, à 19:47)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#9 Le 16/09/2020, à 07:40

Yorude

Re : Ralentissement/Freeze fréquent

Hello ! Toute les infos:

Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom             Version             Architecture Description
+++-===============-===================-============-=========================================
ii  amd64-microcode 3.20191218.1ubuntu1 amd64        Processor microcode firmware for AMD CPUs
$ sensors
k10temp-pci-00c3
Adapter: PCI adapter
Tdie:         +37.9°C  (high = +70.0°C)
Tctl:         +47.9°C  
$ sudo smartctl -s on -a /dev/sdc
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.0-47-generic] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Samsung based SSDs
Device Model:     Samsung SSD 860 EVO 250GB
Serial Number:    S3YJNB0K549840A
LU WWN Device Id: 5 002538 e403c7cb3
Firmware Version: RVT01B6Q
User Capacity:    250059350016 bytes [250 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-4 T13/BSR INCITS 529 revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Wed Sep 16 08:39:13 2020 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(    0) seconds.
Offline data collection
capabilities: 			 (0x53) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					No Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 (  85) minutes.
SCT capabilities: 	       (0x003d)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0032   098   098   000    Old_age   Always       -       5164
 12 Power_Cycle_Count       0x0032   098   098   000    Old_age   Always       -       1536
177 Wear_Leveling_Count     0x0013   098   098   000    Pre-fail  Always       -       19
179 Used_Rsvd_Blk_Cnt_Tot   0x0013   100   100   010    Pre-fail  Always       -       0
181 Program_Fail_Cnt_Total  0x0032   100   100   010    Old_age   Always       -       0
182 Erase_Fail_Count_Total  0x0032   100   100   010    Old_age   Always       -       0
183 Runtime_Bad_Block       0x0013   100   100   010    Pre-fail  Always       -       0
187 Uncorrectable_Error_Cnt 0x0032   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0032   073   050   000    Old_age   Always       -       27
195 ECC_Error_Rate          0x001a   200   200   000    Old_age   Always       -       0
199 CRC_Error_Count         0x003e   100   100   000    Old_age   Always       -       0
235 POR_Recovery_Count      0x0012   099   099   000    Old_age   Always       -       96
241 Total_LBAs_Written      0x0032   099   099   000    Old_age   Always       -       7694251613

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
$ sudo smartctl -s on -a /dev/sda
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.0-47-generic] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Samsung based SSDs
Device Model:     Samsung SSD 850 PRO 256GB
Serial Number:    S39KNX0HA46461B
LU WWN Device Id: 5 002538 d415bafbe
Firmware Version: EXM04B6Q
User Capacity:    256060514304 bytes [256 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4c
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Wed Sep 16 08:39:44 2020 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(    0) seconds.
Offline data collection
capabilities: 			 (0x53) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					No Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 133) minutes.
SCT capabilities: 	       (0x003d)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0032   098   098   000    Old_age   Always       -       7737
 12 Power_Cycle_Count       0x0032   097   097   000    Old_age   Always       -       2517
177 Wear_Leveling_Count     0x0013   098   098   000    Pre-fail  Always       -       121
179 Used_Rsvd_Blk_Cnt_Tot   0x0013   100   100   010    Pre-fail  Always       -       0
181 Program_Fail_Cnt_Total  0x0032   100   100   010    Old_age   Always       -       0
182 Erase_Fail_Count_Total  0x0032   100   100   010    Old_age   Always       -       0
183 Runtime_Bad_Block       0x0013   100   100   010    Pre-fail  Always       -       0
187 Uncorrectable_Error_Cnt 0x0032   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0032   074   044   000    Old_age   Always       -       26
195 ECC_Error_Rate          0x001a   200   200   000    Old_age   Always       -       0
199 CRC_Error_Count         0x003e   100   100   000    Old_age   Always       -       0
235 POR_Recovery_Count      0x0012   099   099   000    Old_age   Always       -       100
241 Total_LBAs_Written      0x0032   099   099   000    Old_age   Always       -       35351321526

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
  255        0    65535  Read_scanning was never started
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
$ sudo smartctl -s on -a /dev/sdb
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.0-47-generic] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.12
Device Model:     ST3750525AS
Serial Number:    9VPBSYAK
LU WWN Device Id: 5 000c50 02de32c99
Firmware Version: JC45
User Capacity:    750156374016 bytes [750 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Wed Sep 16 08:40:11 2020 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(  617) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   1) minutes.
Extended self-test routine
recommended polling time: 	 ( 150) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x103f)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   119   099   006    Pre-fail  Always       -       233919890
  3 Spin_Up_Time            0x0003   100   100   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   094   094   020    Old_age   Always       -       6834
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   084   060   030    Pre-fail  Always       -       269644747
  9 Power_On_Hours          0x0032   083   083   000    Old_age   Always       -       14936
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   095   095   020    Old_age   Always       -       6070
183 Runtime_Bad_Block       0x0032   092   092   000    Old_age   Always       -       8
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   099   000    Old_age   Always       -       4295032834
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   074   047   045    Old_age   Always       -       26 (Min/Max 24/26)
194 Temperature_Celsius     0x0022   026   053   000    Old_age   Always       -       26 (0 15 0 0 0)
195 Hardware_ECC_Recovered  0x001a   045   039   000    Old_age   Always       -       233919890
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       31326 (106 155 0)
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       193923427
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       951857539

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

Hors ligne

#10 Le 16/09/2020, à 08:02

Yorude

Re : Ralentissement/Freeze fréquent

Et voila, de nouveau le pb de bon matin: Je m'étais lancé mon éditeur de code, Chromium d'ouvert avec discord ouvert depuis le navigateur en vocal. Je me suis absenté 10min et Ubuntu s'est normalement verrouillé/veille, et ça a planté. Donc de nouveau long/lent à effectuer une tâche: se reconnecter, ouvrir un nouvel onglet/logiciel, entrer des commandes, et également je ne peux plus l'éteindre car il reste bloqué pendant le processus et je n'ai pas le choix que de l'éteindre de force.
C'est incompréhensible sachant qu'avant lundi et que le pb survienne, je m'en servais tout les jours, et je n'ai rien installé entre dimanche et lundi. hmm

Hors ligne

#11 Le 16/09/2020, à 11:36

inbox

Re : Ralentissement/Freeze fréquent

Je ne vois pas de problème avec les disques dur/SSD. Le disque a un bon nombre d'heures de fonctionnement, mais il n'y a pas de signe d'usure avancée.

Dans ton 1er message, tu as écrit : «Je ne peux plus par exemple lancé mon serveur depuis le terminal.»
Que se passe-t-il à ce moment ? Peux-tu donner ce qui est inscrit dans le terminal, lorsque tu lances ton serveur ?

D'un autre côté, il doit y avoir plusieurs versions de pilote Nvidia proposées dans le gestionnaire de pilotes. Pourrais-tu tester avec les autres ?

Après une mise en veille, as-tu regardé s'il y a un ou plusieurs processus qui consommeraient beaucoup de CPU ? Si oui, lesquels ?


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#12 Le 16/09/2020, à 12:41

Yorude

Re : Ralentissement/Freeze fréquent

Quand le pb survient et que je le remarque, j'essaie de stopper mon serveur avec CTRL+C. Mais il ne se stop pas et la commande reste en console (^C)
En fermant le terminal et en en ouvrant un nouveau, si j'essaie de le relancer avec

yarn start

, après avoir appuyé sur Entrer y a une nouvelle ligne vide et ça reste en attente, rien de plus ne s'affiche.
Autre exemple si j'essaie d'ouvrir mon editeur de code, rien ne se passe également, la commande se valide mais le prompt reste en attente.
Parfois la commande arrive à s’exécuter après 1 bonne minute d'attente, mais le problème est toujours persistant si je tente d'ouvrir autre chose (logiciel ou navigateur).

Pour clarifier, ce n'est pas l'ordinateur qui rentre en veille mais simplement un verrouillage de l'écran.

Je vais essayé un autre pilote comme suggérer !

Hors ligne

#13 Le 16/09/2020, à 18:23

inbox

Re : Ralentissement/Freeze fréquent

Je continue de penser qu'il s'agit probablement, il n'y a pas de preuve pour le moment, d'un problème de mémoire/swap.

Pour améliorer le fonctionnement, tu peux installer Zram. Après redémarrage, utilises ton PC comme d'habitude et vois ce que ça donne. Tu peux aussi laisse le moniteur système en fonction pour voir la courbe d'utilisation de la mémoire. Je cherche quel autre outil utiliser en mode commande, pour écrire dans un fichier.

[Edit] Pour surveiller la RAM, et le reste aussi, il y a htop. Après l'avoir installé, tu le lances dans un terminal, avant de lancer tes logiciels. Ensuite, tu jettes un œil régulièrement pour voir l'évolution de la consommation mémoire/swap. Tu as en haut de liste les processus qui consomment le plus. Avec la touche F6 (percent_mem), tu peux filtrer pour afficher les processus qui consomment le plus de RAM.

Dernière modification par inbox (Le 16/09/2020, à 18:37)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#14 Le 17/09/2020, à 08:03

Yorude

Re : Ralentissement/Freeze fréquent

https://image.noelshack.com/fichiers/20 … screen.png

Hello ! Voici un screen de htop au moment du pb. J'ai l'impression que cela survient quand j'utilise discord et surtout le vocal.
Hier j'ai pu travailler toute l'après midi sans soucis. Ce matin je lance mes applications, connecte Discord pour réjoindre mon équipe et ça a planté 5 min après..


Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images (Des hébergeurs comme Toile Libre ou TDCT'Pix le permettent).

Dernière modification par cqfd93 (Le 17/09/2020, à 08:05)

Hors ligne

#15 Le 17/09/2020, à 11:55

inbox

Re : Ralentissement/Freeze fréquent

Est-ce qu'il t'est possible de ne pas utiliser Discord pendant plusieurs heures, voire un journée ?
Comment as-tu installé Discord, en Snap ou via le Deb fourni sur leur site ? Et question complémentaire, peux-tu tester l'autre version après avoir supprimé l'actuelle ?


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#16 Le 17/09/2020, à 14:34

Yorude

Re : Ralentissement/Freeze fréquent

Pour le moment je ne l'utilise pas depuis mon dernier message. Pas de soucis particulier. Mais je vais continuer à m'en passer et voir ce qu'il en est. Après le pb est déjà survenu quand l'application Discord était ouverte + vocal  ou quand je l'utilise via le navigateur.
Pour son installation je suis passé par "Ubuntu Software". A la limite je peux m'en passer, je m'en sers sur le téléphone à la place si je dois communiquer via vocal.

Hors ligne

#17 Le 17/09/2020, à 15:10

inbox

Re : Ralentissement/Freeze fréquent

Tu as donc installé le Snap. Si tu veux, tu peux le supprimer avec :

snap remove discord

Ensuite, tu télécharges le Deb du fabricant et tu l'installes. Dans les deux cas, c'est la même version de logiciel, par contre, le snap confine le logiciel en lui interdisant certains accès, alors que le Deb lui aura les même limites que n'importe quel Deb. Au vu du type de logiciel, cette version pourrait être plus invasive. Je te laisse te renseigner, le cas échéant.

Apparemment, le Deb, n'a pas l'air de mieux fonctionner.

Dernière modification par inbox (Le 18/09/2020, à 17:05)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#18 Le 18/09/2020, à 17:02

Yorude

Re : Ralentissement/Freeze fréquent

Salut Inbox ! J'ai désinstallé Discord avec la commande suggeré. Je ne vais pas m'en servir je serai tranquille comme ça. Je continuerai à bosser ce week-end donc si jamais je rencontre de nouveau le soucis je le dirai, et si tout va  bien je le dirai également !
Bon week-end big_smile

Hors ligne

#19 Le 18/09/2020, à 17:08

xubu1957

Re : Ralentissement/Freeze fréquent

Bonjour,

Je vois que nam1962 conseillait Flatpak > ./viewtopic.php?pid=22121442#p22121442

_ _ _

> Simplification chez Flatpak

Dernière modification par xubu1957 (Le 18/09/2020, à 17:13)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#20 Le 23/09/2020, à 09:33

Yorude

Re : Ralentissement/Freeze fréquent

Bien le bonjour !
Je reviens vers vous car je viens à nouveau de subir le problème. Discord complètement désinstallé, utilisé via le navigateur, en vocal. Je me pose la question de si ce n'est pas quand j'utilise le vocal trop longtemps sad

Hors ligne

#21 Le 23/09/2020, à 09:56

xubu1957

Re : Ralentissement/Freeze fréquent

Bonjour,

Montre :

dpkg -l | grep -v ^ii

pour voir si des paquets sont mal installés.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#22 Le 23/09/2020, à 12:46

Yorude

Re : Ralentissement/Freeze fréquent

Bonjour !
Voici le résultats:

Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                        Version                             Architecture Description
+++-==========================================-===================================-============-===============================================================================
rc  libnvidia-compute-435:amd64                435.21-0ubuntu7                     amd64        NVIDIA libcompute package
rc  libnvidia-compute-440-server:amd64         440.95.01-0ubuntu0.20.04.1          amd64        NVIDIA libcompute package
rc  linux-image-5.4.0-42-generic               5.4.0-42.46                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-45-generic               5.4.0-45.49                         amd64        Signed kernel image generic
rc  linux-modules-5.4.0-42-generic             5.4.0-42.46                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-45-generic             5.4.0-45.49                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-42-generic       5.4.0-42.46                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-45-generic       5.4.0-45.49                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-nvidia-440-5.4.0-42-generic  5.4.0-42.46                         amd64        Linux kernel nvidia modules for version 5.4.0-42
rc  linux-modules-nvidia-440-5.4.0-45-generic  5.4.0-45.49                         amd64        Linux kernel nvidia modules for version 5.4.0-45
rc  nvidia-compute-utils-435                   435.21-0ubuntu7                     amd64        NVIDIA compute utilities
rc  nvidia-compute-utils-440-server            440.95.01-0ubuntu0.20.04.1          amd64        NVIDIA compute utilities
rc  nvidia-dkms-435                            435.21-0ubuntu7                     amd64        NVIDIA DKMS package
rc  nvidia-dkms-440-server                     440.95.01-0ubuntu0.20.04.1          amd64        NVIDIA DKMS package
rc  nvidia-kernel-common-435                   435.21-0ubuntu7                     amd64        Shared files used with the kernel module
rc  nvidia-kernel-common-440-server            440.95.01-0ubuntu0.20.04.1          amd64        Shared files used with the kernel module

Hors ligne