I got these messages in system log. They happened when some of my partners upgrade there machine to Windows 10.
I found some related topics on the internet and they said I can safely ignore the errors. But network admin warning me about my machine is sending the malicious traffic.
I consider what these logs mean? and how to make my machine stop sending malicious traffic?
I am using Ubuntu 14.04.
Nov 30 09:17:08 vinhphat avahi-daemon[890]: Invalid response packet from host 192.168.100.105.
Nov 30 09:17:08 vinhphat avahi-daemon[890]: Invalid response packet from host 192.168.100.105.
Nov 30 09:17:08 vinhphat avahi-daemon[890]: Invalid response packet from host fe80::8ca7:d096:794a:6295.
Nov 30 09:17:08 vinhphat avahi-daemon[890]: Invalid response packet from host 192.168.100.101.
Nov 30 09:18:01 vinhphat avahi-daemon[890]: message repeated 3 times: [ Invalid response packet from host 192.168.100.101.]
Nov 30 09:18:01 vinhphat avahi-daemon[890]: Invalid response packet from host 192.168.100.105.
Nov 30 09:18:54 vinhphat avahi-daemon[890]: Invalid response packet from host 192.168.100.101.
Nov 30 09:19:36 vinhphat avahi-daemon[890]: Invalid response packet from host 192.168.100.105.
Nov 30 09:19:36 vinhphat avahi-daemon[890]: Invalid response packet from host 192.168.100.101.
Thks,
Another option would be to try the patch (also linked in the comments) on your version of the package. This is of course also not guaranteed to work, depending on how much the code has changed between your version and the one that is base for this patch. This AU answer gives clear instructions on how to rebuild an Ubuntu package: http://askubuntu.com/a/81889/456122, you would just need to insert the patch before building.
– Anders Olsson Dec 04 '15 at 06:40