Comment 10 for bug 1314697

Revision history for this message
Simon Kelley (simon-thekelleys) wrote : Re: [Bug 1314697] Re: Upon upgrade, DNS resolution no longer works

On 02/05/14 12:00, Adam Smith wrote:
> LSOF output below. I tried to put a strace in init.d but failed
> miserably
>
> lsof | grep dnsmasq
>
> dnsmasq 1430 dnsmasq cwd unknown /proc/1430/cwd (readlink: Permission denied)
> dnsmasq 1430 dnsmasq rtd unknown /proc/1430/root (readlink: Permission denied)
> dnsmasq 1430 dnsmasq txt unknown /proc/1430/exe (readlink: Permission denied)
> dnsmasq 1430 dnsmasq NOFD /proc/1430/fd (opendir: Permission denied)
> dnsmasq 2066 nobody cwd unknown /proc/2066/cwd (readlink: Permission denied)
> dnsmasq 2066 nobody rtd unknown /proc/2066/root (readlink: Permission denied)
> dnsmasq 2066 nobody txt unknown /proc/2066/exe (readlink: Permission denied)
> dnsmasq 2066 nobody NOFD /proc/2066/fd (opendir: Permission denied)
> dnsmasq 3176 libvirt-dnsmasq cwd unknown /proc/3176/cwd (readlink: Permission denied)
> dnsmasq 3176 libvirt-dnsmasq rtd unknown /proc/3176/root (readlink: Permission denied)
> dnsmasq 3176 libvirt-dnsmasq txt unknown /proc/3176/exe (readlink: Permission denied)
> dnsmasq 3176 libvirt-dnsmasq NOFD /proc/3176/fd (opendir: Permission denied)
>

It looks like that was done as an ordinary user. Please could you repeat
as root

sudo lsof | grep dnsmasq.

I note that there's two instances of dnsmasq here, one started by
libvirt (?) and one, I guess, started by network-manager. I wonder if
some interaction between the two is what's causing the problem. Which
one is the which is spinning? Can you disable the libvirt stuff and see
if that makes a difference?

Cheers,

Simon.