Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: What program produces message like these?
Date: Wed, 29 Mar 2006 20:27:29
Message-Id: loom.20060329T220543-320@post.gmane.org
In Reply to: [gentoo-user] What program produces message like these? by "Vladimir G. Ivanovic"
1 Vladimir G. Ivanovic <vgivanovic <at> comcast.net> writes:
2
3 > And, more importantly, how do I get rid of them? They fill up my kernel
4 > ring buffer, and I can't see boot-time messages from the kernel.
5
6
7 Here's a trick I use in root's /root/.bashrc
8 just for such issues:
9
10 alias dmesg='dmesg -s 264000 | less'
11
12 the trick is to set the size to a larger limit than
13 you want. I through mine into less, but, you do
14 not have to do this.
15
16 hth,
17
18 James
19
20
21
22 --
23 gentoo-user@g.o mailing list