Loïc Minier
2012-Oct-23 15:55 UTC
[Logcheck-devel] Bug#691258: Missing / in RE for "reducing the advertised EDNS UDP packet size"
Package: logcheck Version: 1.3.15 Severity: minor Tags: patch Hi, Got this log from time to time in System Events: Oct 23 13:48:16 pig2 named[28880]: success resolving '26.0/25.218.183.203.in-addr.arpa/PTR' (in '0/25.218.183.203.in-addr.arpa'?) after reducing the advertised EDNS UDP packet size to 512 octets Changing the regexp for the "(in '...'?)" part from: ^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[0-9]+\]: success resolving '[^[:space:]]+' \(in '[.[:alnum:]-]+'\?\) after (disabling EDNS|reducing the advertised EDNS UDP packet size to 512 octets)$ to: ^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[0-9]+\]: success resolving '[^[:space:]]+' \(in '[/.[:alnum:]-]+'\?\) after (disabling EDNS|reducing the advertised EDNS UDP packet size to 512 octets)$ fixed it (note addition of a "/"). Cheers, -- Lo?c Minier
Seemingly Similar Threads
- (fwd) Bug#618616: arm build failure with latest binutils - usr/klibc/syscalls/_exit.S:29: Error: .size expression does not evaluate to a constant
- Processed (with 1 errors): Fix broken submitters (double encoded)
- EDNS support
- Bug#644583: Extra patch for smtpd_client_port_logging
- Bug#645588: Shouldn't recreate alias on upgrades