<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.robertlacroix.de/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>robertlacroix.com - Robert Lacroix : crash</title><link>http://www.robertlacroix.de/cs/archive/tags/crash/default.aspx</link><description>Tags: crash</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Fixing spontaneous reboots caused by VMware Fusion 2 Beta</title><link>http://www.robertlacroix.de/cs/archive/2008/08/10/fixing-spontaneous-reboots-caused-by-vmware-fusion-2-beta.aspx</link><pubDate>Sun, 10 Aug 2008 08:44:00 GMT</pubDate><guid isPermaLink="false">adf486ab-8e0c-483e-94b4-fe9a87b71a0b:715</guid><dc:creator>rl</dc:creator><slash:comments>0</slash:comments><comments>http://www.robertlacroix.de/cs/comments/715.aspx</comments><wfw:commentRss>http://www.robertlacroix.de/cs/commentrss.aspx?PostID=715</wfw:commentRss><description>There is a bug in VMware Fusion 2 Beta (Beta 1 and Beta 2) that results in spontaneous reboots without even throwing a kernel panic. The problem occurs only when powering up a virtual machine after the Mac has been waked up from sleep. Especially Mac Pro users seem to be hit by this defect.&lt;br /&gt;&lt;br /&gt;

According to &lt;a href="http://communities.vmware.com/thread/149302" target="_new"&gt;this thread&lt;/a&gt; some people found out that it helps to reload one of VMware's kernel extensions after wake up to workaround the crash until VMware has a fix ready.&lt;br /&gt;&lt;br /&gt;

Because this is very prone to be forgotten I automated it by the following steps:&lt;br /&gt;&lt;br /&gt;

1. Install &lt;a href="http://www.bernhard-baehr.de/" target="_new"&gt;SleepWatcher&lt;/a&gt; (both PKGs in the DMG)&lt;br /&gt;
2. Add the following three lines to the end of /etc/rc.wakeup&lt;br /&gt;

&lt;pre&gt;
LIBDIR="/Library/Application Support/VMware Fusion"
kextunload "$LIBDIR/kexts/vmmon.kext"
kextload "$LIBDIR/kexts/vmmon.kext"
&lt;/pre&gt;

&lt;b&gt;Update: It's fixed in RC1&lt;/b&gt;&lt;img src="http://www.robertlacroix.de/cs/aggbug.aspx?PostID=715" width="1" height="1"&gt;</description><category domain="http://www.robertlacroix.de/cs/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.robertlacroix.de/cs/archive/tags/Fusion+2+Beta/default.aspx">Fusion 2 Beta</category><category domain="http://www.robertlacroix.de/cs/archive/tags/kernel+extension/default.aspx">kernel extension</category><category domain="http://www.robertlacroix.de/cs/archive/tags/vmmon/default.aspx">vmmon</category><category domain="http://www.robertlacroix.de/cs/archive/tags/vmx86/default.aspx">vmx86</category><category domain="http://www.robertlacroix.de/cs/archive/tags/spontaneous+reboot/default.aspx">spontaneous reboot</category><category domain="http://www.robertlacroix.de/cs/archive/tags/crash/default.aspx">crash</category><category domain="http://www.robertlacroix.de/cs/archive/tags/VMware/default.aspx">VMware</category><category domain="http://www.robertlacroix.de/cs/archive/tags/Mac+Pro/default.aspx">Mac Pro</category><category domain="http://www.robertlacroix.de/cs/archive/tags/Mac+OS+X/default.aspx">Mac OS X</category><category domain="http://www.robertlacroix.de/cs/archive/tags/SleepWatcher/default.aspx">SleepWatcher</category><category domain="http://www.robertlacroix.de/cs/archive/tags/sleep/default.aspx">sleep</category><category domain="http://www.robertlacroix.de/cs/archive/tags/wake/default.aspx">wake</category></item></channel></rss>