<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5340&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / HOWTO : Fix bind9 managed-keys-zone: Unable to fetch DNSKEY set '.']]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5340</link>
		<description><![CDATA[The most recent posts in HOWTO : Fix bind9 managed-keys-zone: Unable to fetch DNSKEY set '.'.]]></description>
		<lastBuildDate>Thu, 10 Nov 2022 17:45:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[HOWTO : Fix bind9 managed-keys-zone: Unable to fetch DNSKEY set '.']]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38511#p38511</link>
			<description><![CDATA[<p>I had a need for a local caching-only name server and installed my goto resolver<br />bind9 on a fresh Chimaera instance.</p><div class="codebox"><pre><code>apt-get install -y bind9 bind9-utils</code></pre></div><p>Out of the box I discovered an error logged to syslog and all lookups failed :</p><p><em>managed-keys-zone: Unable to fetch DNSKEY set &#039;.&#039;: timed out</em></p><p>The default location for the &quot;bind.keys&quot; file is &quot;/etc/bind.keys&quot;, but the package<br />locates that file as &quot;/etc/bind/bind.keys&quot;.&#160; As such it was necessary to specify the<br />current file location by editing the &quot;/etc/bind/named.conf.options&quot; config :</p><div class="codebox"><pre><code>vi /etc/bind/named.conf.options</code></pre></div><p>such that :<br /><em><br />dnssec-validation auto;<br />bindkeys-file &quot;/etc/bind/bind.keys&quot;;<br /></em></p><p>And, after saving, remove the (likely junked) cache file and journal : </p><div class="codebox"><pre><code>rm /var/cache/bind/managed-keys.bind*</code></pre></div><p>Restart bind and my caching server is now usable.</p><p>--K</p>]]></description>
			<author><![CDATA[dummy@example.com (kaiyel)]]></author>
			<pubDate>Thu, 10 Nov 2022 17:45:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38511#p38511</guid>
		</item>
	</channel>
</rss>
