Here is the required data:

ls -l /run/resolvconf /run/resolvconf/interface
/run/resolvconf:
total 4
-rw-r--r-- 1 root root   0 mag  5 16:31 enable-updates
drwxr-xr-x 2 root root  60 mag  7 12:27 interface
-rw-r--r-- 1 root root 204 mag  7 12:27 resolv.conf

/run/resolvconf/interface:
total 4
-rw-r--r-- 1 root root 85 mag  7 12:27 NetworkManager


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.0.1
search wifi.mars.arces.unibo.it


for F in /run/resolvconf/interface/* ; do echo "=== $F ===" ; cat $F ; done
=== /run/resolvconf/interface/NetworkManager ===
domain wifi.mars.arces.unibo.it
search wifi.mars.arces.unibo.it
nameserver 127.0.0.1


ps -elf|grep dnsmasq
4 S nobody   25839  1652  0  80   0 -  7267 poll_s 12:27 ?        00:00:00 
/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces 
--pid-file=/var/run/sendsigs.omit.d/network-manager.dnsmasq.pid 
--listen-address=127.0.0.1 --conf-file=/var/run/nm-dns-dnsmasq.conf 
--cache-size=0 --proxy-dnssec

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

Title:
  Precise resolvconf+dnsmasq setup breaks login in some wireless
  networks

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to