documentation-packages team mailing list archive
-
documentation-packages team
-
Mailing list archive
-
Message #01145
[Bug 1008175] Re: Install documention VMWare Server 2.0.2 on 10.04 LTS - wrong issue, worng link... my document of this installations
Hi jose, and thanks for your report!
Please note that the page in question is a wiki page which anybody can edit - including you. ;-)
https://help.ubuntu.com/community/WikiGuide
Since you seem to know how it should be changed, it would be great if you could fix it.
Due to the nature of the community help wiki, you can't request changes
to it in the form of bug reports.
** Changed in: ubuntu-docs (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of
Documentation Packages, which is subscribed to ubuntu-docs in Ubuntu.
https://bugs.launchpad.net/bugs/1008175
Title:
Install documention VMWare Server 2.0.2 on 10.04 LTS - wrong issue,
worng link... my document of this installations
Status in “ubuntu-docs” package in Ubuntu:
Invalid
Bug description:
https://help.ubuntu.com/community/VMware/Server
I have tried for a long time to install vmware server 2.0.2 on my ubuntu 10.04 LTS. On my 32 bits laptop like on my 64 bits laptop.
The installation made an error issue, and I think that all or lof of this installation on 10.04 that finish like this!
So yesterday, I found the solution on the other web site, and I performed an new and good way to made a beautiful installation without any error! at least, currently I thinking this ! :)
here you have this web site : http://hmontoliu.blogspot.ca/2010/04/installing-vmware-server-202-in-ubuntu.html
So I have written a simple and easy instruction for this installation
(in french and in english).
I put it below this introduction. First in french, and after in
english!...
Another thing, on the ubuntu documentation the links which are on the 9.10 installation section doesn't work! I think the patch which is show it's like the patch I spoke on my instruction!
---------------------------------------------------------------------------------------------------------------------------------------
Ubuntu 10.04 LTS - le Lynx Lucide
uname -r : Ubuntu 10.04 LTS - le Lynx Lucide -
I tried and working well whit 32 and 64 bits system
-----------------------------------------------------------------------------------------------------------------------------------------
French information :
Installer Vmware Server sur Ubuntu 10.04 Lucid
Prérequis :
1 - Posséder les droits d'administrateur
explication : permet entre autre d'éviter d'utiliser "su" ou "sudo" - normalement c'est une bonne pratique, mais comme l'installation de vmware utilise le compte utilisateur qui a lancé l'installation comme compte administrateur, l'utilisation de "su" ou "sudo" indique que c'est le compte "root" qui est l'utilisateur! hors, celui-ci est désactivé par défaut sous ubuntu est ne peut pas se connecter a l'interface d'administration de vmware server une fois l'installation faite! le seul moyen si on utilise ou si on a utilisé la commande "su" est, une fois l'installation terminé : de mettre un mot de passe au compte root pour le rendre actif ("sudo password root") (a ce moment la c'est le compte "root" que on utilise dans la page administration de vmware server.
2 - Avoir téléchargé la version Vmware-Server-2.0.2 dans sa version 32
ou 64 bits selon votre systéme ;
3 - Avoir téléchargé le patch fix : http://www.ubuntugeek.com/images/vmware-server.2.0.1_x64-modules-2.6.30.4-fix.tgz
Il marche avec le 32 bit comme avec le 64
----------------------------
Prévisualisation des étapes que nous allons faire :
1 : lancer l'installation de vmware, mais refusé le lancement de la configuration.. nous la feront aprés car celle-ci affiche un message d'erreur ;
2 : Modifier deux des fichiers qui ont étaient installé car sinon, la mise a jour (patch) que nous fesons par la suite affiche elle aussi un message ! :)
3 : une fois les deux fichiers modifiés, on peut installer le patch ;
4 : une fois le patch installé , on reprends l'installation (etape 1) la ou ont l'avait laissé : a la configuration!
Récapitulons :
Vous avez le fichiers d'installation et le patch dans un dossier.... dans mon cas c'est "/home/richard/Telechargement/"
Vous avez les droits appropriés pour faire l'installation avec votre compte utilisateur.
----------------------------
1: extraire et installer vmware, mais sans lancer la configuration
A:
extraire le fichier d'installation VMware-server-2.0.2-203138.i386.tar.gz .
Pour ca aller en mode console et taper les commandes suivantes ou
faite un clic droit sur le fichier puis extraire.. (cependant vous
pouvez vous entrainer avec la commande, car aprés on va s'en servir
quoi qu'il en soit car c'est plus pratique, plus rapide, est plus
simple car on reste dans la même fenêtre!)
Donc, taper :
cd "/home/richard/Telechargement"
puis
tar xvf VMware-server-2.0.2-203138.i386.tar.gz
B: lancer l'installation :
Aller dans le dossier que on viens d'extraire :
cd vmware-server-distrib
et lancer l'installation du programme sur le disque :
./vmware-install.pl
A chaque question répondre la valeur par défaut qui sont toutes correctes, sauf a un moment!
A la 13 éme questions, celle ou l'installation demande :
"Before running Vmware Server for the first time, you need to configure...../bin/vmware-config.pl" Do you want this programn t o invoke the command for you now? " : Répondre "no" pour ne pas lancer la configuration et éviter le message d'erreur.
--------------------
2 : modifier les deux fichiers
A : extraire l'archive dans lequel se trouve le 1er fichier a modifier :
cd /usr/lib/vmware/modules/source/
tar xvf vmnet.tar
B: ouvrir le fichier et le modifier :
vmnet-only/vnetUserListener.c
Aprés la ligne : #include "driver-config.h" /* must be first */
ajouter : #include "compat_sched.h"
(il ne faut pas ajouter cet include aprés tout les autres, sinon cela ne fonctionne pas.
Fermer et engeristrer le fichier
c : recompresser l'archtive et supprimer le dossier non utile :
tar cvf vmnet.tar vmnet-only
rm -r vmnet-only
D : extraire l'archive dans lequel se trouve le 2eme fichier a modifier :
tar xvf vmci.tar
gedit vmci-only/linux/vmciKernelIf.c
ajouter : #include "compat_sched.h"
toujours dans la même position
E : on recompresse cette archive et on supprime le dossier
tar cvf vmci.tar vmci-only/
rm -r vmci-only
-----------------------------------
3 : on peu lancer le patch
A : on va la ou on a télécharger le patch, et on l'extrait :
cd "/home/richard/Telechargement"
tar xvf vmware-server.2.0.1_x64-modules-2.6.30.4-fix.tgz
B: on lance l'installation du patch :
./vmware-server.2.0.1_x64-modules-2.6.30.4-fix.sh
----------------------------------
4 : on lance la configuration de l'application :
/usr/bin/vmware-config.pl
Suivre les instructions et configuré en fonction de ces choix
That's All!
Une fois la configuration fini vous pouvez afficher la page d'administration :
http:\\127.0.0.1:8222\
Normalement la page qu'il affiche par défaut est http:\\127.0.0.1:8333\
mais celle-ci n'est pas fonctionnelle aprés installation sans configuration supplémentaires!
Le compte que vous devez utilisez est le compte avec lequel vous avez fait l'installation.
Si vous avez utilisez la commande "su" et "sudo" il s'agit du compte root.
Si vous n'aviez pas activer le compte root auparavant et que vous etes bloqué pour vous connecter car il n'est pas activer.
utiliser la commande "passwd root" pour définir un mot de passe pour root, et permettre la connexion avec ce compte!
Enjoy!
---------------------------------------------------------------------------------------------------------------------------------------
English information (with my bad english !! sorry !! :) ):
Install VMware server on ubuntu 10.04 lucide (LTS)
Requirement :
1 - Have a root privilege to your user (vmware use a current user for give him the acces to the administration GUi. If you use "su" or "sudo" you indicate to take "root" account! But this account was desactivate by defaut. So if you do it, you will need to set up a password for the root ubuntu account to will be able to connect to the administration GUI! .)
2 - downloaded the vmware-server-2.0.2 in your 32 bit or 64 bits version ;
3 - downloaded the patch fix : http://www.ubuntugeek.com/images/vmware-server.2.0.1_x64-modules-2.6.30.4-fix.tgz
At the first view it work with 32 bit and 64 bit version of vmware server
---------------------------------------------------------------------------------------------------------
Summary about the installation :
1 : run the installation of vmware, but do not perform the configuration (vmware-config.pl).. we made it after, because the issue is the error message ;
2 : Modified two files on the installed directories. whitout this, the patch installer show a error message too!
3 : run the patch
4 : run the vmware configuration.
resume :
You have the installer files for the vmware server and the patch .. in this case I downloaded its on "/home/richard/Telechargement"
You have the rights you need to perform this installation with your account
--------------------------------------------
1: Extract and install vmware server, but whitout run the configuration step
A:
extract VMware-server-2.0.2-203138.i386.tar.gz .
Go to the prompt command to tape the following commands (or right clic on the file and extract!)
Tape :
cd "/home/richard/Telechargement"
then
tar xvf VMware-server-2.0.2-203138.i386.tar.gz
B: Run the installer
Go in the folder which has been extract :
cd vmware-server-distrib
Run the installation :
./vmware-install.pl
Until the 13th question, leave the defaut answer, but at the question :
"Before running Vmware Server for the first time, you need to configure...../bin/vmware-config.pl" Do you want this programn t o invoke the command for you now? " : say "no" to avoid the configuration step .
--------------------
2 : modified the two files
A : extract the archive which have inside the first file :
cd /usr/lib/vmware/modules/source/
tar xvf vmnet.tar
B: Open and modifi the file :
vmnet-only/vnetUserListener.c
After the line : #include "driver-config.h" /* must be first */
add : #include "compat_sched.h"
(don't put this include after all others, else it don't work)
c : recompress the archive and delete unused files :
tar cvf vmnet.tar vmnet-only
rm -r vmnet-only
D : extract the second archive to access to the second files :
tar xvf vmci.tar
gedit vmci-only/linux/vmciKernelIf.c
Add the line : #include "compat_sched.h"
Only in the same place
E : recompress the archive and delete unused files :
tar cvf vmci.tar vmci-only/
rm -r vmci-only
-----------------------------------
3 : we could now run the patch
A : go back on the downloaded files and run the patch :
cd "/home/richard/Telechargement"
tar xvf vmware-server.2.0.1_x64-modules-2.6.30.4-fix.tgz
B: run the patch :
./vmware-server.2.0.1_x64-modules-2.6.30.4-fix.sh
----------------------------------
4 : Now made the configuration of the vmware server:
/usr/bin/vmware-config.pl
Foolow the instruction and set up the features as you choise to
That's All!
After the configuraiton you can access to the administration GUI at :
http:\\127.0.0.1:8222\
Use you current user to login (the account that you used for the installation)
If you has used "su" adn "sudo" , you need to use a root account.
If he never definise its, tape "passwd root" to do it.
Enjoy!
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1008175/+subscriptions