ANÚNCIATE AQUÍ

[Truco] Cómo instalar VMware Server en Ubuntu Server 7.10

Primero configuramos bien los repositorios (activando todos los disponibles y comentando los del cd/dvd) y actualizamos los paquetes del sistema; después instalamos las cabeceras del kernel y xinetd:

manu@eeepc:~$ sudo apt-get install build-essential linux-headers-`uname -r`
manu@eeepc:~$ sudo apt-get install xinetd

Descargamos el VMware Server, en formato tar.gz, de su página web, y descomprimimos los archivos:

manu@eeepc:~$ tar xvzf /Path/To/VMware-server-1.0.4-56528.tar.gz

Pasamos a instalarlo:

manu@eeepc:~$ sudo ./vmware-install.pl

Te puedes encontrar, como yo, con errores en la instalación; por lo visto esta versión del VMserver no está del todo adaptada a la nueva rama de Ubuntu 7.10. Los errores que me encontré y su solución son los siguientes:

Error code returned:
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.key.

Execution aborted.

SOLUCIÓN:

manu@eeepc:~$ sudo touch /etc/vmware/ssl/rui.key
manu@eeepc:~$ sudo touch /etc/vmware/ssl/rui.crt

Error Code returned:
Type XXXXX-XXXXX-XXXXX-XXXXX or ‘Enter’ to cancel: XXXXX-XXXXX-XXXXX-XXXXX
sh: /usr/lib/vmware/bin/vmware-vmx: not found
The serial number XXXXX-XXXXX-XXXXX-XXXXX is invalid.

Please enter your 20-character serial number.

Type XXXXX-XXXXX-XXXXX-XXXXX or ‘Enter’ to cancel:

SOLUCIÓN:

manu@eeepc:~$ sudo apt-get install ia32-libs
manu@eeepc:~$ sudo /usr/bin/vmware-config.pl

Con esto ya tenemos montado el server correctamente. Para reconfigurarlo basta con ejecutar el comando:

manu@eeepc:~$ vmware-config.pl

POSTS RELACIONADOS:



Deja un comentario

 
Twitter

Facebook

RSS

Google Reader

EDITORES
Manuel Pérez | Twitter
Categorías
Suscríbete al blog

Todo el contendido publicado en ErdK durante el día lo recibirás en tu email