tech:console_linux_polluee_par_les_messages_d_erreur_du_kernel
Table des matières
Console Linux polluee par les messages d erreur du kernel
Solution
echo 0 > /proc/sys/kernel/printk
source https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt
- Documentation/admin-guide/kernel-parameters.txt
loglevel= All Kernel Messages with a loglevel smaller than the console loglevel will be printed to the console. It can also be changed with klogd or other programs. The loglevels are defined as follows: 0 (KERN_EMERG) system is unusable 1 (KERN_ALERT) action must be taken immediately 2 (KERN_CRIT) critical conditions 3 (KERN_ERR) error conditions 4 (KERN_WARNING) warning conditions 5 (KERN_NOTICE) normal but significant condition 6 (KERN_INFO) informational 7 (KERN_DEBUG) debug-level messages
Autres
Au boot
systemd.log_level=0
tech/console_linux_polluee_par_les_messages_d_erreur_du_kernel.txt · Dernière modification : de 127.0.0.1
