View Single Post
  #1 (permalink)  
Old 11-25-2008, 10:13 AM
dwill dwill is offline
Loyal Member
 
Posts: 92
Default ATTN: Ubuntu 8.04 Users

I've read a few posts now about DNS issues and Ubuntu 8.04 as well as experienced my own problems:

[SOLVED] 32bit to 64bit migration

For me the problem appears as a strange "localhost" resolution error
After three nights of trial and error I believe the problem to be the Multicast DNS discovery service.
Specifically, the order of precedence in the /etc/nsswitch.conf if MDNS is enabled
in Ubuntu 6.06 the hosts line is:
Code:
hosts:          files dns mdns
in Ubuntu 8.04 the hosts line is:
Code:
hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4
What I have read point to changing the hosts line to match that of Ubuntu 6.06


does anyone have the ability to test my theory before I spend another 6 hours trying my migration to 8.04 again this evening
__________________
ZCS Network Edition 5.0.15 64 bit
Ubuntu 8.04 LTS 64 bit
Reply With Quote