<?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>Ta vie on s'en fout! &#187; hardy heron</title>
	<atom:link href="http://tavie.onsenfout.com/tag/hardy-heron/feed/" rel="self" type="application/rss+xml" />
	<link>http://tavie.onsenfout.com</link>
	<description>Mon bazar techno-miam</description>
	<lastBuildDate>Mon, 03 May 2010 20:06:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installation de VMware Server 1.06 sous Ubuntu 8.04 LTS</title>
		<link>http://tavie.onsenfout.com/2008/06/09/installation-de-vmware-server-106-sous-ubuntu-804lts/</link>
		<comments>http://tavie.onsenfout.com/2008/06/09/installation-de-vmware-server-106-sous-ubuntu-804lts/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 16:58:00 +0000</pubDate>
		<dc:creator>François</dc:creator>
				<category><![CDATA[Bits]]></category>
		<category><![CDATA[any-any-update]]></category>
		<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usbfs]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware tools]]></category>

		<guid isPermaLink="false">http://tavie.onsenfout.com/?p=69</guid>
		<description><![CDATA[L&#8217;installation de VMware Server s&#8217;est considérablement simplifiée avec la dernière version 1.06, puisqu&#8217;il n&#8217;y a plus besoin de any-any-update, toute une époque se termine! Le support USB fonctionne maintenant en plug-and-play (pour USB 2.0 faudra quand même attendre VMware server 2.0, téléchargeable en beta), et le bug sur l&#8217;installation des vmware tools a été corrigé. [...]]]></description>
			<content:encoded><![CDATA[<p>L&#8217;installation de VMware Server s&#8217;est considérablement simplifiée avec la <a href="http://register.vmware.com/content/eula-106.html" target="_blank">dernière version 1.06</a>, puisqu&#8217;il n&#8217;y a plus besoin de any-any-update, toute une époque se termine! Le support USB fonctionne maintenant en plug-and-play (pour USB 2.0 faudra quand même attendre VMware server 2.0, <a href="http://www.vmware.com/beta/server/" target="_blank">téléchargeable en beta</a>), et le bug sur l&#8217;installation des vmware tools a été corrigé. Bref, un bon cru!</p>
<p><span id="more-69"></span>Installation des paquets nécessaires :</p>
<p class="code">sudo aptitude install build-essential linux-headers-`uname -r` xinetd</p>
<p>Télécharger VMware Server sur le <a href="http://www.vmware.com/download/server/">site de VMware</a> et obtenir un numéro de série si nécessaire.</p>
<p>Recopier l&#8217;archive dans un répertoire temporaire, la décompacter et lancer le script d&#8217;installation :</p>
<p class="code">cp VMware-server-1.0.6-91891.tar.gz /tmp/.<br />
cd /tmp<br />
tar -xvzf VMware-server-1.0.6-91891.tar.gz<br />
cd VMWare/vmware-server-distrib<br />
./vmware-install.pl</p>
<p>Choisir les options par défaut et entrer le numéro de série s&#8217;il s&#8217;agit d&#8217;une première installation de VMware.</p>
<p>Recopier manuellement les librairies manquantes :</p>
<p class="code">sudo cp /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1<br />
sudo cp /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0</p>
<p>Pour le support USB il n&#8217;y a plus besoin de bricoler le fichier /etc/init.d/mountdevsubfs.sh. Il suffit d&#8217;ajouter les lignes suivantes dans /etc/fstab :</p>
<p class="code"># Support USB pour VMware<br />
none /proc/bus/usb usbfs devgid=46,devmode=664 0 0</p>
<p>Redémarrer la machine et lancer VMware Server. Mettez à jour les VMware Tools pour chaque machine virtuelle, et voilu.</p>
<p>Par la suite, à chaque mise à jour du noyau linux il faudra reconfigurer VMWare :</p>
<p class="code">sudo aptitude install linux-headers-`uname -r`<br />
vmware-config.pl</p>
<h3>Liens</h3>
<p><a href="http://ubuntuforums.org/showthread.php?t=779934" target="_blank">Install VMWare in Ubuntu 8.04 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://tavie.onsenfout.com/2008/06/09/installation-de-vmware-server-106-sous-ubuntu-804lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware 1.05 sur Ubuntu 8.04 LTS Hardy Heron</title>
		<link>http://tavie.onsenfout.com/2008/05/09/vmware-105-sur-ubuntu-804-lts-hardy-heron/</link>
		<comments>http://tavie.onsenfout.com/2008/05/09/vmware-105-sur-ubuntu-804-lts-hardy-heron/#comments</comments>
		<pubDate>Fri, 09 May 2008 10:58:35 +0000</pubDate>
		<dc:creator>François</dc:creator>
				<category><![CDATA[Bits]]></category>
		<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://tavie.onsenfout.com/?p=64</guid>
		<description><![CDATA[L&#8217;installation de VMware 1.05 sur Ubuntu 8.04 LTS est un peu délicate. Heureusement taltan nous a pondu un petit tuto très bien fait auquel il n&#8217;y a rien à ajouter. Encore merci! Edit du 13/06/2008: Installation de VMware 1.06 sur Ubuntu 8.04 LTS Hardy Heron]]></description>
			<content:encoded><![CDATA[<p>L&#8217;installation de VMware 1.05 sur Ubuntu 8.04 LTS est un peu délicate. Heureusement <a title="Blog de taltan" href="http://www.taltan.fr" target="_blank">taltan</a> nous a pondu un <a title="Tuto VMware Ubuntu 8.04" href="http://www.taltan.fr/post/2008/03/24/VMware-Server-105-sur-Ubuntu-804-Hardy-Heron" target="_blank">petit tuto</a> très bien fait auquel il n&#8217;y a rien à ajouter. Encore merci!</p>
<p>Edit du 13/06/2008: <a href="/2008-06-09/installation-de-vmware-server-106-sous-ubuntu-804lts">Installation de VMware 1.06 sur Ubuntu 8.04 LTS Hardy Heron</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tavie.onsenfout.com/2008/05/09/vmware-105-sur-ubuntu-804-lts-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
