<?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 mykle systems labs</title>
	<atom:link href="http://mykle.com/msl/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://mykle.com/msl</link>
	<description>documentation, research, experiments</description>
	<lastBuildDate>Wed, 13 Feb 2013 05:46:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on master exit time has arrived!  (re: outbound messages stuck on OS X with Postfix) by florian</title>
		<link>http://mykle.com/msl/?p=502#comment-2819</link>
		<dc:creator>florian</dc:creator>
		<pubDate>Wed, 13 Feb 2013 05:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=502#comment-2819</guid>
		<description><![CDATA[Thank you - even now with Mountain Lion Server I experienced the same issue - still &quot;only&quot; 60 seconds.]]></description>
		<content:encoded><![CDATA[<p>Thank you &#8211; even now with Mountain Lion Server I experienced the same issue &#8211; still &#8220;only&#8221; 60 seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speed-Vest! by Advanced lighting techniques for bike nerds &#124; Dorkbyte.com</title>
		<link>http://mykle.com/msl/?p=10#comment-2767</link>
		<dc:creator>Advanced lighting techniques for bike nerds &#124; Dorkbyte.com</dc:creator>
		<pubDate>Sat, 29 Dec 2012 19:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=10#comment-2767</guid>
		<description><![CDATA[[...] speed vest tells those behind you how fast you&#8217;re biking by way of EL wire lights which illuminate your [...]]]></description>
		<content:encoded><![CDATA[<p>[...] speed vest tells those behind you how fast you&#8217;re biking by way of EL wire lights which illuminate your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Robot Overlords &#8230; attack! by Shelly Caldwell</title>
		<link>http://mykle.com/msl/?p=644#comment-2680</link>
		<dc:creator>Shelly Caldwell</dc:creator>
		<pubDate>Tue, 26 Jun 2012 18:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=644#comment-2680</guid>
		<description><![CDATA[WONDERFUL!!!!!!!! I Love it!!!]]></description>
		<content:encoded><![CDATA[<p>WONDERFUL!!!!!!!! I Love it!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on master exit time has arrived!  (re: outbound messages stuck on OS X with Postfix) by mykle</title>
		<link>http://mykle.com/msl/?p=502#comment-2663</link>
		<dc:creator>mykle</dc:creator>
		<pubDate>Tue, 05 Jun 2012 01:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=502#comment-2663</guid>
		<description><![CDATA[Thanks!  Yes, that&#039;s basically the same fix.  Either up the number of seconds to the -e flag, or remove the flag and its argument entirely.]]></description>
		<content:encoded><![CDATA[<p>Thanks!  Yes, that&#8217;s basically the same fix.  Either up the number of seconds to the -e flag, or remove the flag and its argument entirely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on master exit time has arrived!  (re: outbound messages stuck on OS X with Postfix) by Line</title>
		<link>http://mykle.com/msl/?p=502#comment-2662</link>
		<dc:creator>Line</dc:creator>
		<pubDate>Tue, 05 Jun 2012 00:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=502#comment-2662</guid>
		<description><![CDATA[Or the following changes worked for me:

Remove the following two elements from /System/Library/LaunchDaemons/org.postfix.master.plist:

-e
60
This will stop it exiting after 60 seconds.

Add the following element as a child of the ... element in the same plist file:

KeepAlive

Reload the file:

cd /System/Library/LaunchDaemons
sudo launchctl unload org.postfix.master.plist 
sudo launchctl load org.postfix.master.plist

postfix should now be running as a daemon.
C.f:
http://apple.stackexchange.com/questions/32228/whats-the-correctly-way-to-make-postfix-run-permanently-on-lion-not-server]]></description>
		<content:encoded><![CDATA[<p>Or the following changes worked for me:</p>
<p>Remove the following two elements from /System/Library/LaunchDaemons/org.postfix.master.plist:</p>
<p>-e<br />
60<br />
This will stop it exiting after 60 seconds.</p>
<p>Add the following element as a child of the &#8230; element in the same plist file:</p>
<p>KeepAlive</p>
<p>Reload the file:</p>
<p>cd /System/Library/LaunchDaemons<br />
sudo launchctl unload org.postfix.master.plist<br />
sudo launchctl load org.postfix.master.plist</p>
<p>postfix should now be running as a daemon.<br />
C.f:<br />
<a href="http://apple.stackexchange.com/questions/32228/whats-the-correctly-way-to-make-postfix-run-permanently-on-lion-not-server" rel="nofollow">http://apple.stackexchange.com/questions/32228/whats-the-correctly-way-to-make-postfix-run-permanently-on-lion-not-server</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on master exit time has arrived!  (re: outbound messages stuck on OS X with Postfix) by David</title>
		<link>http://mykle.com/msl/?p=502#comment-2611</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 12 Feb 2012 22:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=502#comment-2611</guid>
		<description><![CDATA[Ah, thanks! This makes sense--those messages have been spamming my logs for years now. I finally decided to get off my butt and google and now I can fix them.]]></description>
		<content:encoded><![CDATA[<p>Ah, thanks! This makes sense&#8211;those messages have been spamming my logs for years now. I finally decided to get off my butt and google and now I can fix them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chunks Ahoy! by tom</title>
		<link>http://mykle.com/msl/?p=520#comment-2270</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=520#comment-2270</guid>
		<description><![CDATA[Oh snap! check it. 
http://weareswimmingcities.org/wasc/the-ocean-of-blood.html

Black Label NY makes an appearance in the video below
http://youtu.be/UnZEkKQiIWc]]></description>
		<content:encoded><![CDATA[<p>Oh snap! check it.<br />
<a href="http://weareswimmingcities.org/wasc/the-ocean-of-blood.html" rel="nofollow">http://weareswimmingcities.org/wasc/the-ocean-of-blood.html</a></p>
<p>Black Label NY makes an appearance in the video below<br />
<a href="http://youtu.be/UnZEkKQiIWc" rel="nofollow">http://youtu.be/UnZEkKQiIWc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chunks Ahoy! by Morgan</title>
		<link>http://mykle.com/msl/?p=520#comment-2235</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Thu, 18 Aug 2011 18:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=520#comment-2235</guid>
		<description><![CDATA[Great pictures too!  Wish I was there.  I&#039;m so jealous of the Cyclecide ride.  They always do it better!]]></description>
		<content:encoded><![CDATA[<p>Great pictures too!  Wish I was there.  I&#8217;m so jealous of the Cyclecide ride.  They always do it better!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chunks Ahoy! by mykle</title>
		<link>http://mykle.com/msl/?p=520#comment-2232</link>
		<dc:creator>mykle</dc:creator>
		<pubDate>Thu, 18 Aug 2011 11:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=520#comment-2232</guid>
		<description><![CDATA[See a doctor! You might be infected with enthusiasm.]]></description>
		<content:encoded><![CDATA[<p>See a doctor! You might be infected with enthusiasm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chunks Ahoy! by rev</title>
		<link>http://mykle.com/msl/?p=520#comment-2227</link>
		<dc:creator>rev</dc:creator>
		<pubDate>Thu, 18 Aug 2011 04:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://mykle.com/msl/?p=520#comment-2227</guid>
		<description><![CDATA[I&#039;m swollen with pride.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m swollen with pride.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
