<?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 Jia Jun Goes GSoC</title>
	<atom:link href="http://goes-gsoc.zerothree.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://goes-gsoc.zerothree.net</link>
	<description>His Google Summer of Code 2009 experience…</description>
	<lastBuildDate>Sun, 27 Dec 2009 14:16:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on geodns-new.pl by Chackboom</title>
		<link>http://goes-gsoc.zerothree.net/2009/08/20/geodns-new-pl/#comment-230</link>
		<dc:creator>Chackboom</dc:creator>
		<pubDate>Sun, 27 Dec 2009 14:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://goes-gsoc1.zerothree.net/?p=171#comment-230</guid>
		<description>I found an interesting web site. You don&#039;t need set up your DNS server. You can just use their DNS servers. It is free.
http://www.postpart.com/</description>
		<content:encoded><![CDATA[<p>I found an interesting web site. You don&#8217;t need set up your DNS server. You can just use their DNS servers. It is free.<br />
<a href="http://www.postpart.com/" rel="nofollow">http://www.postpart.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by weichenqi</title>
		<link>http://goes-gsoc.zerothree.net/about-me/#comment-9</link>
		<dc:creator>weichenqi</dc:creator>
		<pubDate>Tue, 14 Jul 2009 07:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://goes-gsoc1.zerothree.net/?page_id=29#comment-9</guid>
		<description>Hi friend,I just do the test about the bind with mysql,but I have much trouble.I did it follow your blog&#039;s said,but also has problem just
like:
mysqldb.c:42:27: error: named/mysqldb.h: No such file or directory
mysqldb.c:117: error: expected specifier-qualifier-list before 鈥楳YSQL鈥?
                                                                           mysqldb.c: In function 鈥榙b_connect鈥?
mysqldb.c:150: warning: implicit declaration of function 鈥榤ysql_init鈥?
                                                                          mysqldb.c:150: error: 鈥榮truct dbinfo鈥?has no member named 鈥榗onn鈥?
                                                                                                                                                   mysqldb.c:153: warning: implicit declaration of function 鈥榤ysql_real_connect鈥?
                                                                        mysqldb.c:153: error: 鈥榮truct dbinfo鈥?has no member named 鈥榗onn鈥?
                                                                                                                                                 mysqldb.c:153: error: 鈥榮truct dbinfo鈥?has no member named 鈥榟ost鈥?

you can send email to me ,and we can contact with each other .I am the SA for liunx.</description>
		<content:encoded><![CDATA[<p>Hi friend,I just do the test about the bind with mysql,but I have much trouble.I did it follow your blog&#8217;s said,but also has problem just<br />
like:<br />
mysqldb.c:42:27: error: named/mysqldb.h: No such file or directory<br />
mysqldb.c:117: error: expected specifier-qualifier-list before 鈥楳YSQL鈥?<br />
                                                                           mysqldb.c: In function 鈥榙b_connect鈥?<br />
mysqldb.c:150: warning: implicit declaration of function 鈥榤ysql_init鈥?<br />
                                                                          mysqldb.c:150: error: 鈥榮truct dbinfo鈥?has no member named 鈥榗onn鈥?<br />
                                                                                                                                                   mysqldb.c:153: warning: implicit declaration of function 鈥榤ysql_real_connect鈥?<br />
                                                                        mysqldb.c:153: error: 鈥榮truct dbinfo鈥?has no member named 鈥榗onn鈥?<br />
                                                                                                                                                 mysqldb.c:153: error: 鈥榮truct dbinfo鈥?has no member named 鈥榟ost鈥?</p>
<p>you can send email to me ,and we can contact with each other .I am the SA for liunx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ways of achieving weighted resource by Jia Jun Tan</title>
		<link>http://goes-gsoc.zerothree.net/2009/05/09/ways-of-achieving-weighted-resource/#comment-169</link>
		<dc:creator>Jia Jun Tan</dc:creator>
		<pubDate>Sat, 23 May 2009 17:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://goes-gsoc1.zerothree.net/?p=56#comment-169</guid>
		<description>Thanks Steven, these entries are like my work log, i do refer to them sometimes to backtrack on what i was doing. Glad it was easy to follow.

Sorry to say, i gave up on the DLZ patch that i posted on this entry. Instead, i went for the MySQL BIND SDB Driver. Several reasons to this. the configuration for the SDB driver is a lot simpler, it is the patch that Mozilla Project is using (since i am working on their DNS servers, it would be easier to keep with it) and lastly, i never managed to get the DLZ connecting to my mysql server successfully.

As far as the difference is concerned, the only difference i could say right now would be that the MySQL BIND SDB Driver only works with MySQL. But i guess you could find SDB Drivers for other database if need be (e/g/ PostgreSQL). The zones that are loaded thru the MySQL BIND SDB Driver are dynamic too. No restart/reload required.

If i am not wrong, using the SDB Driver, zone transfer is the same as zone transfer in a Bind9 installation using flat file.  This is quite unlike the BIND DLZ patch which needs a SQL query to be specificed (6th line) for zone transfer. Using the SDB Driver, Bind9 will still lookup for all the entries for the zone for MySQL and transfer it using the traditional DNS zone transfer.

Sorry to say, i can&#039;t really comment on the DLZ Bind because it didn&#039;t want to work on my installation.

Happy to meet you anyway. :-)</description>
		<content:encoded><![CDATA[<p>Thanks Steven, these entries are like my work log, i do refer to them sometimes to backtrack on what i was doing. Glad it was easy to follow.</p>
<p>Sorry to say, i gave up on the DLZ patch that i posted on this entry. Instead, i went for the MySQL BIND SDB Driver. Several reasons to this. the configuration for the SDB driver is a lot simpler, it is the patch that Mozilla Project is using (since i am working on their DNS servers, it would be easier to keep with it) and lastly, i never managed to get the DLZ connecting to my mysql server successfully.</p>
<p>As far as the difference is concerned, the only difference i could say right now would be that the MySQL BIND SDB Driver only works with MySQL. But i guess you could find SDB Drivers for other database if need be (e/g/ PostgreSQL). The zones that are loaded thru the MySQL BIND SDB Driver are dynamic too. No restart/reload required.</p>
<p>If i am not wrong, using the SDB Driver, zone transfer is the same as zone transfer in a Bind9 installation using flat file.  This is quite unlike the BIND DLZ patch which needs a SQL query to be specificed (6th line) for zone transfer. Using the SDB Driver, Bind9 will still lookup for all the entries for the zone for MySQL and transfer it using the traditional DNS zone transfer.</p>
<p>Sorry to say, i can&#8217;t really comment on the DLZ Bind because it didn&#8217;t want to work on my installation.</p>
<p>Happy to meet you anyway. <img src='http://goes-gsoc.zerothree.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ways of achieving weighted resource by Steven Garner</title>
		<link>http://goes-gsoc.zerothree.net/2009/05/09/ways-of-achieving-weighted-resource/#comment-168</link>
		<dc:creator>Steven Garner</dc:creator>
		<pubDate>Sat, 23 May 2009 16:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://goes-gsoc1.zerothree.net/?p=56#comment-168</guid>
		<description>What a wonderful application of BIND DLZ!  I really like your blog.  You make it easy to follow, in spite of the fact you are delving into some things off the beaten track.

We&#039;ve have just deployed a master name server using BIND DLZ with MySQL.  The master configuration only uses lines 1,2,3,4,5&amp;7 of the DLZ argument.  The 6th line is about zone transfers for a secondary name server.

Thinking about secondary name servers.  The majority of our requirement is to have the secondary be data driven also, so we are deploying a second BIND DLZ server as the secondary, where both name servers look up the same MySQL database through SSH, soon to be running on a DRBD cluster (which might be better done in PostgresQL).

There will be domains where the secondary will need to be on a non-DLZ instance of BIND, and so the 6th line is about zone transfers becomes important.  What I do not get is how to track the client information.  Do you think they just require a client field added to the same database table under the SOA record?  I&#039;m assuming the client is the secondary name server IPV4 data and not the secondary name server zone.</description>
		<content:encoded><![CDATA[<p>What a wonderful application of BIND DLZ!  I really like your blog.  You make it easy to follow, in spite of the fact you are delving into some things off the beaten track.</p>
<p>We&#8217;ve have just deployed a master name server using BIND DLZ with MySQL.  The master configuration only uses lines 1,2,3,4,5&amp;7 of the DLZ argument.  The 6th line is about zone transfers for a secondary name server.</p>
<p>Thinking about secondary name servers.  The majority of our requirement is to have the secondary be data driven also, so we are deploying a second BIND DLZ server as the secondary, where both name servers look up the same MySQL database through SSH, soon to be running on a DRBD cluster (which might be better done in PostgresQL).</p>
<p>There will be domains where the secondary will need to be on a non-DLZ instance of BIND, and so the 6th line is about zone transfers becomes important.  What I do not get is how to track the client information.  Do you think they just require a client field added to the same database table under the SOA record?  I&#8217;m assuming the client is the secondary name server IPV4 data and not the secondary name server zone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Jia Jun Tan</title>
		<link>http://goes-gsoc.zerothree.net/about-me/#comment-8</link>
		<dc:creator>Jia Jun Tan</dc:creator>
		<pubDate>Thu, 14 May 2009 08:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://goes-gsoc1.zerothree.net/?page_id=29#comment-8</guid>
		<description>Hi Gary, been in the channel a few times. my nick there is jiajun.</description>
		<content:encoded><![CDATA[<p>Hi Gary, been in the channel a few times. my nick there is jiajun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Gary Kwong</title>
		<link>http://goes-gsoc.zerothree.net/about-me/#comment-7</link>
		<dc:creator>Gary Kwong</dc:creator>
		<pubDate>Thu, 14 May 2009 08:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://goes-gsoc1.zerothree.net/?page_id=29#comment-7</guid>
		<description>Hi Jia Jun, please join #nus on Mozilla IRC, we’re a bunch of NUS students who recently took CS3108 (Mozilla) course, there you can find a bunch of fellow NUS students with Mozilla interests!

-Gary

(Reposting here - I can also be contacted at gary dot kwong -at- nus dot edu dot sg)</description>
		<content:encoded><![CDATA[<p>Hi Jia Jun, please join #nus on Mozilla IRC, we’re a bunch of NUS students who recently took CS3108 (Mozilla) course, there you can find a bunch of fellow NUS students with Mozilla interests!</p>
<p>-Gary</p>
<p>(Reposting here &#8211; I can also be contacted at gary dot kwong -at- nus dot edu dot sg)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on access to geodns vm by Gary Kwong</title>
		<link>http://goes-gsoc.zerothree.net/2009/05/07/access-to-geodns-vm/#comment-3</link>
		<dc:creator>Gary Kwong</dc:creator>
		<pubDate>Thu, 14 May 2009 08:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://goes-gsoc1.zerothree.net/?p=25#comment-3</guid>
		<description>Hi Jia Jun, please join #nus on Mozilla IRC, we&#039;re a bunch of NUS students who recently took CS3108 (Mozilla) course, there you can find a bunch of fellow NUS students with Mozilla interests!

-Gary</description>
		<content:encoded><![CDATA[<p>Hi Jia Jun, please join #nus on Mozilla IRC, we&#8217;re a bunch of NUS students who recently took CS3108 (Mozilla) course, there you can find a bunch of fellow NUS students with Mozilla interests!</p>
<p>-Gary</p>
]]></content:encoded>
	</item>
</channel>
</rss>
