FIrst, I'd like to know exactly what /etc/network/if-up.d/000resolvconf
is receiving in the IF_DNS_NAMESERVERS variable.  Please apply the
appended patch, down and up the br0 interface, confirm that
/run/resolvconf/interface/br0.inet still contains

    nameserver 66.185.16.130
    nameserver
    nameserver 66.185.16.131

and then post here the lines from /var/log/syslog that look like the
following ones.

Oct 22 22:26:38 myhost /etc/network/if-up.d/000resolvconf: 0000000 2e31 2e32 
2e33 2034 2e35 2e36 2e37 0a38
Oct 22 22:26:38 myhost /etc/network/if-up.d/000resolvconf: 0000020

Second, what happens if you comment out the bridge_* options in the iface br0 
stanza?  Does the spurious "nameserver" line go away?
-- 
Thomas

--- 000resolvconf.orig  2012-10-22 22:27:21.187597692 +0200
+++ 000resolvconf       2012-10-22 22:26:18.867595028 +0200
@@ -25,6 +25,7 @@
        R="${R}sortlist $IF_DNS_SORTLIST
 "
 fi
+echo "$IF_DNS_NAMESERVERS" | od -x | logger -t $0
 for NS in $IF_DNS_NAMESERVERS ; do
        R="${R}nameserver $NS
 "

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

Title:
  resolvconf adds an empty "nameserver" record into /etc/resolv.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1067043/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to