<?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>HowConfig &#187; log</title>
	<atom:link href="http://www.howconfig.com/tag/log/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howconfig.com</link>
	<description>Quick tips on software configuration.</description>
	<lastBuildDate>Fri, 13 Jan 2012 12:55:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Permission denied errors when starting bind9 on Ubuntu 10.04 with Plesk 10</title>
		<link>http://www.howconfig.com/linux/permission-denied-errors-when-starting-bind9-on-ubuntu-10-04-with-plesk-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=permission-denied-errors-when-starting-bind9-on-ubuntu-10-04-with-plesk-10</link>
		<comments>http://www.howconfig.com/linux/permission-denied-errors-when-starting-bind9-on-ubuntu-10-04-with-plesk-10/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 07:11:32 +0000</pubDate>
		<dc:creator>config</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[bind error]]></category>
		<category><![CDATA[bind9]]></category>
		<category><![CDATA[bind9 error]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error log]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[plesk 10]]></category>
		<category><![CDATA[plesk 10 error]]></category>
		<category><![CDATA[plesk 10 problem]]></category>
		<category><![CDATA[plesk error]]></category>
		<category><![CDATA[plesk problem]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[solve]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[ubuntu ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://www.howconfig.com/?p=87</guid>
		<description><![CDATA[If you are getting the following in your error log and you cannot start bind9 on Ubuntu 10.04 server with Plesk 10 installed: named[5372]: loading configuration from '/etc/named.conf' named[5372]: none:0: open: /etc/named.conf: permission denied named[5372]: loading configuration: permission denied named[5372]: exiting (due to fatal error) Try this to solve the problem: Add this to the [...]]]></description>
			<content:encoded><![CDATA[<p>If you are getting the following in your error log and you cannot start bind9 on Ubuntu 10.04 server with Plesk 10 installed:</p>
<pre>named[5372]: loading configuration from '/etc/named.conf'
named[5372]: none:0: open: /etc/named.conf: permission denied
named[5372]: loading configuration: permission denied
named[5372]: exiting (due to fatal error)</pre>
<p><span id="more-87"></span></p>
<p>Try this to solve the problem:<br />
Add this to the AppArmor named profile (/etc/apparmor.d/usr.sbin.named) :</p>
<pre># plesk runs bind9 in chroot, giving permissions
/var/named/run-root/** rw,</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.howconfig.com/linux/permission-denied-errors-when-starting-bind9-on-ubuntu-10-04-with-plesk-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tailing a log file over http with netcat &#8211; nc</title>
		<link>http://www.howconfig.com/various/tailing-a-log-file-over-http-with-netcat-nc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tailing-a-log-file-over-http-with-netcat-nc</link>
		<comments>http://www.howconfig.com/various/tailing-a-log-file-over-http-with-netcat-nc/#comments</comments>
		<pubDate>Wed, 19 May 2010 22:35:09 +0000</pubDate>
		<dc:creator>config</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[nc]]></category>
		<category><![CDATA[netcat]]></category>
		<category><![CDATA[real time]]></category>
		<category><![CDATA[tail]]></category>

		<guid isPermaLink="false">http://www.howconfig.com/?p=53</guid>
		<description><![CDATA[Tailing a log file over http with netcat - nc]]></description>
			<content:encoded><![CDATA[<p>Use this one to watch log files updates in real time on remote server using netcat and a browser.</p>
<pre>tail -f /var/log/syslog | nc -l 1234</pre>
<p>You can also use it to monitor any frequently updated file on remote system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howconfig.com/various/tailing-a-log-file-over-http-with-netcat-nc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

