Comment 3 for bug 1013843

Revision history for this message
Daniel Manrique (roadmr) wrote :

Hi Thomas,

A few of the files you requested weren't in /run, here's the output of the commands you requested (I put them all in one script):

# bash script.sh
total 4
-rw-r--r-- 1 root root 0 Jun 18 09:53 enable-updates
drwxr-xr-x 2 root root 40 Jun 18 09:53 interface
-rw-r--r-- 1 root root 151 Jun 18 09:53 resolv.conf
total 0
=== /run/resolvconf/interface/* ===
cat: /run/resolvconf/interface/*: No such file or directory
=== /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
[main]
plugins=ifupdown,keyfile
dns=dnsmasq

[ifupdown]
managed=false
cat: /run/nm-dns-dnsmasq.conf: No such file or directory

The remaining file you requested /etc/resolv.conf has nothing but the comment as seen in the original report:

# 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

Please let me know if you need more information about this problem. Thanks!