[Logcheck-devel] Bug#271286: minor fix for ignore.d.server/oidentd

Jonas Meurer jonas at freesources.org
Sun Sep 12 12:25:58 UTC 2004


Package: logcheck
Version: 1.2.27
Severity: wishlist


hello,

in ignore.d.server/oidentd you have:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: Connection from \
	[._[:alnum:]-]+ \([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\):[0-9]{1,5}$

anyway, some oidentd logs don't have a hostname:
oidentd[34562]: Connection from 241.145.24.135:2353

therefore you have to add:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: Connection from \
	\([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\):[0-9]{1,5}$


but maybe this works for both directives:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: Connection from \
	[._[:alnum:]-]*	\([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\):[0-9]{1,5}$

bye
 jonas





More information about the Logcheck-devel mailing list