home.social

#avahi — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #avahi, aggregated by home.social.

fetched live
  1. I just discovered avahi which lets you create domain names for the machines on your local network, like http://my-laptop.local, etc. And because NixOS is so awesome you just add a one-liner to to your config to enable it:

    ```
    services.avahi = { enable = true; nssmdns4 = true; };
    ```

    (defaults to using the machine's hostname as domain name)

    github.com/avahi/avahi

  2. Estoy tan habituado ya a ignorar el sistema operativo que me olvido que tengo #Archlinux y su filosofía minimalista.

    Quería conectar, desde el móvil, a mi PC de sobremesa con el nombre; sin poner la IP. Y resulta que tengo que instalar una dependencia opcional de #Avahi (nss-mdns) y activar el servicio avahi-daemon para tener la resolución de nombres en la red local; el "hostname.local".

  3. @ibims

    Wenn man u.a. Geräte wie #Chromecast im Netz hat, dann merkt man schnell das diese viel...sehr viel per Multicast reden. Die einen blocken es und ich fange sie auf mit dem #mDNS Dienst. Auch bekannt als #ZeroConf, #Avahi oder #bonjour

    Siehe bitunfall.de/posts/2025/05/31/

    oder de.wikipedia.org/wiki/Zeroconf

  4. Uh, Nice,

    #Traefik läuft nun im #homelab auf dem #raspberrypi und so ganz nebenbei werden die Hostnamen via #mnds #avahi #zeroconf im local net verteilt. Dank #docker labels. Genauer gesagt: die traefik host regeln werden dafür wiederverwendet ...

    (english:
    #traefik is running my #homelab on the #raspberrypi and just as a side effect the hostnames are distributed via #mdns #avahi #zeroconf in my local domain. Thanks to #docker labels. Actually, the traefik host rules are re-used for this ...)

  5. Following somebody submitting a PR to update I've spent an hour updating my Docker/Traefik/Avahi helper and pushing new Docker conatiners.

    github.com/hardillb/traefik-av

    #docker #traefik #avahi #mDNS

  6. My talk in room got accepted! Great news for me, although I have a lot to do to present the potential I have already in my head. But not yet in the code! I want to work also on release. Well, I should relax and refresh at the same time. Combination of all that would not be a simple task. Merry Christmas everyone!

  7. @amadeus @loveyoumore

    We at OpenPrinting are aware of the problem and the bug is actually in CUPS and not in GNOME/GTK.

    See

    github.com/OpenPrinting/cups/i

    I have originally reported this one. See the answers of CUPS author Michael Sweet. He has developed primarily under Mac OS (BSD-based) which uses mdnsresponder (Not Avahi as in Linux) where the problem does not occur, seems in CUPS' Avahi support.

    Set as milestone for first CUPS 2.5.x release.

    #OpenPrinting #CUPS #Avahi #mDNS #DNSSD

  8. So with the help of #chatgpt I managed to fix the issue with #Airprint and #DebianTrixie. The problem is not #Avahi - it's #CUPS frontend.

    When you set up a printer over http://localhost:631 and check "Share this printer" - it won't actually reflect in /etc/cups/printers.conf

    So check that file and make sure you see "Shared Yes" there.

    If it still won't work - here are more steps I took to fix it:
    forums.raspberrypi.com/viewtop

    #linux #raspberrypi #debian

  9. has one important limitation on multicast resolution. It expects host has only one important address on AF. At least that is offered by simple protocol used by nss-mdns. It cannot send multiple addresses on single name. That is often wrong. Is there potential contributor able to design fix for that?

  10. complaint: #Avahi #mDNS has a tendency to completely implode and go AWOL for very long periods of time due to certain types of network disruptions, and it's a giant pain in the ass and a huge disincentive to relying on it

    I really need to get my next generation network arch figured out, including internal name resolution, but it's a quicksand topic for my brain for some reason

  11. @ds These entries are definitely from #Avahi. Thanks for the tip! When I stop the Avahi daemon they disappear.

    It's still strange that this is the first semester where this is happening. Guess I'll have to investigate further, e. g. if the IT service at university has disabled separation of network devices.

  12. I've got a network speaker (a Denon Home 150) that speaks "AirPlay Remote", "AirTunes Remote", "Tidal Connect", "Spotify Connect", "HEOS Audio", and "Qobuz Connect" according to Avahi.

    How can I play music on this from Linux?

    My music player (Strawberry) doesn't list it or any of those protocols, and I can't set it as an audio device (which is probably a good thing).

    #linux #arch #airplay #airtunes #tidal #spotify #heos #qobuz #avahi #pipewire #denon

  13. - Поставил на домашний сервер Avahi.
    - Подумал зачем он мне нужен.
    - Удалил Avahi.

    #server #home #Linux #log #soft #avahi

  14. #Avahi (#DNSSD / #RFC6763 / #mDNS / #RFC6762) is always UNSECURE, no fixed #CVE, latest build is 0.8.0 from 2020-02-18. I have specified it since a long time, there is a ticket here: github.com/avahi/avahi/issues/

  15. repository got enabled vulnerability reporting via GitHub.com/avahi/avahi. If a way to crash avahi-daemon by network packets is discovered, use it to report it in private. Another small step to make on Linux safer. Someone still need to prepare fixes for it.

  16. Good News! #Avahi development seems to be alive again! @pemensik from Red Hat has pushed the v0.9rc1 tag for the upcoming 0.9 release!

    For us at #OpenPrinting a well-maintained Avahi is essentially important.

  17. nginx-proxy-avahi-helper

    blog.hardill.me.uk/2020/09/22/

    I’ve been playing with the jwilder/nginx-proxy docker container recently. It automatically generates reverse proxy entries for other containers.

    It does this by monitoring when new containers are started and then inspecting the environment variables attached to the new container. If the container has the VIRTUAL_HOST variable is uses it’s value as the virtual host for nginx to proxy access to […]

    #avahi #docker #mdns #nginx