Comment 4 for bug 991347

Revision history for this message
Patola (patola) wrote : Re: After upgrade to 12.04 resolvconf seems ok but does not work

Steve Langasek, I do not have bind installed, but I have some packages named bind9-host, libbind9-60 and libbind9-80. They must not be interfering with dnsmasq, bind9-host doesn't even have an executable other than "host".

Reducing the number of nameservers actually worked! I editted my dhcpd.conf on the DHCP server and made it use only "8.8.8.8" (google server). It resolves ok:

[patola@bmw patola]% ls -la /etc/resolv.conf ; cat /etc/resolv.conf ; ping -c3 www.terra.com.br
lrwxrwxrwx 1 root root 29 Abr 7 12:51 /etc/resolv.conf -> ../run/resolvconf/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search patola.org
PING www.terra.com.br (200.154.56.80) 56(84) bytes of data.
64 bytes from www.terra.com.br (200.154.56.80): icmp_req=1 ttl=247 time=54.4 ms
64 bytes from www.terra.com.br (200.154.56.80): icmp_req=2 ttl=247 time=31.1 ms
64 bytes from www.terra.com.br (200.154.56.80): icmp_req=3 ttl=247 time=29.9 ms

--- www.terra.com.br ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 29.975/38.512/54.437/11.272 ms