With VIM I turned on invisible characters, via `:set invlist`

# This file describes the network interfaces available on your system$
# and how to activate them. For more information, see interfaces(5).$
$
# The loopback network interface$
auto lo$
iface lo inet loopback$
$
# The primary network interface$
#auto eth0$
#^Iiface eth0 inet dhcp$
$
auto eth0 $
iface eth0 inet manual $
$
auto br0$
iface br0 inet static$
^Iaddress 199.195.144.53$
^Inetmask 255.255.255.0$
^Inetwork 199.195.144.0$
^Ibroadcast 199.195.144.255$
^Igateway 199.195.144.1 $
^Idns-nameservers 66.185.16.130 66.185.16.131$
^Ibridge_ports eth0$
^Ibridge_stp off$
^Ibridge_fd 0$
^Ibridge_maxwait 0$
$


When I removed that space after the "gateway" setting in the interfaces config, 
and then reran `/etc/network/if-up.d/000resolvconf` the empty nameserver value 
did not go away.

-- 
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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to