Arrf, c'est quand même difficile de se tromper 😉
Et puis je parle bien d'une machine virtuelle en FC5 depuis VMware Workstation 5.5.1 build 19175. Peu importe mon OS Hote, vu que dans le post le problème se situe dans les machines virtuelles dans ce post.
Voici un petit aperçu de ce qui se passe chez moi :-D
[root@harpoon drpixel]# cat /etc/fedora-release
Fedora Core release 5 (Bordeaux)
[root@harpoon drpixel]# vmware-config-tools.pl
It looks like you are trying to run this program in a remote session. This
program will temporarily shut down your network connection, so you should only
run it from a local console session. Are you SURE you want to continue? [no] yes
Stopping VMware Tools services in the virtual machine:
Guest operating system daemon: [ OK ]
Trying to find a suitable vmhgfs module for your running kernel.
None of the pre-built vmhgfs modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmhgfs module for
your system (you need to have a C compiler installed on your system)? [yes]
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.15-1.2054_FC5/build/include]
Extracting the sources of the vmhgfs module.
Building the vmhgfs module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config1/vmhgfs-only'
make -C /lib/modules/2.6.15-1.2054_FC5/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-x86_64'
CC [M] /tmp/vmware-config1/vmhgfs-only/cpName.o
CC [M] /tmp/vmware-config1/vmhgfs-only/cpNameLinux.o
CC [M] /tmp/vmware-config1/vmhgfs-only/dev.o
CC [M] /tmp/vmware-config1/vmhgfs-only/driver.o
/tmp/vmware-config1/vmhgfs-only/driver.c:3975: attention : initialization from incompatible pointer type
CC [M] /tmp/vmware-config1/vmhgfs-only/hgfsUtil.o
CC [M] /tmp/vmware-config1/vmhgfs-only/main.o
CC [M] /tmp/vmware-config1/vmhgfs-only/staticEscape.o
LD [M] /tmp/vmware-config1/vmhgfs-only/vmhgfs.o
Building modules, stage 2.
MODPOST
CC /tmp/vmware-config1/vmhgfs-only/vmhgfs.mod.o
LD [M] /tmp/vmware-config1/vmhgfs-only/vmhgfs.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-x86_64'
cp -f vmhgfs.ko ./../vmhgfs.o
make: Leaving directory `/tmp/vmware-config1/vmhgfs-only'
The module loads perfectly in the running kernel.
No X install found.
Starting VMware Tools services in the virtual machine:
Switching to guest configuration: [ OK ]
Guest filesystem driver: [ OK ]
DMA setup: [ OK ]
Guest operating system daemon: [ OK ]
The configuration of VMware Tools 5.5.1 build-19175 for Linux for this running
kernel completed successfully.
You must restart your X session before any mouse or graphics changes take
effect.
You can now run VMware Tools by invoking the following command:
"/usr/bin/vmware-toolbox" during an XFree86 session.
Enjoy,
--the VMware team
[root@harpoon drpixel]# rpm -V VMwareTools-5.5.1-19175
[root@harpoon drpixel]#
Aucun fichier modifié dans le package VMwareTools-5.5.1-19175
Il gueule au début parceque je l'attaque via putty, et a la fin parceque X n'est pas lancé ... normal.
Et tout ça avec le kernel d'origine ...
EDIT : Remarque ma FC5 est x86_64 c'est peut-être cela qui change quelque chose ...