<?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 in Ubuntu 7.10 (Gutsy Gibbon)</title>
	<atom:link href="http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Gutsy,Hardy,Intrepid</description>
	<pubDate>Wed, 07 Jan 2009 02:42:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephen</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2467</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 09 Nov 2008 16:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2467</guid>
		<description>Hi

I'm sort of new to Linux. I'm trying to get a Vmware-Server going so I can access some windows programs that don't work in Wine (MSMoney 2000 mainly, I need it for my finances and no, I've looked at GnuCash and others and they're not up to scratch.)

Anyway, I tried the above and it said "None of the pre-built vmmon modules for VMware Server is suitable for your running kernel." It offered to build one, I accepted and it failed like below:

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.27-7-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config0/vmmon-only/./include/machine.h:24,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:15,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/x86.h:830:1: warning: "PTE_PFN_MASK" redefined
In file included from include/asm/paravirt.h:7,
                 from include/asm/irqflags.h:55,
                 from include/linux/irqflags.h:57,
                 from include/asm/system.h:11,
                 from include/asm/processor.h:17,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:6,
                 from include/linux/module.h:9,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:12:
include/asm/page.h:22:1: warning: this is the location of the previous definition
In file included from /tmp/vmware-config0/vmmon-only/linux/vmhost.h:13,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:71:
/tmp/vmware-config0/vmmon-only/./include/compat_semaphore.h:5:27: error: asm/semaphore.h: No such file or directory
/tmp/vmware-config0/vmmon-only/linux/driver.c:146: error: unknown field ‘nopage’ specified in initializer
/tmp/vmware-config0/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c:150: error: unknown field ‘nopage’ specified in initializer
/tmp/vmware-config0/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriver_Ioctl’:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1670: error: too many arguments to function ‘smp_call_function’
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to build the vmmon module.

So I tried using the partner repositories, updating the commands Paul gave for Gutsy to Intrepid (as that's what I'm using) and that worked OK, but when I ran but sudo apt-get vmware-server, it said "E: Invalid operation vmware-server". Vmware-Server doesn't appear to exist in this repository.

Any ideas?
Thanks
Steve</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;m sort of new to Linux. I&#8217;m trying to get a Vmware-Server going so I can access some windows programs that don&#8217;t work in Wine (MSMoney 2000 mainly, I need it for my finances and no, I&#8217;ve looked at GnuCash and others and they&#8217;re not up to scratch.)</p>
<p>Anyway, I tried the above and it said &#8220;None of the pre-built vmmon modules for VMware Server is suitable for your running kernel.&#8221; It offered to build one, I accepted and it failed like below:</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmmon-only&#8217;<br />
make -C /lib/modules/2.6.27-7-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o<br />
In file included from /tmp/vmware-config0/vmmon-only/./include/machine.h:24,<br />
                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:15,<br />
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:<br />
/tmp/vmware-config0/vmmon-only/./include/x86.h:830:1: warning: &#8220;PTE_PFN_MASK&#8221; redefined<br />
In file included from include/asm/paravirt.h:7,<br />
                 from include/asm/irqflags.h:55,<br />
                 from include/linux/irqflags.h:57,<br />
                 from include/asm/system.h:11,<br />
                 from include/asm/processor.h:17,<br />
                 from include/linux/prefetch.h:14,<br />
                 from include/linux/list.h:6,<br />
                 from include/linux/module.h:9,<br />
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:12:<br />
include/asm/page.h:22:1: warning: this is the location of the previous definition<br />
In file included from /tmp/vmware-config0/vmmon-only/linux/vmhost.h:13,<br />
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:71:<br />
/tmp/vmware-config0/vmmon-only/./include/compat_semaphore.h:5:27: error: asm/semaphore.h: No such file or directory<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:146: error: unknown field ‘nopage’ specified in initializer<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:150: error: unknown field ‘nopage’ specified in initializer<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriver_Ioctl’:<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1670: error: too many arguments to function ‘smp_call_function’<br />
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1<br />
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
make: *** [vmmon.ko] Error 2<br />
make: Leaving directory `/tmp/vmware-config0/vmmon-only&#8217;<br />
Unable to build the vmmon module.</p>
<p>So I tried using the partner repositories, updating the commands Paul gave for Gutsy to Intrepid (as that&#8217;s what I&#8217;m using) and that worked OK, but when I ran but sudo apt-get vmware-server, it said &#8220;E: Invalid operation vmware-server&#8221;. Vmware-Server doesn&#8217;t appear to exist in this repository.</p>
<p>Any ideas?<br />
Thanks<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christina</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2466</link>
		<dc:creator>christina</dc:creator>
		<pubDate>Thu, 30 Oct 2008 21:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2466</guid>
		<description>Hi.
yes, I restarted and everything.
I think I installed the wrong thing, when I even try to start it in terminal I see this before the web app opens:
root@eve:/home/christina# vmware
Launching VMware Web Access using /usr/bin/xdg-open
root@eve:/home/christina#


I really goofed, huh?
Maybe I should run through it all again?

Thanks again...</description>
		<content:encoded><![CDATA[<p>Hi.<br />
yes, I restarted and everything.<br />
I think I installed the wrong thing, when I even try to start it in terminal I see this before the web app opens:<br />
root@eve:/home/christina# vmware<br />
Launching VMware Web Access using /usr/bin/xdg-open<br />
root@eve:/home/christina#</p>
<p>I really goofed, huh?<br />
Maybe I should run through it all again?</p>
<p>Thanks again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2462</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 30 Oct 2008 06:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2462</guid>
		<description>@christina

Did you try to logout and login back check system tools now</description>
		<content:encoded><![CDATA[<p>@christina</p>
<p>Did you try to logout and login back check system tools now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christina</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2468</link>
		<dc:creator>christina</dc:creator>
		<pubDate>Wed, 29 Oct 2008 22:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2468</guid>
		<description>Hello.
I got the install, but it doesn't show up in my system tools.
I tried running vmware from terminal window, but it just opens an html browser window and nothing else.
I can perhaps add an application to the system tools menu, but don't know what the application file is.
Can anyone help?
Thank you very much!</description>
		<content:encoded><![CDATA[<p>Hello.<br />
I got the install, but it doesn&#8217;t show up in my system tools.<br />
I tried running vmware from terminal window, but it just opens an html browser window and nothing else.<br />
I can perhaps add an application to the system tools menu, but don&#8217;t know what the application file is.<br />
Can anyone help?<br />
Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2464</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 21 Oct 2008 22:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2464</guid>
		<description>I installed vmware server 2.0, however it does not show in the menu ... something i am missing?

I am not a linux gus so any help would be appreciated...</description>
		<content:encoded><![CDATA[<p>I installed vmware server 2.0, however it does not show in the menu &#8230; something i am missing?</p>
<p>I am not a linux gus so any help would be appreciated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heron Addict</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2465</link>
		<dc:creator>Heron Addict</dc:creator>
		<pubDate>Thu, 11 Sep 2008 22:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2465</guid>
		<description>THANK YOU!!

I am new to Linux, Ubuntu and VMware but I now have a Ubuntu &#38; VMware Server up and running!

Ubuntu Server V8 - Hardy Heron
VMware Server V2

Wish I had seen this a few days ago before I bought two books!</description>
		<content:encoded><![CDATA[<p>THANK YOU!!</p>
<p>I am new to Linux, Ubuntu and VMware but I now have a Ubuntu &amp; VMware Server up and running!</p>
<p>Ubuntu Server V8 - Hardy Heron<br />
VMware Server V2</p>
<p>Wish I had seen this a few days ago before I bought two books!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Junk Mailer</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2463</link>
		<dc:creator>Junk Mailer</dc:creator>
		<pubDate>Sat, 30 Aug 2008 20:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2463</guid>
		<description>I am getting a error of

E: /var/cache/apt/archives/vmware-server_1.0.4-1gutsy2_i386.deb: subprocess pre-installation script returned error exit status 1</description>
		<content:encoded><![CDATA[<p>I am getting a error of</p>
<p>E: /var/cache/apt/archives/vmware-server_1.0.4-1gutsy2_i386.deb: subprocess pre-installation script returned error exit status 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wtfbrb</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2461</link>
		<dc:creator>wtfbrb</dc:creator>
		<pubDate>Mon, 11 Aug 2008 14:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2461</guid>
		<description>I tried to install vmware workstation trial before I tried to install server, I uninstalled all packages that contained "vmware" except mdetect.  And this is what I get when I try to install vmware-server:

A previous installation of VMware software has been detected.

The previous installation was made by the rpm installer (version 4).

Converting the rpm4 installer database format
        to the tar3 installer database format.

VNET_8_DHCP
error: package VMwareWorkstation is not installed
Failure

Execution aborted.



Any suggestions?</description>
		<content:encoded><![CDATA[<p>I tried to install vmware workstation trial before I tried to install server, I uninstalled all packages that contained &#8220;vmware&#8221; except mdetect.  And this is what I get when I try to install vmware-server:</p>
<p>A previous installation of VMware software has been detected.</p>
<p>The previous installation was made by the rpm installer (version 4).</p>
<p>Converting the rpm4 installer database format<br />
        to the tar3 installer database format.</p>
<p>VNET_8_DHCP<br />
error: package VMwareWorkstation is not installed<br />
Failure</p>
<p>Execution aborted.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lairdz</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2457</link>
		<dc:creator>Lairdz</dc:creator>
		<pubDate>Wed, 23 Jul 2008 11:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2457</guid>
		<description>I have installed VMware Server both in Linuxmint 4.0 and 5.0 but also in Wine Doors !
All works fine but some little trouble with Synaptic Package Manager stop on 70% done..

if you type in the Seek /Find word VMware in Synaptic Package Manager (Liuxmint 4.0) it will show the updates needed to get a working VMware in linuxmint.

here are some serials keys:

989M4-YM6AW-22QGL-4R3CH
90WYN-YP60R-22672-492LX

VMware Server (for Windows and Linux systems)
Latest Version: 1.0.5 &#124; 3/14/08 &#124; Build 80187

9A1PH-YDA6Y-283CN-43QLR

985FX-Y8864-2GM54-427J1

9AT0X-Y828V-222GK-49NR0

99HDJ-YUW66-20K5K-4U09W

92J49-YD7AF-23036-49NLH

92MFD-YKK4A-2EHGL-42H14

93JAD-YHF0L-287DL-4U68E

901A5-Y0ZDU-20600-4L734

9A4PR-YYQFN-2049Q-4208X

98J4J-YKY8A-2F5CN-49LU9

91H04-YA6D2-2G6D3-48NJX

92RDH-YFE4K-240AN-4L5J9

91HDJ-YP78Z-2G154-48JC5

90RAE-YFM6R-2GJ5Q-496JJ

have fun with it all...

----------------------------------

P.s If anyone knows how to upgrade Linuxmint 4.0 to 5.0 with out reinstalling 5.0 direct ? Like you can do with Ubuntu 7.0.4 to 7.10 then to 8.0.4 with out reinstaling !</description>
		<content:encoded><![CDATA[<p>I have installed VMware Server both in Linuxmint 4.0 and 5.0 but also in Wine Doors !<br />
All works fine but some little trouble with Synaptic Package Manager stop on 70% done..</p>
<p>if you type in the Seek /Find word VMware in Synaptic Package Manager (Liuxmint 4.0) it will show the updates needed to get a working VMware in linuxmint.</p>
<p>here are some serials keys:</p>
<p>989M4-YM6AW-22QGL-4R3CH<br />
90WYN-YP60R-22672-492LX</p>
<p>VMware Server (for Windows and Linux systems)<br />
Latest Version: 1.0.5 | 3/14/08 | Build 80187</p>
<p>9A1PH-YDA6Y-283CN-43QLR</p>
<p>985FX-Y8864-2GM54-427J1</p>
<p>9AT0X-Y828V-222GK-49NR0</p>
<p>99HDJ-YUW66-20K5K-4U09W</p>
<p>92J49-YD7AF-23036-49NLH</p>
<p>92MFD-YKK4A-2EHGL-42H14</p>
<p>93JAD-YHF0L-287DL-4U68E</p>
<p>901A5-Y0ZDU-20600-4L734</p>
<p>9A4PR-YYQFN-2049Q-4208X</p>
<p>98J4J-YKY8A-2F5CN-49LU9</p>
<p>91H04-YA6D2-2G6D3-48NJX</p>
<p>92RDH-YFE4K-240AN-4L5J9</p>
<p>91HDJ-YP78Z-2G154-48JC5</p>
<p>90RAE-YFM6R-2GJ5Q-496JJ</p>
<p>have fun with it all&#8230;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>P.s If anyone knows how to upgrade Linuxmint 4.0 to 5.0 with out reinstalling 5.0 direct ? Like you can do with Ubuntu 7.0.4 to 7.10 then to 8.0.4 with out reinstaling !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2458</link>
		<dc:creator>E</dc:creator>
		<pubDate>Sat, 19 Jul 2008 16:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2458</guid>
		<description>Thanks so much, I got VMWare Server 2 RC1 up and running on Ubuntu Server 8.0.4.1 and hosting my webserver very quickly!!!</description>
		<content:encoded><![CDATA[<p>Thanks so much, I got VMWare Server 2 RC1 up and running on Ubuntu Server 8.0.4.1 and hosting my webserver very quickly!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malli</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2460</link>
		<dc:creator>Malli</dc:creator>
		<pubDate>Mon, 14 Jul 2008 16:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2460</guid>
		<description>Thanks for excellent tutorial!</description>
		<content:encoded><![CDATA[<p>Thanks for excellent tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pirat</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2459</link>
		<dc:creator>pirat</dc:creator>
		<pubDate>Mon, 14 Jul 2008 15:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2459</guid>
		<description>Hi everybody, so i have read this tutorial, but its not really helping me @ all, im really new to ubuntu(unix stuff overall) and i have downloaded a version of vm server.
so here are some details, i use ubuntu 7.10 server version and vmserver VMware-server-1.0.6-91891.tar.
i have allready extracted on my pc but what is the next step, how can i start it an create some virtuell server?
some tips for more detailled sites for newbies? i need something like step for step ;)</description>
		<content:encoded><![CDATA[<p>Hi everybody, so i have read this tutorial, but its not really helping me @ all, im really new to ubuntu(unix stuff overall) and i have downloaded a version of vm server.<br />
so here are some details, i use ubuntu 7.10 server version and vmserver VMware-server-1.0.6-91891.tar.<br />
i have allready extracted on my pc but what is the next step, how can i start it an create some virtuell server?<br />
some tips for more detailled sites for newbies? i need something like step for step <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Linhares</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2455</link>
		<dc:creator>Alex Linhares</dc:creator>
		<pubDate>Sun, 29 Jun 2008 18:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2455</guid>
		<description>Mine seemed to install, and shows up on the menu.  However, it goes like "starting WMware server console...", then shuts down...

Does some kind soul out there know what to do here?</description>
		<content:encoded><![CDATA[<p>Mine seemed to install, and shows up on the menu.  However, it goes like &#8220;starting WMware server console&#8230;&#8221;, then shuts down&#8230;</p>
<p>Does some kind soul out there know what to do here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2456</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Tue, 24 Jun 2008 16:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2456</guid>
		<description>Worked Great for me...thanks for the work guys!

(Linux shane-desktop 2.6.22-15-generic #1 SMP Tue Jun 10 09:21:34 UTC 2008 i686 GNU/Linux)</description>
		<content:encoded><![CDATA[<p>Worked Great for me&#8230;thanks for the work guys!</p>
<p>(Linux shane-desktop 2.6.22-15-generic #1 SMP Tue Jun 10 09:21:34 UTC 2008 i686 GNU/Linux)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jey</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2454</link>
		<dc:creator>Jey</dc:creator>
		<pubDate>Tue, 20 May 2008 20:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2454</guid>
		<description>Thanks Paul!  It worked like a breeze.

Also, can you update us about how one can know the URLs (and specific arguments), for a given version of ubuntu?

thanks
Jey</description>
		<content:encoded><![CDATA[<p>Thanks Paul!  It worked like a breeze.</p>
<p>Also, can you update us about how one can know the URLs (and specific arguments), for a given version of ubuntu?</p>
<p>thanks<br />
Jey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2453</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Tue, 20 May 2008 14:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2453</guid>
		<description>for ubuntu 7.10 add this line to

/etc/apt/sources.list

deb http://archive.canonical.com/ubuntu gutsy partner

then

run

apt-get update
apt-get vmware-server</description>
		<content:encoded><![CDATA[<p>for ubuntu 7.10 add this line to</p>
<p>/etc/apt/sources.list</p>
<p>deb <a href="http://archive.canonical.com/ubuntu" rel="nofollow">http://archive.canonical.com/ubuntu</a> gutsy partner</p>
<p>then</p>
<p>run</p>
<p>apt-get update<br />
apt-get vmware-server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyIvan</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2452</link>
		<dc:creator>CrazyIvan</dc:creator>
		<pubDate>Tue, 26 Feb 2008 10:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2452</guid>
		<description>Mine failed on install but worked once I downloaded this:

     http://ftp.cvut.cz/vmware/vmware-any-any-update109.tar.gz

did this:

    tar -vxzf vmware-any-any-update115.tar.gz

and this:

    cd vmware-any-any-update115/

and ran this:

    sudo ./runme.pl</description>
		<content:encoded><![CDATA[<p>Mine failed on install but worked once I downloaded this:</p>
<p>     <a href="http://ftp.cvut.cz/vmware/vmware-any-any-update109.tar.gz" rel="nofollow">http://ftp.cvut.cz/vmware/vmware-any-any-update109.tar.gz</a></p>
<p>did this:</p>
<p>    tar -vxzf vmware-any-any-update115.tar.gz</p>
<p>and this:</p>
<p>    cd vmware-any-any-update115/</p>
<p>and ran this:</p>
<p>    sudo ./runme.pl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MoreBeer</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2451</link>
		<dc:creator>MoreBeer</dc:creator>
		<pubDate>Mon, 18 Feb 2008 00:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2451</guid>
		<description>Great tutorial... Thank you for writing this up.  You may want to remove your VMWare key from the screenshot though!</description>
		<content:encoded><![CDATA[<p>Great tutorial&#8230; Thank you for writing this up.  You may want to remove your VMWare key from the screenshot though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2450</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 11 Feb 2008 11:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2450</guid>
		<description>@Tse
you need to register with the following link to get the vmware serial numbers

http://register.vmware.com/content/registration.html</description>
		<content:encoded><![CDATA[<p>@Tse<br />
you need to register with the following link to get the vmware serial numbers</p>
<p><a href="http://register.vmware.com/content/registration.html" rel="nofollow">http://register.vmware.com/content/registration.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tse</title>
		<link>http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html/comment-page-1#comment-2449</link>
		<dc:creator>tse</dc:creator>
		<pubDate>Mon, 11 Feb 2008 08:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/how-to-install-vmware-server-in-ubuntu-710-gutsy-gibbon.html#comment-2449</guid>
		<description>Hey all
I'm installing VMWare 10.4, that required Serial number. I need serial number. Help me.</description>
		<content:encoded><![CDATA[<p>Hey all<br />
I&#8217;m installing VMWare 10.4, that required Serial number. I need serial number. Help me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
