
OpenMandriva: Mageia (Mageia 9) 20/Agosto/2023 - Anuncio, Descargas.
Blogdrake recomienda descargar las imágenes de instalación (iso) vía torrent para evitar corrupción de datos, aprovechar mejor su ancho de banda y mejorar la difusión de las distribuciones.

Problemas con VMWare 4.0.5 build 6030
Enviado por thething el 7 Marzo, 2004 - 17:24
Hola a todos de nuevo, resulta que me he descargado el Vmware 4.0.5 build 6030 que teoricamente me dice que funciona con kernel 2.6.*. Bien, me he bajado las sources de mi kernel, en mi caso es el 2.6.3-4.mdk. Sigo el leeme que viene el el vmware, dicho leeme es el siguiente:
For Linux Kernel 2.6: run the following: patch -p1 < vmware-ws-all-fixes-4.0.5-6030.patch ./vmware-install.pl # say no when it asks to configure ./runme.pl # say yes to configure, yes to build kernel module For Linux Kernel 2.4: You may just have to run: ./vmware-install.pl but, if you get errors, follow the procedure for Kernel 2.6. Todo parece ir bien pero obtengo el siguiente error: # ./runme.pl Updating /usr/bin/vmware ... Unknown version Sorry, there is no binary patch available for your version of vmware. VMware modules in "/usr/lib/vmware/modules/source" has been updated. Before running VMware for the first time after update, you need to configure it for your running kernel by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this script to invoke the command for you now? [yes] Making sure VMware Workstation's services are stopped. Stopping VMware services: Virtual machine monitor [ OK ] Trying to find a suitable vmmon module for your running kernel. None of VMware Workstation's pre-built vmmon modules is suitable for your running kernel. Do you want this program to try to build the vmmon 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.3-4mdk/build/include] Extracting the sources of the vmmon module. Building the vmmon module. Building for VMware Workstation 4.0.x. Using 2.6.x kernel build system. make: Entering directory `/root/tmp/vmware-config12/vmmon-only' make -C /lib/modules/2.6.3-4mdk/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entering directory `/usr/src/linux-2.6.3-4mdk' *** Warning: Overriding SUBDIRS on the command line can cause *** inconsistencies make[2]: `arch/i386/kernel/asm-offsets.s' está actualizado. CHK include/asm-i386/asm_offsets.h CC [M] /root/tmp/vmware-config12/vmmon-only/linux/driver.o /root/tmp/vmware-config12/vmmon-only/linux/driver.c: In function `Panic': /root/tmp/vmware-config12/vmmon-only/linux/driver.c:2994: warning: implicit declaration of function `_exit' CC [M] /root/tmp/vmware-config12/vmmon-only/linux/hostif.o CC [M] /root/tmp/vmware-config12/vmmon-only/common/vmx86.o CC [M] /root/tmp/vmware-config12/vmmon-only/common/memtrack.o CC [M] /root/tmp/vmware-config12/vmmon-only/common/phystrack.o CC [M] /root/tmp/vmware-config12/vmmon-only/common/cpuid.o gcc -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -Iinclude/asm-i386/mach-default -O2 -DMODULE -Wall -Wstrict-prototypes -DVMWARE__FIX_IO_APIC_BASE=FIX_IO_APIC_BASE_0 -DVMW_HAVE_EPOLL -DVME_DEFAULT=VME_V4 -DVMW_USING_KBUILD -I/root/tmp/vmware-config12/vmmon-only/./include -I/root/tmp/vmware-config12/vmmon-only/./common -I/root/tmp/vmware-config12/vmmon-only/./linux -DVMW_NOPAGE_261 -fno-exceptions -c -o /root/tmp/vmware-config12/vmmon-only/common/task.o /root/tmp/vmware-config12/vmmon-only/common/task.C LD [M] /root/tmp/vmware-config12/vmmon-only/vmmon.o Building modules, stage 2. MODPOST CC /root/tmp/vmware-config12/vmmon-only/vmmon.mod.o LD [M] /root/tmp/vmware-config12/vmmon-only/vmmon.ko make[1]: Leaving directory `/usr/src/linux-2.6.3-4mdk' cp -f vmmon.ko ./../vmmon.o make: Leaving directory `/root/tmp/vmware-config12/vmmon-only' Unable to make a vmmon module that can be loaded in the running kernel: insmod: error inserting '/root/tmp/vmware-config12/vmmon.o': -1 Unknown symbol in module There is probably a slight difference in the kernel configuration between the set of C header files you specified and your running kernel. You may want to rebuild a kernel based on that directory, or specify another directory. 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.
Me gustaria saber como hacer para poder instalar este maravilloso programa, en mandrake 9.2 no tuve ningun problema pero ahora en la Mdk 10.0 lo estoy pasando mal.
He buscado en foros pero no he conseguido nada util en ninguno, aparte soy un poquito novato.
Lo dicho, haber si alguien me puede ayudar.
Salu2 y gracias de antemano.
Usuario
# 297 madre de dios, siento el caos
madre de dios, siento el caos, voy a rehacer el mensaje.
Hola a todos de nuevo, resulta que me he descargado el Vmware 4.0.5 build 6030 que teoricamente me dice que funciona con kernel 2.6.*. Bien, me he bajado las sources de mi kernel, en mi caso es el 2.6.3-4.mdk. Sigo el leeme que viene el el vmware, dicho leeme es el siguiente:
Usuario
# 298 For Linux Kernel 2.6: run the
For Linux Kernel 2.6: run the following:
patch -p1 < vmware-ws-all-fixes-4.0.5-6030.patch
./vmware-install.pl # say no when it asks to configure
./runme.pl # say yes to configure, yes to build kernel module For
Linux Kernel 2.4: You may just have to run: ./vmware-install.pl but, if you get errors, follow the procedure for Kernel 2.6.
Usuario
# 299 Todo parece ir bien pero obte
Todo parece ir bien pero obtengo el siguiente error:
Usuario
# 300 Updating /usr/bin/vmware ...
Updating /usr/bin/vmware ... Unknown version Sorry, there is no binary patch available for your version of vmware. VMware modules in "/usr/lib/vmware/modules/source" has been updated. Before running VMware for the first time after update, you need to configure it for your running kernel by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this script to invoke the command for you now? [yes] Making sure VMware Workstation's services are stopped. Stopping VMware services: Virtual machine monitor [ OK ] Trying to find a suitable vmmon module for your running kernel. None of VMware Workstation's pre-built vmmon modules is suitable for your running kernel. Do you want this program to try to build the vmmon 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.3-4mdk/build/include] Extracting the sources of the vmmon module. Building the vmmon module. Building for VMware Workstation 4.0.x. Using 2.6.x kernel build system. make: Entering directory `/root/tmp/vmware-config12/vmmon-only' make -C /lib/modules/2.6.3-4mdk/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entering directory `/usr/src/linux-2.6.3-4mdk' *** Warning: Overriding SUBDIRS on the command line can cause *** inconsistencies make[2]: `arch/i386/kernel/asm-offsets.s' está actualizado. CHK include/asm-i386/asm_offsets.h CC [M] /root/tmp/vmware-config12/vmmon-only/linux/driver.o /root/tmp/vmware-config12/vmmon-only/linux/driver.c: In function `Panic': /root/tmp/vmware-config12/vmmon-only/linux/driver.c:2994: warning: implicit declaration of function `_exit' CC [M] /root/tmp/vmware-config12/vmmon-only/linux/hostif.o CC [M] /root/tmp/vmware-config12/vmmon-only/common/vmx86.o CC [M] /root/tmp/vmware-config12/vmmon-only/common/memtrack.o CC [M] /root/tmp/vmware-config12/vmmon-only/common/phystrack.o CC [M] /root/tmp/vmware-config12/vmmon-only/common/cpuid.o gcc -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -Iinclude/asm-i386/mach-default -O2 -DMODULE -Wall -Wstrict-prototypes -DVMWARE__FIX_IO_APIC_BASE=FIX_IO_APIC_BASE_0 -DVMW_HAVE_EPOLL -DVME_DEFAULT=VME_V4 -DVMW_USING_KBUILD -I/root/tmp/vmware-config12/vmmon-only/./include -I/root/tmp/vmware-config12/vmmon-only/./common -I/root/tmp/vmware-config12/vmmon-only/./linux -DVMW_NOPAGE_261 -fno-exceptions -c -o /root/tmp/vmware-config12/vmmon-only/common/task.o /root/tmp/vmware-config12/vmmon-only/common/task.C LD [M] /root/tmp/vmware-config12/vmmon-only/vmmon.o Building modules, stage 2. MODPOST CC /root/tmp/vmware-config12/vmmon-only/vmmon.mod.o LD [M] /root/tmp/vmware-config12/vmmon-only/vmmon.ko make[1]: Leaving directory `/usr/src/linux-2.6.3-4mdk' cp -f vmmon.ko ./../vmmon.o make: Leaving directory `/root/tmp/vmware-config12/vmmon-only' Unable to make a vmmon module that can be loaded in the running kernel: insmod: error inserting '/root/tmp/vmware-config12/vmmon.o': -1 Unknown symbol in module There is probably a slight difference in the kernel configuration between the set of C header files you specified and your running kernel. You may want to rebuild a kernel based on that directory, or specify another directory. 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.
Usuario
# 301 Me gustaria saber como hacer
Me gustaria saber como hacer para poder instalar este maravilloso programa, en mandrake 9.2 no tuve ningun problema pero ahora en la Mdk 10.0 lo estoy pasando mal. He buscado en foros pero no he conseguido nada util en ninguno, aparte soy un poquito novato. Lo dicho, haber si alguien me puede ayudar. Salu2 y gracias de antemano.
De antemano disculpas por el formato del mensaje pero no hay manera de que me pille los saltos de línea.
De todas formas espero que alguien sepa como isntalarlo.
Salu2.
BOFH
# 311 saltos de lineas
Para que te pille los saltos de lineas cuando "pegas" texto de una terminal, prueba a usar el meta-tag "pre".
Usa un <pre> antes de todo el "error", y un </pre> para finalizar.
Salut,
Sinner
Salut,
Sinner
Linux User # 89976 - Blog de SinnerBOFH
BOFH
# 310 Lo más fácil
... lo más fácil es llamar al Soporte Técnico de VMWare. Creo recordar que, como parte del "pack" al adquirir VMWare, tienes soporte técnico (via teléfono o email).
Ten en cuenta, también, que MDK 10.0 acaba de salir, y que los Kernels de MDK no son el "kernel oficial de kernel.org". Los kernels de Mandrake tienen multitud de parches especiales que sirven para mejorar la detección de hardware, acelerar el uso de Linux, etc etc.
Salut,
Sinner
Salut,
Sinner
Linux User # 89976 - Blog de SinnerBOFH