Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 640774 - net-dns/bind-9.11.1_p3 supplies bad named.cache
Summary: net-dns/bind-9.11.1_p3 supplies bad named.cache
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-11 21:25 UTC by Nico Baggus
Modified: 2018-01-08 09:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Baggus 2017-12-11 21:25:39 UTC
The B Root server changed address:
$ dig . ns gives for the B rootserver:
b.root-servers.net.     513242  IN      A       199.9.14.201

This was modified in my named.cache because named complained:
named[13133]: checkhints: view default: b.root-servers.net/A (199.9.14.201) missing from hints
named[13133]: checkhints: view default: b.root-servers.net/A (192.228.79.201) extra record in hints


In Named .conf this is an old address (after upgrade dispatch-conf shows:)
--- /var/bind/named.cache       2017-12-10 23:04:01.000000000 +0100
+++ /var/bind/._cfg0000_named.cache     2017-12-11 21:13:53.000000000 +0100
@@ -21,7 +21,7 @@
 ; FORMERLY NS1.ISI.EDU 
 ;
 .                        3600000      NS    B.ROOT-SERVERS.NET.
-B.ROOT-SERVERS.NET.      3600000      A     199.9.14.201
+B.ROOT-SERVERS.NET.      3600000      A     192.228.79.201
 B.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:200::b
 ; 
 ; FORMERLY C.PSI.NET 
@@ -89,4 +89,4 @@
 .                        3600000      NS    M.ROOT-SERVERS.NET.
 M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33
 M.ROOT-SERVERS.NET.      3600000      AAAA  2001:dc3::35
-; End of file
+; End of file
\ No newline at end of file
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2018-01-08 09:09:06 UTC
This has just been updated in git. Thanks!