Vladimir G. Ivanovic <vgivanovic <at> comcast.net> writes: > And, more importantly, how do I get rid of them? They fill up my kernel > ring buffer, and I can't see boot-time messages from the kernel.
Here's a trick I use in root's /root/.bashrc just for such issues: alias dmesg='dmesg -s 264000 | less' the trick is to set the size to a larger limit than you want. I through mine into less, but, you do not have to do this. hth, James -- gentoo-user@gentoo.org mailing list