<?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: Hibernating your MacBook, a zero-software approach</title>
	<atom:link href="http://www.markwheadon.com/blog/2009/01/hibernate-macbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/</link>
	<description>Welcome to Mark Wheadon&#039;s blog; I hope you find it useful. Feel free to comment on anything you read here.</description>
	<lastBuildDate>Thu, 25 Feb 2010 12:19:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark Wheadon</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-889</link>
		<dc:creator>Mark Wheadon</dc:creator>
		<pubDate>Thu, 12 Mar 2009 11:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-889</guid>
		<description>Oli: that could be because you have &lt;em&gt;&quot;Use secure virtual memory&quot;&lt;/em&gt; turned on in &lt;em&gt;System Preferences-&gt;Security-&gt;General&lt;/em&gt;? If you have, try turning it off and see if that fixes things?

I can&#039;t help with the problem of it waking itself up though -- unless something&#039;s squeezing the MacBook enough to press a key? :-)</description>
		<content:encoded><![CDATA[<p>Oli: that could be because you have <em>&#8220;Use secure virtual memory&#8221;</em> turned on in <em>System Preferences->Security->General</em>? If you have, try turning it off and see if that fixes things?</p>
<p>I can&#8217;t help with the problem of it waking itself up though &#8212; unless something&#8217;s squeezing the MacBook enough to press a key? <img src='http://www.markwheadon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oli from the-iBlog</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-888</link>
		<dc:creator>Oli from the-iBlog</dc:creator>
		<pubDate>Thu, 12 Mar 2009 11:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-888</guid>
		<description>I find that when I have my MacBook set to enter deep sleep, it never comes out of it correctly.  The machine always crashes.

On a related note, the MacBook&#039;s started waking itself up for apparently no reason too :(</description>
		<content:encoded><![CDATA[<p>I find that when I have my MacBook set to enter deep sleep, it never comes out of it correctly.  The machine always crashes.</p>
<p>On a related note, the MacBook&#8217;s started waking itself up for apparently no reason too <img src='http://www.markwheadon.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to enable hibernate mode on a Mac &#124; Geek Guides</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-68</link>
		<dc:creator>How to enable hibernate mode on a Mac &#124; Geek Guides</dc:creator>
		<pubDate>Sat, 21 Feb 2009 18:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-68</guid>
		<description>[...] light has stopped pulsing - a sign that it&#8217;s still writing memory to disk), you can simply pop the battery to terminate hybrid sleep mode and power-off the MacBook. When you power it on again, it will then resume from [...]</description>
		<content:encoded><![CDATA[<p>[...] light has stopped pulsing &#8211; a sign that it&#8217;s still writing memory to disk), you can simply pop the battery to terminate hybrid sleep mode and power-off the MacBook. When you power it on again, it will then resume from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeusExMachina</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-28</link>
		<dc:creator>DeusExMachina</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-28</guid>
		<description>I was under the impression that when secure VM is set and you attempt to set the hibernatemode to an incorrect setting, that it will default to hibernatemode 0.
Actually secure VM is only an issue in a very small number of cases, since it was only in its first implementation that OSX handled SVM and smartsleep badly. To get around this, Apple added hibernatemodes 5 and 7, which are the same as 1 and 3 respectively, but for secure VM. They write an unencrypted VM image, even if you have SVM selected in preferences. If you refuse to update your OS, the script can easily be made to work by adding a few more if/else statements to include hibernatemode 5 and 7. This should not be an issue with updated OSX.v installs, where hibernatemodes 0-3 work just fine with SVM.

Easier still, just use smartsleep pref pane.</description>
		<content:encoded><![CDATA[<p>I was under the impression that when secure VM is set and you attempt to set the hibernatemode to an incorrect setting, that it will default to hibernatemode 0.<br />
Actually secure VM is only an issue in a very small number of cases, since it was only in its first implementation that OSX handled SVM and smartsleep badly. To get around this, Apple added hibernatemodes 5 and 7, which are the same as 1 and 3 respectively, but for secure VM. They write an unencrypted VM image, even if you have SVM selected in preferences. If you refuse to update your OS, the script can easily be made to work by adding a few more if/else statements to include hibernatemode 5 and 7. This should not be an issue with updated OSX.v installs, where hibernatemodes 0-3 work just fine with SVM.</p>
<p>Easier still, just use smartsleep pref pane.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexkovelsky</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-27</link>
		<dc:creator>alexkovelsky</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-27</guid>
		<description>But do not use that on Macs with secure virtual memory [so presumably unticking &quot;Use secure virtual memory&quot; in &lt;em&gt;System Preferences-&gt;Security-&gt;General&lt;/em&gt; will do the trick --mcw]</description>
		<content:encoded><![CDATA[<p>But do not use that on Macs with secure virtual memory [so presumably unticking "Use secure virtual memory" in <em>System Preferences->Security->General</em> will do the trick --mcw]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexkovelsky</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-26</link>
		<dc:creator>alexkovelsky</dc:creator>
		<pubDate>Thu, 05 Feb 2009 02:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-26</guid>
		<description>Well, there is an AppleScript application to manipulate the way your MacBook sleeps (and it also support &quot;hibernate now&quot; feature):

rapidshare.com/files/194063472/Set_Sleep_Mode.zip</description>
		<content:encoded><![CDATA[<p>Well, there is an AppleScript application to manipulate the way your MacBook sleeps (and it also support &#8220;hibernate now&#8221; feature):</p>
<p>rapidshare.com/files/194063472/Set_Sleep_Mode.zip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeusExMachina</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-25</link>
		<dc:creator>DeusExMachina</dc:creator>
		<pubDate>Wed, 04 Feb 2009 11:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-25</guid>
		<description>Alternately, one can just use the SmartSleep Pref Pane.</description>
		<content:encoded><![CDATA[<p>Alternately, one can just use the SmartSleep Pref Pane.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Wheadon</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-24</link>
		<dc:creator>Mark Wheadon</dc:creator>
		<pubDate>Wed, 04 Feb 2009 08:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-24</guid>
		<description>All good stuff. For the purposes of the article I wanted to avoid &lt;em&gt;pmset&lt;/em&gt; and keep things entirely physical -- hence the visual way of figuring out if the machine is using sleep mode 3 rather than running &lt;em&gt;pmset -g&lt;/em&gt; for example.

People who use &lt;em&gt;sudo pmset -a 1&lt;/em&gt; to make the MacBook hibernate next time it sleeps (and use almost no power) need to remember to run &lt;em&gt;sudo pmset -a 3&lt;/em&gt; next time they switch on, or the MacBook will hibernate &lt;em&gt;every time&lt;/em&gt; the lid&#039;s closed from then on.

But in summary: the software that&#039;s missing from OS X as standard is this: something that tells the system to hibernate now, but doesn&#039;t change the default sleep behaviour -- something you click on when you know you&#039;ve leaving the MacBook for a while and you would like it to consume no power in the mean time. The nearest to this that Mac OS X supports is &lt;em&gt;Shut Down...&lt;/em&gt; which just isn&#039;t the same.</description>
		<content:encoded><![CDATA[<p>All good stuff. For the purposes of the article I wanted to avoid <em>pmset</em> and keep things entirely physical &#8212; hence the visual way of figuring out if the machine is using sleep mode 3 rather than running <em>pmset -g</em> for example.</p>
<p>People who use <em>sudo pmset -a 1</em> to make the MacBook hibernate next time it sleeps (and use almost no power) need to remember to run <em>sudo pmset -a 3</em> next time they switch on, or the MacBook will hibernate <em>every time</em> the lid&#8217;s closed from then on.</p>
<p>But in summary: the software that&#8217;s missing from OS X as standard is this: something that tells the system to hibernate now, but doesn&#8217;t change the default sleep behaviour &#8212; something you click on when you know you&#8217;ve leaving the MacBook for a while and you would like it to consume no power in the mean time. The nearest to this that Mac OS X supports is <em>Shut Down&#8230;</em> which just isn&#8217;t the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeusExMachina</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-23</link>
		<dc:creator>DeusExMachina</dc:creator>
		<pubDate>Wed, 04 Feb 2009 05:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-23</guid>
		<description>Apple certainly does provide such a means. Simply go to terminal and type:

$ pmset -g &#124; grep hibernatemode

This will tell you what hibernate mode you are in. Mode 0 is simple sleep, like the old powerbooks used. Mode 1 always uses deep sleep, RAM written to disk, etc.. Mode 3 is the new default, RAM powered but also written to disk, standard sleep like on mode 0, but able to restore if power is interrupted. Mode 5 and 7 are the same as 1 and 3 except for cases where secure VM is set in System Preferences.

To change this setting, use:

sudo pmset -a hibernatemode  (the value you wish to set it to)

If you set it to 0, you can recover disk space by using:

sudo rm /var/vm/sleepimage

Hope that helps someone.</description>
		<content:encoded><![CDATA[<p>Apple certainly does provide such a means. Simply go to terminal and type:</p>
<p>$ pmset -g | grep hibernatemode</p>
<p>This will tell you what hibernate mode you are in. Mode 0 is simple sleep, like the old powerbooks used. Mode 1 always uses deep sleep, RAM written to disk, etc.. Mode 3 is the new default, RAM powered but also written to disk, standard sleep like on mode 0, but able to restore if power is interrupted. Mode 5 and 7 are the same as 1 and 3 except for cases where secure VM is set in System Preferences.</p>
<p>To change this setting, use:</p>
<p>sudo pmset -a hibernatemode  (the value you wish to set it to)</p>
<p>If you set it to 0, you can recover disk space by using:</p>
<p>sudo rm /var/vm/sleepimage</p>
<p>Hope that helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pao</title>
		<link>http://www.markwheadon.com/blog/2009/01/hibernate-macbook/comment-page-1/#comment-20</link>
		<dc:creator>pao</dc:creator>
		<pubDate>Sun, 01 Feb 2009 22:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=175#comment-20</guid>
		<description>Amusingly, Apple laptops that support deep sleep automatically drop into deep sleep from normal sleep once the battery is as near as dammit flat.

Which begs the question: why on earth does Apple not provide a software way to just drop into deep sleep as standard?

Anyhow for what it is worth, the deep sleep facility works on MBPs since at least early 2007.</description>
		<content:encoded><![CDATA[<p>Amusingly, Apple laptops that support deep sleep automatically drop into deep sleep from normal sleep once the battery is as near as dammit flat.</p>
<p>Which begs the question: why on earth does Apple not provide a software way to just drop into deep sleep as standard?</p>
<p>Anyhow for what it is worth, the deep sleep facility works on MBPs since at least early 2007.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
