when startup delays become bugs

Jeffrey Bastian jbastian at redhat.com
Wed May 15 15:53:13 UTC 2013


On Tue, May 14, 2013 at 05:58:42PM -0600, Chris Murphy wrote:
> And avahi doesn't play nice with the localdomain extension anyway.
> Without the extension I ssh into boxes just like I do from Windows or
> OS X:
> 
> ssh chris at f19q.local
> 
> Whereas if I change the hostname to f19q.localdomain, to ssh into the
> system now I have to use a non-obvious, nonstandard:
> 
> ssh chris at f19q.localdomain



Hmm, that doesn't seem right.  I have a .localdomain on all my hostnames
and Avahi and mDNS work just fine with the special .local domain.

  [jbastian at tarantula ~]$ hostname
  tarantula.localdomain

  [jbastian at tarantula ~]$ ip addr show em1 | grep inet | awk '{print $2}'
  192.168.1.75/24
  fe80::f2de:f1ff:fe15:6496/64

>From another system:

  [jbastian at gecko ~]$ avahi-resolve-host-name tarantula.local
  tarantula.local	fe80::f2de:f1ff:fe15:6496

  [jbastian at gecko ~]$ ping -n tarantula.local
  PING tarantula.local (192.168.1.75) 56(84) bytes of data.
  64 bytes from 192.168.1.75: icmp_seq=1 ttl=64 time=0.281 ms
  ...

Maybe you have iptables blocking mDNS traffic (tcp port 5353)?

Jeff


More information about the devel mailing list