<?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: Tinydns / DJBDNS on Ubuntu Hardy Heron</title>
	<atom:link href="http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/</link>
	<description>Enterprise Software Consultant</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:02:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eduardo Romero</title>
		<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/comment-page-1/#comment-21154</link>
		<dc:creator>Eduardo Romero</dc:creator>
		<pubDate>Tue, 20 Oct 2009 07:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=34#comment-21154</guid>
		<description>I had troubles with this, it wouldn&#039;t start with the error:

Starting djbdns: svc: warning: unable to control /var/lib/svscan/tinydns: file does not exist
svc: warning: unable to control /var/lib/svscan/tinydns/log: file does not exist
tinydns .

I had to edit /usr/bin/svscanboot change the path there from /etc/service to /service, killed svscanboot and it respawned just fine.

/etc/init.d/djbdns start worked after that.</description>
		<content:encoded><![CDATA[<p>I had troubles with this, it wouldn&#8217;t start with the error:</p>
<p>Starting djbdns: svc: warning: unable to control /var/lib/svscan/tinydns: file does not exist<br />
svc: warning: unable to control /var/lib/svscan/tinydns/log: file does not exist<br />
tinydns .</p>
<p>I had to edit /usr/bin/svscanboot change the path there from /etc/service to /service, killed svscanboot and it respawned just fine.</p>
<p>/etc/init.d/djbdns start worked after that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/comment-page-1/#comment-20885</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Wed, 27 May 2009 00:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=34#comment-20885</guid>
		<description>I just added &quot;csh -cf &#039;/command/svscanboot &amp;&#039;&quot; to /etc/rc.local

Seriously a pain in the ass to install in ubuntu...</description>
		<content:encoded><![CDATA[<p>I just added &#8220;csh -cf &#8216;/command/svscanboot &amp;&#8217;&#8221; to /etc/rc.local</p>
<p>Seriously a pain in the ass to install in ubuntu&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu and djbdns &#8212; Somewhere out there!</title>
		<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/comment-page-1/#comment-20599</link>
		<dc:creator>Ubuntu and djbdns &#8212; Somewhere out there!</dc:creator>
		<pubDate>Tue, 30 Dec 2008 19:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=34#comment-20599</guid>
		<description>[...] Tinydns / DJBDNS on Ubuntu Hardy Heron [...]</description>
		<content:encoded><![CDATA[<p>[...] Tinydns / DJBDNS on Ubuntu Hardy Heron [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lily</title>
		<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/comment-page-1/#comment-20489</link>
		<dc:creator>Lily</dc:creator>
		<pubDate>Mon, 29 Sep 2008 02:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=34#comment-20489</guid>
		<description>Interesting. My ucspi-tcp also failed to install, on an Ubuntu server, for the same reason. I didnt realize it until I tried to use tcprules. 

I did; sudo ln -s /usr/local/man /usr/man ; sudo mkdir /usr/man/man5

It installed fine then. 

Lily</description>
		<content:encoded><![CDATA[<p>Interesting. My ucspi-tcp also failed to install, on an Ubuntu server, for the same reason. I didnt realize it until I tried to use tcprules. </p>
<p>I did; sudo ln -s /usr/local/man /usr/man ; sudo mkdir /usr/man/man5</p>
<p>It installed fine then. </p>
<p>Lily</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lily</title>
		<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/comment-page-1/#comment-20488</link>
		<dc:creator>Lily</dc:creator>
		<pubDate>Sat, 27 Sep 2008 15:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=34#comment-20488</guid>
		<description>At the end of installing daemontools, after linking /etc/inittab, need to also do: sudo initctl start svscan

svscan wont start until you do this (unless you reboot), making the installations of dnscache and tinydns fail to start. 

Otherwise, perfect! Thanks, Lily</description>
		<content:encoded><![CDATA[<p>At the end of installing daemontools, after linking /etc/inittab, need to also do: sudo initctl start svscan</p>
<p>svscan wont start until you do this (unless you reboot), making the installations of dnscache and tinydns fail to start. </p>
<p>Otherwise, perfect! Thanks, Lily</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: somebody</title>
		<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/comment-page-1/#comment-20466</link>
		<dc:creator>somebody</dc:creator>
		<pubDate>Wed, 03 Sep 2008 17:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=34#comment-20466</guid>
		<description>Didn&#039;t work for me. 

Do you want to install ucspi-tcp_0.88-10_i386.deb now? [Yn]
(Reading database ... 20722 files and directories currently installed.)
Unpacking ucspi-tcp (from ucspi-tcp_0.88-10_i386.deb) ...
Adding `diversion of /usr/man/man5/tcp-environ.5.gz to /usr/man/man5/tcp-environ.5q.gz by ucspi-tcp&#039;
dpkg-divert: error checking `/usr/man/man5/tcp-environ.5q.gz&#039;: No such file or directory
dpkg: error processing ucspi-tcp_0.88-10_i386.deb (--install):
 subprocess pre-installation script returned error exit status 2
Errors were encountered while processing:
 ucspi-tcp_0.88-10_i386.deb

Maybe it&#039;s because I am using ubuntu 8.04.1 server and I don&#039;t have a /usr/man directory, not sure what ubuntu package installs that - seems rather hard to find out. Also have difficulty finding debian&#039;s apt public key - strange they don&#039;t put it in an easy to find place on the web.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work for me. </p>
<p>Do you want to install ucspi-tcp_0.88-10_i386.deb now? [Yn]<br />
(Reading database &#8230; 20722 files and directories currently installed.)<br />
Unpacking ucspi-tcp (from ucspi-tcp_0.88-10_i386.deb) &#8230;<br />
Adding `diversion of /usr/man/man5/tcp-environ.5.gz to /usr/man/man5/tcp-environ.5q.gz by ucspi-tcp&#8217;<br />
dpkg-divert: error checking `/usr/man/man5/tcp-environ.5q.gz&#8217;: No such file or directory<br />
dpkg: error processing ucspi-tcp_0.88-10_i386.deb (&#8211;install):<br />
 subprocess pre-installation script returned error exit status 2<br />
Errors were encountered while processing:<br />
 ucspi-tcp_0.88-10_i386.deb</p>
<p>Maybe it&#8217;s because I am using ubuntu 8.04.1 server and I don&#8217;t have a /usr/man directory, not sure what ubuntu package installs that &#8211; seems rather hard to find out. Also have difficulty finding debian&#8217;s apt public key &#8211; strange they don&#8217;t put it in an easy to find place on the web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Wooden</title>
		<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/comment-page-1/#comment-20460</link>
		<dc:creator>Bob Wooden</dc:creator>
		<pubDate>Thu, 28 Aug 2008 17:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=34#comment-20460</guid>
		<description>Great simple, straight forward instructions.

When I got to creating users, I was copy and pasting instructions (I find I make fewer typos that way) and the adduser instruction failed with a ONLY ONE OR TWO USERS complaint. Seems the dashes that appear immediately in front of &#039;-no-create-home&#039; and &#039;-disabled-login&#039; are NOT actually dashes. By simply replacing those marks with a true dash (typed by keyboard) addusers worked fine. When you created you page of instructions, some how the dashes got changed.

Other than that minor issue, WORKED GREAT!!!</description>
		<content:encoded><![CDATA[<p>Great simple, straight forward instructions.</p>
<p>When I got to creating users, I was copy and pasting instructions (I find I make fewer typos that way) and the adduser instruction failed with a ONLY ONE OR TWO USERS complaint. Seems the dashes that appear immediately in front of &#8216;-no-create-home&#8217; and &#8216;-disabled-login&#8217; are NOT actually dashes. By simply replacing those marks with a true dash (typed by keyboard) addusers worked fine. When you created you page of instructions, some how the dashes got changed.</p>
<p>Other than that minor issue, WORKED GREAT!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe "Floid" Kanowitz</title>
		<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/comment-page-1/#comment-20448</link>
		<dc:creator>Joe "Floid" Kanowitz</dc:creator>
		<pubDate>Tue, 12 Aug 2008 23:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=34#comment-20448</guid>
		<description>Can you explain the inexplicable reference to /etc/inittab{new}?</description>
		<content:encoded><![CDATA[<p>Can you explain the inexplicable reference to /etc/inittab{new}?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Ilgner</title>
		<link>http://gorillajawn.com/wordpress/2008/05/28/tinydns-djbdns-on-ubuntu-hardy-heron/comment-page-1/#comment-20415</link>
		<dc:creator>Marcus Ilgner</dc:creator>
		<pubDate>Wed, 09 Jul 2008 19:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=34#comment-20415</guid>
		<description>Thanks a lot, that was really helpful!
Only thing to notice is that 10.0.0.105 has to be replaced by the public IP of the nameserver - at first I wasn&#039;t sure if it was that or the IP of the nameserver to forward to.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, that was really helpful!<br />
Only thing to notice is that 10.0.0.105 has to be replaced by the public IP of the nameserver &#8211; at first I wasn&#8217;t sure if it was that or the IP of the nameserver to forward to.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
