On Fri, Jun 10, 2016 at 02:05:28PM +0200, Robert Schwebel wrote: > 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]>
Thanks, applied. Michael > --- > 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] -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
