[mythtv-users] ?Card?

Devin Heitmueller dheitmueller at kernellabs.com
Tue Jun 18 13:46:46 UTC 2013


On Tue, Jun 18, 2013 at 9:43 AM, Tom Lichti <tom at redpepperracing.com> wrote:
> Instead of trying to find the needle in a haystack, do this:
>
> grep -i -E "kworld|dvb" /var/log/messages
>
> and
>
> dmesg | grep -i -E "kworld|dvb"
>
> The '-i' modifier says to ignore case, and -E is extended regexp, so it will
> look for lines with kworld OR dvb.
>
> If you want to view the whole file, by all means do the above, but trying to
> find a single line amongst thousands by eye is going to be difficult.

Just an FYI:  this is generally a bad idea.  There are many very
important lines that won't show up in a grep for kworld or dvb, which
would be required by anybody who actually knows how to review the log
file.

Far better to yank the board for ten minutes, do a boot with the one
card, run dmesg once, and then post the results.  There won't be too
much in there that accumulates in there in the 2-3 minutes it takes to
boot the computer and get to a prompt (probably a couple thousand
lines at most).

Regards,

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com


More information about the mythtv-users mailing list