VMWare and Ubuntu Feisty

Mar
28
2007

After messing with the new Feisty version of Ubuntu on my laptop for a few days, I made the mistake of giving it a shot on my home office desktop as an upgrade.

It was a mistake because, while pretty much everything else works, VMWare Server doesn't get along at ALL with the kernel modules that come with Feisty.

This was a problem because my personal email server is a virtual server sitting on that desktop machine.

However, the use of VMWare Server cuts both ways in this case. While it's their incompatibility that caused the problem (though I shouldn't have expected it to work on a beta version of Ubuntu), it's also the great portability that had my email back up in 15 minutes.

I just grabbed the virtual machines off of the hard drive, moved them over to another machine (the HTPC at the moment) and booted them up. They've got full IP addresses, so they showed up like nothing changed with no problems.

I can now fix the desktop and move them back. If I had messed up a real machine, the problem would have been much worse.

I like a setup that can protect me from myself.

 

Comments on this post

Feedback is always welcome. Read some from other folks or leave your own below. Just keep things civil and remember that what you post lives on in public. Forever.

Thanks,
J

9 Responses to “VMWare and Ubuntu Feisty”

  1. Nick Says:

    I have kubuntu fiesty installed and its running vmware fine if you follow these few steps.

    Patching the software

    Newer version of Kernel the VMware server needs to be patched, here is how.

    – Get the code

    wget http://ftp.cvut.cz/vmware/vmware-any-any-update108.tar.gz

    – Unpack it

    tar xvzf vwmare-any-any-update108.tar.gz

    – Change to its directory

    cd vwmare-any-any-update108

    – Run the script that is going to patch the VMWare.

    ./runme.pl

  2. Ryan Hunt Says:

    The download link has been updated and is now:

    http://ftp.cvut.cz/vmware/vmware-any-any-update109.tar.gz

  3. vmware user Says:

    Does the new patch solve the problems? Since using VMWare Server on feisty I've got problems with using java in my virtual machine. :-(

    The time in my VM goes much too fast and Eclipse crashes after a couple of minutes…. I'll use the new patch and see if it works.

  4. vmware user Says:

    Nope, it didn't help. :-( I wonder why I always get Java-VM problems when using a Beta Ubuntu…. *rolleyes*

  5. vmware user Says:

    At least I'm not the only fool trying to take a Beta Ubuntu into production…. ^^

  6. Charles Wolfe Says:

    ryan, thanks man, you saved me a lot of time

  7. elder Says:

    thanks!!!!!

  8. denis Says:

    ryan, thanks a lot for the pointer. It works on feisty final release, too.

  9. Sammy Says:

    Was running Dapper and Upgraded to Fiesty. VMware stopped working, used similar steps to above but also had to update kernal headers and reconfigure vmware.

    Steps:
    Update kernal headers:

    $ sudo apt-get install linux-headers-`uname -r`

    Patch VMware

    Download:

    $ wget http://ftp.cvut.cz/vmware/vmware-any-any-update109.tar.gz

    Unpack it:

    $ tar xvzf vwmare-any-any-update108.tar.gz

    Change to it's directory:

    $ cd vwmare-any-any-update108

    Run the script:

    $ sudo ./runme.pl

    Reboot your machine
    Reconfigure Vmware:

    $ sudo /usr/bin/vmware-config.pl

    Hope this helps anyone that is still having problems.

Leave Your Own Comment

By submitting a comment, you agree to license it under the terms of the Creative Commons Attribution license.

People who post comments get the added benefit of visiting the site without advertising.

© 2003-2010 J Wynia. All original content is licensed under the terms of the Creative Commons Attribution license unless otherwise noted. Content from other sources is licensed under its original terms.