On Fri, Nov 4, 2016 at 2:36 PM, Rick Stevens <ricks@xxxxxxxxxxxxxx> wrote: > On 11/04/2016 11:09 AM, Tom Horsley wrote: >> On Fri, 4 Nov 2016 13:03:41 -0400 >> Michael B Allen wrote: >> >>> Is mDNS supposed to coexist with DNS? >> >> I have no idea what is "supposed" to work, but I know >> I always have to get rid of the mdns [notfound=return] >> crap that is in my /etc/nsswitch.conf file by default >> in order to get "normal" dns lookups to work. > > Yeah, I've never figured out why they do that. The default action > for notfound is "continue". Why they abort further lookups by using > "return" is silly and (IMHO) broken. Ok, so this nails it. If I remove [notfound=return] then there is a 3 second delay for mdns to return but it does fallback to DNS. I have to completely remove mdns4_minimal [notfound=return] to just use DNS. Of course my local network is a .local domain so it seems at least in my case mdns cannot really be used effectively. I never understood these logical meta languages. Pam is another example. It's basically just an obscure way of writing code so it's not obvious to me why this isn't just scripted so that someone has the option of making them work together (call both mDNS and DNS async and then return first to respond). Mike _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx