<?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 Schwer Log</title>
	<atom:link href="http://www.schwer.us/journal/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schwer.us/journal</link>
	<description>Logging the activities of four Schwers.</description>
	<lastBuildDate>Sun, 01 May 2011 20:06:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Connect to a headless CrashPlan desktop. by Matthew Dornquast</title>
		<link>http://www.schwer.us/journal/2011/04/29/connect-to-a-headless-crashplan-desktop/comment-page-1/#comment-47363</link>
		<dc:creator>Matthew Dornquast</dc:creator>
		<pubDate>Sun, 01 May 2011 20:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/?p=264#comment-47363</guid>
		<description>Hi!  bonus points for figuring out an alternative way! :)  The reason we don&#039;t recommend doing it this way is the gui listener is not considered &quot;secure&quot;.  In theory, someone could connect to your service now and do things you don&#039;t want them to.

That&#039;s why our instructions show you how to do this over SSH.  That being said, if it&#039;s not available from the internet, only your LAN (i.e. media server), this is a great alternative. 

~Matthew</description>
		<content:encoded><![CDATA[<p>Hi!  bonus points for figuring out an alternative way! <img src='http://www.schwer.us/journal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   The reason we don&#8217;t recommend doing it this way is the gui listener is not considered &#8220;secure&#8221;.  In theory, someone could connect to your service now and do things you don&#8217;t want them to.</p>
<p>That&#8217;s why our instructions show you how to do this over SSH.  That being said, if it&#8217;s not available from the internet, only your LAN (i.e. media server), this is a great alternative. </p>
<p>~Matthew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl , $SIG{CHLD} = &#8216;IGNORE&#8217; , system() and you. by Malav Shah</title>
		<link>http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/comment-page-1/#comment-47362</link>
		<dc:creator>Malav Shah</dc:creator>
		<pubDate>Thu, 28 Apr 2011 01:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/#comment-47362</guid>
		<description>Hi,

I just stumbled upon your site looking for a solution to the issue that you mentioned that I have been scratching my hair over. My frustration is being unable to get an exit code from the qx() command that I execute in the child process. It seems that whatever way I use $SIG{CHLD} I still have $? = -1 in my child process. Basically, I am sending an ajax request to a cgi script that has to send the response right away but continue running a longer process in the background. I also need to get both the error code and the msg from qx() in the child process. I am doing this:

$SIG{CHLD} = &#039;IGNORE&#039;; # or = \&amp;REAPER
$pid = fork();
if($pid == 0)
{
    close STDOUT; # So that the parent sends the response to the client right away.
    qx(tar up big directories over 50G...); # This can go on for a few minutes.
    if($? ==0) { Send a &#039;success&#039; email } # $? (SOB) is always -1 (Sorry !)
    else { Send a &#039;failure&#039; email }
}

Any clues where to fix?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just stumbled upon your site looking for a solution to the issue that you mentioned that I have been scratching my hair over. My frustration is being unable to get an exit code from the qx() command that I execute in the child process. It seems that whatever way I use $SIG{CHLD} I still have $? = -1 in my child process. Basically, I am sending an ajax request to a cgi script that has to send the response right away but continue running a longer process in the background. I also need to get both the error code and the msg from qx() in the child process. I am doing this:</p>
<p>$SIG{CHLD} = &#8216;IGNORE&#8217;; # or = \&#038;REAPER<br />
$pid = fork();<br />
if($pid == 0)<br />
{<br />
    close STDOUT; # So that the parent sends the response to the client right away.<br />
    qx(tar up big directories over 50G&#8230;); # This can go on for a few minutes.<br />
    if($? ==0) { Send a &#8216;success&#8217; email } # $? (SOB) is always -1 (Sorry !)<br />
    else { Send a &#8216;failure&#8217; email }<br />
}</p>
<p>Any clues where to fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking the Starbucks Barista Digital Italia Espresso Machine by Franco Jona</title>
		<link>http://www.schwer.us/journal/2004/10/03/hacking-the-starbucks-barista-digital-italia-espresso-machine/comment-page-2/#comment-47344</link>
		<dc:creator>Franco Jona</dc:creator>
		<pubDate>Wed, 16 Feb 2011 15:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/?p=99#comment-47344</guid>
		<description>Brew Unit Blocked message.... driving me crazy!!!
The machine worked relatively fine for some five years.  Now, whenever one tries to make a cup, the machine will usually grind some beans and then stop functioning completely while displaying the message.... Brew Unit Blocked.  Initially, a quick bump on the machine with your hand (or unplugging and replugging) would allow it to finish brewing a shot.  However, now nothing seems to work.
I have removed the brew unit and cleaned it thoroughly, several times mind you, but nothing seems to correct the problem.  Has anyone had the same problem or does anyone have any suggestions?</description>
		<content:encoded><![CDATA[<p>Brew Unit Blocked message&#8230;. driving me crazy!!!<br />
The machine worked relatively fine for some five years.  Now, whenever one tries to make a cup, the machine will usually grind some beans and then stop functioning completely while displaying the message&#8230;. Brew Unit Blocked.  Initially, a quick bump on the machine with your hand (or unplugging and replugging) would allow it to finish brewing a shot.  However, now nothing seems to work.<br />
I have removed the brew unit and cleaned it thoroughly, several times mind you, but nothing seems to correct the problem.  Has anyone had the same problem or does anyone have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking the Starbucks Barista Digital Italia Espresso Machine by john franco</title>
		<link>http://www.schwer.us/journal/2004/10/03/hacking-the-starbucks-barista-digital-italia-espresso-machine/comment-page-2/#comment-47299</link>
		<dc:creator>john franco</dc:creator>
		<pubDate>Fri, 19 Nov 2010 08:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/?p=99#comment-47299</guid>
		<description>I just bought the espresso machine tonight for a really good deal.  Everything seems to be functioning properly.  What I am noticing though, is that the coffee isn&#039;t quite as hot as I like it, and the heat setting is at maximum. After reading so many reviews about the machine breaking down, I&#039;m a little scared now... i guess we&#039;ll see how it works out.</description>
		<content:encoded><![CDATA[<p>I just bought the espresso machine tonight for a really good deal.  Everything seems to be functioning properly.  What I am noticing though, is that the coffee isn&#8217;t quite as hot as I like it, and the heat setting is at maximum. After reading so many reviews about the machine breaking down, I&#8217;m a little scared now&#8230; i guess we&#8217;ll see how it works out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using autofs to mount your install CDs by SLX</title>
		<link>http://www.schwer.us/journal/2004/06/03/using-autofs-to-mount-your-install-cds/comment-page-1/#comment-47230</link>
		<dc:creator>SLX</dc:creator>
		<pubDate>Sun, 01 Aug 2010 15:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/?p=82#comment-47230</guid>
		<description>Not only removable. If someone has many possible mounts, but needed from time to time - like I - it will be unnecessary to mount all that stuff on everyday boot. It will only delay booting without benefits.</description>
		<content:encoded><![CDATA[<p>Not only removable. If someone has many possible mounts, but needed from time to time &#8211; like I &#8211; it will be unnecessary to mount all that stuff on everyday boot. It will only delay booting without benefits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Net::DNS to write your own recursor. by Tom</title>
		<link>http://www.schwer.us/journal/2010/06/02/using-netdns-to-write-your-own-recursor/comment-page-1/#comment-47200</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 02 Jun 2010 23:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/?p=251#comment-47200</guid>
		<description>Nice one!  I might play around with this!</description>
		<content:encoded><![CDATA[<p>Nice one!  I might play around with this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking the Starbucks Barista Digital Italia Espresso Machine by hooha</title>
		<link>http://www.schwer.us/journal/2004/10/03/hacking-the-starbucks-barista-digital-italia-espresso-machine/comment-page-2/#comment-47192</link>
		<dc:creator>hooha</dc:creator>
		<pubDate>Thu, 06 May 2010 14:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/?p=99#comment-47192</guid>
		<description>Need to Prime Message - Replaced pump on my own.  Work(ed) awesome.

Grinder message - Totally cleaned out the path from the hopper to the brew group.  There&#039;s a chute from the hopper that had about 50% blocked from caked grounds.  Also, remove the brew group and there&#039;s a spring loaded hatch that you can hold open and clean from the bottom up.  

The machine ran yesterday and ran out of water mid brew, but the pump kept running.  Now the thing is vapor locked like crazy and I just get the NTP message.  My guess that repeatedly running the pump dray to try to prime is going to burn the thing out . . . again. Wish I had another machine.</description>
		<content:encoded><![CDATA[<p>Need to Prime Message &#8211; Replaced pump on my own.  Work(ed) awesome.</p>
<p>Grinder message &#8211; Totally cleaned out the path from the hopper to the brew group.  There&#8217;s a chute from the hopper that had about 50% blocked from caked grounds.  Also, remove the brew group and there&#8217;s a spring loaded hatch that you can hold open and clean from the bottom up.  </p>
<p>The machine ran yesterday and ran out of water mid brew, but the pump kept running.  Now the thing is vapor locked like crazy and I just get the NTP message.  My guess that repeatedly running the pump dray to try to prime is going to burn the thing out . . . again. Wish I had another machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking the Starbucks Barista Digital Italia Espresso Machine by Diane</title>
		<link>http://www.schwer.us/journal/2004/10/03/hacking-the-starbucks-barista-digital-italia-espresso-machine/comment-page-2/#comment-47189</link>
		<dc:creator>Diane</dc:creator>
		<pubDate>Mon, 12 Apr 2010 20:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/?p=99#comment-47189</guid>
		<description>The grinder thing seems to be an epidemic.  My grinder is also claiming empty.  I too have adjusted the buttons back an forth.  Now, nothing seems to work.  Has anyone out there taken their machine apart and looked inside?</description>
		<content:encoded><![CDATA[<p>The grinder thing seems to be an epidemic.  My grinder is also claiming empty.  I too have adjusted the buttons back an forth.  Now, nothing seems to work.  Has anyone out there taken their machine apart and looked inside?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dad&#8217;s Meatloaf by Muy Greasato</title>
		<link>http://www.schwer.us/journal/2009/08/09/dads-meatloaf/comment-page-1/#comment-47186</link>
		<dc:creator>Muy Greasato</dc:creator>
		<pubDate>Wed, 31 Mar 2010 21:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/?p=247#comment-47186</guid>
		<description>I feel a thrombus coming on. Pass the grease bomb!</description>
		<content:encoded><![CDATA[<p>I feel a thrombus coming on. Pass the grease bomb!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl , $SIG{CHLD} = &#8216;IGNORE&#8217; , system() and you. by Henry</title>
		<link>http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/comment-page-1/#comment-47180</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Mon, 08 Mar 2010 12:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/#comment-47180</guid>
		<description>Two years later.... Thanks!!!!</description>
		<content:encoded><![CDATA[<p>Two years later&#8230;. Thanks!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

