Comment 33 for bug 1342400

Revision history for this message
Louis (bellancal) wrote :

Hi - thanks for response! I have become quite set (read obsessed) on fixing this even though I only see the error every 40secs and I filter blocked it out from polluting my syslog file.

I installed from the avahi-0.6.32.tar.gz using :
./configure
make
sudo make install

also make clean (between recompiles)

pi@raspberrypi:~ $ sudo which avahi-daemon
/usr/local/sbin/avahi-daemon
pi@raspberrypi:~ $ sudo dpkg -l avahi-daemon
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
rc avahi-daemon 0.6.31-5 armhf Avahi mDNS/DNS-SD daemon

Also, stranger still, is that I totally commented out the suspected offending log line in the server.c file and recompiled the project - so this could be more about my lack of compiling skills than avahi issue??

            /*avahi_log_debug("Invalid response packet from host %s.", avahi_address_snprint(t, sizeof(t), src_address)); */