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.

learn more… | top users | synonyms

0
votes
1answer
369 views

What does `avahi-dnsconfd` daemon?

I've installed KDE desktop, that depends on avahi. It has two daemons avahi-daemon and avahi-dnsconfd. In ArchLinux wiki there is no info about avahi-dnsconfd. I've tried Daemon and Avahi pages.
7
votes
1answer
2k views

How to print from iPad to CUPS?

I would like to print from an iPad2 to the office printer running on CUPS. After following a couple of cookbook style cheat sheets, printing from the iPad still does not work. the iPad sees the ...
2
votes
2answers
2k views

How to stop avahi-daemon

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 ...