Aug 3, 2010

Firefox 3.6.X & Vmware SSL/https Fix


Thanks to Alan Doyle on the mozilla forums for this fix:
  1. Open up Firefox
  2. Type in the address bar: about:config
  3. Type in the filter bar: ssl2
  4. Double click on security.enable_ssl2 to change the value from False to True
Now you should be able to log into https://localhost:8333
 
Vmware Console on the other hand will not work with Firefox 3.6.X. Therefore, if you're on Ubuntu 10.04 Lucid, you will need to access Vmware remotely via another computer on your network. If you're using anything below Ubuntu 9.10, then downgrade Firefox 3.6.X to 3.5.8, and Vmware Console will be okay.

Aug 2, 2010

Install Vmware Server 2.0.2 on Ubuntu 10.04 Lucid Lynx 64-bit

Attempting to install Vmware Server 2.0.2 on Lucid 64-bit will ultimately stop at the building modules step "Execution Aborted." To get around these errors, an excellent working guide can be followed at: hmontoliu's blog.

*Important notes*
Towards the end of the hmontoliu's guide, for my installation, I did not opt for the "-d" flag, which uses default selections for a Vmware Server installation, because I needed to enter in the:
  1. Administrative user name
  2. Networking options
  3. Serial number
Using the "-d" flag prevented me from specifying an administrative user name, so after my first installation attempt, I could not log into the installation.

Did not work for me:
"/usr/bin/vmware-config.pl -d"

Did work:
"/usr/bin/vmware-config.pl"

Hopefully, you'll now see:
"The configuration of VMware Server 2.0.2 build-203138 for Linux for this
running kernel completed successfully."

Now your server can be accessed at:
https://localhost:8333 or http://localhost:8222

I believe the latest Firefox may have some issues accessing a SSL'ed Vmware server, so try using the unsecured http link to see if that works for you.

Cheers