ubuntu开机遇到-您的当前网络有.local域,我们不建议这样做而且这与AVAHI网络服务探测不兼容。该服务已被禁用

解决

http://askubuntu.com/questions/339702/network-service-discovery-disabled-what-does-this-mean-for-me/339709#339709

 

To disable it, you must edit the file /etc/default/avahi-daemon as root:

sudo -i
gedit /etc/default/avahi-daemon

and add this line (or change it if already exists to):

AVAHI_DAEMON_DETECT_LOCAL=0

Source: http://ubuntuforums.org/showthread.php?t=1632952

posted on 2015-12-20 17:34  c3tc3tc3t  阅读(4028)  评论(0编辑  收藏  举报