Skip to content

Instantly share code, notes, and snippets.

@copperlight
Created November 19, 2015 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save copperlight/d672cc43e00cbdbb4c57 to your computer and use it in GitHub Desktop.
Save copperlight/d672cc43e00cbdbb4c57 to your computer and use it in GitHub Desktop.
https://github.com/raspberrypi/linux/issues/963
I found that changing a line in /etc/nsswitch.conf fixes it, with avahi-daemon running.
"hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"
should become:
"host: files dns"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment