Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
debian:kernel:disable-nmi-watchdog [2024/12/15 22:16] – [4. Permanently disable NMI watchdog through boot parameter] thierrydebian:kernel:disable-nmi-watchdog [2024/12/16 21:19] (Version actuelle) – [4 ways to disable NMI watchdog in Linux] thierry
Ligne 1: Ligne 1:
 ====== 4 ways to disable NMI watchdog in Linux ====== ====== 4 ways to disable NMI watchdog in Linux ======
  
 +Dans ce tutoriel, je vais vous montrer comment désactiver **NMI watchdog** sous Linux de 4 manières différentes.
  
-Updated - November 29, 2019 by Arnab Satapathi+Peu d'applications comme **CoreFreq** ont besoin de désactiver **NMI watchdog** pour une meilleure précision et des performances améliorées.
  
-In this tutorial I'll show you how to disable NMI watchdog in Linux in 4 different ways.+Le mot **NMI** signifie Interruption non masquable, c'est une sorte d'erreur matérielle non récupérable, que le système d'exploitation ne peut ignorer.
  
-Few application like CoreFreq needs to disable NMI watchdog for better accuracy and performance.+Sous Linux, ces erreurs liées au matériel peuvent bloquer le système et vous devez redémarrer le système manuellement.
  
-The word NMI stands for Non-maskable interrupt, it's a kind of non-recoverable hardware error, that the operating system can't ignore. +C'est là que le **NMI watchdog** est utileLe minuteur du **watchdog** attend les interruptionss'il n'pas d'interruption reçue pendant un certain tempsil suppose que le système est verrouillé et lance un redémarrage ou une panique du noyau et génère un journal de débogageExplorons les méthodes une par une.
- +
-In Linux, these hardware related errors could freeze up the system and you've to reboot the system manually. +
- +
-That's when NMI watchdog is usefulThe watchdog timer is waiting for interruptsif there's no interrupt received for a certain amount of timeit assumes that the system is locked up and initiates a reboot or kernel panic and generates a debug logLets explore the methods one by one.+
  
 **Contents** **Contents**
Haut de page