Questions tagged [avahi]

Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration.

What is Avahi?

Avahi is a system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite. This enables you to plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. Compatible technology is found in Apple MacOS X (branded "Bonjour" and sometimes "Zeroconf").

Avahi is primarily targeted at Linux systems and ships by default in most distributions. It is not ported to Windows at this stage, but will run on many other BSD-like systems. The primary API is D-Bus and is required for usage of most of Avahi, however services can be published using an XML service definition placed in /etc/avahi/services.

See also the nss-mdns project, which allows hostname lookup of *.local hostnames via mDNS in all system programs using nsswitch

Links for learning more

112 questions
3
votes
1 answer

avahi-daemon.service failed

Tried to browse services with avahi-browse -alr: Failed to create client object: Daemon not running And actually there is a problem with the avahi daemon: ● avahi-daemon.service - Avahi mDNS/DNS-SD Stack Loaded: loaded…
Velkan
  • 3,616
3
votes
2 answers

avahi slow to start - can ping IP, but hostname comes online after few mintues

I've a strange problem. On ubuntu server 11. I've avahi running. When I restart machine, in about 1 min server is up, I can connect through SSH or ping it via IP. But not via hostname server.local - it takes about 3-4 minutes for server.local to…
user25389
3
votes
1 answer

Avahi DNS working, other services not discovered

I have recently upgraded my motherboard on a 20.04 workstation and since then some avahi services do not seem to work. avahi-resolve-host returns the correct IP addresses for hosts on my workstation. However my DAAP music library on my server does…
Nigel
  • 410
  • 4
  • 10
2
votes
1 answer

How to prevent my computer from sending multicast requests

I've installed Ubuntu 12.04 and shortly noticed that my internet port has been blocked by internet provider. I contacted technical support and get reported that my computer was sending too many multicast requests. And their automated system blocked…
user312058
2
votes
1 answer

Avahi upgrade failes

uname -a Linux nas 3.5.0-41-generic #64~precise1-Ubuntu SMP Thu Sep 12 16:50:04 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux can you help me with this one? sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state…
user242163
  • 23
  • 2
1
vote
2 answers

configure: error: avahi development headers not found

i can't install avahi error is: checking for AVAHI... yes checking avahi-client/client.h usability... yes checking avahi-client/client.h presence... yes checking for avahi-client/client.h... yes checking avahi-glib/glib-malloc.h usability...…
1
vote
0 answers

How do I use avahi to display system as .local

Installing and running Avahi will make it visible via Zeroconf, which means that other machines on the LAN that use Zeroconf will be able to access it as .local. how do I do that?
djxxwolfxx
  • 21
  • 4
1
vote
0 answers

Can Avahi zeroconf mDNS correctly resolve bare hostnames?

Ubuntu supports resolving MACHINE.local names. How can you configure it correctly to resolve only MACHINE as the hostname? By default it appears to assume that this is a DNS search.
cmcginty
  • 5,888
0
votes
1 answer

How to file a bug report for avahi-autoipd.action

Does anyone know how to file a bug report for /etc/avahi/avahi-autoipd.action it comes in the the package avahi-autoipd but I'm not sure if this script is avahi devs or Ubuntu. The script is called by avahi but I'm not sure if its written by…
teknopaul
  • 2,027
  • 16
  • 18
0
votes
2 answers

avahi-browse only find localhost, but no other network devices

When running avahi-browse -arvp I only get results back from my own laptop, but nothing else (I ran avahi-browse -arvp on my Pi and I get all the network devices) So I copied the /etc/avahi/avahi-daemon.conf from my Pi to my laptop, restarted the…
WingZero
  • 1
  • 1