Skip to content

register host without reverse entry in /etc/avahi/hosts #40

Open
@cweiske

Description

@cweiske

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions