Results 1 to 5 of 5

Thread: Vmware server 2 install

  1. #1
    Join Date
    Mar 2006
    Beans
    34

    Vmware server 2 install

    Hey,

    This is really annoying me now and i don't know if it's something simple i'm overlooking!!

    I have a clean install of Ubuntu server 10.10 (64 bit), I've downloaded the latest version of vmware server 2 (.gz version). The first part of the install went fine, but i'm not running into issues with vmware-config.pl.

    The error i'm getting is;

    Code:
    The directory of kernel headers (@@VMWARE@@ UTS_RELEASE) does not match your running kernel (version 2.6.35-25-server). Even if the module were to compile successfully, it would not load into the running kernel.
    No when i type uname -r i get;

    Code:
    2.6.35-25-server
    In my /usr/src/ folder i have;

    Code:
    linux-headers-2.6.35-25-server
    I supply the following answer to vmware-config.pl;

    Code:
    /usr/src/linux-headers-2.6.35-25-server/include
    but still get this stupid message!!!

    Has anyone any idea's?

    Thanks,
    Nathan
    Last edited by nabberuk; February 21st, 2011 at 08:20 PM.

  2. #2
    Join Date
    Mar 2006
    Beans
    34

    Re: Vmware server 2 install

    UPDATE:

    I've added the following line to /usr/src/linux-headers-2.6.35-25-server/include/linux/version.h.

    Code:
    #define UTS_RELEASE “2.6.35-25-server″
    The new error message is...;

    Code:
    The path "/usr/src/linux-headers-2.6.35-25-25-server/include" is a kernel header file directory, but it does not contain the file "linux/autoconf.h" as expected. This can happen if the kernel has never been built, or if you have invoked the "make mrproper" command in your kernel directory. In any case, you may want to rebuild your kernel.
    I've checked in the folder and sure enough there is no autoconf.h. any ideas?

    thanks,
    Nathan
    Last edited by nabberuk; February 21st, 2011 at 08:46 PM.

  3. #3
    Join Date
    Mar 2006
    Beans
    34

    Re: Vmware server 2 install

    Well, it looks like the install from vmware is broken for newer kernels. Thanks for putting this in a easy place to find vmware!!

    If anyone needs to install it, theres a nice guide here using a 3rd party installer.

    http://www.howtoforge.com/how-to-ins...-kernel-2.6.35

    Nathan

  4. #4
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: Vmware server 2 install

    Howdy,

    VMware Server 2 is a total POS and it is now abandonware.

    Rather use Vmware Player or Virtualbox.

  5. #5
    Join Date
    Feb 2011
    Beans
    1

    Re: Vmware server 2 install

    I'm running that Server 2 in Ubuntu 10.10 but encountered massive loads with IO because of bugging kernel feature so I recommend to upgrade into daily current mainline kernel. 2.6.35-2.6.37 suffers from this bug. I'm running 2.6.38-999 (built 02/24/2011) and that doesn't fail with io that much anymore. More about this problematic way in VMware communities.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •