Created
November 19, 2015 06:48
-
-
Save copperlight/d672cc43e00cbdbb4c57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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