<?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 Too Far Afield</title>
	<atom:link href="http://blog.nachtarbeiter.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nachtarbeiter.net</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 15:57:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on PowerDNS on Debian Lenny, Sarge or Woody (2) by Ruben</title>
		<link>http://blog.nachtarbeiter.net/2009/04/23/powerdns-on-debian-lenny-sarge-or-woody-2/comment-page-1/#comment-16033</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Tue, 22 Jun 2010 15:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://stage.nachtarbeiter.net/?p=553#comment-16033</guid>
		<description>Hi,

excellent tutorial. How much harder is to setup a Bind (master) / Powerdns (slave)? Im getting crazy to achieve that. 

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>excellent tutorial. How much harder is to setup a Bind (master) / Powerdns (slave)? Im getting crazy to achieve that. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Binding PHP&#8217;s fsockopen to a specific IP address by gtx</title>
		<link>http://blog.nachtarbeiter.net/2008/08/21/binding-phps-fsockopen-to-a-specific-ip-address/comment-page-1/#comment-15073</link>
		<dc:creator>gtx</dc:creator>
		<pubDate>Wed, 05 May 2010 04:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nachtarbeiter.net/?p=504#comment-15073</guid>
		<description>for those of you looking to make Invision Power Board 3.0 (IPB 3.0, or IP.Board 3.0) work with gmail and bind to a specific IP address to send mail, the following code will be useful.   

from classEmail.php:

comment out line 984 and replace with the following ( replacing  with the ip you would like to bind naturally. ):

if (function_exists(&#039;stream_context_create&#039;) &amp;&amp; function_exists(&#039;stream_socket_client&#039;)) {
$socket_options = array(&#039;socket&#039; =&gt; array(&#039;bindto&#039; =&gt; &#039;:0&#039;));                 
$socket_context = stream_context_create($socket_options);
$socket = $this-&gt;smtp_fp = stream_socket_client(&#039;tls://smtp.gmail.com:465&#039;, $errno, 
$errstr, 30, STREAM_CLIENT_CONNECT, $socket_context);
}</description>
		<content:encoded><![CDATA[<p>for those of you looking to make Invision Power Board 3.0 (IPB 3.0, or IP.Board 3.0) work with gmail and bind to a specific IP address to send mail, the following code will be useful.   </p>
<p>from classEmail.php:</p>
<p>comment out line 984 and replace with the following ( replacing  with the ip you would like to bind naturally. ):</p>
<p>if (function_exists(&#8216;stream_context_create&#8217;) &amp;&amp; function_exists(&#8216;stream_socket_client&#8217;)) {<br />
$socket_options = array(&#8216;socket&#8217; =&gt; array(&#8216;bindto&#8217; =&gt; &#8216;:0&#8242;));<br />
$socket_context = stream_context_create($socket_options);<br />
$socket = $this-&gt;smtp_fp = stream_socket_client(&#8216;tls://smtp.gmail.com:465&#8242;, $errno,<br />
$errstr, 30, STREAM_CLIENT_CONNECT, $socket_context);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choppy Flash video in full-screen mode on Ubuntu by Mark H</title>
		<link>http://blog.nachtarbeiter.net/2009/08/19/choppy-flash-video-in-full-screen-mode-on-ubuntu/comment-page-1/#comment-14614</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Thu, 08 Apr 2010 12:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nachtarbeiter.net/?p=828#comment-14614</guid>
		<description>BRILLIANT!!!! this fixed the lag in flash streams as well in normal mode. 
9.04 

Thanks! I love Ubuntu so much and this makes my system work flawlessly.</description>
		<content:encoded><![CDATA[<p>BRILLIANT!!!! this fixed the lag in flash streams as well in normal mode.<br />
9.04 </p>
<p>Thanks! I love Ubuntu so much and this makes my system work flawlessly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add missing GPG public key to Debian&#8217;s apt by Vegard</title>
		<link>http://blog.nachtarbeiter.net/2009/06/08/add-missing-gpg-public-key-to-debians-apt/comment-page-1/#comment-14243</link>
		<dc:creator>Vegard</dc:creator>
		<pubDate>Fri, 05 Mar 2010 00:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nachtarbeiter.net/?p=792#comment-14243</guid>
		<description>You can get the keys via APT, in Debian atleast. At the cost of not being able to actually verify that the packages you get are not modified, but that is a highly unlikely event.

apt-get install debian-archive-keyring 
apt-get update

Kind regards,
Vegard</description>
		<content:encoded><![CDATA[<p>You can get the keys via APT, in Debian atleast. At the cost of not being able to actually verify that the packages you get are not modified, but that is a highly unlikely event.</p>
<p>apt-get install debian-archive-keyring<br />
apt-get update</p>
<p>Kind regards,<br />
Vegard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerDNS on Debian Lenny, Sarge or Woody (2) by Vegard</title>
		<link>http://blog.nachtarbeiter.net/2009/04/23/powerdns-on-debian-lenny-sarge-or-woody-2/comment-page-1/#comment-13664</link>
		<dc:creator>Vegard</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://stage.nachtarbeiter.net/?p=553#comment-13664</guid>
		<description>Aaah - pdns_contol did the trick! Thanks alot!

Kind regards,
Vegard</description>
		<content:encoded><![CDATA[<p>Aaah &#8211; pdns_contol did the trick! Thanks alot!</p>
<p>Kind regards,<br />
Vegard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerDNS on Debian Lenny, Sarge or Woody (2) by Vegard</title>
		<link>http://blog.nachtarbeiter.net/2009/04/23/powerdns-on-debian-lenny-sarge-or-woody-2/comment-page-1/#comment-13654</link>
		<dc:creator>Vegard</dc:creator>
		<pubDate>Wed, 13 Jan 2010 23:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://stage.nachtarbeiter.net/?p=553#comment-13654</guid>
		<description>Hei hei, Patrick :-)

Thanks for the tips, I will double check my installation, and see if there is any inconstancy! Monitor says that it loads up gmysql-module fine, and that it accept connections. Other than that monitor gives me the standard output you&#039;d expect, like opening up UDP-connections, and denying alot of recursor-requests from misc. Internet drones. 

They are not running as recursor, as these nameservers is supposed to only serve as ... nameservers. This (to my knowledge) should not have anything to do with AXFR. AXFR is actually configured on both servers. I have tried to only have it active on one server at a time too. Could I be wrong?

I&#039;ll try to go over things a few more times and check some documentation (pdns_control), but i might have to take you up on that email ;-)

Kind regards,
Vegard</description>
		<content:encoded><![CDATA[<p>Hei hei, Patrick :-)</p>
<p>Thanks for the tips, I will double check my installation, and see if there is any inconstancy! Monitor says that it loads up gmysql-module fine, and that it accept connections. Other than that monitor gives me the standard output you&#8217;d expect, like opening up UDP-connections, and denying alot of recursor-requests from misc. Internet drones. </p>
<p>They are not running as recursor, as these nameservers is supposed to only serve as &#8230; nameservers. This (to my knowledge) should not have anything to do with AXFR. AXFR is actually configured on both servers. I have tried to only have it active on one server at a time too. Could I be wrong?</p>
<p>I&#8217;ll try to go over things a few more times and check some documentation (pdns_control), but i might have to take you up on that email ;-)</p>
<p>Kind regards,<br />
Vegard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerDNS on Debian Lenny, Sarge or Woody (2) by Patrick</title>
		<link>http://blog.nachtarbeiter.net/2009/04/23/powerdns-on-debian-lenny-sarge-or-woody-2/comment-page-1/#comment-13652</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 13 Jan 2010 22:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://stage.nachtarbeiter.net/?p=553#comment-13652</guid>
		<description>Hei Vegard,

during the set-up of a new domain name, you&#039;ll add some &quot;NS&quot; records (see above), which specify the master and slave DNS servers of your domain name. This is the relevant configuration. The master server will look at the NS records and initiate an AXFR transfer with the slaves, if everything is set up correctly.
Have a look at the DB and check that all the records are there. Check that everything is set up correctly. What does the log file/monitor mode output of PowerDNS say?

There is also a tool called pdns_control (see http://doc.powerdns.com/pdns-internals.html#PDNSCONTROL for more info) that you can use to trigger a notify on demand and have PowerDNS rediscover the database, etc. Check if that works. Normally this should not be necessary, though. If you can&#039;t get it to work at all, feel free to send me a mail and I&#039;ll have a look.

Cheers!

:-) Patrick</description>
		<content:encoded><![CDATA[<p>Hei Vegard,</p>
<p>during the set-up of a new domain name, you&#8217;ll add some &#8220;NS&#8221; records (see above), which specify the master and slave DNS servers of your domain name. This is the relevant configuration. The master server will look at the NS records and initiate an AXFR transfer with the slaves, if everything is set up correctly.<br />
Have a look at the DB and check that all the records are there. Check that everything is set up correctly. What does the log file/monitor mode output of PowerDNS say?</p>
<p>There is also a tool called pdns_control (see <a href="http://doc.powerdns.com/pdns-internals.html#PDNSCONTROL" rel="nofollow">http://doc.powerdns.com/pdns-internals.html#PDNSCONTROL</a> for more info) that you can use to trigger a notify on demand and have PowerDNS rediscover the database, etc. Check if that works. Normally this should not be necessary, though. If you can&#8217;t get it to work at all, feel free to send me a mail and I&#8217;ll have a look.</p>
<p>Cheers!</p>
<p>:-) Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerDNS on Debian Lenny, Sarge or Woody (2) by Vegard</title>
		<link>http://blog.nachtarbeiter.net/2009/04/23/powerdns-on-debian-lenny-sarge-or-woody-2/comment-page-1/#comment-13649</link>
		<dc:creator>Vegard</dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://stage.nachtarbeiter.net/?p=553#comment-13649</guid>
		<description>Superb guide, but I seem to have problems with the slave server, it does not seem to get it&#039;s updates for some reason, or rather, the masterserver does not notify the slave server. Where does the master-server actually find out who is his slave servers? I cannot see any configuration for this, although PowerDNS is truly awesome, it looks kinda weird that it doesn&#039;t need to be specified. 

Kind regards,
Vegard Hansen</description>
		<content:encoded><![CDATA[<p>Superb guide, but I seem to have problems with the slave server, it does not seem to get it&#8217;s updates for some reason, or rather, the masterserver does not notify the slave server. Where does the master-server actually find out who is his slave servers? I cannot see any configuration for this, although PowerDNS is truly awesome, it looks kinda weird that it doesn&#8217;t need to be specified. </p>
<p>Kind regards,<br />
Vegard Hansen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove pages from PDF files on Linux by GregB</title>
		<link>http://blog.nachtarbeiter.net/2006/12/24/remove-pages-from-pdf-files-on-linux/comment-page-1/#comment-13408</link>
		<dc:creator>GregB</dc:creator>
		<pubDate>Mon, 04 Jan 2010 07:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nachtarbeiter.net/?p=392#comment-13408</guid>
		<description>Thanks for the useful reminder of how to slice a pdf</description>
		<content:encoded><![CDATA[<p>Thanks for the useful reminder of how to slice a pdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choppy Flash video in full-screen mode on Ubuntu by Mark G</title>
		<link>http://blog.nachtarbeiter.net/2009/08/19/choppy-flash-video-in-full-screen-mode-on-ubuntu/comment-page-1/#comment-11267</link>
		<dc:creator>Mark G</dc:creator>
		<pubDate>Sun, 18 Oct 2009 23:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nachtarbeiter.net/?p=828#comment-11267</guid>
		<description>Genius. Thanks very much for sharing.</description>
		<content:encoded><![CDATA[<p>Genius. Thanks very much for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
