Bugzilla – Bug 137762
DNS is not saved
Last modified: 2006-05-05 08:27:41 UTC
In 10.1 alpha3, when I use yast to set up network (no DHCP), the IPs of nameservers I put in are not saved. I had to change resolve.conf manually (after that the network works)
please try again changing the nameserver and provide more information: /var/log/YaST2/y2log
Created attachment 60191 [details] here is the y2log
sorry, forgot to write what actually happened now: I ran again yast, set the nameserver there; the result was as before, resolv.conf got empty again (except for the line #don't-edit-this-file)
NetworkManager overwrites that file. Yast checks whether there is a "Process" header written by modify_resolvconf(8) but obviously the #don't edit line does not match. Robert, can you use modify_resolvconf or at least write a Process line?
You want me to have NM add the line # Process: /usr/bin/NetworkManager to /etc/resolv.conf?
Okay, I modified NM to write out /etc/resolv.conf as attached.
Created attachment 60344 [details] resolv.conf as written out by NM, with new patch
Good?
Submitted NM to autobuild with this change. Let me know if you need more.
Is this still valid?
It is fixed as per bug 171488 comment 7 *** This bug has been marked as a duplicate of 171488 ***