<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>&#124; marked &#124; &#187; bug</title>
	<atom:link href="http://www.kathmann.com/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kathmann.com</link>
	<description>geek stuff, real life and some fun</description>
	<lastBuildDate>Thu, 26 Aug 2010 16:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Debian Apache 2 error: Invalid query name 1</title>
		<link>http://www.kathmann.com/2008/10/29/debian-apache-2-error-invalid-query-name-1/</link>
		<comments>http://www.kathmann.com/2008/10/29/debian-apache-2-error-invalid-query-name-1/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 00:25:35 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[ict / computers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.kathmann.com/?p=167</guid>
		<description><![CDATA[I&#8217;ve seen this error in my Apache 2 logs on my Debian server for a while, and tonight I found the solution: Symptoms: the Apache 2 error.log file (usually /var/log/apache2/error.log) shows a somewhat constant flow of errors which simply state &#8220;Invalid query name 1&#8243;. Cause: The error is caused by a bug in the host [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen this error in my Apache 2 logs on my Debian server for a while, and tonight I found the solution:</p>
<p><strong>Symptoms</strong>: the Apache 2 error.log file (usually /var/log/apache2/error.log) shows a somewhat constant flow of errors which simply state &#8220;Invalid query name 1&#8243;.</p>
<p><strong>Cause</strong>: The error is caused by a bug in the <em>host</em> util that is used for IP and DNS lookups.</p>
<p><strong>Solution</strong>: Replace the default <em>host</em> utility with the Bind9 <em>host</em> util, easily done with APT:</p>
<blockquote><p>apt-get remove host<br />
apt-get install bind9-host</p></blockquote>
<p>On some systems the removal of the original <em>host</em> utility also removes the <em>dnsutils</em> package, which can easliy be reinstalled with the command:</p>
<blockquote><p>apt-get install dnsutils</p></blockquote>
<p>Ahhhh&#8230;error-free logs. Beaut!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kathmann.com/2008/10/29/debian-apache-2-error-invalid-query-name-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
