diff --git a/docs/FAQ.xml b/docs/FAQ.xml index 620604958..a2f6513a8 100644 --- a/docs/FAQ.xml +++ b/docs/FAQ.xml @@ -1059,16 +1059,27 @@ DROP net fw udp 10619 The hints below are just that; they have been known to work with at least one release in the past but are not guaranteed to continue to work with all releases of a particular distribution. As described - above, you may have to hunt around in your distribution's init scripts + above, you may have to dig around in your distribution's init scripts in order to find the correct solution. Under RedHat and Mandriva, the max log level that is sent to the - console is specified in /etc/sysconfig/init in the LOGLEVEL variable. - Set LOGLEVEL=5 to suppress info (log level 6) messages - on the console. + console is specified in /etc/sysconfig/init in the LOGLEVEL variable + and in /etc/sysconfig/syslog in the KLOGD_PARAMS variable: + + + + Set LOGLEVEL=5 to suppress info (log level 6) + messages on the console during bootup. + + + + Add "-c 5" to KLOGD_PARAMS to suppress info (log level 6) + messages on the console. + +