Comment 15 for bug 922677

Revision history for this message
Louis Li (louisli) wrote :

Here's some information:
ubuntu@ip-10-116-125-233:~$ ls -l /etc/resolv.conf
-r--r--r-- 1 root root 63 May 29 13:42 /etc/resolv.conf
ubuntu@ip-10-116-125-233:~$ lsattr /etc/resolv.conf
-------------e- /etc/resolv.conf
ubuntu@ip-10-116-125-233:~$ ls -l /run/resolvconf
total 0
drwxr-xr-x 2 root root 40 May 29 13:42 interface
-rw-r--r-- 1 root root 0 May 29 13:42 postponed-update
ubuntu@ip-10-116-125-233:~$ ls -l /run/resolvconf/interface/
total 0
ubuntu@ip-10-116-125-233:~$ for F in /run/resolvconf/interface/*; do echo === $F ===; cat $F; done
=== /run/resolvconf/interface/* ===
cat: /run/resolvconf/interface/*: No such file or directory