[Logcheck-devel] Bug#552222: logcheck: dhclient regexes need updating

Daniel Hahler debian-bugs at thequod.de
Sat Oct 24 13:27:49 UTC 2009


Package: logcheck
Version: 1.3.3
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

As reported in https://launchpad.net/bugs/307847:

recent dhclient includes the ip address it is releasing and renewing.

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhclient(-2.2.x)?: DHCP(NAK|ACK|OFFER) from [.0-9]{7,15}$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhclient(-2.2.x)?: DHCP(REQUEST|RELEASE) on [[:alnum:].]+ to [.0-9]{7,15} port 67$

should be replaced with:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhclient(-2.2.x)?: DHCP(NAK|ACK|OFFER) (of [.0-9]{7,15} )?from [.0-9]{7,15}$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhclient(-2.2.x)?: DHCP(REQUEST|RELEASE) (of [.0-9]{7,15} )?on [[:alnum:].]+ to [.0-9]{7,15} port 67$


Please find the corresponding patch attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tmpOV_deS
Type: text/x-diff
Size: 1507 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20091024/559dc229/attachment.diff>


More information about the Logcheck-devel mailing list