On Tue, Sep 18, 2012 at 5:43 PM, Thomas Hood <1000...@bugs.launchpad.net> wrote: > @Cerin: We need to find out which program it is that is not interfacing > correctly with resolvconf. > > So far as I know all Ubuntu software interfaces correctly with > resolvconf. It is known that some third party software doesn't interface > correctly with resolvconf. Are you using a VPN client? Which one? > > When resolv.conf is incorrect, what is the output of these commands? > > ls -l /etc/resolv.conf > cat /etc/resolv.conf > ls -l /run/resolvconf > ls -l /run/resolvconf/interface > for F in /run/resolvconf/interface/* ; do echo === $F === ; cat $F ; done > ls -l /etc/resolvconf/resolv.conf.d > for F in /etc/resolvconf/resolv.conf.d/* ; do echo === $F === ; cat $F ; > done > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1000244 > > Title: > /etc/resolv.conf symlink does not exist after initial installation of > resolvconf package > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1000244/+subscriptions
Sorry for the late reply. I was waiting for when the problem reoccurred. I've isolated the scenario that I can reproduce. My resolvconf info is always wrong with I switch from wired to wireless. In response to your question, when resolv.conf is incorrect, this is the output of your commands: chris@localhost:~$ ls -l /etc/resolv.conf lrwxrwxrwx 1 root root 29 Sep 17 10:57 /etc/resolv.conf -> ../run/resolvconf/resolv.conf chris@localhost:~$ cat /etc/resolv.conf # Generated by NetworkManager domain home search home nameserver 127.0.0.1 chris@localhost:~$ ls -l /run/resolvconf total 4 -rw-r--r-- 1 root root 0 Oct 12 20:36 enable-updates drwxr-xr-x 2 root root 60 Oct 12 20:47 interface -rw-r--r-- 1 root root 75 Oct 12 20:47 resolv.conf chris@localhost:~$ ls -l /run/resolvconf/interface total 4 -rw-r--r-- 1 root root 45 Oct 12 20:47 NetworkManager chris@localhost:~$ for F in /run/resolvconf/interface/* ; do echo === $F === ; cat $F ; done === /run/resolvconf/interface/NetworkManager === domain home search home nameserver 127.0.0.1 chris@localhost:~$ ls -l /etc/resolvconf/resolv.conf.d total 8 -rw-r--r-- 1 root root 0 Mar 29 2012 base -rw-r--r-- 1 root root 151 Mar 29 2012 head -rw-r--r-- 1 root root 147 May 10 14:55 original chris@localhost:~$ for F in /etc/resolvconf/resolv.conf.d/* ; do echo === $F === ; cat $F ; done === /etc/resolvconf/resolv.conf.d/base === === /etc/resolvconf/resolv.conf.d/head === # 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 === /etc/resolvconf/resolv.conf.d/original === # Generated by NetworkManager domain mynetwork search mynetwork nameserver 10.157.10.12 nameserver 10.157.10.14 nameserver 192.168.1.1 When I use the Gnome widget to disable and then re-enable my wireless connection, the resolv.conf info is corrected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1000244 Title: /etc/resolv.conf symlink does not exist after initial installation of resolvconf package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1000244/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs