<?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: Installing daemontools service supervisor on FreeBSD 7.0</title>
	<atom:link href="http://my.galagzee.com/2008/06/30/installing-daemontools-service-supervisor-on-freebsd-70/feed/" rel="self" type="application/rss+xml" />
	<link>http://my.galagzee.com/2008/06/30/installing-daemontools-service-supervisor-on-freebsd-70/</link>
	<description>Tech in a Galagzee, Not So Far Away.</description>
	<lastBuildDate>Tue, 27 Jul 2010 20:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bert-Jan</title>
		<link>http://my.galagzee.com/2008/06/30/installing-daemontools-service-supervisor-on-freebsd-70/comment-page-1/#comment-14761</link>
		<dc:creator>Bert-Jan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/?p=78#comment-14761</guid>
		<description>Just a quick note about all of the rebooting you describe here: it&#039;s really never needed.
I&#039;ve just installed daemontools from ports, created /var/service and configured a service in there, and just ran /usr/local/etc/rc.d/svscan.sh start (the same thing that happens when you put svscan_enable=&quot;YES&quot; in /etc/rc.conf and reboot). Everything works fine, no rebooting required.</description>
		<content:encoded><![CDATA[<p>Just a quick note about all of the rebooting you describe here: it&#8217;s really never needed.<br />
I&#8217;ve just installed daemontools from ports, created /var/service and configured a service in there, and just ran /usr/local/etc/rc.d/svscan.sh start (the same thing that happens when you put svscan_enable=&#8221;YES&#8221; in /etc/rc.conf and reboot). Everything works fine, no rebooting required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Walveranta</title>
		<link>http://my.galagzee.com/2008/06/30/installing-daemontools-service-supervisor-on-freebsd-70/comment-page-1/#comment-924</link>
		<dc:creator>Ville Walveranta</dc:creator>
		<pubDate>Wed, 20 Aug 2008 23:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/?p=78#comment-924</guid>
		<description>Like with qmail, it bothers me with djbdns that it hasn&#039;t been updated by its maintainer since 2001 (v1.05). Of DJ Bernstein&#039;s software I still use daemontools, ucspi-tcp and - in production perhaps a month or two longer - qmail. 

Like with mail with DNS new threats and exploits spring up frequently. DJ Bernstein prides himself with having written programs without security vulnerabilities, but his track-record for making updates is so bad that *when* an exploit comes up, I don&#039;t want to be using his software for any critical functionality since he will be unlikely to fix it.

I personally like BIND since it&#039;s maintained by an organization that can quickly react to issues such as the recent DNS security issues that were rapidly patched by the ISC.</description>
		<content:encoded><![CDATA[<p>Like with qmail, it bothers me with djbdns that it hasn&#8217;t been updated by its maintainer since 2001 (v1.05). Of DJ Bernstein&#8217;s software I still use daemontools, ucspi-tcp and &#8211; in production perhaps a month or two longer &#8211; qmail. </p>
<p>Like with mail with DNS new threats and exploits spring up frequently. DJ Bernstein prides himself with having written programs without security vulnerabilities, but his track-record for making updates is so bad that *when* an exploit comes up, I don&#8217;t want to be using his software for any critical functionality since he will be unlikely to fix it.</p>
<p>I personally like BIND since it&#8217;s maintained by an organization that can quickly react to issues such as the recent DNS security issues that were rapidly patched by the ISC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrTebi</title>
		<link>http://my.galagzee.com/2008/06/30/installing-daemontools-service-supervisor-on-freebsd-70/comment-page-1/#comment-911</link>
		<dc:creator>DrTebi</dc:creator>
		<pubDate>Tue, 19 Aug 2008 11:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/?p=78#comment-911</guid>
		<description>Thank you for this post.

I usually install djbdns from /usr/ports/dns/djbdns, which will install the daemontools, DNS tools, and ucspi-tcp all-together. The port will also allow you to choose to also install the man pages for all these packages, and it creates svscan.sh for you.

It&#039;s great to run supervise together with the tcpserver program, which allows you to further protect services like e.g. sshd.

I then disable sshd in /etc/rc.conf, and setup sshd to run with tcpserver and svscan. It works great, I have done it for yeas.

It&#039;s very important to note that you should always double-triple check all your files before rebooting, because you may end up locking yourself out of the machine if e.g. sshd doesn&#039;t come back up after rebooting! This can be a hassle if your machine is a remote host...

DrTebi</description>
		<content:encoded><![CDATA[<p>Thank you for this post.</p>
<p>I usually install djbdns from /usr/ports/dns/djbdns, which will install the daemontools, DNS tools, and ucspi-tcp all-together. The port will also allow you to choose to also install the man pages for all these packages, and it creates svscan.sh for you.</p>
<p>It&#8217;s great to run supervise together with the tcpserver program, which allows you to further protect services like e.g. sshd.</p>
<p>I then disable sshd in /etc/rc.conf, and setup sshd to run with tcpserver and svscan. It works great, I have done it for yeas.</p>
<p>It&#8217;s very important to note that you should always double-triple check all your files before rebooting, because you may end up locking yourself out of the machine if e.g. sshd doesn&#8217;t come back up after rebooting! This can be a hassle if your machine is a remote host&#8230;</p>
<p>DrTebi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
