Public bug reported:

Binary package hint: base-files

Problem is atleast on ubuntu 9.04. Noticed while using a hosts file and
dnsmasq dns and dhcp server. I wanted the DNS-server to reply first
based on my hosts file but it didn't read this file it only used the dns
servers replies.

Orginal file
cat /etc/host.conf
# The "order" line is only used by old versions of the C library.
order hosts,bind
multi on

How it should be. The comma is not allowed in the configuration, only allowed 
is # and whitespace.
cat /etc/host.conf
# The "order" line is only used by old versions of the C library.
order hosts bind
multi on

** Affects: base-files (Ubuntu)
     Importance: Undecided
         Status: New

-- 
hosts file is not read
https://bugs.launchpad.net/bugs/381623
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to