Comment 39 for bug 80900

Revision history for this message
The Card Cheat (pitt-joshua-miller) wrote : Re: problems resolving fully qualified domain names in environments where .local is used as a TLD

Had this problem and my boss had this simple fix. none of the more complicated solutions worked for me anyway

open
/etc/default/avahi-daemon

change
AVAHI_DAEMON_START=1
to
AVAHI_DAEMON_START=0

stop service
sudo /etc/init.d/avahi-daemon restart