On Thu, 24 Oct 2002, Richard Mulvena wrote:

> ----- Original Message -----
> From: "Arend" 
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 7:26 PM
> Subject: Re: can no one help me?
> 
> > On Thu, 24 Oct 2002, Richard Mulvena wrote:
> >
> > > how do i get rid off the message out of MTRR's when doing a dmesg
> command from a terminal?
> > > surely someone knows?
> >
> > grep -v
> >
>
> Thanks for that mate.
> 

No problem. You'll probably find that dmesg doesn't give you much info.
Especially when it gets full of 'useless' messages that you are ignoring
with grep -v.

Look in /var/log/messages, you'll find pretty close to the same
information there. (and more)

-- 
Arend

PS. I just read back to find your original request for help, and I 
figured I'd add this info:

dmesg |grep -v MTRR
grep -v MTRR /var/log/messages
grep -v MTRR /var/log/messages.1
....






Reply via email to