With NetworkManager 1.2, the /etc/resolv.conf handling was changed and
we didn't notice.

NetworkManager assumes that resolv.conf is already handled manually and
writes its generated resolv.conf only to /run/NetworkManager/resolv.conf
instead of the location we set our /etc/resolv.conf link to.

By setting rc-manager=file, the old behaviour is restored.

Found-by: Michael Olbrich <[email protected]>
Signed-off-by: Robert Schwebel <[email protected]>
---
 projectroot/etc/NetworkManager/NetworkManager.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projectroot/etc/NetworkManager/NetworkManager.conf 
b/projectroot/etc/NetworkManager/NetworkManager.conf
index d8b33d9..d518223 100644
--- a/projectroot/etc/NetworkManager/NetworkManager.conf
+++ b/projectroot/etc/NetworkManager/NetworkManager.conf
@@ -1,5 +1,6 @@
 [main]
 plugins=ifupdown,keyfile
+rc-manager=file
 
 [ifupdown]
 managed=false
-- 
2.8.1


_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to