Wednesday, February 25, 2009

[bug] vmware server 1.0.8 Ubuntu 8.04

To reduce bug when install, you need to install these packages:
apt-get install build-essential linux-headers-`uname -r` xinetd ia32-libs
############## [bug] ############################
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.
##########################################################
######### Solution ######################################
sudo touch /etc/vmware/ssl/rui.key
sudo touch /etc/vmware/ssl/rui.crt


SOURCE:
http://ubuntuforums.org/showthread.php?t=337040

No comments: