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


ADVERTISEMENT

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

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 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

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

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 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

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

General :: Install Vmware Player 3.0 - Unable To Locate Kernel File Location In Fedora 14

Feb 1, 2011

I was trying to install vmware player 3.0 and it prompt that it require the kernel kernel-2.6.35.6-45.fc14.i686 to be compile before it start.

Quote:

Kernel headers for version 2.6.35.6-45.fc14.i686 were not found. If you

I try following but unable to find.

Code:

Nothing to do

Code:

Code:

Then I try to map to the file, but not working.

View 3 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

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

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

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

Ubuntu :: Unable To Install Apache2 (using Vmware) / Do That?

Jan 26, 2011

I am using ubuntu 10.10 on vmware. my system os is mac os x 10.6. i am not able to install apache2. i get a message functional dependency can not be resolved. this error could be caused by required additional software packages which are missing or not installable. i run command on terminal sudo apt-get install apache2. it gives a big paragraph and at the end says E: broken packages.

View 1 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

Red Hat / Fedora :: Unable To Mount Using Vmware?

Jan 25, 2010

shall explain my problem step by step! so that you all can understand!

1. Out of 120gb hardisk, i created an 100mb in the first cylinder of the harddisk and installed the "symantec boot magic" for dual boot option after switching on the system.

2. Next 70gb is for windows and installed the same.

3. Rest were for "Linux" !! In which i created on 100mb for "/boot" loader files, then one 1gb for "swap" area and the rest of the memory for "/" mounting point.

4. After all, i installed the "VMWARE" in windows, and while selecting the mount of linux, i selected the respective linux portion, and did the other settings.

5. Once done with this, i powered on the machine in vmware, but it was saying "BTMAGIC" not able to find, install again..

6. Cant we not mount the linux via "vmware" which is installed in windows, as i had used "symantec boot magic" for mounting windows/linux??

View 3 Replies View Related

Fedora Servers :: Unable To Execute Vmware-config.pl Again

Feb 16, 2010

I am installing VMware-server-2.0.2-203138.i386 on FC 12

Have an error when executing vmware-config.pl initially. When I try again it has the message:-

start of messages;

The following VMware kernel modules have been found on your system that were not installed by the VMware Installer. Please remove them then run this installer again.

vmmemctl
vmci
vmxnet
vmhgfs
vmblock

I.e. - 'rm /lib/modules/2.6.31.12-174.2.3.fc12.i686/misc/<ModuleName>.{o,ko}'

Execution aborted.

End of message

I tried remove them using modprobe e.g.

modprobe -r -v vmemctl the response was "WARNING: All config files need .conf: /etc/modprobe.d/anaconda, it will be ignored in a future release."

Subsequently I tried vmware-config.pl, but have the same error.

View 5 Replies View Related

Fedora :: Unable To Use VMware With Intel Video Card (Enabling 3D)

Jul 4, 2010

For those who want use in VMware guest 3D games or any, using intel graphics... (who cant enable it ) You must enable S3TC texture compression even if your card can't enable it!The software you must use is DRICONF... You can Download it at the package manager...

View 1 Replies View Related

Fedora :: VMWare Player - Unable To Build Kernel Module

Nov 9, 2010

I have a fresh installation of Fedora14_x64 and after that I have updated the OS also.

Then I have installed VMware-Player-3.1.2-301548.x86_64.

All the installation procedure has completed successfully without any error.

But when I am going to run VMWare It is throwing some error.

I am attaching all the needed screenshot and log file also.

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

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

Red Hat / Fedora :: Any Open Source-al Free Tools Could Install On Win To Get Functionality?

Mar 6, 2010

Is there anyway I can remote in to a fedora machine via a Win 7, Vista or Server 2008 machine and have the gui desktop? I can vnc to it but it's command line only.If possible, I'd like to use the defacto std tool called remote desktop installed with the win os.If not any are there any open source-al free tools I could install on win to get this functionality?

View 8 Replies View Related

Fedora :: VMware Won't Install On 13?

Aug 18, 2010

I seem to be having a problem getting VMware 2.0.2-203138 installed on Fedora 13.I've downloaded the rpm from VWware's site, and ran rpm -iv VMware-server-2.0.2-203138.i386.rpmAfter I ran vmware-config.plIt came back saying it will use complier /usr/bin/gcc and asks me for the location of the C header files.I tell it /usr/src/kernels/2.6.33.6-147.2.4.fc13.i686/include but it comes back with the following error message

Code:
The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.6.33.6-147.2.4.fc13.i686). Even if the module were to

[code]....

View 6 Replies View Related

CentOS 5 :: Unable To Install Centos 5.5 X86_64 On Vmware Server 2.0.2?

Nov 6, 2010

I have an i5 Thinkpad running Windows 7 64-bit. VT is enabled in the BIOS. I have installed vmware server v 2.0.2 but am unable to install Centos 5.5 x86_64 as a guest OS. The steps that I followed are as follows:1. Created a new VM, specifying RHEL 5 64-bit as the intended guest OS (per vmware documentation - Centos is not available as a selection2. Downloaded all 8 iso files for Centos v5.5 64-bit3. Modified the CD/DVD drive to 'connect at power' and use an iso with the path pointing to the x86_64 iso 1 of 8When I power up the VM, the console window displays 'ISOLINUX 3.11 2005-09-02 Copyright (C) 1994-2005 H. Peter Anvin' and nothing else. The installation splash screen never appears. As a test, I downloaded the first of 7 iso files for the 32-bit version of Centos 5.5 and pointed the CD/DVD drive to that iso. In that case, the installation starts as expected. I would really like to get the 64-bit version installed and running.

View 3 Replies View Related







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