<?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: How to install VMware Server 2.0.x on Ubuntu 9.10 Karmic Koala</title>
	<atom:link href="http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/feed/" rel="self" type="application/rss+xml" />
	<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/</link>
	<description>welcome to my g33k c0rn3r</description>
	<lastBuildDate>Thu, 29 Jul 2010 02:15:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1961</generator>
	<item>
		<title>By: Ivo</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-47/#comment-2789</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Sun, 25 Jul 2010 11:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2789</guid>
		<description>Thank you very much for this manual!

I have one addition: your script start-VMware-console.sh finds vmware-vmrc with:
[bash gutter=&quot;false&quot;] 
vmrc=&quot;$(find &quot;$HOME/.mozilla/firefox&quot; -name vmware-vmrc -type f -perm -111 &#124; tail -1)&quot;
[/bash]

Unfortunately `find` finds two:

[bash gutter=&quot;false&quot;]
~/.mozilla/firefox/4r3vv41z.default/extensions/VMwareVMRC@vmware.com/plugins/vmware-vmrc
~/.mozilla/firefox/4r3vv41z.default/extensions/VMwareVMRC@vmware.com/plugins/bin/vmware-vmrc
[/bash]

One is a script and the other is an executable. The script should be found, but in my case the other one is found, resulting in the error Mehdi reported.

My solution was to assume a script is less than 10 blocks so I altered the find:

[bash gutter=&quot;false&quot;]
vmrc=&quot;$(find &quot;$HOME/.mozilla/firefox&quot; -name vmware-vmrc -type f -perm -111 -size -10&#124; tail -1)&quot;
[/bash]</description>
		<content:encoded><![CDATA[<p>Thank you very much for this manual!</p>
<p>I have one addition: your script start-VMware-console.sh finds vmware-vmrc with:</p>
<pre class="brush: bash; gutter: false;">
vmrc=&quot;$(find &quot;$HOME/.mozilla/firefox&quot; -name vmware-vmrc -type f -perm -111 | tail -1)&quot;
</pre>
<p>Unfortunately `find` finds two:</p>
<pre class="brush: bash; gutter: false;">
~/.mozilla/firefox/4r3vv41z.default/extensions/VMwareVMRC@vmware.com/plugins/vmware-vmrc
~/.mozilla/firefox/4r3vv41z.default/extensions/VMwareVMRC@vmware.com/plugins/bin/vmware-vmrc
</pre>
<p>One is a script and the other is an executable. The script should be found, but in my case the other one is found, resulting in the error Mehdi reported.</p>
<p>My solution was to assume a script is less than 10 blocks so I altered the find:</p>
<pre class="brush: bash; gutter: false;">
vmrc=&quot;$(find &quot;$HOME/.mozilla/firefox&quot; -name vmware-vmrc -type f -perm -111 -size -10| tail -1)&quot;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aminos-TN</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-47/#comment-2788</link>
		<dc:creator>Aminos-TN</dc:creator>
		<pubDate>Fri, 23 Jul 2010 17:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2788</guid>
		<description>I have a Fedora 13 (2.6.33.6-147.fc13.i686) please help me :(, I tried many things I have found in the Internet to avoid this error, but the installation wasn&#039;t successful and VMWARE won&#039;t work</description>
		<content:encoded><![CDATA[<p>I have a Fedora 13 (2.6.33.6-147.fc13.i686) please help me <img src='http://static.cotescu.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> , I tried many things I have found in the Internet to avoid this error, but the installation wasn&#8217;t successful and VMWARE won&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Schoen</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-47/#comment-2783</link>
		<dc:creator>David Schoen</dc:creator>
		<pubDate>Fri, 23 Jul 2010 09:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2783</guid>
		<description>Thanks a lot, script worked exactly as stated and the provided &#039;start-VMware-console.sh&#039; works nicely around problems I have with using guests under Firefox.

Well done!</description>
		<content:encoded><![CDATA[<p>Thanks a lot, script worked exactly as stated and the provided &#8216;start-VMware-console.sh&#8217; works nicely around problems I have with using guests under Firefox.</p>
<p>Well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-47/#comment-2779</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2779</guid>
		<description>Thanks for all your hard work.

I&#039;ve recently downloaded your script, and I&#039;m trying to use it to install on kubuntu 10.04 X64 and I get the following error:

vmware-server-2.0.x-kernel-2.6.3x-install.sh: 41: Syntax error: word unexpected (expecting &quot;)&quot;)</description>
		<content:encoded><![CDATA[<p>Thanks for all your hard work.</p>
<p>I&#8217;ve recently downloaded your script, and I&#8217;m trying to use it to install on kubuntu 10.04 X64 and I get the following error:</p>
<p>vmware-server-2.0.x-kernel-2.6.3x-install.sh: 41: Syntax error: word unexpected (expecting &#8220;)&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-47/#comment-2770</link>
		<dc:creator>Radu</dc:creator>
		<pubDate>Tue, 20 Jul 2010 08:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2770</guid>
		<description>Do you have access to a repository from your machine? It looks like &lt;code&gt;apt-get&lt;/code&gt; cannot install the needed packages.</description>
		<content:encoded><![CDATA[<p>Do you have access to a repository from your machine? It looks like <code>apt-get</code> cannot install the needed packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohsin</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-47/#comment-2767</link>
		<dc:creator>Mohsin</dc:creator>
		<pubDate>Mon, 19 Jul 2010 18:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2767</guid>
		<description>Hi Radu,
Thanks a lot for this blog...you might just save my day.
I followed your outlined instructions and ran into the following issue. I tried looking for the header files using my ubuntu&#039;s Software Centre - get software and searching for the linux-headers-2.6.28-15 but can only find -11 files.

Any help how to solve this one or did I overlook something in the install. I really need to get mv VM&#039;s up and running.

Thanks

[bash]
root@i7Ubuntu:/u01/shared/gcc/patch# ls -latr
total 463808
-rw-r--r-- 1 root root 474415801 2010-07-01 03:24 VMware-server-2.0.2-203138.x86_64.tar.gz
-rwxr-xr-x 1 root root     10631 2010-07-11 09:04 vmware-server-2.0.x-kernel-2.6.3x-install.sh
-rw-r--r-- 1 root root     13618 2010-07-11 09:04 vmware-server-2.0.2-203138-update.patch
-rw-r--r-- 1 root root      1111 2010-07-11 09:04 vmware-config.patch
-rwxr-xr-x 1 root root       702 2010-07-11 09:04 start-VMware-console.sh
-rw-r--r-- 1 root root      1129 2010-07-19 13:01 vmware-config.pl.diff
drwxrwxrwx 4 root root      4096 2010-07-19 13:45 ..
drwxrwxrwx 2 root root      4096 2010-07-19 13:45 .
root@i7Ubuntu:/u01/shared/gcc/patch# 
root@i7Ubuntu:/u01/shared/gcc/patch# uname -a
Linux i7Ubuntu 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:48:52 UTC 2009 x86_64 GNU/Linux



root@i7Ubuntu:/u01/shared/gcc/patch# ./vmware-server-2.0.x-kernel-2.6.3x-install.sh
You have VMware Server archive: 
	VMware-server-2.0.2-203138.x86_64.tar.gz
Checking for needed packages on Ubuntu
Installing linux-headers-2.6.28-15-generic package...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn&#039;t find package linux-headers-2.6.28-15-generic
I am unable to install the before mentioned package...
Please install the required package and rerun the script...
[/bash]</description>
		<content:encoded><![CDATA[<p>Hi Radu,<br />
Thanks a lot for this blog&#8230;you might just save my day.<br />
I followed your outlined instructions and ran into the following issue. I tried looking for the header files using my ubuntu&#8217;s Software Centre &#8211; get software and searching for the linux-headers-2.6.28-15 but can only find -11 files.</p>
<p>Any help how to solve this one or did I overlook something in the install. I really need to get mv VM&#8217;s up and running.</p>
<p>Thanks</p>
<pre class="brush: bash;">
root@i7Ubuntu:/u01/shared/gcc/patch# ls -latr
total 463808
-rw-r--r-- 1 root root 474415801 2010-07-01 03:24 VMware-server-2.0.2-203138.x86_64.tar.gz
-rwxr-xr-x 1 root root     10631 2010-07-11 09:04 vmware-server-2.0.x-kernel-2.6.3x-install.sh
-rw-r--r-- 1 root root     13618 2010-07-11 09:04 vmware-server-2.0.2-203138-update.patch
-rw-r--r-- 1 root root      1111 2010-07-11 09:04 vmware-config.patch
-rwxr-xr-x 1 root root       702 2010-07-11 09:04 start-VMware-console.sh
-rw-r--r-- 1 root root      1129 2010-07-19 13:01 vmware-config.pl.diff
drwxrwxrwx 4 root root      4096 2010-07-19 13:45 ..
drwxrwxrwx 2 root root      4096 2010-07-19 13:45 .
root@i7Ubuntu:/u01/shared/gcc/patch#
root@i7Ubuntu:/u01/shared/gcc/patch# uname -a
Linux i7Ubuntu 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:48:52 UTC 2009 x86_64 GNU/Linux

root@i7Ubuntu:/u01/shared/gcc/patch# ./vmware-server-2.0.x-kernel-2.6.3x-install.sh
You have VMware Server archive:
	VMware-server-2.0.2-203138.x86_64.tar.gz
Checking for needed packages on Ubuntu
Installing linux-headers-2.6.28-15-generic package...
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package linux-headers-2.6.28-15-generic
I am unable to install the before mentioned package...
Please install the required package and rerun the script...
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aminos-TN</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-47/#comment-2762</link>
		<dc:creator>Aminos-TN</dc:creator>
		<pubDate>Sun, 18 Jul 2010 12:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2762</guid>
		<description>please help :(</description>
		<content:encoded><![CDATA[<p>please help <img src='http://static.cotescu.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aminos-TN</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-47/#comment-2761</link>
		<dc:creator>Aminos-TN</dc:creator>
		<pubDate>Sat, 17 Jul 2010 18:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2761</guid>
		<description>well I thought that with your script, I will not have this error, I was wrong.</description>
		<content:encoded><![CDATA[<p>well I thought that with your script, I will not have this error, I was wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aminos-TN</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-47/#comment-2760</link>
		<dc:creator>Aminos-TN</dc:creator>
		<pubDate>Sat, 17 Jul 2010 18:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2760</guid>
		<description>Hello there,

I got this error, while executing your script (same error when I attempted to install Vmware through an RPM packet) :

The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.6.33.6-147.fc13.i686).  Even if the module were 
to compile successfully, it would not load into the running kernel.

Please help :(</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>I got this error, while executing your script (same error when I attempted to install Vmware through an RPM packet) :</p>
<p>The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match<br />
your running kernel (version 2.6.33.6-147.fc13.i686).  Even if the module were<br />
to compile successfully, it would not load into the running kernel.</p>
<p>Please help <img src='http://static.cotescu.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jithesh</title>
		<link>http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-46/#comment-2757</link>
		<dc:creator>Jithesh</dc:creator>
		<pubDate>Sat, 17 Jul 2010 00:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://radu.cotescu.com/?p=948#comment-2757</guid>
		<description>Thank you very much for this script, it worked like a charm to install vmware server on fed 13 64bit. I have been trying for many days to get this going, and finally landed on this page.

Regards
Jithesh</description>
		<content:encoded><![CDATA[<p>Thank you very much for this script, it worked like a charm to install vmware server on fed 13 64bit. I have been trying for many days to get this going, and finally landed on this page.</p>
<p>Regards<br />
Jithesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk (user agent is rejected)
Page Caching using disk (enhanced) (user agent is rejected)
Object Caching 485/487 objects using disk
Content Delivery Network via static.cotescu.com

Served from: radu.cotescu.com @ 2010-07-29 15:39:18 -->