Results 1 to 2 of 2

Thread: What does network service discovery disabled mean?

  1. #1
    Join Date
    Mar 2005
    Location
    Sweden
    Beans
    161
    Distro
    Ubuntu 10.10 Maverick Meerkat

    What does network service discovery disabled mean?

    Every time i boot up i get an annoying message that says: Network service discovery disabled

    What is that and how can I fix it?

  2. #2
    Join Date
    Jul 2008
    Location
    Germany
    Beans
    459
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: What does network service discovery disabled mean?

    It looks like avahi-daemon is also started when the network connection is established (/etc/network/if-up.d/avahi-daemon).
    This notification is informing you that mDNS (Avahi) has been disabled. It's only used for a small number of applications that only work on the local network, it won't adversely affect your Internet connection or DNS.

    The most well known use for mDNS is sharing music with Rhythmbox (or iTunes) over your LAN. It's an Apple technology, but it's largely been ignored in favour of uPNP or DLNA.


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

    Code:
    gksu gedit /etc/default/avahi-daemon
    and add this line:
    Code:
    AVAHI_DAEMON_DETECT_LOCAL=0
    or

    (if you see this line: AHAVI_DAEMON_DETECT_LOCAL=1 then just change it to AHAVI_DAEMON_DETECT_LOCAL=0)
    Last edited by germanix; November 30th, 2010 at 09:58 AM. Reason: added alternative and more info

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •