<?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>bblog &#187; opensuse 11.0</title>
	<atom:link href="http://boubchir.co.uk/blog/tag/opensuse-11-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://boubchir.co.uk/blog</link>
	<description>Virtualisation and go</description>
	<lastBuildDate>Thu, 03 Jun 2010 09:54:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up VMware Workstation on OpenSuse 11.0</title>
		<link>http://boubchir.co.uk/blog/2009/12/setting-up-vmware-workstation-on-opensuse-11-0/</link>
		<comments>http://boubchir.co.uk/blog/2009/12/setting-up-vmware-workstation-on-opensuse-11-0/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 18:53:50 +0000</pubDate>
		<dc:creator>Mourad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[opensuse 11.0]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware workstation]]></category>

		<guid isPermaLink="false">http://boubchir.co.uk/blog/?p=35</guid>
		<description><![CDATA[Setting up VMware Workstation
From openSuse.org




Full Link : http://en.opensuse.org/Setting_up_VMware_Workstation



Introduction
VMware Workstation is a very popular proprietary virtual machine suite. There are other alternatives such as VirtualBox and QEMU (both open source software) which, unfortunately, are not as a feature rich as a VMware Workstation.






This article explains how to install VMware Workstation 6.5.0 on openSUSE 11.0 and 11.1 [...]]]></description>
			<content:encoded><![CDATA[<h1>Setting up VMware Workstation</h1>
<h3>From openSuse.org</h3>
<p><!-- Begin Content Area --></p>
<table id="toc" class="toc" border="0">
<tbody>
<tr>
<td>Full Link : http://en.opensuse.org/Setting_up_VMware_Workstation</td>
</tr>
</tbody>
</table>
<h1>Introduction</h1>
<p>VMware Workstation is a very popular proprietary virtual machine suite. There are other alternatives such as <a title="VirtualBox" href="http://en.opensuse.org/VirtualBox">VirtualBox</a> and <a title="Using Qemu" href="http://en.opensuse.org/Using_Qemu">QEMU</a> (both open source software) which, unfortunately, are not as a feature rich as a VMware Workstation.</p>
<table style="border:1px solid #aaaaaa;background-color:#fdffdd;margin:1em 2.5% 0;" border="0">
<tbody>
<tr>
<td style="background-color:#fdffdd;padding:3px;">
<div class="floatleft"><span><a class="image" href="http://en.opensuse.org/Image:Icon-info.png"><img longdesc="Icon-info.png" src="http://files.opensuse.org/opensuse/en/thumb/5/57/Icon-info.png/50px-Icon-info.png" alt="" width="50" height="50" /></a></span></div>
</td>
<td><em>This article explains how to install VMware Workstation 6.5.0 on openSUSE 11.0 and 11.1 beta 5. It may work on older/newer versions.</em></td>
</tr>
</tbody>
</table>
<p><a name="Installing_required_packages"></a></p>
<h1>Installing required packages</h1>
<p>Before beginning the installation of VMware Workstation 6.5.0, you have to install the following packages:</p>
<ul>
<li>gcc</li>
<li>make</li>
<li>kernel-source</li>
<li>kernel-syms</li>
<li>linux-kernel-headers (this is probably already installed)</li>
</ul>
<p>There are different ways of installing packages on openSUSE. For instance, you can use YaST or zypper.</p>
<p><a name="Using_YaST"></a></p>
<h2>Using YaST</h2>
<p>Go to YaST -&gt; Software Management. Search for the packages you need (one at a time) and select them by clicking on the checkbox.</p>
<p><a name="Using_zypper"></a></p>
<h2>Using zypper</h2>
<p>Open the terminal, type the following as the root user:</p>
<pre>zypper in gcc make kernel-source kernel-syms linux-kernel-headers</pre>
<p><a name="Starting_the_VMware_installer"></a></p>
<h1>Starting the VMware installer</h1>
<p>Once you have installed the aforementioned packages, you can proceed to run the installer. Before doing so, make it executable;</p>
<p>Note: this is an example, replace the version number with the one you have.</p>
<pre>chmod +x VMware-Workstation-6.5.0-118166.i386.bundle</pre>
<p>Then type (as root):</p>
<pre>./VMware-Workstation-6.5.0-118166.i386.bundle</pre>
<p><a name="Running_VMware_Workstation"></a></p>
<h1>Running VMware Workstation</h1>
<p>To run VMware Workstation on openSUSE, you can either click on the VMware Workstation icon or run it from a terminal.</p>
<p><a name="from_a_Menu_entry"></a></p>
<h2>from a Menu entry</h2>
<p>There are two ways of doing running VMware Workstation from a menu entry;</p>
<ul>
<li>Click on the lizard, type vmware and click on VMware Workstation</li>
</ul>
<p>OR</p>
<ul>
<li>go to lizard -&gt; Applications -&gt; System -&gt; More Programs -&gt; VMware Workstation</li>
</ul>
<p><a name="from_a_Terminal"></a></p>
<h2>from a Terminal</h2>
<p>Open a terminal and type</p>
<pre>vmware</pre>
<p><a name="See_Also"></a></p>
<h1>See Also</h1>
<ul>
<li> <a class="external text" title="http://www.swerdna.net.au/linhowtovmwareserversuse.html" rel="nofollow" href="http://www.swerdna.net.au/linhowtovmwareserversuse.html">Setting up VMware Server 2 on openSUSE 11.0 [plus enabling USB support</a>]</li>
<li> <a class="external text" title="https://bugzilla.novell.com/show bug.cgi?id=459749" rel="nofollow" href="https://bugzilla.novell.com/show_bug.cgi?id=459749">If you see segfaults on startup of vmware / kernel modules missing</a></li>
</ul>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://boubchir.co.uk/blog/2009/12/setting-up-vmware-workstation-on-opensuse-11-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
