I have done a new installation with Linux Mint Maya (MATE-32 bit) and again I have the same issue (no /etc/resolv.conf created). This time, it is a brand new installation. No Updates installed, no VPN software added. Running "sudo dpkg-reconfigure resolvconf" fixes the issue (I have "yes" to both questions that appear) Let me know if you want me to perform other tests (I'll try to answer sooner) and thanks for your work.
-------------Situation of machine just after install. me@hostname ~ $ ls -l /etc/resolv.conf ls: cannot access /etc/resolv.conf: No such file or directory me@hostname ~ $ ls -l /run/resolvconf total 0 drwxr-xr-x 2 root root 40 Sep 2 12:52 interface -rw-r--r-- 1 root root 0 Sep 2 12:52 postponed-update me@hostname ~ $ ls -l /run/resolvconf/interface total 0 me@hostname ~ $ for F in /run/resolvconf/interface/* ; do echo "=== $F ===" ; cat "$F" ; done=== /run/resolvconf/interface/* === cat: /run/resolvconf/interface/*: No such file or directory me@hostname ~ $ 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 me@hostname ~ $ cat /etc/resolv.conf cat: /etc/resolv.conf: No such file or directory me@hostname ~ $ lsattr /etc/resolv.conf lsattr: No such file or directory while trying to stat /etc/resolv.conf me@hostname ~ $ cat /etc/NetworkManager/NetworkManager.conf [main] plugins=ifupdown,keyfile dns=dnsmasq [ifupdown] managed=false me@hostname ~ $ cat /run/nm-dns-dnsmasq.conf server=192.168.1.1 me@hostname ~ $ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 485811100 10610720 450883812 3% / udev 1002764 4 1002760 1% /dev tmpfs 404008 932 403076 1% /run none 5120 0 5120 0% /run/lock none 1010012 76 1009936 1% /run/shm me@hostname ~ $ sudo debconf-show resolvconf resolvconf/downup-interfaces: resolvconf/linkify-resolvconf: false resolvconf/link-tail-to-original: true resolvconf/reboot-recommended-after-removal: -------------/Situation of machine just after install. -------------Situation of machine just after "sudo dpkg-reconfigure resolvconf". me@hostname ~ $ ls -l /etc/resolv.conf lrwxrwxrwx 1 root root 29 Sep 2 13:29 /etc/resolv.conf -> ../run/resolvconf/resolv.conf me@hostname ~ $ ls -l /run/resolvconf total 4 -rw-r--r-- 1 root root 0 Sep 2 13:29 enable-updates drwxr-xr-x 2 root root 40 Sep 2 12:52 interface -rw-r--r-- 1 root root 151 Sep 2 13:29 resolv.conf me@hostname ~ $ ls -l /run/resolvconf/interface total 0 me@hostname ~ $ for F in /run/resolvconf/interface/* ; do echo "=== $F ===" ; cat "$F" ; done === /run/resolvconf/interface/* === cat: /run/resolvconf/interface/*: No such file or directory me@hostname ~ $ 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 me@hostname ~ $ cat /etc/resolv.conf # 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 me@hostname ~ $ lsattr /etc/resolv.conf lsattr: Operation not supported While reading flags on /etc/resolv.conf me@hostname ~ $ cat /etc/NetworkManager/NetworkManager.conf [main] plugins=ifupdown,keyfile dns=dnsmasq [ifupdown] managed=false me@hostname ~ $ cat /run/nm-dns-dnsmasq.conf server=192.168.1.1 me@hostname ~ $ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 485811100 10610908 450883624 3% / udev 1002764 4 1002760 1% /dev tmpfs 404008 936 403072 1% /run none 5120 0 5120 0% /run/lock none 1010012 76 1009936 1% /run/shm me@hostname ~ $ sudo debconf-show resolvconf * resolvconf/downup-interfaces: * resolvconf/linkify-resolvconf: false * resolvconf/link-tail-to-original: true resolvconf/reboot-recommended-after-removal: -------------/Situation of machine just after "sudo dpkg-reconfigure resolvconf". -- 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