I just reinstalled resolvconf and rebooted and now, everything works
fine :)


  $ ls -l /etc/resolv.conf
   lrwxrwxrwx 1 root root 29 mai 15 17:44 /etc/resolv.conf -> 
../run/resolvconf/resolv.conf

  $ 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
   nameserver 127.0.1.1

  $ ls -l /run/resolvconf
   total 4
   -rw-r--r-- 1 root root   0 mai 15 17:46 enable-updates
   drwxr-xr-x 2 root root  60 mai 15 17:46 interface
   -rw-r--r-- 1 root root 172 mai 15 17:46 resolv.conf

  $ ls -l /run/resolvconf/interface
   total 4
   -rw-r--r-- 1 root root 21 mai 15 17:46 NetworkManager

  $ for F in /run/resolvconf/interface/* ; do echo === $F === ; cat $F ; done
   zsh: == not found

  $ for F in /run/resolvconf/interface/* ; do echo "=== $F ===" ; cat $F ; done
   === /run/resolvconf/interface/NetworkManager ===
   nameserver 127.0.1.1

  $ ls -l /etc/resolvconf/resolv.conf.d
   total 8
   -rw-r--r-- 1 root root   0 déc 13 19:27 base
   -rw-r--r-- 1 root root 151 déc 13 19:27 head
   -rw-r--r-- 1 root root  51 mai 15 16:00 original
   -rw-r--r-- 1 root root   0 mai 15 17:44 tail

  $ for F in /etc/resolvconf/resolv.conf.d/* ; do echo === $F === ; cat $F ; 
done
   zsh: == not found

  $ 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
   nameserver 127.0.1.1
   === /etc/resolvconf/resolv.conf.d/tail ===

  $ cat /etc/NetworkManager/NetworkManager.conf
   [main]
   plugins=ifupdown,keyfile
   dns=dnsmasq
   
   [ifupdown]
   managed=false

  $ nm-tool
   
   NetworkManager Tool
   
   State: connected (global)
   
   - Device: eth0  [Auto] 
---------------------------------------------------------
     Type:              Wired
     Driver:            atl1c
     State:             connected
     Default:           yes
     HW Address:        70:xx:xx:xx:xx:xx
   
     Capabilities:
       Carrier Detect:  yes
       Speed:           1000 Mb/s
   
     Wired Properties
       Carrier:         on
   
     IPv4 Settings:
       Address:         192.168.1.7
       Prefix:          24 (255.255.255.0)
       Gateway:         192.168.1.1
   
       DNS:             192.168.0.1
       DNS:             8.8.8.8
   
   
   - Device: wlan0 
----------------------------------------------------------------
     Type:              802.11 WiFi
     Driver:            rtl8192se
     State:             unavailable
     Default:           no
     HW Address:        1C:xx:xx:xx:xx:xx
   
     Capabilities:
   
     Wireless Properties
       WEP Encryption:  yes
       WPA Encryption:  yes
       WPA2 Encryption: yes
   
     Wireless Access Points

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1180406

Title:
  [Saucy] DNS issues when resolvconf is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1180406/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to