![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Dark Roasted Ubuntu
![]() Join Date: Dec 2006
Location: England
Beans: 1,109
Ubuntu 9.04 Jaunty Jackalope
|
VMWare Install Problems
I HAVE RESTRUCTURED THE POST, I HAD A MAJOR ISSUE WITH VMWARE SERVER AND GOT ERRORS SUCH AS:
Unable to get the last modification timestamp of the destination file /etc/vmware/ssl/rui.key. If this applies to you, don't worry, this solution has worked for me, and now for several others, and also added is a solution from btmspox - I don't run the 64bit version, but that solved an issue he had. PROBLEM 1: Code:
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. Code:
sudo touch /etc/vmware/ssl/rui.key sudo touch /etc/vmware/ssl/rui.crt Code:
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: Code:
sudo apt-get install ia32-libs sudo /usr/bin/vmware-config.pl PROBLEM 3: Code:
/usr/lib/vmware/bin/vmware-vmx: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory Code:
sudo apt-get install ia32-libs Code:
Unable to get the last modification timestamp of the destination file /etc/vmware/ssl/rui.key.
From the vmware-config.pl examination:
tech@db3:/usr/lib/vmware/bin$ ldd openssl
linux-gate.so.1 => (0xffffe000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7f17000)
libc.so.6 => /lib32/libc.so.6 (0xf7de3000)
/lib/ld-linux.so.2 (0xf7f22000)
tech@db3:/usr/lib/vmware/bin$ ./openssl
-bash: ./openssl: No such file or directory
This was solved by btmspox via: Code:
sudo apt-get install libc6-i386 Hope it continues to be helpful til whatever causes this problem is fixed. Il Last edited by Illuvator; May 2nd, 2007 at 08:25 AM.. |
|
|
|
|
|
#2 |
|
Ubuntu French Roast
![]() |
Re: VMWare Install Problems
Didn't you say you were running Win XP in your virtual machine ? If so, all you need to do is to select "Install VMware tools" in the VM menu, while WIndows is running.
|
|
|
|
|
|
#3 |
|
Dark Roasted Ubuntu
![]() Join Date: Dec 2006
Location: England
Beans: 1,109
Ubuntu 9.04 Jaunty Jackalope
|
Re: VMWare Install Problems
No no different person. My issue is getting the whole VMWare server to install in the first place, which is currently throwing up the above error at me (I've had a right nightmare with this programs install, it worked the first time, then died when I updated (wouldnt let me reconfigure) and now its not letting me reinstall!
Thanks for help, Il |
|
|
|
|
|
#4 |
|
Ubuntu addict and loving it
![]() Join Date: Feb 2005
Location: Melbourne, Australia
Beans: 7,836
Ubuntu 9.04 Jaunty Jackalope
|
Re: VMWare Install Problems
Vmware server is now available in the repositories, and there is now a separate Virtualization forum where issues like this should be, so could people not keep opening this obsolete and misplaced thread?
__________________
Regards, David. The Forum search function is useful for immediate help (give it a try).
Please mark your thread as "Solved" (using the Thread Tools) when appropriate. Last edited by dcstar; January 11th, 2008 at 08:32 PM.. |
|
|
|
|
|
#5 |
|
Dark Roasted Ubuntu
![]() Join Date: Dec 2006
Location: England
Beans: 1,109
Ubuntu 9.04 Jaunty Jackalope
|
Re: VMWare Install Problems
Hey there anyone got any ideas?
Il |
|
|
|
|
|
#6 |
|
Way Too Much Ubuntu
![]() Join Date: Dec 2006
Beans: 296
The Feisty Fawn Testing
|
Re: VMWare Install Problems
Just an idea:
delete the .vmware folder in your $HOME folder (/home/your name/. It starts with a period which makes hidden - in nautilus you go to view menu and change to show hidden files. It worked when I had troubles reinstalling. I believe you could do from a console: Code:
rm /home/your name/.vmware Hope it helps |
|
|
|
|
|
#7 |
|
Dark Roasted Ubuntu
![]() Join Date: Dec 2006
Location: England
Beans: 1,109
Ubuntu 9.04 Jaunty Jackalope
|
Re: VMWare Install Problems
Hi there thanks for the advice,
The sudo ./vmware-install.pl removed that entry, but went and removed the one from /usr/lib myself. However, on a reinstall I once again get this error: Code:
The module loads perfectly in the running kernel. Please specify a port for remote console connections to use [902] Stopping internet superserver: xinetd. Starting internet superserver: xinetd. Configuring the VMware VmPerl Scripting API. 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.key. Execution aborted. Il |
|
|
|
|
|
#8 |
|
Ubuntu French Roast
![]() |
Re: VMWare Install Problems
Have you tried running the uninstall script ?
Code:
sudo ./bin/vmware-uninstall.pl |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Jan 2007
Beans: 26
Ubuntu 6.06 Dapper
|
Re: VMWare Install Problems
Did you install ssh and openssh-server?
( sudo apt-get install ssh openssh-server ) For vmware server: check this guide: http://www.howtoforge.com/ubuntu_vmware_server |
|
|
|
|
|
#10 | |||
|
Dark Roasted Ubuntu
![]() Join Date: Dec 2006
Location: England
Beans: 1,109
Ubuntu 9.04 Jaunty Jackalope
|
Re: VMWare Install Problems
Quote:
Quote:
Quote:
I have since looked at http://www.howtoforge.com/ubuntu_vmware_server and put on the packages which it said I needed (some of which I didnt have before) However, once again my good friend comes back to haunt me: Code:
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. http://www.vmware.com/community/thre...=549781#549781 Thanks for the help... any other ideas? Il |
|||
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|