[Bug 1180406] Re: [Saucy] DNS issues when resolvconf is installed

2013-05-15 Thread Thomas Hood
*** This bug is a duplicate of bug 1000244 ***
https://bugs.launchpad.net/bugs/1000244

I am glad to hear that the problem is gone.

It is possible that this is another case of bug #1000244. Until we have
more information about what went wrong on your machine (which we may get
if the problem comes back) I will mark this bug as a duplicate of that
one.

** Changed in: resolvconf (Ubuntu)
   Status: Incomplete => New

** This bug has been marked a duplicate of bug 1000244
   Symlink /etc/resolv.conf does not exist after installation or upgrade of 
resolvconf -- various causes

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1180406] Re: [Saucy] DNS issues when resolvconf is installed

2013-05-15 Thread Matthieu Baerts
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1180406] Re: [Saucy] DNS issues when resolvconf is installed

2013-05-15 Thread Thomas Hood
Please reinstall resolvconf, reboot, and then post the output of the
following 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
cat /etc/NetworkManager/NetworkManager.conf
nm-tool

** Changed in: resolvconf (Ubuntu)
   Status: New => Incomplete

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs