Open
Description
I'm trying to permanently register a subdomain project.machine.local
for my computer in /etc/avahi/hosts
. Doing that and restarting avahi-daemon
gives me an error in syslog:
avahi-daemon[24327]: Static host name project.machine.local: avahi_server_add_address failure: Local name collision
I can register the name with avahi-publish
when giving the --no-reverse
option:
$ avahi-publish -a -R project.machine.local 192.168.178.13
Established under name 'project.machine.local'
It would be nice if there was a way to specify this option in the hosts
file, too.