archives
- August 2010 (1)
- May 2010 (1)
- April 2010 (9)
- February 2010 (1)
- January 2010 (1)
- November 2009 (1)
- August 2009 (1)
- June 2009 (2)
- May 2009 (11)
- April 2009 (5)
- March 2009 (4)
- February 2009 (3)
- January 2009 (5)
- December 2008 (1)
- November 2008 (2)
- October 2008 (4)
- September 2008 (2)
- August 2008 (4)
- July 2008 (10)
- June 2008 (5)
- May 2008 (5)
- April 2008 (10)
- March 2008 (13)
- February 2008 (3)
- January 2008 (7)
- December 2007 (7)
- November 2007 (9)
- October 2007 (10)
- September 2007 (1)
blogroll
After upgrading to Hardy Heron, I found that my VMWare no longer worked. No good! So being the early adopter that I am, I decide its time to give VMWare Server 2 Beta a spin. Oops…. just a bit painful. Thankfully, I finally figured it out through the help of several websites. Here is the step-by-step that should save you a few hours.
Some Background:
I had VMWare Server 1 (that stopped working upon upgrade) with Windows XP installed previously. I am running a Dell Precision 690 with Ubuntu Hardy Heron 8.04 64bit. My kernel is (output from cat /proc/version) 2.6.24-19-generic (buildd@yellow) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)).
Current Situation:
VMWare Server 2 beta is running great with my previous Windows XP virtual machine in tact. The first thing I did was power up the console and install the VMWare tools from the browser; that automatically started the installation from within the VMWare console under XP.
Step-by-Step:
Install Preliminary Packages
sudo apt-get install build-essential linux-headers-`uname -r` xinetd
source
Disable ipv6
You need to do this because VMWare Server 2 is not compatible with ipv6 in Ubuntu. Follow the instructions here.
Update hosts file
Make sure you have an entry in your /etc/hosts file that looks like this:
127.0.0.1 localhost
source
Install VMWare
Download the beta here.
I used this guide to do the install.
Change User Access
“Because Ubuntu does not use the root user account we also need to setup access for your main user. Replace root with your username on line 10 of: /etc/vmware/hostd/authorization.xml (ACEDataUser).”
source
Restart Your Machine
I’m not sure if this is completely necessary, but the tutorial about disabling ipv6 recommended it.
Experience VMWare heaven
Open a terminal and type in vmware. Firefox will open and tell you something is wrong with the certificate. Click ok, then click the link that says “Or you can add an exception…”. Add and confirm the certificate and you should be good to go. Login with your system username and password.
about
Find out more about the author here.
categories
- Blogging (6)
- Business (54)
- Copywriting (1)
- Design (3)
- Django (1)
- FireFox 3 (2)
- General (4)
- GTD (5)
- Guest Posts (3)
- Holiday (4)
- IE 8 (1)
- iTouch (2)
- Joomla (1)
- Life 3.0 (3)
- Life Hacks (44)
- Management (4)
- Marketing (12)
- Mobile (2)
- offbeat (3)
- Outlook (1)
- Personal Development (18)
- Podcasting (1)
- Productivity (30)
- Programming (16)
- Project Management (2)
- Python (1)
- Reviews (2)
- Sales (6)
- Social Networking (13)
- Symfony (3)
- Systems (3)
- Travel (1)
- Twitter (2)
- Ubuntu (7)
- Video (4)
- Web Design (3)
- Windows 7 (1)
- Windows Vista (1)
- Windows XP (1)
- xv6800 (1)
members
most commented post
- » How To Download Ustream.tv Videos - 29
- » Managing Your Life With GTD, Online Tools and a File Cabinet - 20
- » Get Symfony Installed in 20 Minutes on Vista - 16
- » How to Send Email at a Specific Time With Gmail - 14
- » Plurk Unleashed! - 12
- » Using The Web To Save on Holiday Gifts - 12
- » What Online Social Media Networks Do You Participate In? - 11
- » Top Online Backup Solutions - 11
- » 19 Secrets From LA's Top SEO Firm - 10
- » The Story Behind iPhone.com - 10
recent entries
- Use Your Feed Reader to Quickly View All Your Unread Google Apps GMail
- How to Add a Vanity URL to your Facebook Page in Two Minutes
- Using Custom HTML with Flash or Javascript in Joomla without Modules
- Reduce Distractions and Stay in the Zone with an Aggressive GMail Filtering Strategy
- Do It Yourself Reputation Management with Google Reader
- Fast Low Cost Recipe Resources for the Starving Student or Busy Entrepreneur
- What is in your GTD Weekly Review Checklist?
- Automatically Login a User After Registration Using sfGuardPlugin in Symfony
- Why High Quality Web Content is Necessary for Success
- How to Forward an Email as a Text Message
recent comments
- ThinkingSerious: Some great advice on setting up a GTD dashboard from @rmg2768: http://simplenote.squarespa...
- ThinkingSerious: @rmg2768 Thanks for your comments and suggestions! When I tag action items with [A], I don’t...
- rmg2768: Evidently, the latest web view at Simplenote no longer needs the script I mentioned above, and works well...
- rmg2768: I like using “td” to prepend – it is easier to type, and doesn’t (usually) show up...
- ThinkingSerious: Oops … I misused the word allot (an actual word BTW) here .. fixed and thanks @morris.
Wordpress theme by Wordpress Themes Websoft & made free by A1spysoftware.com
Copyright 2010, ThinkingSerious.com

July 1 2008
IF you main trouble with vmware server on hardy was with the console, you can solve it by going back to version 2:1.0.3-7 libx11-6 an libxll-data. This works in Debian also.
December 11 2008
How does console access work if it all comes through the browser? Not seen a clear answer on this so far, mostly just comments that it works with the old interface. Does it use a Java applet?
January 16 2009
[...] more googling I find this which quotes this: Because Ubuntu does not use the root user account we also need to setup access [...]