




<?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: Repairing Ubuntu 9.04 DNS</title>
	<atom:link href="http://beginlinux.com/blog/2009/06/repairing-ubuntu-904-dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://beginlinux.com/blog/2009/06/repairing-ubuntu-904-dns/</link>
	<description>All Types of Linux Users Welcome.</description>
	<lastBuildDate>Mon, 30 Apr 2012 19:30:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: andre</title>
		<link>http://beginlinux.com/blog/2009/06/repairing-ubuntu-904-dns/comment-page-1/#comment-1735</link>
		<dc:creator>andre</dc:creator>
		<pubDate>Wed, 21 Jul 2010 14:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=653#comment-1735</guid>
		<description>hi i tried to do this but still with the problem.
Can you give me another hint?
thanks</description>
		<content:encoded><![CDATA[<p>hi i tried to do this but still with the problem.<br />
Can you give me another hint?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://beginlinux.com/blog/2009/06/repairing-ubuntu-904-dns/comment-page-1/#comment-1654</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 05 May 2010 00:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=653#comment-1654</guid>
		<description>Did you add this information:

Add this to /etc/bind/named.conf in order for rndc to work:

include “/etc/bind/rndc.key”;

controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { “rndc-key”; };
};

Be sure to add it to the right file.</description>
		<content:encoded><![CDATA[<p>Did you add this information:</p>
<p>Add this to /etc/bind/named.conf in order for rndc to work:</p>
<p>include “/etc/bind/rndc.key”;</p>
<p>controls {<br />
inet 127.0.0.1 port 953<br />
allow { 127.0.0.1; } keys { “rndc-key”; };<br />
};</p>
<p>Be sure to add it to the right file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gulab Pasha</title>
		<link>http://beginlinux.com/blog/2009/06/repairing-ubuntu-904-dns/comment-page-1/#comment-1652</link>
		<dc:creator>Gulab Pasha</dc:creator>
		<pubDate>Tue, 04 May 2010 05:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=653#comment-1652</guid>
		<description>Hi,

I&#039;m also getting the same error in DNS.

#/etc/init.d/bind9 restart
 * Stopping domain name service... bind9
rndc: connect failed: 127.0.0.1#953: connection refused
   ...done.
 * Starting domain name service... bind9


SYSLOG.

May  4 10:52:24 sfdlabs named[2931]: starting BIND 9.6.1-P2 -u bind -t /var/lib/named
May  4 10:52:24 sfdlabs named[2931]: built with &#039;--prefix=/usr&#039; &#039;--mandir=/usr/share/man&#039; &#039;--infodir=/usr/share/info&#039; &#039;--sysconfdir=/etc/bind&#039; &#039;--localstatedir=/var&#039; &#039;--enable-threads&#039; &#039;--enable-largefile&#039; &#039;--with-libtool&#039; &#039;--enable-shared&#039; &#039;--enable-static&#039; &#039;--with-openssl=/usr&#039; &#039;--with-gssapi=/usr&#039; &#039;--with-gnu-ld&#039; &#039;--with-dlz-postgres=no&#039; &#039;--with-dlz-mysql=no&#039; &#039;--with-dlz-bdb=yes&#039; &#039;--with-dlz-filesystem=yes&#039; &#039;--with-dlz-ldap=yes&#039; &#039;--with-dlz-stub=yes&#039; &#039;--with-geoip=/usr&#039; &#039;--enable-ipv6&#039; &#039;CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2&#039; &#039;LDFLAGS=-Wl,-Bsymbolic-functions&#039; &#039;CPPFLAGS=&#039; &#039;CXXFLAGS=-g -O2&#039; &#039;FFLAGS=-g -O2&#039;
May  4 10:52:24 sfdlabs named[2931]: adjusted limit on open files from 1024 to 1048576
May  4 10:52:24 sfdlabs named[2931]: found 4 CPUs, using 4 worker threads
May  4 10:52:24 sfdlabs named[2931]: using up to 4096 sockets
May  4 10:52:24 sfdlabs named[2931]: loading configuration from &#039;/etc/bind/named.conf&#039;
May  4 10:52:24 sfdlabs named[2931]: none:0: open: /etc/bind/named.conf: permission denied
May  4 10:52:24 sfdlabs named[2931]: loading configuration: permission denied
May  4 10:52:24 sfdlabs named[2931]: exiting (due to fatal error)
May  4 10:52:24 sfdlabs kernel: [1535835.868494] type=1503 audit(1272950544.717:37): operation=&quot;open&quot; pid=2934 parent=2930 profile=&quot;/usr/sbin/named&quot; requested_mask=&quot;r::&quot; denied_mask=&quot;r::&quot; fsuid=107 ouid=107 name=&quot;/var/lib/named/etc/bind/named.conf&quot;



Please help me out,
   ...fail!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m also getting the same error in DNS.</p>
<p>#/etc/init.d/bind9 restart<br />
 * Stopping domain name service&#8230; bind9<br />
rndc: connect failed: 127.0.0.1#953: connection refused<br />
   &#8230;done.<br />
 * Starting domain name service&#8230; bind9</p>
<p>SYSLOG.</p>
<p>May  4 10:52:24 sfdlabs named[2931]: starting BIND 9.6.1-P2 -u bind -t /var/lib/named<br />
May  4 10:52:24 sfdlabs named[2931]: built with &#8216;&#8211;prefix=/usr&#8217; &#8216;&#8211;mandir=/usr/share/man&#8217; &#8216;&#8211;infodir=/usr/share/info&#8217; &#8216;&#8211;sysconfdir=/etc/bind&#8217; &#8216;&#8211;localstatedir=/var&#8217; &#8216;&#8211;enable-threads&#8217; &#8216;&#8211;enable-largefile&#8217; &#8216;&#8211;with-libtool&#8217; &#8216;&#8211;enable-shared&#8217; &#8216;&#8211;enable-static&#8217; &#8216;&#8211;with-openssl=/usr&#8217; &#8216;&#8211;with-gssapi=/usr&#8217; &#8216;&#8211;with-gnu-ld&#8217; &#8216;&#8211;with-dlz-postgres=no&#8217; &#8216;&#8211;with-dlz-mysql=no&#8217; &#8216;&#8211;with-dlz-bdb=yes&#8217; &#8216;&#8211;with-dlz-filesystem=yes&#8217; &#8216;&#8211;with-dlz-ldap=yes&#8217; &#8216;&#8211;with-dlz-stub=yes&#8217; &#8216;&#8211;with-geoip=/usr&#8217; &#8216;&#8211;enable-ipv6&#8242; &#8216;CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2&#8242; &#8216;LDFLAGS=-Wl,-Bsymbolic-functions&#8217; &#8216;CPPFLAGS=&#8217; &#8216;CXXFLAGS=-g -O2&#8242; &#8216;FFLAGS=-g -O2&#8242;<br />
May  4 10:52:24 sfdlabs named[2931]: adjusted limit on open files from 1024 to 1048576<br />
May  4 10:52:24 sfdlabs named[2931]: found 4 CPUs, using 4 worker threads<br />
May  4 10:52:24 sfdlabs named[2931]: using up to 4096 sockets<br />
May  4 10:52:24 sfdlabs named[2931]: loading configuration from &#8216;/etc/bind/named.conf&#8217;<br />
May  4 10:52:24 sfdlabs named[2931]: none:0: open: /etc/bind/named.conf: permission denied<br />
May  4 10:52:24 sfdlabs named[2931]: loading configuration: permission denied<br />
May  4 10:52:24 sfdlabs named[2931]: exiting (due to fatal error)<br />
May  4 10:52:24 sfdlabs kernel: [1535835.868494] type=1503 audit(1272950544.717:37): operation=&#8221;open&#8221; pid=2934 parent=2930 profile=&#8221;/usr/sbin/named&#8221; requested_mask=&#8221;r::&#8221; denied_mask=&#8221;r::&#8221; fsuid=107 ouid=107 name=&#8221;/var/lib/named/etc/bind/named.conf&#8221;</p>
<p>Please help me out,<br />
   &#8230;fail!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanley</title>
		<link>http://beginlinux.com/blog/2009/06/repairing-ubuntu-904-dns/comment-page-1/#comment-1510</link>
		<dc:creator>Stanley</dc:creator>
		<pubDate>Sun, 06 Dec 2009 04:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=653#comment-1510</guid>
		<description>I am still getting the error.</description>
		<content:encoded><![CDATA[<p>I am still getting the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://beginlinux.com/blog/2009/06/repairing-ubuntu-904-dns/comment-page-1/#comment-1482</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Sun, 15 Nov 2009 03:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=653#comment-1482</guid>
		<description>Make sure the loopback device is installed correctly.</description>
		<content:encoded><![CDATA[<p>Make sure the loopback device is installed correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Problems receiving mail with Zimbra - Zimbra - Forums</title>
		<link>http://beginlinux.com/blog/2009/06/repairing-ubuntu-904-dns/comment-page-1/#comment-1368</link>
		<dc:creator>Problems receiving mail with Zimbra - Zimbra - Forums</dc:creator>
		<pubDate>Sun, 26 Jul 2009 18:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=653#comment-1368</guid>
		<description>[...] the following: Ubuntu 9.04 rndc Fix on Bind9 &#124; BeginLinux if that doesn&#039;t work there&#039;s a &#039;how-to&#039; for setting up BIND here: DNS server Setup using bind in [...]</description>
		<content:encoded><![CDATA[<p>[...] the following: Ubuntu 9.04 rndc Fix on Bind9 | BeginLinux if that doesn&#8217;t work there&#8217;s a &#8216;how-to&#8217; for setting up BIND here: DNS server Setup using bind in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

