I couldn't reproduce the error on hardy using vpnc + resolvconf + dnsmasq(on and off). But I have wicd instead of NetworkManager, but that shouldn't affect resolvconf functionality.
Everything works fine, do you have the resolv.conf managed by resolvconf? There should be a message inside the resolv.conf about it being generated,etc. If not, it was probably ovewritten by something that still doesn't play well with resolvconf. Is /etc/resolv.conf a symbolic link (as is should be, to /etc/resolvconf/run/resolv.conf) or a normal file? Q: What files are present in /etc/resolvconf/run/interfaces/ after a lease? Each file should contain a list of nameservers for each interfaces - resolvconf glues these together to create the /etc/resolvconf/run/resolv.conf. NOTE: There are restrictions: resolvconf splits the "nameserver" and "search" entries and from the nameservers it get up ti 3 entries or up to the 127.0.0.1, whichever is sooner, e.g: nameserver 127.0.0.1 nameserver 10.0.0.1 nameserver 192.168.0.1 will give: nameserver 127.0.0.1 (this is useful when you have a local DNS cacher, etc.) Hope this helps someone. -- One DNS by DHCP setting overwrites another https://bugs.launchpad.net/bugs/59375 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
