[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: I can't make logcheck ignore some things.



On Friday 11 February 2005 11:50, Christopher Pharo Glæserud wrote:

>> Shouldn't the '.*$' take care of any added characters at the end of
>> the line anyway?
> 
> One should think so. I just know that the "weird character"-problem
> was due to these errors. I don't remember if there was a '.*$' on the
> rules that encountered those issue, though.

Maybe the "weird characters" are interfering with the end-of-line, so
I've changed it from
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: sda.*$
to
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: sda
to see if that makes a difference.   I'll report my findings later!



Reply to: