On Wed, Oct 24, 2012 at 7:39 AM, Thomas Hood <1000...@bugs.launchpad.net> wrote:
> @Cerin: You say that disabling and re-enabling wireless connection
> corrects resolv.conf.  Please run the following commands when
> resolv.conf is correct, so we know what you mean by that.
>
>     cat /etc/resolv.conf
>     ls -l /run/resolvconf/interface
>     for F in /run/resolvconf/interface/* ; do echo === $F === ; cat $F ; done

chris@localhost$ cat /etc/resolv.conf
# Generated by NetworkManager
domain mynetwork
search mynetwork
nameserver 127.0.0.1
chris@localhost$ ls -l /run/resolvconf/interface
total 4
-rw-r--r-- 1 root root 67 Oct 24 12:03 NetworkManager
chris@localhost$ for F in /run/resolvconf/interface/* ; do echo === $F
=== ; cat $F ; done
=== /run/resolvconf/interface/NetworkManager ===
domain mynetwork
search mynetwork
nameserver 127.0.0.1

-- 
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

Reply via email to