• Michael Shigorin's avatar
    net: +nm shouldn't provoke races · 0184a3b7
    Michael Shigorin authored
    Brief version: otherwise DNS resolving might fail to perform
    until dnsmasq service restart or system reboot (ouch!).
    
    The problem:
    
    1) NetworkManager requires dnsmasq;
    2) dnsmasq can win a race against dhcpcd on ethernet.
    
    The result:
    
    1) /etc/resolv.conf looks fine;
    2) dnsmasq is running;
    3) resolving beyond /etc/hosts fails.
    Suggested-by: 's avatarMikhail Efremov <sem@altlinux.org>
    0184a3b7
config.mk 1.25 KB