blob: fa4f07c427bb6a7d3a120fd7ae58696a6fa5a832 (
plain)
- # Figure out if these belong to dhcp or dhcp3-common (or dhclient?)
- ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd.*: Reclaiming( REQUESTed) abandoned IP address [\.0-9]+
- ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd.*: already acking lease
- ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd.*: send_packet: Connection refused
- ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd.*: fallback_discard: Connection refused
- # These show up when isdnutils is installed, but isn't strictly related to those packages
- ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: isdn_net: call from [,0-9]+ -> [0-9]+$
- ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: isdn_net: Service-Indicator not [0-9], ignored$
- # This one shows up with firewalls blocking SMB ports non-silently
- ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Packet log: input DENY .*:(137|138) .*:(137|138) .*$
- ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Shorewall:net2all:DROP:.* (SPT|DPT)=(13[789]|445) .*$
|