Fedora Installation :: Error While Trying To Install Vmware Tools - 11

Oct 22, 2009

I have Vmware Fusion 2.0.6 (196839) running on my MacBook Pro. I installed Fedora 11 on the fusion and it works fine. The only problem that I am having is that when I try to install vmware tools, by runnning ./vmware-install.pl in the terminal, I am prompted with this message: What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]

If I press Enter, the same message pops up. I am fairly new to linux, and I am just setting this up so I can set up a web server on this virtual machine for testing purposes.

the kernel that I have running is:

root@box1 include# uname -r
2.6.30.8-64.fc11.i686.PAE

View 1 Replies


ADVERTISEMENT

Fedora :: Unable To Install Vmware Tools In 11

Feb 14, 2010

After installing the package

[URL]

Code:

# rpm I VMwareTools-6.0.5-109488.i386.rpm
And others necessary packages

Code:

# yum -y install gcc kernel-devel patch make And configure:

Code:

#vmware-config-tools.pl

I get this message:

Quote:

What is the location of the directory of C header files that mach your running kernel? I tried to enter manually several locations without success.

View 4 Replies View Related

General :: VMware Snapshot With VMware Tools Loses Network On Restart - Host XP - Guest Fedora

Oct 3, 2010

I have been using VMware Player for some time to host Fedora VMware images on Windows XP. I have been using Fedora 11 and 12 (both 32 and 64 bit) and recently started to use Fedora 13.

I use as a base the images provided by thoughtpolice. http://www.thoughtpolice.co.uk/

I usually install VMware tools and also keep the images updated (yum update) which sometimes changes the kernel.

I have recently had problems with the snapshots not having a network when I restore them. So far I don't have the problem with Fedora 11 and do have it with Fedora 12 (but used not to). I do have it with Fedora 13.

In each case the problem goes away when I uninstall the VMware tools and comes back when I install them again.

One of the symptoms is that SElinux complains about not being able to do something with /var/run/vmware-active-nics.

It looks to me that something is incorrect in the actions being taken when the snapshot is being restored. It does not happen every time and sometimes the network restores itself.

The network can be restored by rebooting the image.

View 12 Replies View Related

Fedora Installation :: VMware Tools For The Sake Of The SVGA Driver Alone?

Feb 3, 2011

I'm trying to install VMware Tools for the sake of the SVGA driver alone. For the life of me, I cannot get it to work. I'm able to run ./vmware-install.pl but when it comes to configuring it that's where I've run into trouble. I've been trying and trying and trying and trying all morning to get this to work and I'm getting very frustrated now. It keeps asking me, "What is the location of the directory of C header files that match your running kernel?" I've Googled this and read several threads on the issue, tried every conceivable path I think it might be and it keeps coming back again and again saying "The path "<path>" is not valid. Would you like to change it?" WTF!? Can somebody please tell me what the default location of the C header files is under Fedora 14? Geez Louise I just want to install VMware Tools, for Christ's sake! It shouldn't be this difficult. BTW,

View 3 Replies View Related

Red Hat :: Unable To Install Vmware Tools On Guest

Sep 4, 2009

I am trying to install vmware tools on redhat 5 linux guest os running on vmworkstation 6.5 with window vista host machine. After running rpm for vmware tool when run vmware-config-tools.pl command it ask for "what is the location of the directory of c header files that match your running kernel ? [/user/src/linux/include]

View 1 Replies View Related

General :: Terminal - Install VMWare Tools In Linux?

Feb 16, 2011

I'm using VMWare and a Linux Mint guest OS.How can I install the VMWare Tools? The file is called vmware-install.pl.I've tried running this in the terminal, but it doesn't work.

sudo vmware-install.pl

I can't seem to remember what command I had to use.

View 1 Replies View Related

Ubuntu :: Open VMware Tools Aren't Detected By VMware Workstation

Jul 17, 2011

I have installed the latest version of Ubuntu Linux (11.04) into latest VMware workstation (7.1.4 build-385536). I have tried to install the VMware tools ISO that came with VMware workstation but It didn't work and the installation seemed real sloppy anyways.

I installed the open VMware tools from synaptic within the guest linux and restarted, everything seemed to have been installed just fine but VMware Workstation doesn't detect it. I'm not sure if the tools are outdated, silent errors happened, or if any manual post installation steps need to be taken.

getting any form of VMware tools to run in Linux and detected by VMware Workstation.

View 3 Replies View Related

Fedora :: C Headers For Vmware-tools On Ws7?

Dec 21, 2009

I have installed workstation 7 and installed f12 in it. I have tried to install the tools but it cant find the headers. I have the latest kernel 2.6.31.6-166 PAE and installed the headers and devel. I have pointed the the path to /lib/modules/2.6.31.6-166.fc12.i686.PAE/build/include and /usr/src/kernel/2.6.31.6-166-fc12.i686.PAE/include and it wont take any.I have searched google and the forums and all i find is you need to install the devel and headers which i've done.

View 3 Replies View Related

Fedora :: Installing VMware Tools In 12 Guest?

Feb 5, 2010

[There are quite a few outdated guides relating to older versions of Fedora, so I figured that I'll write it up specifically for Fedora 12 to make life easier for others]

This guide is based on a fully patched Fedora 12 distribution as of Feb 5 2009.

A default install of Fedora 12 as a VMware Image (Guest) will generally fail to install VMware Tools for the following reasons (In the Fedora 12 Guest Image):

1. GCC and related packages are not installed

Make sure that 'yum list gcc*' has at least the following packages installed (these are not installed by default unless you select developer configuration).

[root@localhost ~]# yum list gcc*
Loaded plugins: presto, refresh-packagekit
Installed Packages
gcc.i686 4.4.2-20.fc12 @updates
gcc-c++.i686 4.4.2-20.fc12 @updates

2. Correct kernel-devel packages are not installed. This generally manifests itself via the following prompt:
'What is the location of the directory of C header files that match your running kernel?'

Fedora 12 installs kernel-PAE by default instead of the normal kernel rpm for the i386 distribution. Consequently, the header files required by vmware-config-tools.pl are found in 'kernel-PAE-devel' and not 'kernel-devel'.

[root@localhost ~]# yum list kernel*
Loaded plugins: presto, refresh-packagekit
Installed Packages

[code]...

The symlink /lib/modules/2.6.31.12-174.2.3.fc12.i686.PAE/source should work if the correct kernel-*-devel package is installed. vmware-config-tools.pl seems to only check this link to determine if it has found a legitimate kernel header directory.

View 4 Replies View Related

Fedora :: Installing VMware Tools In 13 Guest?

May 26, 2010

I'm trying to install the vmware tools in Fedora 13. I've run the following commands as root:

yum install gcc -y
yum install kernel-devel -y
./vmware-install.pl
...

when it asks for the location of the directory of the C header files that match my running kernel I entered:

/usr/src/kernels/2.6.33.4-95.fc13.i686/include

but vmware-install.pl says:

The path to "/usr/src/kernels/2.6.33.4-95.fc13.i686/inc" is not valid..

View 14 Replies View Related

Ubuntu Installation :: Where To Download The Vmware Tools Disk Image

Aug 14, 2011

I'm using vmware3.1.4 player with ubuntu10.04 guest. Host OS: windows 7. Where do I download the Vmware Tools disk image? I've searching for hrs

View 3 Replies View Related

Fedora Servers :: 11 And ESXi Vmware-tools - Fails ?

Aug 7, 2009

I have a freshly installed, updated Fedora 11 installation for which the VMWare Tools fails. It can't compile what it needs, either. It's running under ESXi 3.x.

View 2 Replies View Related

OpenSUSE Install :: How To Install Vmware Tools 11.2

Dec 17, 2009

How do i install vmware tools on 11.2? I uninstalled the open-vmtools non-sense removed the remaining modules from it (no clean work from suse here) installed gcc, make, kernel-source and kernel-headers installed the vmware-tools rpm i started vmware-configure-tools and it says that my kernel was built with gcc 4.4.1 while i try to use version 4.4 now.(if i do a 'gcc -v' it clearly says version 4.4.1) so what ?! I said "yes" here, it tries to build the memory moudle and fails......

View 9 Replies View Related

Fedora :: Install Vmware Workstation And Keep Getting An Error About Kernel Headers Missing

Oct 20, 2009

I've been trying to install Vmware Workstation and keep getting an error about Kernel Headers missing! Although I am pretty sure I have the headers installed for my system. It's looking for the PAE version of my headers which I believe it doesn't exist!

View 13 Replies View Related

Fedora Installation :: 14 Installation Error On VMWare

Mar 7, 2011

Ive tried to install Fedora 14 in a VMware Workstation 7.1.3 and theres the following error: "Running anaconda 14.22, the Fedora system installer, please wait. 23:19:38

The following error was found while parsing the kickstart configuration file:

The following ocurred on line 65 of the kickstart file:

View 2 Replies View Related

Fedora Installation :: Unable To Install F10 Using VMWare

Oct 4, 2009

Actually I found a discussion on this topic. But my problem a bit different from the discussion made over there...The major discussion in that topic is related to the Graphics Issue. But my problem is with the CPU(as my machine says so).... I am posting my screenshot herewith. Please take some time to review it. This would be grateful.

Actually the error says: "This Kernel requires an x86-64 CPU. but only detected i686 CPU. Unable to Boot - please use a kernel appropriate for ur CPU." What does this mean?? My machine has Intel Core 2 Duo t6600 processor. Is Virtualization Playing a role in this issue...??

View 3 Replies View Related

Debian :: Xen-tools Shows Conffiles - When Do Dpkg -s Xen-tools Is It An Error

Apr 8, 2010

I checked xen-tools on a Debian Lenny system

Got following

Code:

This package contains tools to manage Debian based XEN virtual servers.

Using the scripts you can easily create fully configured Xen guest domains (domU) which can be listed, updated, or copied easily.

Homepage: [url] in the above output I am getting a line Conffiles and then you can see a series of /etc what are that and is it an error or some conflict?

View 2 Replies View Related

Fedora Installation :: Download , Compile And Install Vmware?

Feb 25, 2009

I have installed vmware but it is asking for GCC 4.3.2

GNC C Compiler (gcc) Version 4.3.2

how do I download, compile and install it?

View 5 Replies View Related

Fedora Installation :: Looking To Install Either Vmware Server , Virtualbox With F11?

Oct 21, 2009

I'm looking to install either vmware server, virtualbox or another solution.

Which works the best with fedora 11? I'm interested in USB and performance.

btw, I wasn't sure which forum to put this in

View 4 Replies View Related

General :: Installing Vmware Tools In Fedora15

Jul 26, 2011

I installed fedora 15 ,i went for install tools and successfully mount virtual drive, but after that i cant extract ****.tar.gz file. No. of errors arises like "can't success bcoz previous error" Or read only file system. I tried to change file permission but cant get result.I searched no. articles on net and follow same procedure ,but not succeed .Becoz of this i cant see fullscreen window of fedora

View 10 Replies View Related

Software :: How To Check VMware Tools Version

Nov 11, 2010

We have installed vmware tools (open-vm-tools) on Ubuntu Hardy which is comaptible with the ESX 4.1. The packages are installed adding a repo.

deb [URL] main restricted

The Ubuntu VM is presently running on ESX 3.5, we will soon upgrade it to 4.0. How can I confirm which version of vmware-tools is running on the Guest Ubuntu VM? When we upgrade to new ESX version, the vmtools must be intact.

View 2 Replies View Related

CentOS 5 :: Vmware-tools Saying Kernel Headers Don't Match / Why Is So?

Jul 4, 2010

2.6.18-194.8.1.el5xen is the reported kernel that I'm running while the headers that are installed are listed as 2.6.18-194.8.1.el5-i686. I assume these are the same, or at least close enough that it shouldn't matter.

However, when I run vmware-config-tools.pl to configure it it says it cannot find the kernel headers. I've tried pointing it to /usr/src/2.6.18-194.8.1.el5-i686/ and /usr/src/2.6.18-194.8.1.el5-i686/include (not sure which of the two I'm supposed to do as online instructions contradict one another) it says that is invalid and there seems to be no way to force it since it just complains without letting me use it anyway. What can I do? Running centos 5 btw on vmware workstation 7.

View 4 Replies View Related

Software :: Install The OE Tools - Angstrom Distribution Tools In My Ubuntu

Sep 2, 2010

I need to install the scripts of angstrom distribution

ie ARM gcc..................how to install the scrpits from the site [url]

View 1 Replies View Related

Ubuntu :: Unable To Install Initramfs-tools Error In Karmic

Jan 22, 2010

unable to install initramfs-tools error in Karmic I'm having a devilish time installing Karmic on my AMD 64-bit.

Today's missive is:
"Unable to install initramfs-tools."
"Check /var/log/syslog"

After a trying to fix a corrupted 9.04, I have attempted repeated installs of 9.10 on a completely reformatted clean drive. I can get the live CD working, but when I try the permanent install, using the guided full drive install, it stopped at "Unable to install initramfs-tools." and halts the base system install. I can't find anything on this for Karmic and Launchpad says it was superseded.

Can I skip this and go on? It showed a install list going forward, but if I can't put in the base system, how do I proceed? I've burned 2 9.10 disks, a new 9.04 disk, downloaded 9.10 via package manager while in Live CD and get errors on all during the install process. the check sums match on D/L, but I can't figure how to do a chksum after it's burned to disk. The file sizes do match, but when I go for the install something always halts it at different steps with different errors. No joy.

View 2 Replies View Related

Ubuntu :: VMware Installation Dependency Error

Jan 30, 2010

I am trying to install VMware 2.5 and when I run the rpm i receive the error: error: Failed Dependencies: /bin/sh is needed by VMware-Player-2.5.3-185404.i386

How can make this dependency? I have already tried linking it and I even tried using the rpm in the /bin directory, where /bin/sh is located.

View 1 Replies View Related

Ubuntu :: VMWare - Hitting Error During Installation / Sort It?

Nov 13, 2010

I'm running Ubuntu 10.04. I downloaded the package and am following this guide: http://www.howtoforge.com/how-to-ins...on-ubuntu-9.04

While I'm running through the installation wizard via the terminal, i hit an error at this step:

None of the pre-built vmmon modules for VMware Server is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes] code...

View 2 Replies View Related

Fedora :: Root Login Works At Shell - Auth Error When Running Admin Tools

Jan 25, 2011

I login as normal user. I can 'su root' fine - password authenticates. However, If I try to run System->Administration->Users/Groups, when it asks for root password, it is rejected. When I run updater, it reports failure to authenticate, but doesn't even ask for root password beforehand. Is there a cached password someplace?

View 7 Replies View Related

Fedora :: How To Install Backtrack 5 Tools In 15

Jun 19, 2011

If there any possibility to install all backtrack 5 programs into my fedora 15 or not and how? Penstest Tools !

View 3 Replies View Related

Ubuntu Installation :: VMWare Vsock Module Compilation Error?

Oct 14, 2010

I upgraded to 10.10 this morning and VMWare v7.1.2 (build 30145 failed to compile the necessary modules for it to startup. I found a patch that others have had success with here:[URL]

Code:
make[1]: Entering directory `/usr/src/linux-headers-2.6.35-22-generic'
CC [M] /tmp/vmware-root/modules/vsock-only/linux/af_vsock.o

[code]....

View 2 Replies View Related

OpenSUSE :: Install Snow Leopard 10.6.6 VMware AMD Edition (which Downloaded) On VMware System?

Mar 17, 2011

Is it possible to install Snow Leopard 10.6.6 VMware AMD edition (which I downloaded) on VMware linux? It is under Windows 7 so I just need to know if everything of VMware linux (like Hardware Virtualization) is the same under linux as for Windows.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved