From: Richard Fish <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: ipw2200 dmesg error
Date: Mon, 16 Jan 2006 07:04:04 -0700 [thread overview]
Message-ID: <7573e9640601160604g2f0e2183hd78612128e0775c0@mail.gmail.com> (raw)
In-Reply-To: <da5cd1900601160029o2e4234bbv@mail.gmail.com>
On 1/16/06, Marco Calviani <marco.calviani@gmail.com> wrote:
> i think you are right, but however we should consider it a bug.... if
> not just for flooding my /var/log/messages .....
If you use syslog-ng, you can filter them with something like this in
/etc/syslog-ng/syslog-ng.conf:
filter bad_msgs {
not( match("Firmware error detected. Restarting.")
or(match("Sysfs 'error' log*"))
);
};
log { source(src); filter(bad_msgs); destination(messages); };
I haven't tested the above, but I use something simliar for other
annoying messages, so I think it should work.
-Richard
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-01-16 14:12 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-15 13:11 [gentoo-user] ipw2200 dmesg error Marco Calviani
2006-01-15 15:43 ` Rafael Fernández López
2006-01-15 15:45 ` Rafael Fernández López
2006-01-15 18:59 ` Matthias Bethke
2006-01-15 19:26 ` martin nicolas
2006-01-15 19:50 ` Canek Peláez
2006-01-15 20:21 ` Marco Calviani
2006-01-15 20:50 ` [gentoo-user] " Sven Köhler
2006-01-15 20:56 ` Canek Peláez
2006-01-15 20:58 ` [gentoo-user] " Rafael Fernández López
2006-01-17 0:20 ` [gentoo-user] OT: GPG (was: ipw2200 dmesg error) Matthias Bethke
2006-01-15 19:39 ` [gentoo-user] ipw2200 dmesg error Willie Wong
2006-01-15 19:20 ` [gentoo-user] " Sven Köhler
2006-01-15 19:34 ` martin nicolas
2006-01-15 19:56 ` Marco Calviani
2006-01-15 19:42 ` Willie Wong
2006-01-15 19:43 ` Marco Calviani
2006-01-15 21:20 ` Rafael Fernández López
2006-01-15 21:13 ` Canek Peláez
2006-01-16 8:29 ` Marco Calviani
2006-01-16 14:04 ` Richard Fish [this message]
2006-01-16 22:43 ` [gentoo-user] ipw2200 dmesg error [SOLVED] Bill Roberts
2006-01-17 9:51 ` Marco Calviani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7573e9640601160604g2f0e2183hd78612128e0775c0@mail.gmail.com \
--to=bigfish@asmallpond.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox