Comment 0 for bug 735326

Revision history for this message
Kalle Valo (kvalo) wrote :

Binary package hint: connman

Occasionally I see that resolv.conf is empty:

$ 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

As connman writes directly to /etc/resolv.conf I think there's some kind of race between connman and resolvconf scripts. Maybe connman should use resolvconf framework instead?