Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 11/05/2008, à 14:07

Kadwin

[Résolu]Probleme installation vmware server

Salut à tous smile

Je toune sous ubuntu hardy.
J'essaye d'installer vmware server mais voici l'erreur que j'obtient lorsque le script compile:

Building the vmmon module.

Using 2.6.x kernel build system.
make: entrant dans le répertoire « /tmp/vmware-config1/vmmon-only »
make -C /lib/modules/2.6.24-16-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
  CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config1/vmmon-only/./include/vmware.h:25,
                 from /tmp/vmware-config1/vmmon-only/linux/driver.c:48:
/tmp/vmware-config1/vmmon-only/./include/vm_basic_types.h:161: erreur: conflicting types for «uintptr_t»
include/linux/types.h:40: erreur: previous declaration of «uintptr_t» was here
Dans le fichier inclus à partir de /tmp/vmware-config1/vmmon-only/linux/driver.h:20,
          à partir de /tmp/vmware-config1/vmmon-only/linux/driver.c:49:
/tmp/vmware-config1/vmmon-only/./include/compat_wait.h:37:5: attention : « VMW_HAVE_EPOLL » n'est pas défini
/tmp/vmware-config1/vmmon-only/./include/compat_wait.h:43:5: attention : « VMW_HAVE_EPOLL » n'est pas défini
In file included from /tmp/vmware-config1/vmmon-only/linux/driver.h:20,
                 from /tmp/vmware-config1/vmmon-only/linux/driver.c:49:
/tmp/vmware-config1/vmmon-only/./include/compat_wait.h:60: erreur: conflicting types for «poll_initwait»
include/linux/poll.h:65: erreur: previous declaration of «poll_initwait» was here
/tmp/vmware-config1/vmmon-only/linux/driver.c:147: attention : initialization from incompatible pointer type
/tmp/vmware-config1/vmmon-only/linux/driver.c:151: attention : initialization from incompatible pointer type
/tmp/vmware-config1/vmmon-only/linux/driver.c: Dans la fonction «LinuxDriver_Ioctl» :
/tmp/vmware-config1/vmmon-only/linux/driver.c:1659: erreur: «struct mm_struct» has no member named «dumpable»
make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Erreur 1
make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
make: *** [vmmon.ko] Erreur 2
make: quittant le répertoire « /tmp/vmware-config1/vmmon-only »
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please 
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.

Meme probleme avec vmware player...
J'ai essayé la technique décrite ici http://www.debuntu.org/how-to-vmware-server-workstation-under-ubuntu-feisty mais sans résultat..
Auriez-vous dejà connu le meme probleme?
Si oui comment le résoudre?

Merci d'avance smile

Dernière modification par Kadwin (Le 11/05/2008, à 15:18)

Hors ligne

#2 Le 11/05/2008, à 14:08

slasher_fun

Re : [Résolu]Probleme installation vmware server

La solution est comme bien souvent dans la doc, cf. http://www.taltan.fr/post/2008/03/24/VMware-Server-105-sur-Ubuntu-804-Hardy-Heron

Hors ligne

#3 Le 11/05/2008, à 14:53

Kadwin

Re : [Résolu]Probleme installation vmware server

Oki merci smile
J'ai donc suivi la procédure et voici ce que j'ai à la fin:

Building the VMware VmPerl Scripting API.

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

Installing the VMware VmPerl Scripting API.

The installation of the VMware VmPerl Scripting API succeeded.

Generating SSL Server Certificate

Unable to get the last modification timestamp of the destination file 
/etc/vmware/ssl/rui.crt.

Execution aborted.

Quand j'essaye ensuite de lancer vmware j'ai ceci:

# vmware
vmware is installed, but it has not been (correctly) configured
for this system. To (re-)configure it, invoke the following command:
/usr/bin/vmware-config.pl.

Je précise que pend le script du patch j'ai ceci:

cc1plus: attention : l'option de la ligne de commande "-Werror-implicit-function-declaration" est valide pour C/ObjC mais pas pour C++
cc1plus: attention : l'option de la ligne de commande "-Wdeclaration-after-statement" est valide pour C/ObjC mais pas pour C++
cc1plus: attention : l'option de la ligne de commande "-Wno-pointer-sign" est valide pour C/ObjC mais pas pour C++
cc1plus: attention : l'option de la ligne de commande "-Wstrict-prototypes" est valide pour Ada/C/ObjC mais pas pour C++
cc1plus: attention : l'option de la ligne de commande "-ffreestanding" est valide pour C/ObjC mais pas pour C++
In file included from /tmp/vmware-config4/vmmon-only/common/task.c:1194:
/tmp/vmware-config4/vmmon-only/common/task_compat.h: In function «int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV321]»:
/tmp/vmware-config4/vmmon-only/common/task_compat.h:2491: attention : «sysenterState.SysenterStateV45::rsp» is used uninitialized in this function
/tmp/vmware-config4/vmmon-only/common/task_compat.h:3028: note: «sysenterState.SysenterStateV45::rsp» was declared here
/tmp/vmware-config4/vmmon-only/common/task_compat.h:2492: attention : «sysenterState.SysenterStateV45::rip» is used uninitialized in this function
/tmp/vmware-config4/vmmon-only/common/task_compat.h:3028: note: «sysenterState.SysenterStateV45::rip» was declared here
/tmp/vmware-config4/vmmon-only/common/task_compat.h:3028: attention : «sysenterState.SysenterStateV45::validEIP» may be used uninitialized in this function
/tmp/vmware-config4/vmmon-only/common/task_compat.h:3028: note: «sysenterState.SysenterStateV45::validEIP» was declared here
/tmp/vmware-config4/vmmon-only/common/task_compat.h:3028: attention : «sysenterState.SysenterStateV45::cs» may be used uninitialized in this function
/tmp/vmware-config4/vmmon-only/common/task_compat.h:3028: note: «sysenterState.SysenterStateV45::cs» was declared here
/tmp/vmware-config4/vmmon-only/common/task_compat.h: In function «int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV3]»:
/tmp/vmware-config4/vmmon-only/common/task_compat.h:2491: attention : «sysenterState.SysenterStateV45::rsp» is used uninitialized in this function
/tmp/vmware-config4/vmmon-only/common/task_compat.h:3028: note: «sysenterState.SysenterStateV45::rsp» was declared here
/tmp/vmware-config4/vmmon-only/common/task_compat.h:2492: attention : «sysenterState.SysenterStateV45::rip» is used uninitialized in this function
/tmp/vmware-config4/vmmon-only/common/task_compat.h:3028: note: «sysenterState.SysenterStateV45::rip» was declared here
/tmp/vmware-config4/vmmon-only/common/task_compat.h:3028: attention : «sysenterState.SysenterStateV45::validEIP» may be used uninitialized in this function

En bien plus long...

Et donc en relançant le script de configuration j'ai la premiere erreur ainsi de suite...
De quoi ça peut venir??

Dernière modification par Kadwin (Le 11/05/2008, à 14:54)

Hors ligne

#4 Le 11/05/2008, à 15:09

Kadwin

Re : [Résolu]Probleme installation vmware server

C'est bon j'ai réussi à outrepasser cette erreur en faisant:

sudo touch /etc/vmware/ssl/rui.key

et

sudo touch /etc/vmware/ssl/rui.crt

Tout est nikel smile

Merci

Dernière modification par Kadwin (Le 11/05/2008, à 15:17)

Hors ligne

#5 Le 11/05/2008, à 16:25

slasher_fun

Re : [Résolu]Probleme installation vmware server

Pour ceux deux erreurs, il suffisait d'installer le paquet ia32-libs smile

Hors ligne