<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mac OS X Server: Remove an errant Zone from DNS.</title>
	<atom:link href="http://www.macgasm.net/2009/11/25/mac-os-x-server-remove-an-errant-zone-from-dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macgasm.net/2009/11/25/mac-os-x-server-remove-an-errant-zone-from-dns/</link>
	<description>Apple Tips, Apple News, Apple Everything.</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: jlorre</title>
		<link>http://www.macgasm.net/2009/11/25/mac-os-x-server-remove-an-errant-zone-from-dns/#comment-82243</link>
		<dc:creator>jlorre</dc:creator>
		<pubDate>Wed, 16 Feb 2011 03:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgasm.net/?p=10037#comment-82243</guid>
		<description>I also found that typing long information in the HINFO and TXT fields can totaly stop DNS in OSX 10.6.6 from working (without any warnings that I noticed). Once I removed all HINFO and TXT lines from /private/var/named/zones/db.LE.BE.zone.apple my DNS suddenly worked again. (for that i used: grep -v &quot;IN HINFO&quot; db.LE.BE.zone.apple &#124; grep -v &quot;IN TXT&quot; &gt;tempfile.txt; cp tempfile.txt db.LE.BE.zone.apple ) but first make a backup of db.LE.BE.zone.apple to keep the deleted information.
The RFC mention a maximum length of 40 characters limited to letters,digits and dashes for HINFO fields. See e.g. http://www.rfc-editor.org/rfc/rfc1035.txt</description>
		<content:encoded><![CDATA[<p>I also found that typing long information in the HINFO and TXT fields can totaly stop DNS in OSX 10.6.6 from working (without any warnings that I noticed). Once I removed all HINFO and TXT lines from /private/var/named/zones/db.LE.BE.zone.apple my DNS suddenly worked again. (for that i used: grep -v &#8220;IN HINFO&#8221; db.LE.BE.zone.apple | grep -v &#8220;IN TXT&#8221; &gt;tempfile.txt; cp tempfile.txt db.LE.BE.zone.apple ) but first make a backup of db.LE.BE.zone.apple to keep the deleted information.<br />
The RFC mention a maximum length of 40 characters limited to letters,digits and dashes for HINFO fields. See e.g. <a href="http://www.rfc-editor.org/rfc/rfc1035.txt" rel="nofollow">http://www.rfc-editor.org/rfc/rfc1035.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlorre</title>
		<link>http://www.macgasm.net/2009/11/25/mac-os-x-server-remove-an-errant-zone-from-dns/#comment-50148</link>
		<dc:creator>jlorre</dc:creator>
		<pubDate>Fri, 05 Nov 2010 14:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgasm.net/?p=10037#comment-50148</guid>
		<description>i had a similar problem with unexpectedly disapperaing and reappearing of zones and their content. This trouble started after I had pasted information in software Info field of a machine record.
It seems to me that carriage returns are refused in this field when TYPING, but the carriage returns are not intercepted when you PASTE them in the field.
Result of a pasted CR is that the resulting textfile which stores the configuration is actually saved in a corrupt way (i.e. all A records seem normally 1 line, and the record where the CR was pasted into is saved as two lines.
When I edited the textfile to remove the surplus CarriageReturn, then suddenly I did see my lost zone back with all machines in it.

Morale: do not paste something with newlines or carriage returns in the DNS fields</description>
		<content:encoded><![CDATA[<p>i had a similar problem with unexpectedly disapperaing and reappearing of zones and their content. This trouble started after I had pasted information in software Info field of a machine record.<br />
It seems to me that carriage returns are refused in this field when TYPING, but the carriage returns are not intercepted when you PASTE them in the field.<br />
Result of a pasted CR is that the resulting textfile which stores the configuration is actually saved in a corrupt way (i.e. all A records seem normally 1 line, and the record where the CR was pasted into is saved as two lines.<br />
When I edited the textfile to remove the surplus CarriageReturn, then suddenly I did see my lost zone back with all machines in it.</p>
<p>Morale: do not paste something with newlines or carriage returns in the DNS fields</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Apimerika</title>
		<link>http://www.macgasm.net/2009/11/25/mac-os-x-server-remove-an-errant-zone-from-dns/#comment-18321</link>
		<dc:creator>David Apimerika</dc:creator>
		<pubDate>Mon, 19 Apr 2010 21:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgasm.net/?p=10037#comment-18321</guid>
		<description>Works for me. 

As for SmooveP&#039;s comment. It&#039;s horses for courses. If you want to tinker with your own rolled DNS config, then fine, use Linux. If you&#039;re an Admin that just wants a simple DNS to work, then the Mac OS X server Server Admin approach is fine. 

What&#039;s pretty cool is that once you have a basic setup in place using the GUI tool, you can then go in and modify the files themselves to suit. And hey - it&#039;s named! How&#039;s that for familiarity to a UNIX/Linux admin.</description>
		<content:encoded><![CDATA[<p>Works for me. </p>
<p>As for SmooveP&#8217;s comment. It&#8217;s horses for courses. If you want to tinker with your own rolled DNS config, then fine, use Linux. If you&#8217;re an Admin that just wants a simple DNS to work, then the Mac OS X server Server Admin approach is fine. </p>
<p>What&#8217;s pretty cool is that once you have a basic setup in place using the GUI tool, you can then go in and modify the files themselves to suit. And hey &#8211; it&#8217;s named! How&#8217;s that for familiarity to a UNIX/Linux admin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sector-mac</title>
		<link>http://www.macgasm.net/2009/11/25/mac-os-x-server-remove-an-errant-zone-from-dns/#comment-12573</link>
		<dc:creator>Sector-mac</dc:creator>
		<pubDate>Wed, 20 Jan 2010 19:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgasm.net/?p=10037#comment-12573</guid>
		<description>Thanks for this.  I was banging my head against the wall over this and this fixed it for me. 

G</description>
		<content:encoded><![CDATA[<p>Thanks for this.  I was banging my head against the wall over this and this fixed it for me. </p>
<p>G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SmooveP</title>
		<link>http://www.macgasm.net/2009/11/25/mac-os-x-server-remove-an-errant-zone-from-dns/#comment-10832</link>
		<dc:creator>SmooveP</dc:creator>
		<pubDate>Sun, 13 Dec 2009 07:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgasm.net/?p=10037#comment-10832</guid>
		<description>Mate,
Just had the exact same problem, and now I can&#039;t add any zones. you press save and they vanish.  I have to say OSX Server is a crock of shite.  I&#039;m using RHEL for my netsevices and just want to setop OpenDirectory - hence need to have a local DNS server.  Crap.</description>
		<content:encoded><![CDATA[<p>Mate,<br />
Just had the exact same problem, and now I can&#8217;t add any zones. you press save and they vanish.  I have to say OSX Server is a crock of shite.  I&#8217;m using RHEL for my netsevices and just want to setop OpenDirectory &#8211; hence need to have a local DNS server.  Crap.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via cdn.macgasm.net

Served from: www.macgasm.net @ 2012-02-09 14:20:43 -->
