Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/205/1.html
Дата изменения: Thu Mar 23 12:37:51 2000
Дата индексирования: Wed Sep 15 04:08:29 2010
Кодировка:

Поисковые слова: рер р р р р р р р р р р р р р
Change /etc/syslog.conf The HyperNews Linux KHG Discussion Pages

Change /etc/syslog.conf

Forum: The Linux Kernel Hackers' Guide
Re: Question ICMP - Supressing Messages in 2.1.82 Kernel (Brent Johnson)
Keywords: ICMP request IPV4 broadcast
Date: Sat, 31 Jan 1998 00:56:29 GMT
From: Balaji Srinivasan <balaji@hegel.ittc.ukans.edu>

The kernel message is printed with KERN_CRIT level. so modify your /etc/syslog.conf to log KERN_CRIT messages to /var/adm/kernel or some other file. Note that in that way you will potentially loose a lot of important messages...

If you want to fix this particular message then just modify your kernel (file net/ipv4/icmp.c line 683) to printk(KERN_INFO "%s sent an invalid ICMP error to...); Dont try this if you dont want to mess around with the kernel. balaji