Can you give more details on what you are expecting to happen with
resolv.conf, and what you get instead? First we need to narrow this
problem down between network-manager and resolvconf. From the logs,
Network Manager appears to be properly asking 'resolvconf' to update the
DNS servers:

May  9 19:29:56 fshlinux NetworkManager: <info>  (wlan0): writing resolv.conf 
to /sbin/resolvconf 
May  9 19:29:56 fshlinux NetworkManager: <info>  (wlan0): device state change: 
7 -> 8 
May  9 19:29:56 fshlinux NetworkManager: <info>  (wlan0): writing resolv.conf 
to /sbin/resolvconf 
May  9 19:29:56 fshlinux NetworkManager: <info>  Policy set 'Auto fshome' 
(wlan0) as default for routing and DNS. 

The question is, is resolvconf properly set up to actually handle those
requests?

On your system, is /etc/resolv.conf still a symbolic link to
/etc/resolvconf/run/resolv.conf?

Have you rebooted? It looks like resolvconf is designed to keep the
existing resolv.conf in place until you reboot.

Can you post the output of this sequence of commands?

ls -l /etc/resolv.conf
cat /etc/resolv.conf
echo "nameserver 127.0.0.1" | sudo /sbin/resolvconf -a eth100
cat /etc/resolv.conf
echo "nameserver 127.0.0.1" | sudo /sbin/resolvconf -d eth100
cat /etc/resolv.conf

-- 
Network Manager is erroneously overwriting resolv.conf
https://bugs.launchpad.net/bugs/374286
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