Turns out there is some strange interaction between DNS and Avahi (no not the woolly lemur the Linux implementation of Zeroconf) that only rears its ugly head when your local domain ends in a .local. Now, I hear that Avahi is great if you have a network of computers, no DNS server and no desire to set one up, but I don't have that problem. I have a DNS server dang it!! Two of them to be precise. All I want is nice easy DNS resolution!!
Well here is your solution:
- Open /etc/nsswitch.conf in your favorite text editor (I like nano, vim works, if you are an emacs user.......well I guess you can keep reading).
- find the following line:
hosts: file mdns4_minimal [NOTFOUND=return] dns mdns4 - Change it to:
hosts: files dns - Thats it!!
2 comments:
Thanks a lot for your useful post. I am using Ubuntu 9.10 and after one whole day of debugging, was finally able to resolve this issue after following the instructions in your post.
Thanks a lot, you have saved my day!
Post a Comment