<?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: Run ZNC at boot with an init script</title>
	<atom:link href="http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/</link>
	<description>here be daemons</description>
	<lastBuildDate>Sun, 12 Feb 2012 17:38:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Allen</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-361</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Thu, 05 Jan 2012 07:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-361</guid>
		<description>&lt;blockquote cite=&quot;comment-41&quot;&gt;

I’ve added one last step for this.

&lt;/blockquote&gt;

Excellent guide, thanks!!</description>
		<content:encoded><![CDATA[<blockquote cite="comment-41">
<p>I’ve added one last step for this.</p>
</blockquote>
<p>Excellent guide, thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skaven</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-318</link>
		<dc:creator>skaven</dc:creator>
		<pubDate>Tue, 25 Oct 2011 20:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-318</guid>
		<description>&lt;blockquote cite=&quot;comment-315&quot;&gt;i) You need to add the following to the LSB section on the init script in order to run update-rc.d

# Required-Start:$all # Required-Stop: $all
&lt;/blockquote&gt;
Yes, indeed this is needed since squeeze needs LSB-Headers in the init-scripts. More information can be found here: http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot

But I think you don&#039;t need to add $all, since this could cause znc not to start when ANY service doesn&#039;t start. I think you&#039;ll only need the networking services.</description>
		<content:encoded><![CDATA[<blockquote cite="comment-315"><p>i) You need to add the following to the LSB section on the init script in order to run update-rc.d</p>
<p># Required-Start:$all # Required-Stop: $all
</p></blockquote>
<p>Yes, indeed this is needed since squeeze needs LSB-Headers in the init-scripts. More information can be found here: <a href="http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot" rel="nofollow">http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot</a></p>
<p>But I think you don&#8217;t need to add $all, since this could cause znc not to start when ANY service doesn&#8217;t start. I think you&#8217;ll only need the networking services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Sharp</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-315</link>
		<dc:creator>Rob Sharp</dc:creator>
		<pubDate>Tue, 18 Oct 2011 22:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-315</guid>
		<description>I&#039;ve noticed a couple of things after installing on Squeeze.

i) You need to add the following to the LSB section on the init script in order to run update-rc.d

  # Required-Start:    $all
  # Required-Stop:     $all

ii) I had to modify /etc/znc/configs/znc.conf with the new location of my znc.pem, as it was referencing the pem that was previously in my home directory.

Otherwise, the post is great!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed a couple of things after installing on Squeeze.</p>
<p>i) You need to add the following to the LSB section on the init script in order to run update-rc.d</p>
<p>  # Required-Start:    $all<br />
  # Required-Stop:     $all</p>
<p>ii) I had to modify /etc/znc/configs/znc.conf with the new location of my znc.pem, as it was referencing the pem that was previously in my home directory.</p>
<p>Otherwise, the post is great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wildekek</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-153</link>
		<dc:creator>wildekek</dc:creator>
		<pubDate>Tue, 14 Dec 2010 09:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-153</guid>
		<description>Nice! Works like a charm.</description>
		<content:encoded><![CDATA[<p>Nice! Works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xSmurf</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-135</link>
		<dc:creator>xSmurf</dc:creator>
		<pubDate>Sun, 17 Oct 2010 19:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-135</guid>
		<description>Works great thanks! One issue I do have is that the log module doesn&#039;t seem to work :(</description>
		<content:encoded><![CDATA[<p>Works great thanks! One issue I do have is that the log module doesn&#8217;t seem to work <img src='http://doomclaw.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m!nus</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-125</link>
		<dc:creator>m!nus</dc:creator>
		<pubDate>Tue, 10 Aug 2010 16:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-125</guid>
		<description>In order for .oidentd.conf to work in /etc/znc it must be set as your home dir: usermod -d /etc/znc znc</description>
		<content:encoded><![CDATA[<p>In order for .oidentd.conf to work in /etc/znc it must be set as your home dir: usermod -d /etc/znc znc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slap</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-122</link>
		<dc:creator>slap</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-122</guid>
		<description>I figured out how to fix the oidentd problem. All you need to do, is make sure that grep znc /etc/passwd has its $home set to /etc/znc. 

Thanks for a great tutorial :)</description>
		<content:encoded><![CDATA[<p>I figured out how to fix the oidentd problem. All you need to do, is make sure that grep znc /etc/passwd has its $home set to /etc/znc. </p>
<p>Thanks for a great tutorial <img src='http://doomclaw.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slap</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-121</link>
		<dc:creator>slap</dc:creator>
		<pubDate>Sun, 25 Jul 2010 23:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-121</guid>
		<description>Thanks for clearing that up. How ever, it just wont work for me, it insists on using znc for ident. My current oidentd.conf in /etc/znc looks like this; 


default {
            default {
                 allow spoof
                 allow spoof_all
                 allow spoof_privport
                 allow random_numeric
                 allow numeric
                 allow hide
            }

}


user &quot;znc&quot; {

        default {

        }

}


Appricaite your time to help.</description>
		<content:encoded><![CDATA[<p>Thanks for clearing that up. How ever, it just wont work for me, it insists on using znc for ident. My current oidentd.conf in /etc/znc looks like this; </p>
<p>default {<br />
            default {<br />
                 allow spoof<br />
                 allow spoof_all<br />
                 allow spoof_privport<br />
                 allow random_numeric<br />
                 allow numeric<br />
                 allow hide<br />
            }</p>
<p>}</p>
<p>user &#8220;znc&#8221; {</p>
<p>        default {</p>
<p>        }</p>
<p>}</p>
<p>Appricaite your time to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skaven</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-120</link>
		<dc:creator>skaven</dc:creator>
		<pubDate>Sun, 25 Jul 2010 22:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-120</guid>
		<description>&lt;blockquote cite=&quot;comment-119&quot;&gt;Just to clarify here. /etc/znc or /etc/znc/configs&lt;/blockquote&gt;
You can also put it to &quot;/this/is/a/totally/awesome/path/for/my/.oident.conf&quot;. Put it whereever you want to as long as you point your znc.conf to the correct path.</description>
		<content:encoded><![CDATA[<blockquote cite="comment-119"><p>Just to clarify here. /etc/znc or /etc/znc/configs</p></blockquote>
<p>You can also put it to &#8220;/this/is/a/totally/awesome/path/for/my/.oident.conf&#8221;. Put it whereever you want to as long as you point your znc.conf to the correct path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slap</title>
		<link>http://doomclaw.de/index.php/2009/08/18/run-znc-at-boot-with-an-init-script/comment-page-1/#comment-119</link>
		<dc:creator>slap</dc:creator>
		<pubDate>Sun, 25 Jul 2010 21:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://doomclaw.de/?p=28#comment-119</guid>
		<description>Just to clarify here. /etc/znc or /etc/znc/configs ?</description>
		<content:encoded><![CDATA[<p>Just to clarify here. /etc/znc or /etc/znc/configs ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

