<?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 on: Safe Sleep addendum</title>
	<atom:link href="http://joekissell.com/2007/08/07/safe-sleep-addendum/feed/" rel="self" type="application/rss+xml" />
	<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/</link>
	<description>Everything you need to know about Joe Kissell</description>
	<lastBuildDate>Mon, 09 Apr 2012 16:41:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fred&#8217;s Blog &#187; Post Topic &#187; FastSleep or Hibernate on OSX Leopard? ;)</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-240</link>
		<dc:creator>Fred&#8217;s Blog &#187; Post Topic &#187; FastSleep or Hibernate on OSX Leopard? ;)</dc:creator>
		<pubDate>Fri, 31 Oct 2008 20:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-240</guid>
		<description>&lt;p&gt;[...] found in this website http://alt.cc/jk/2007/08/07/safe-sleep-addendum/ this nice script that handles when to FastSleep or when to [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>[...] found in this website <a href="http://alt.cc/jk/2007/08/07/safe-sleep-addendum/" rel="nofollow">http://alt.cc/jk/2007/08/07/safe-sleep-addendum/</a> this nice script that handles when to FastSleep or when to [...]</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Lauer</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-239</link>
		<dc:creator>Christoph Lauer</dc:creator>
		<pubDate>Wed, 12 Mar 2008 13:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-239</guid>
		<description>&lt;p&gt;Thanks for the Script and the launchd plist file. I think the reason while Apple has not implement the feature that only at the end on the battery source the suspend to RAM will be enabled is the battery replacement.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Thanks for the Script and the launchd plist file. I think the reason while Apple has not implement the feature that only at the end on the battery source the suspend to RAM will be enabled is the battery replacement.</p>

<p>Thanks</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Lauer</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-830</link>
		<dc:creator>Christoph Lauer</dc:creator>
		<pubDate>Wed, 12 Mar 2008 13:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-830</guid>
		<description>&lt;p&gt;Thanks for the Script and the launchd plist file. I think the reason while Apple has not implement the feature that only at the end on the battery source the suspend to RAM will be enabled is the battery replacement.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Thanks for the Script and the launchd plist file. I think the reason while Apple has not implement the feature that only at the end on the battery source the suspend to RAM will be enabled is the battery replacement.</p>

<p>Thanks</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-238</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 25 Oct 2007 17:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-238</guid>
		<description>&lt;p&gt;Thanks! This is great. I&#039;ve produced a launchd plist which will run the script every 10 minutes. Put the (root executable) script in /usr/local/sbin/hibcontrol and the following in /Library/LaunchDaemons/localhost.hibcontrol.plist and do&lt;/p&gt;

&lt;p&gt;sudo launchctl load /Library/LaunchDaemons/localhost.hibcontrol.plist&lt;/p&gt;

&lt;p&gt;no need for cron file.&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE plist PUBLIC &quot;-//Apple Computer//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
&lt;plist version=&quot;1.0&quot;&gt;
&lt;dict&gt;
    &lt;key&gt;Label&lt;/key&gt;
    &lt;string&gt;localhost.hibcontrol&lt;/string&gt;
    &lt;key&gt;LowPriorityIO&lt;/key &gt;
    &lt;true/&gt;
    &lt;key&gt;Nice&lt;/key&gt;
    &lt;integer&gt;1&lt;/integer&gt;
    &lt;key&gt;Program&lt;/key&gt;
    &lt;string&gt;/usr/local/sbin/hibcontrol&lt;/string&gt;
    &lt;key&gt;ServiceDescription&lt;/key&gt;
    &lt;string&gt;Control the hibernate state based on battery level (http://db.tidbits.com/article/9115)&lt;/string&gt;
    &lt;key&gt;StartInterval&lt;/key&gt;
    &lt;integer&gt;600&lt;/integer&gt;
&lt;/dict&gt;
&lt;/plist&gt;
&lt;/pre&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Thanks! This is great. I&#8217;ve produced a launchd plist which will run the script every 10 minutes. Put the (root executable) script in /usr/local/sbin/hibcontrol and the following in /Library/LaunchDaemons/localhost.hibcontrol.plist and do</p>

<p>sudo launchctl load /Library/LaunchDaemons/localhost.hibcontrol.plist</p>

<p>no need for cron file.</p>

<p>Michael</p>

<p><pre>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;plist version="1.0"&gt;
&lt;dict&gt;
    &lt;key&gt;Label&lt;/key&gt;
    &lt;string&gt;localhost.hibcontrol&lt;/string&gt;
    &lt;key&gt;LowPriorityIO&lt;/key &gt;
    &lt;true/&gt;
    &lt;key&gt;Nice&lt;/key&gt;
    &lt;integer&gt;1&lt;/integer&gt;
    &lt;key&gt;Program&lt;/key&gt;
    &lt;string&gt;/usr/local/sbin/hibcontrol&lt;/string&gt;
    &lt;key&gt;ServiceDescription&lt;/key&gt;
    &lt;string&gt;Control the hibernate state based on battery level (<a href="http://db.tidbits.com/article/9115" rel="nofollow">http://db.tidbits.com/article/9115</a>)&lt;/string&gt;
    &lt;key&gt;StartInterval&lt;/key&gt;
    &lt;integer&gt;600&lt;/integer&gt;
&lt;/dict&gt;
&lt;/plist&gt;
</pre></p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-829</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 25 Oct 2007 17:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-829</guid>
		<description>&lt;p&gt;Thanks! This is great. I&#039;ve produced a launchd plist which will run the script every 10 minutes. Put the (root executable) script in /usr/local/sbin/hibcontrol and the following in /Library/LaunchDaemons/localhost.hibcontrol.plist and do&lt;/p&gt;

&lt;p&gt;sudo launchctl load /Library/LaunchDaemons/localhost.hibcontrol.plist&lt;/p&gt;

&lt;p&gt;no need for cron file.&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE plist PUBLIC &quot;-//Apple Computer//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
&lt;plist version=&quot;1.0&quot;&gt;
&lt;dict&gt;
    &lt;key&gt;Label&lt;/key&gt;
    &lt;string&gt;localhost.hibcontrol&lt;/string&gt;
    &lt;key&gt;LowPriorityIO&lt;/key &gt;
    &lt;true/&gt;
    &lt;key&gt;Nice&lt;/key&gt;
    &lt;integer&gt;1&lt;/integer&gt;
    &lt;key&gt;Program&lt;/key&gt;
    &lt;string&gt;/usr/local/sbin/hibcontrol&lt;/string&gt;
    &lt;key&gt;ServiceDescription&lt;/key&gt;
    &lt;string&gt;Control the hibernate state based on battery level (http://db.tidbits.com/article/9115)&lt;/string&gt;
    &lt;key&gt;StartInterval&lt;/key&gt;
    &lt;integer&gt;600&lt;/integer&gt;
&lt;/dict&gt;
&lt;/plist&gt;
&lt;/pre&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Thanks! This is great. I&#8217;ve produced a launchd plist which will run the script every 10 minutes. Put the (root executable) script in /usr/local/sbin/hibcontrol and the following in /Library/LaunchDaemons/localhost.hibcontrol.plist and do</p>

<p>sudo launchctl load /Library/LaunchDaemons/localhost.hibcontrol.plist</p>

<p>no need for cron file.</p>

<p>Michael</p>

<p><pre>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;plist version="1.0"&gt;
&lt;dict&gt;
    &lt;key&gt;Label&lt;/key&gt;
    &lt;string&gt;localhost.hibcontrol&lt;/string&gt;
    &lt;key&gt;LowPriorityIO&lt;/key &gt;
    &lt;true/&gt;
    &lt;key&gt;Nice&lt;/key&gt;
    &lt;integer&gt;1&lt;/integer&gt;
    &lt;key&gt;Program&lt;/key&gt;
    &lt;string&gt;/usr/local/sbin/hibcontrol&lt;/string&gt;
    &lt;key&gt;ServiceDescription&lt;/key&gt;
    &lt;string&gt;Control the hibernate state based on battery level (<a href="http://db.tidbits.com/article/9115" rel="nofollow">http://db.tidbits.com/article/9115</a>)&lt;/string&gt;
    &lt;key&gt;StartInterval&lt;/key&gt;
    &lt;integer&gt;600&lt;/integer&gt;
&lt;/dict&gt;
&lt;/plist&gt;
</pre></p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Hogg</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-237</link>
		<dc:creator>Doug Hogg</dc:creator>
		<pubDate>Sun, 21 Oct 2007 09:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-237</guid>
		<description>&lt;p&gt;Stephen,&lt;/p&gt;

&lt;p&gt;Here is an Apple article on scripting that may be of help:&lt;/p&gt;

&lt;p&gt;http://developer.apple.com/internet/opensource/opensourcescripting.html&lt;/p&gt;

&lt;p&gt;Doug&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Stephen,</p>

<p>Here is an Apple article on scripting that may be of help:</p>

<p><a href="http://developer.apple.com/internet/opensource/opensourcescripting.html" rel="nofollow">http://developer.apple.com/internet/opensource/opensourcescripting.html</a></p>

<p>Doug</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Hogg</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-828</link>
		<dc:creator>Doug Hogg</dc:creator>
		<pubDate>Sun, 21 Oct 2007 09:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-828</guid>
		<description>&lt;p&gt;Stephen,&lt;/p&gt;

&lt;p&gt;Here is an Apple article on scripting that may be of help:&lt;/p&gt;

&lt;p&gt;http://developer.apple.com/internet/opensource/opensourcescripting.html&lt;/p&gt;

&lt;p&gt;Doug&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Stephen,</p>

<p>Here is an Apple article on scripting that may be of help:</p>

<p><a href="http://developer.apple.com/internet/opensource/opensourcescripting.html" rel="nofollow">http://developer.apple.com/internet/opensource/opensourcescripting.html</a></p>

<p>Doug</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Kissell</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-236</link>
		<dc:creator>Joe Kissell</dc:creator>
		<pubDate>Thu, 04 Oct 2007 11:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-236</guid>
		<description>&lt;p&gt;John: That is weird, and offhand I have no explanation. Did you also delete the sleepimage file?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>John: That is weird, and offhand I have no explanation. Did you also delete the sleepimage file?</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Kissell</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-827</link>
		<dc:creator>Joe Kissell</dc:creator>
		<pubDate>Thu, 04 Oct 2007 11:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-827</guid>
		<description>&lt;p&gt;John: That is weird, and offhand I have no explanation. Did you also delete the sleepimage file?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>John: That is weird, and offhand I have no explanation. Did you also delete the sleepimage file?</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: John McKeown</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-235</link>
		<dc:creator>John McKeown</dc:creator>
		<pubDate>Thu, 04 Oct 2007 08:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-235</guid>
		<description>&lt;p&gt;My macbook swutched from safesleep to &#039;sleep&#039; always shutting down, and when powered on then restoring memory. I set hibernatemode=0 and now it sleeps and wakes fast, but still takes 30 seconds to go into sleep. Weird?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>My macbook swutched from safesleep to &#8216;sleep&#8217; always shutting down, and when powered on then restoring memory. I set hibernatemode=0 and now it sleeps and wakes fast, but still takes 30 seconds to go into sleep. Weird?</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: John McKeown</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-826</link>
		<dc:creator>John McKeown</dc:creator>
		<pubDate>Thu, 04 Oct 2007 08:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-826</guid>
		<description>&lt;p&gt;My macbook swutched from safesleep to &#039;sleep&#039; always shutting down, and when powered on then restoring memory. I set hibernatemode=0 and now it sleeps and wakes fast, but still takes 30 seconds to go into sleep. Weird?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>My macbook swutched from safesleep to &#8216;sleep&#8217; always shutting down, and when powered on then restoring memory. I set hibernatemode=0 and now it sleeps and wakes fast, but still takes 30 seconds to go into sleep. Weird?</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Kissell</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-234</link>
		<dc:creator>Joe Kissell</dc:creator>
		<pubDate>Mon, 03 Sep 2007 21:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-234</guid>
		<description>&lt;p&gt;Derek (and others): Have you read my &lt;a href=&#092;&quot;http://db.tidbits.com/article/9115&#092;&quot; rel=&quot;nofollow&quot;&gt;second TidBITS article&lt;/a&gt; on this topic? That article, rather than this blog post, was intended to be the last word on this subject, and it goes into more detail than I can here.&lt;/p&gt;

&lt;p&gt;I wish I had the time to spell out every step of the process for getting this working in Terminal, but I&#039;m afraid I don&#039;t. Luckily, though, there are lots of resources out there on the Web already that do a fine job of explaining things like scheduling cron jobs, and I&#039;m sure a few Google searches will provide the necessary info.&lt;/p&gt;

&lt;p&gt;But I do want to emphasize that all of this is really only intended for computer geeks, not ordinary, nontechnical folk. This really is highly technical stuff, and I can&#039;t recommend it for people who aren&#039;t already familiar with Unix. That was really the point of my first article: not how to do this, but a lament that this is the only way it can be done, and thus available only to propellerheads!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Derek (and others): Have you read my <a href=&#92;"http://db.tidbits.com/article/9115&#92;" rel="nofollow">second TidBITS article</a> on this topic? That article, rather than this blog post, was intended to be the last word on this subject, and it goes into more detail than I can here.</p>

<p>I wish I had the time to spell out every step of the process for getting this working in Terminal, but I&#8217;m afraid I don&#8217;t. Luckily, though, there are lots of resources out there on the Web already that do a fine job of explaining things like scheduling cron jobs, and I&#8217;m sure a few Google searches will provide the necessary info.</p>

<p>But I do want to emphasize that all of this is really only intended for computer geeks, not ordinary, nontechnical folk. This really is highly technical stuff, and I can&#8217;t recommend it for people who aren&#8217;t already familiar with Unix. That was really the point of my first article: not how to do this, but a lament that this is the only way it can be done, and thus available only to propellerheads!</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Kissell</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-825</link>
		<dc:creator>Joe Kissell</dc:creator>
		<pubDate>Mon, 03 Sep 2007 21:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-825</guid>
		<description>&lt;p&gt;Derek (and others): Have you read my &lt;a href=&#039;//db.tidbits.com/article/9115&quot;&#039; rel=&quot;nofollow&quot;&gt;second TidBITS article&lt;/a&gt; on this topic? That article, rather than this blog post, was intended to be the last word on this subject, and it goes into more detail than I can here.&lt;/p&gt;

&lt;p&gt;I wish I had the time to spell out every step of the process for getting this working in Terminal, but I&#039;m afraid I don&#039;t. Luckily, though, there are lots of resources out there on the Web already that do a fine job of explaining things like scheduling cron jobs, and I&#039;m sure a few Google searches will provide the necessary info.&lt;/p&gt;

&lt;p&gt;But I do want to emphasize that all of this is really only intended for computer geeks, not ordinary, nontechnical folk. This really is highly technical stuff, and I can&#039;t recommend it for people who aren&#039;t already familiar with Unix. That was really the point of my first article: not how to do this, but a lament that this is the only way it can be done, and thus available only to propellerheads!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Derek (and others): Have you read my <a href='//db.tidbits.com/article/9115"' rel="nofollow">second TidBITS article</a> on this topic? That article, rather than this blog post, was intended to be the last word on this subject, and it goes into more detail than I can here.</p>

<p>I wish I had the time to spell out every step of the process for getting this working in Terminal, but I&#8217;m afraid I don&#8217;t. Luckily, though, there are lots of resources out there on the Web already that do a fine job of explaining things like scheduling cron jobs, and I&#8217;m sure a few Google searches will provide the necessary info.</p>

<p>But I do want to emphasize that all of this is really only intended for computer geeks, not ordinary, nontechnical folk. This really is highly technical stuff, and I can&#8217;t recommend it for people who aren&#8217;t already familiar with Unix. That was really the point of my first article: not how to do this, but a lament that this is the only way it can be done, and thus available only to propellerheads!</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Roff</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-233</link>
		<dc:creator>Derek Roff</dc:creator>
		<pubDate>Mon, 03 Sep 2007 20:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-233</guid>
		<description>&lt;p&gt;I enjoyed the article, and have followed the TidBITS Talk discussion.  I was glad to see your mention of summarizing and correcting the important points in your blog.  So, here I am at the blog, and the only two comments posted so far each ask for more information on implementing your proposed script.  There were two similar requests in the TidBITS Talk thread, and two or three answers given.&lt;/p&gt;

&lt;p&gt;I recognize that you can&#039;t provide a Terminal tutorial here, but I think it would make this blog entry vastly more useful to many more people, if you added a little more information.  Adding the implementation instructions that have already appeared in TibBITS Talk would make your blog entry a complete resource for most readers interested in this subject.&lt;/p&gt;

&lt;p&gt;Please consider revising your blog entry once more, to include information on implementing the script via the system chrontab, and perhaps via Greg&#039;s approach, and other variations already detailed in TidBITS Talk.  Make this blog entry a complete resource for understanding and responding to the issues that your TidBITS article raised.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Derek Rof&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>I enjoyed the article, and have followed the TidBITS Talk discussion.  I was glad to see your mention of summarizing and correcting the important points in your blog.  So, here I am at the blog, and the only two comments posted so far each ask for more information on implementing your proposed script.  There were two similar requests in the TidBITS Talk thread, and two or three answers given.</p>

<p>I recognize that you can&#8217;t provide a Terminal tutorial here, but I think it would make this blog entry vastly more useful to many more people, if you added a little more information.  Adding the implementation instructions that have already appeared in TibBITS Talk would make your blog entry a complete resource for most readers interested in this subject.</p>

<p>Please consider revising your blog entry once more, to include information on implementing the script via the system chrontab, and perhaps via Greg&#8217;s approach, and other variations already detailed in TidBITS Talk.  Make this blog entry a complete resource for understanding and responding to the issues that your TidBITS article raised.</p>

<p>Thanks,</p>

<p>Derek Rof</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Roff</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-824</link>
		<dc:creator>Derek Roff</dc:creator>
		<pubDate>Mon, 03 Sep 2007 20:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-824</guid>
		<description>&lt;p&gt;I enjoyed the article, and have followed the TidBITS Talk discussion.  I was glad to see your mention of summarizing and correcting the important points in your blog.  So, here I am at the blog, and the only two comments posted so far each ask for more information on implementing your proposed script.  There were two similar requests in the TidBITS Talk thread, and two or three answers given.&lt;/p&gt;

&lt;p&gt;I recognize that you can&#039;t provide a Terminal tutorial here, but I think it would make this blog entry vastly more useful to many more people, if you added a little more information.  Adding the implementation instructions that have already appeared in TibBITS Talk would make your blog entry a complete resource for most readers interested in this subject.&lt;/p&gt;

&lt;p&gt;Please consider revising your blog entry once more, to include information on implementing the script via the system chrontab, and perhaps via Greg&#039;s approach, and other variations already detailed in TidBITS Talk.  Make this blog entry a complete resource for understanding and responding to the issues that your TidBITS article raised.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Derek Rof&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>I enjoyed the article, and have followed the TidBITS Talk discussion.  I was glad to see your mention of summarizing and correcting the important points in your blog.  So, here I am at the blog, and the only two comments posted so far each ask for more information on implementing your proposed script.  There were two similar requests in the TidBITS Talk thread, and two or three answers given.</p>

<p>I recognize that you can&#8217;t provide a Terminal tutorial here, but I think it would make this blog entry vastly more useful to many more people, if you added a little more information.  Adding the implementation instructions that have already appeared in TibBITS Talk would make your blog entry a complete resource for most readers interested in this subject.</p>

<p>Please consider revising your blog entry once more, to include information on implementing the script via the system chrontab, and perhaps via Greg&#8217;s approach, and other variations already detailed in TidBITS Talk.  Make this blog entry a complete resource for understanding and responding to the issues that your TidBITS article raised.</p>

<p>Thanks,</p>

<p>Derek Rof</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Weil</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-232</link>
		<dc:creator>Stephen Weil</dc:creator>
		<pubDate>Wed, 22 Aug 2007 03:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-232</guid>
		<description>&lt;p&gt;No problem. I&#039;m going to bookmark Greg&#039;s script and study up. At some point in the future I&#039;ll come far enough that I&#039;ll be able to get it up and running.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>No problem. I&#8217;m going to bookmark Greg&#8217;s script and study up. At some point in the future I&#8217;ll come far enough that I&#8217;ll be able to get it up and running.</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Weil</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-823</link>
		<dc:creator>Stephen Weil</dc:creator>
		<pubDate>Wed, 22 Aug 2007 03:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-823</guid>
		<description>&lt;p&gt;No problem. I&#039;m going to bookmark Greg&#039;s script and study up. At some point in the future I&#039;ll come far enough that I&#039;ll be able to get it up and running.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>No problem. I&#8217;m going to bookmark Greg&#8217;s script and study up. At some point in the future I&#8217;ll come far enough that I&#8217;ll be able to get it up and running.</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Kissell</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-231</link>
		<dc:creator>Joe Kissell</dc:creator>
		<pubDate>Tue, 21 Aug 2007 22:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-231</guid>
		<description>&lt;p&gt;Stephen:&lt;/p&gt;

&lt;p&gt;I mean no disrespect, but if your knowledge of the command line is that limited, you need more assistance than I have the time to provide. So sorry!&lt;/p&gt;

&lt;p&gt;Joe&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Stephen:</p>

<p>I mean no disrespect, but if your knowledge of the command line is that limited, you need more assistance than I have the time to provide. So sorry!</p>

<p>Joe</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Kissell</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-822</link>
		<dc:creator>Joe Kissell</dc:creator>
		<pubDate>Tue, 21 Aug 2007 22:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-822</guid>
		<description>&lt;p&gt;Stephen:&lt;/p&gt;

&lt;p&gt;I mean no disrespect, but if your knowledge of the command line is that limited, you need more assistance than I have the time to provide. So sorry!&lt;/p&gt;

&lt;p&gt;Joe&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Stephen:</p>

<p>I mean no disrespect, but if your knowledge of the command line is that limited, you need more assistance than I have the time to provide. So sorry!</p>

<p>Joe</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Weil</title>
		<link>http://joekissell.com/2007/08/07/safe-sleep-addendum/comment-page-1/#comment-230</link>
		<dc:creator>Stephen Weil</dc:creator>
		<pubDate>Tue, 21 Aug 2007 20:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://alt.cc/jk/118#comment-230</guid>
		<description>&lt;p&gt;Joe:&lt;/p&gt;

&lt;p&gt;That&#039;s the article that actually brought me to your blog for what I hoped would be a more complete description of how to implement the script. Any help explaining how to set it up in terminal (even something as simple as making my way around the directory structure) would be greately appreciated.&lt;/p&gt;

&lt;p&gt;Stephen&lt;/p&gt;
</description>
		<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p></p><p>Joe:</p>

<p>That&#8217;s the article that actually brought me to your blog for what I hoped would be a more complete description of how to implement the script. Any help explaining how to set it up in terminal (even something as simple as making my way around the directory structure) would be greately appreciated.</p>

<p>Stephen</p>
<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
	</item>
</channel>
</rss>

