<?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>h3x.no &#187; stderr</title>
	<atom:link href="http://h3x.no/tag/stderr/feed" rel="self" type="application/rss+xml" />
	<link>http://h3x.no</link>
	<description>Tor Henning Ueland`s thoughts about technology and other stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:20:19 +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>Cron commands not working when outputting to stderr(2&gt;&amp;1)</title>
		<link>http://h3x.no/2009/05/07/cron-commands-not-working-when-outputing-to-stderr</link>
		<comments>http://h3x.no/2009/05/07/cron-commands-not-working-when-outputing-to-stderr#comments</comments>
		<pubDate>Thu, 07 May 2009 11:17:29 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[stderr]]></category>

		<guid isPermaLink="false">http://www.h3x.no/?p=44</guid>
		<description><![CDATA[The error: username@host:/home/foo&#62; fetchmail -f /opt/rt-fetchmail/fetchmail 2&#62;&#38;1 /dev/null Enter password for username@/dev/null: Solution: Change the cron entry / command to the following: fetchmail -f /opt/rt-fetchmail/fetchmail &#62; /dev/null 2&#62;&#38;1 This will stop -all- output from appearing.]]></description>
			<content:encoded><![CDATA[<p>The error:</p>
<blockquote><p>username@host:/home/foo&gt; fetchmail -f /opt/rt-fetchmail/fetchmail 2&gt;&amp;1 /dev/null<br />
Enter password for username@/dev/null:</p></blockquote>
<p>Solution: Change the cron entry / command to the following:</p>
<blockquote><p>fetchmail -f /opt/rt-fetchmail/fetchmail &gt; /dev/null 2&gt;&amp;1</p></blockquote>
<p>This will stop -all- output from appearing.</p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2009/05/07/cron-commands-not-working-when-outputing-to-stderr/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
