should i use sudo?. here is the output.

pc@alif-PC:~$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 29 Jun 22 15:35 /etc/resolv.conf -> 
../run/resolvconf/resolv.conf
pc@alif-PC:~$ 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
pc@alif-PC:~$ ls -l /run/resolvconf
total 4
-rw-r--r-- 1 root root   0 Sep 22 12:13 enable-updates
drwxr-xr-x 2 root root  60 Sep 22 22:40 interface
-rw-r--r-- 1 root root 172 Sep 22 22:40 resolv.conf
pc@alif-PC:~$ ls -l /run/resolvconf/interface
total 4
-rw-r--r-- 1 root root 21 Sep 22 22:40 NetworkManager
pc@alif-PC:~$ for F in /run/resolvconf/interface/* ; do echo === $F === ; cat 
$F ; done
=== /run/resolvconf/interface/NetworkManager ===
nameserver 127.0.0.1
pc@alif-PC:~$ ls -l /etc/resolvconf/resolv.conf.d
total 4
-rw-r--r-- 1 root root   0 Mar 30 03:37 base
-rw-r--r-- 1 root root 151 Mar 30 03:37 head
pc@alif-PC:~$ 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
pc@alif-PC:~$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
dns=dnsmasq

[ifupdown]
managed=false
pc@alif-PC:~$ ps -elfww|grep dnsmasq
4 S nobody    8629   826  0  80   0 -  1346 poll_s 22:40 ?        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
0 S pc        8890  8735  0  80   0 -  1092 pipe_w 22:45 pts/0    00:00:00 grep 
--color=auto dnsmasq
pc@alif-PC:~$

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

Title:
  can't connect to internet with modem gsm after updating resolvconf and
  isc-dhcp-client

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

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

Reply via email to