On Aug 16, 2014, at 3:46 PM, Bill Christensen <[email protected]> wrote: > > Replying to myself.... > > On further inspection (examining the results of what files BIND installs > using port contents bind9) I'm seeing a Jan 3, 2013 version of the root > servers in /opt/local/var/named/db.cache.dist. And the June 2, 2014 version > is at /opt/local/var/named/db.cache . I have no idea if it's really in use > though,
your named.conf determines which root hint file is used (bind9 also has built-in hints in case you misconfigure your server and don't have one specified). If you follow the bind9 notes, you'll get a conf that uses the db.cache that comes with the port (which is a Jan 3, 2013 version - I'll get that updated shortly). > and WebMin at least thinks it's not. > > Any pointers appreciated. see also below > On 8/15/14 10:01 PM, Bill Christensen wrote: >> Hi all, >> >> I recently noticed that the MacPorts version of BIND (I'm running the >> latest - BIND 9.10.0-P2) is apparently not updating the root servers. >> >> Looking at the logs to correct another problem, I'm seeing: >> >> 14-Aug-2014 13:14:08.142 info: host unreachable resolving >> 'd.gtld-servers.net/AAAA/IN': 2001:503:ba3e::2:30#53 >> 14-Aug-2014 13:14:08.215 info: host unreachable resolving >> 'b.gtld-servers.net/A/IN': 2001:503:231d::2:30#53 >> 14-Aug-2014 13:14:08.220 info: host unreachable resolving >> 'c.gtld-servers.net/A/IN': 2001:503:231d::2:30#53 >> 14-Aug-2014 13:14:08.522 info: host unreachable resolving >> 'd.gtld-servers.net/AAAA/IN': 2001:503:83eb::2:31#53 >> 14-Aug-2014 13:14:08.595 info: host unreachable resolving >> 'c.gtld-servers.net/A/IN': 2001:503:a83e::2:31#53 >> 14-Aug-2014 13:14:08.793 info: host unreachable resolving >> 'b.gtld-servers.net/AAAA/IN': 2001:503:c27::2:30#53 >> 14-Aug-2014 13:14:08.794 info: host unreachable resolving >> 'b.gtld-servers.net/AAAA/IN': 2001:dc3::35#53 >> 14-Aug-2014 13:14:08.795 info: host unreachable resolving >> 'c.gtld-servers.net/AAAA/IN': 2001:503:c27::2:30#53 >> 14-Aug-2014 13:14:08.796 info: host unreachable resolving >> 'c.gtld-servers.net/AAAA/IN': 2001:dc3::35#53 You've misdiagnosed the problem. You're most likely seeing these errors because the host you're running bind9 on does not have IPv6 access. -- Daniel J. Luke +========================================================+ | *---------------- [email protected] ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
