Re: How to disable kernel warnings?

From: Kai Altenfelder (min.qvlh@agr.hr)
Date: Thu Feb 01 2001 - 18:08:31 EET

  • Next message: richard: "axip again"

    Hi Zilvis,

    On Thu, Feb 01, zilvinas wrote:

    > I am using baycom/tnos/linux system. I've almost lost hope to get answer
    > how to avoid these messages which fill my logs:
    >
    > kernel: protocol 0000 is buggy, dev bcsf0
    > kernel: protocol 0000 is buggy, dev bcsf0
    > last message repeated 7 times
    > last message repeated 18 times
    > last message repeated 13 times
    >
    > But these are displayed on all consoles (it's caused by the same reason
    > as the one above) and are _very_ disturbing:

    you have to configure your syslogd to not send messages to all consoles.

    -> man syslog.conf(5)

    That is what my configuration file /etc/syslog.conf looks like:

    ---cut---
    # /etc/syslog.conf - Configuration file for syslogd(8)
    #
    # For info about the format of this file, see "man syslog.conf".
    #

    #
    #
    # print most on tty10 and on the xconsole pipe
    #
    kern.warn;*.err;authpriv.none /dev/tty10
    kern.warn;*.err;authpriv.none |/dev/xconsole
    *.emerg *
    ---cut---

    Regards, Kai

    -- 
    Kai Altenfelder, SuSE GmbH, Schanzaeckerstr. 10, D-90443 Nuernberg
    Tel.: +49-911-74053-0, Fax:  +49-911-74053-489,  EMail: easvjoys@ihost.com
    Ham: DL3LBA / DK0TUX / DN1TUX             PGP public key available 
    

    - To unsubscribe from this list: send the line "unsubscribe linux-hams" in the body of a message to ilobfa@fiber4.net



    This archive was generated by hypermail 2b30 : Thu Feb 01 2001 - 18:09:15 EET