syslogd rule doesn't match

Bug #126297 reported by Dan
2
Affects Status Importance Assigned to Milestone
logcheck (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: logcheck-database

This regular expression is in ignore.d.server/syslogd:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ syslogd [.0-9]{5}#[0-9]+: restart \(remote re
ception\)\.$

It doesn't match log entries of the form "syslogd 1.4.1#20ubuntu4: restart." -- the space should be part of the optional string:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ syslogd [.0-9]{5}#[0-9]+: restart\( remote re
ception\)\.$

Revision history for this message
Dan (danser) wrote :

Oops, my misreading of the intent of the regexp. This is not a bug.

Changed in logcheck:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.