<?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 for roguelazer&#039;s website</title>
	<atom:link href="http://www.roguelazer.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roguelazer.com</link>
	<description>Musings on computers, tech, politics, music, and more</description>
	<lastBuildDate>Fri, 14 Sep 2012 22:59:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Dynamic DNS: Part Two by Mitch</title>
		<link>http://www.roguelazer.com/tips/2010/02/dynamic-dns-part-two/comment-page-1/#comment-58336</link>
		<dc:creator>Mitch</dc:creator>
		<pubDate>Fri, 14 Sep 2012 22:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=606#comment-58336</guid>
		<description><![CDATA[Hey all.
I narrowed down my problem.  I&#039;m getting the output error in dnsextd when attempting to dyamically add a record with nsupdate

&quot;Rejecting Update Request with 1 additions but no lease&quot;.

Looking at the code, it seems like a lease time is not defined when doing dynamic updating.  Have you run into this issue before? Is there additional settings for bind/dnsextd that I need to set some default lease time? Or is there another parameter I need to specify when doing the dynamic updating?
I&#039;ll continue to investigate but if anyone has come across this before, let me know.
thanks!]]></description>
		<content:encoded><![CDATA[<p>Hey all.<br />
I narrowed down my problem.  I&#8217;m getting the output error in dnsextd when attempting to dyamically add a record with nsupdate</p>
<p>&#8220;Rejecting Update Request with 1 additions but no lease&#8221;.</p>
<p>Looking at the code, it seems like a lease time is not defined when doing dynamic updating.  Have you run into this issue before? Is there additional settings for bind/dnsextd that I need to set some default lease time? Or is there another parameter I need to specify when doing the dynamic updating?<br />
I&#8217;ll continue to investigate but if anyone has come across this before, let me know.<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic DNS: Part Two by Mitch</title>
		<link>http://www.roguelazer.com/tips/2010/02/dynamic-dns-part-two/comment-page-1/#comment-58301</link>
		<dc:creator>Mitch</dc:creator>
		<pubDate>Fri, 14 Sep 2012 16:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=606#comment-58301</guid>
		<description><![CDATA[Hi. I should have mentioned that I tried the latest version from Darwin CVS.  I used the mDNSResponder-214 on this site and dnsextd started up just fine.  
My next problem however is that I am unable to dynamically add dns records using the nsupdate command.  I get a &quot;update failed: REFUSED&quot; error.
my bind is configured to allow-update from 127.0.0.1.  I do not have ::1 as i&#039;m not using ipv6 and it is currently configured without encryption key.
Just for kicks, I&#039;ve also tried to allow-update { any; }; but still get the REFUSED option.
I&#039;ve tried this on two setups.  On one setup, nothing information comes out from /var/log/syslog.  In my other setup however, i get something along the lines of &quot;dnsextd: Attempting to use unimplemented update&quot;... something along those lines.

Oh just fyi. If i remove dnsextd and revert back to my previous named configuration, i am able to do nsupdate just fine.]]></description>
		<content:encoded><![CDATA[<p>Hi. I should have mentioned that I tried the latest version from Darwin CVS.  I used the mDNSResponder-214 on this site and dnsextd started up just fine.<br />
My next problem however is that I am unable to dynamically add dns records using the nsupdate command.  I get a &#8220;update failed: REFUSED&#8221; error.<br />
my bind is configured to allow-update from 127.0.0.1.  I do not have ::1 as i&#8217;m not using ipv6 and it is currently configured without encryption key.<br />
Just for kicks, I&#8217;ve also tried to allow-update { any; }; but still get the REFUSED option.<br />
I&#8217;ve tried this on two setups.  On one setup, nothing information comes out from /var/log/syslog.  In my other setup however, i get something along the lines of &#8220;dnsextd: Attempting to use unimplemented update&#8221;&#8230; something along those lines.</p>
<p>Oh just fyi. If i remove dnsextd and revert back to my previous named configuration, i am able to do nsupdate just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic DNS: Part Two by James</title>
		<link>http://www.roguelazer.com/tips/2010/02/dynamic-dns-part-two/comment-page-1/#comment-58249</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 14 Sep 2012 05:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=606#comment-58249</guid>
		<description><![CDATA[Is bind configured to allow updates from 127.0.0.1 and ::1 without a key?]]></description>
		<content:encoded><![CDATA[<p>Is bind configured to allow updates from 127.0.0.1 and ::1 without a key?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic DNS: Part Two by Mitch</title>
		<link>http://www.roguelazer.com/tips/2010/02/dynamic-dns-part-two/comment-page-1/#comment-58199</link>
		<dc:creator>Mitch</dc:creator>
		<pubDate>Thu, 13 Sep 2012 19:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=606#comment-58199</guid>
		<description><![CDATA[Hi.
Thanks for your guide.
I&#039;m having a problem that I was hoping someone can help me with.  I am trying to setup dnsextd on Ubuntu 12.04 Server.
After compiling and setting BIND to listen on 5030, i get the n following error when trying to run dnsextd -vd
ConnectToServer - Success
UpdateSRV: ConnectToServer - failed
main: SetUpdateSRV - Success

in the /var/log/syslog i get the following output if it helps
dnsextd: dnsextd starting
dnsextd: main: setrlimit - Operation not permitted
dnsextd: Using default file descriptor resource limit

any help would be greatly appreciated.  Let me know if you need any additional information.]]></description>
		<content:encoded><![CDATA[<p>Hi.<br />
Thanks for your guide.<br />
I&#8217;m having a problem that I was hoping someone can help me with.  I am trying to setup dnsextd on Ubuntu 12.04 Server.<br />
After compiling and setting BIND to listen on 5030, i get the n following error when trying to run dnsextd -vd<br />
ConnectToServer &#8211; Success<br />
UpdateSRV: ConnectToServer &#8211; failed<br />
main: SetUpdateSRV &#8211; Success</p>
<p>in the /var/log/syslog i get the following output if it helps<br />
dnsextd: dnsextd starting<br />
dnsextd: main: setrlimit &#8211; Operation not permitted<br />
dnsextd: Using default file descriptor resource limit</p>
<p>any help would be greatly appreciated.  Let me know if you need any additional information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic DNS: Part Two by Grao</title>
		<link>http://www.roguelazer.com/tips/2010/02/dynamic-dns-part-two/comment-page-1/#comment-47363</link>
		<dc:creator>Grao</dc:creator>
		<pubDate>Tue, 17 Apr 2012 09:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=606#comment-47363</guid>
		<description><![CDATA[Bro tip: don&#039;t forget to install bison and flex on your fresh isntalled machine...]]></description>
		<content:encoded><![CDATA[<p>Bro tip: don&#8217;t forget to install bison and flex on your fresh isntalled machine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic DNS: Part Two by Grao</title>
		<link>http://www.roguelazer.com/tips/2010/02/dynamic-dns-part-two/comment-page-1/#comment-47167</link>
		<dc:creator>Grao</dc:creator>
		<pubDate>Fri, 13 Apr 2012 09:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=606#comment-47167</guid>
		<description><![CDATA[Hi, first thank for your work ;)
I tried to apply the patch but I have a compilation erreur: mDNSUNP.c: In function &#039;recvfrom_flags&#039;:
mDNSUNP.c.574:4: warning: dereferencing type-punned pointer will break strict-aliasing rules
make *** [objects/prod/dnsextd_parser.y.o] erreur 127.

I did exactly the commandes above:
svn co http://svn.macosforge.org/repository/mDNSResponder/tags/mDNSResponder-215
cd mDNSResponder-215
wget http://files.roguelazer.com/projects/dnsextd_posix-215.patch
patch -p1 &lt; dnsextd_posix-215.patch
 and 
cd mDNSPosix
make os=linux dnsextd

Thank for your help.]]></description>
		<content:encoded><![CDATA[<p>Hi, first thank for your work <img src='http://www.roguelazer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
I tried to apply the patch but I have a compilation erreur: mDNSUNP.c: In function &#8216;recvfrom_flags&#8217;:<br />
mDNSUNP.c.574:4: warning: dereferencing type-punned pointer will break strict-aliasing rules<br />
make *** [objects/prod/dnsextd_parser.y.o] erreur 127.</p>
<p>I did exactly the commandes above:<br />
svn co <a href="http://svn.macosforge.org/repository/mDNSResponder/tags/mDNSResponder-215" rel="nofollow">http://svn.macosforge.org/repository/mDNSResponder/tags/mDNSResponder-215</a><br />
cd mDNSResponder-215<br />
wget <a href="http://files.roguelazer.com/projects/dnsextd_posix-215.patch" rel="nofollow">http://files.roguelazer.com/projects/dnsextd_posix-215.patch</a><br />
patch -p1 &lt; dnsextd_posix-215.patch<br />
 and<br />
cd mDNSPosix<br />
make os=linux dnsextd</p>
<p>Thank for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debt Free Since 2012 by Andrew F</title>
		<link>http://www.roguelazer.com/personal/2012/02/debt-free-since-2012/comment-page-1/#comment-43857</link>
		<dc:creator>Andrew F</dc:creator>
		<pubDate>Fri, 10 Feb 2012 20:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=1030#comment-43857</guid>
		<description><![CDATA[&gt; Sallie Mae is terrible at ACH.

ACH is just terrible in general. True fact!]]></description>
		<content:encoded><![CDATA[<p>&gt; Sallie Mae is terrible at ACH.</p>
<p>ACH is just terrible in general. True fact!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debt Free Since 2012 by spellman23</title>
		<link>http://www.roguelazer.com/personal/2012/02/debt-free-since-2012/comment-page-1/#comment-43848</link>
		<dc:creator>spellman23</dc:creator>
		<pubDate>Fri, 10 Feb 2012 16:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=1030#comment-43848</guid>
		<description><![CDATA[I HEAR YOU NEED TO TAKE OUT A LOAN FOR YOUR HOUSE NOW]]></description>
		<content:encoded><![CDATA[<p>I HEAR YOU NEED TO TAKE OUT A LOAN FOR YOUR HOUSE NOW</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Storage Problem by James</title>
		<link>http://www.roguelazer.com/misc-tech/2012/01/my-storage-problem/comment-page-1/#comment-43318</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 29 Jan 2012 22:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=1015#comment-43318</guid>
		<description><![CDATA[Oh, and btrfs doesn&#039;t support a RAID5 equivalent.]]></description>
		<content:encoded><![CDATA[<p>Oh, and btrfs doesn&#8217;t support a RAID5 equivalent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Storage Problem by Andrew F</title>
		<link>http://www.roguelazer.com/misc-tech/2012/01/my-storage-problem/comment-page-1/#comment-43297</link>
		<dc:creator>Andrew F</dc:creator>
		<pubDate>Sun, 29 Jan 2012 09:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.roguelazer.com/?p=1015#comment-43297</guid>
		<description><![CDATA[Somewhere in the middle, I&#039;ve got a Synology DS410 that I&#039;m quite happy with. I&#039;ve modified mine to just run Debian instead of their DSM distro.

One advantage of dedicated NAS hardware that I&#039;d note is that it&#039;ll idle down to &lt;b&gt;considerably&lt;/b&gt; lower power usage: the DS410 idles around 15W, it&#039;s tough to get anything besides a really wimpy Atom box to do that.

On the other hand, I&#039;ve been having bad thoughts about upgrading to something like a Silmech R513... :)]]></description>
		<content:encoded><![CDATA[<p>Somewhere in the middle, I&#8217;ve got a Synology DS410 that I&#8217;m quite happy with. I&#8217;ve modified mine to just run Debian instead of their DSM distro.</p>
<p>One advantage of dedicated NAS hardware that I&#8217;d note is that it&#8217;ll idle down to <b>considerably</b> lower power usage: the DS410 idles around 15W, it&#8217;s tough to get anything besides a really wimpy Atom box to do that.</p>
<p>On the other hand, I&#8217;ve been having bad thoughts about upgrading to something like a Silmech R513&#8230; <img src='http://www.roguelazer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
