I'm trying to disable avahi-daemon. I tried to modify the file /etc/default/avahi-daemon, setting the AVAHI_DAEMON_DETECT_LOCAL=0 instead of 1, but when I connect to a network it starts anyway; is there no way to stop it?
I am trying to stop it because every time I connect to a network it and dhclient starts it gives my NIC another address so I cannot access the network. I'm on a Debian machine.
/etc/network/if-up.d/avahi-daemonand ``, but this too is disabled if you haveAVAHI_DAEMON_DETECT_LOCAL=0in/etc/default/avahi-daemon. What version of theavahi-daemonpackage do you have? What is the full contents of/etc/default/avahi-daemon? – Gilles Jan 5 '11 at 19:24