<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lojic Technologies Blog &#187; vmware</title>
	<atom:link href="http://lojic.com/blog/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://lojic.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 25 Nov 2011 20:12:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMWare Workstation on Ubuntu 7.04</title>
		<link>http://lojic.com/blog/2007/05/25/vmware-workstation-on-ubuntu-704/</link>
		<comments>http://lojic.com/blog/2007/05/25/vmware-workstation-on-ubuntu-704/#comments</comments>
		<pubDate>Fri, 25 May 2007 20:52:28 +0000</pubDate>
		<dc:creator>Brian Adkins</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://lojic.com/blog/?p=78</guid>
		<description><![CDATA[After upgrading my Ubuntu installation from 6.10 to 7.04, vmware workstation stopped working. I downloaded the latest VMWare 5.5.4 with no improvement. Then I found this article which fixed the problem in a few seconds!
Just in case the article goes away, I&#8217;ll post the instructions here as well:
From the vmware-distrib directory, do the following:

# cd [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading my Ubuntu installation from 6.10 to 7.04, vmware workstation stopped working. I downloaded the latest VMWare 5.5.4 with no improvement. Then I found this <a href="http://www.debuntu.org/how-to-vmware-server-workstation-under-ubuntu-feisty">article</a> which fixed the problem in a few seconds!</p>
<p>Just in case the article goes away, I&#8217;ll post the instructions here as well:</p>
<p>From the vmware-distrib directory, do the following:<br />
<code><br />
# cd lib/modules/source/<br />
# cp vmmon.tar vmmon.tar.bck<br />
# tar -xvf vmmon.tar<br />
# vim vmmon-only/include/compat_kernel.h<br />
</code><br />
Change the line with:<br />
<code><br />
static inline _syscall1(int, compat_exit, int, exit_code);<br />
</code><br />
to:<br />
<code><br />
/* static inline _syscall1(int, compat_exit, int, exit_code); */<br />
</code><br />
Tar the directory to vmmon.tar:<br />
<code><br />
# chmod 755 vmmon.tar<br />
# tar -cvf vmmon.tar vmmon-only<br />
</code><br />
Finally, go back to vmware distrib directory:<br />
<code><br />
# cd ../../../<br />
</code><br />
Rebuild:<br />
<code><br />
# sudo ./vmware-install.pl<br />
</code></p>
<p>The error messages that indicate the problem for which this fix should work are as follows:</p>
<p><code><br />
Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config1/vmmon-only'<br />
make -C /usr/src/linux-headers-2.6.20-15-386/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.20-15-386'<br />
  CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o<br />
In file included from /tmp/vmware-config1/vmmon-only/linux/driver.c:80:<br />
/tmp/vmware-config1/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or â€˜...â€™ before â€˜compat_exitâ€™<br />
/tmp/vmware-config1/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or â€˜...â€™ before â€˜exit_codeâ€™<br />
/tmp/vmware-config1/vmmon-only/./include/compat_kernel.h:21: warning: type defaults to â€˜intâ€™ in declaration of â€˜_syscall1â€™<br />
make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Error 1<br />
make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-15-386'<br />
make: *** [vmmon.ko] Error 2<br />
make: Leaving directory `/tmp/vmware-config1/vmmon-only'<br />
Unable to build the vmmon module.</p>
<p>For more information on how to troubleshoot module-related problems, please<br />
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and<br />
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".</p>
<p>Execution aborted.<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://lojic.com/blog/2007/05/25/vmware-workstation-on-ubuntu-704/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

