Results 1 to 3 of 3

Thread: VMWARE Server Install error

  1. #1
    Join Date
    Oct 2007
    Beans
    2

    VMWARE Server Install error

    I have tried to install VMWARE SERVER AS FOLLOWS:
    UBUNTU 7.10
    vmware 1.04
    vmware.any.any.114

    have installed vmware, and compiles ok. but when I run configure, it gives the following error:

    Unable to find any instance of the super-server "inetd" or "xinetd". It is
    possible that you do not have one of these packages installed on this machine.
    Please install "inetd" or "xinetd".

    If you do have "inetd" or "xinetd" installed, make sure that /etc/inetd.conf or
    /etc/xinetd.d exists.
    The configuration will continue, but you should re-run
    /usr/bin/vmware-config.pl after you fix the super-server.

    I have gotten the same error on two seperate boxes running 7.10

    Please advise if you have any good ideas, i will even settle for bad ones right now.

    Thanks!

  2. #2
    Join Date
    Sep 2007
    Location
    Houston, TX
    Beans
    20
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: VMWARE Server Install error

    do you indeed have xinetd installed?

  3. #3
    Join Date
    Aug 2007
    Location
    Chennai
    Beans
    522
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: VMWARE Server Install error

    you need these before u install VMWare

    Code:
    aptitude install linux-headers-`uname -r` build-essential
    aptitude install xinetd
    That will install xinetd superserver and run it.

    This might help as well:
    Code:
    sudo aptitude install libxtst6 libxt6 libxrender1
    On 64-bit do this:
    Code:
    sudo apt-get install ia32-libs libc6-i386
    Oh, btw, if you have VMWare 1.04 then you dont need the 'any any' patch. 1.04 works well without the patch and so its a straight forward install!
    Report Ubuntu bugs here: Ubuntu Launchpad.
    Ubuntu Lucid 10.04 32-bit Desktop

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
  •