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


ADVERTISEMENT

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

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

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

Fedora :: Installing Guest Additions Virtualbox 13 Guest?

Jun 3, 2010

I had a lot of trouble installing Guest Additions within the Fedora 13 Guest on a Linux host. I had to mount the vboxGuestadditions.iso from the Device --> CD/DVD Devices menu. Then I located the appropriate package for my system. In my case it was the AMD64 Linux version.I ran this as administrator in Terminal. I used the "bash" command followed by the package name. This was after CDing the the appropriate directory. The packaged installed, I then rebooted and it worked fine. (Something that would make this easier is to load a script into nautilus that would allow me to open a locatation as administartor at the open window. I'm sure there is something in Fedora to do this but I couldn't find it in a hurry so I used the command line way).

View 5 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 :: 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

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

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

Fedora :: Cannot Mount USB Drive In Guest 8 O/S On VMWare Server

Nov 2, 2009

I'm running VMWare Server 2.0 on WindowsXP as host.I have guest O/S Linux Fedora 8. i cannot access USB drives on my VM. USB drive shows up on the VMware console window as part of my devices, like CD/RW drive, etc. But for the usb drive, it is GREYED OUT./proc/partitions never shows a USB device upon connection of the drive. I have tried googling this to death and found no solution that works.

View 1 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 :: How To Fix Mouse Locking Up In Fedora 13 Running As Vmware Guest?

Jun 2, 2010

I'm happily running Fedora 13 as a guest OS in VMWare 3.0.1, except that it has one little issue.Sometimes the mouse would get terribly confused. It generally happens when I hit the mouse scroll wheel or when I move a window around very quickly. After that the left mouse button would stop working...

Anyway I found an easy workaround which I thought I'd share.Just hit 'enter unity' on the VMWare player menu. Then you can immediately exit unity again. This somehow resets the mouse into its normal state...

View 12 Replies View Related

Ubuntu :: Installing Guest Additions To Kubuntu Guest?

May 24, 2010

i've installed kubuntu 10.04 on a sun virtualbox , and when i tried to install the guest additions i got this error in the terminal:

Building the VirtualBox Guest Additions kernel modules. fail ! (Your system does not seem to be set up to build kernel modules. Look at /var/log/vboxadd-install.log to find out what went wrong) i'am running windows 7 as a host operating system .

View 1 Replies View Related

Fedora :: Installing VBox Guest Additions On F11

Oct 20, 2009

Getting this error message and can't get by it........

Problems were found which would prevent the Guest Additions from installing.

View 2 Replies View Related

Fedora :: 14 - Does Not Boot After Installing Guest Additions

Jul 23, 2011

When I installed Guest Additions Fedora 14 will not boot anymore.

While booting I get the message:

View 1 Replies View Related

Ubuntu Networking :: Can't Ssh To Vmware Guest

Mar 22, 2010

I'm running Ubuntu 9.1 i386 in test with Vmware 2.0.2. I used Radu Cotescu's patch and instructions to get vmware installed. Everything seems to be running fine in the guest machine (CentOS 5), except I can't ssh from the Ubuntu host to the guest machine.

This guest is a clone of one that is running under on my Ubuntu 8.1 host and networking is fine there. I'm wondering if there were changes to routing or bridging in Ubuntu 9.1 to cause this. I've been digging through google for a while, but haven't seen others reporting any issues. This is definitely particular to Karmic Koala though.

The host's routing table is:

Code:

Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 2 0 0 wlan0
192.168.0.0 * 255.255.255.0 U 0 0 0 vmnet3

[code]....

My routing table on the Ubuntu 8.1 host differs by the link-local line only, and the guests are exactly the same.I can ssh from the guest into the host, as 192.168.0.2 is the hosts ip on the vm network. The host should be able to ssh to the guest as it does in Ubuntu 8.1.

View 2 Replies View Related

Red Hat :: RHEL5 Running As A VMware Guest?

Sep 30, 2009

Red Hat Enterprise Linux 5 kernel supports four I/O schedulers:

- cfq (Completely Fair Queuing)
- deadline
- noop
- anticipatory

I read in documentation that the recommended kernel line settings for 64-bit Red Hat Enterprise Linux 5 running as a VMware guest are:

divider=10 notsc iommu=soft elevator=noop

But for single instance databases with dedicated storage the deadline scheduler is recommended. The deadline scheduler reorders I/O to optimized disk heads movement and caps maximum latency per request to prevent resource starvation for I/O intensive processes. I have an Oracle instance on RHEL5 running as a VMware(ESX) guest with dedicated storage. What scheduler is better in my case?

View 5 Replies View Related

CentOS 5 :: Run 5.5 Guest On Vmware Server 2.0

Jan 11, 2011

I have a new public mail server running under Vmware Server 2.0 installed on Windows Server 2008. I'm not satisfy about performance, virtual machine has got 3gb of ram and 2 virtual cpu. Physical machine has got one intel xeon cpu 2.4ghz quad core, 8 gb of ram and 3 hdd 500gb raid5. I already set this option: Fit all virtual machine memory into reserved host RAM. How can I increase performance? Are there any kernel build for virtual installation?

View 11 Replies View Related

Fedora Installation :: Failing Installing Development Tools?

Mar 12, 2009

I installed Fedora 10 on an 8 GB USB-stick using the creator-software for windows. Sadly I am not so familiar with linux but as I am now trying Fedora on a friend's advice I really start to like it

Unfortunatels there ist a problem: I wanted to compile a driver for my wlan-card but got the known error "make: command not found". So I searched this forum and found in this thread that I need to install the development tools. But when I try to do so by typing yum groupinstall "Development Tools" it first starts but then cancels with an error message claiming missing dependencies to a perl package:

Quote:

Fehler: Fehlende Abh�ngigkeit: perl = 4:5.10.0-49.fc10 wird ben�tigt von Paket 1erl-Pod-Escapes-1.04-49.fc10.i386 (installed)

Due to my ignorance I tried yum install perl but this also fails with the same error message I am sure it is just a bite for you but I don't hava a clue right now By the way I already can call the command make install now for the wlan-card driver. It also starts but fails and says:

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

Fedora X86/64bit :: Error - Installing Guest Additions On 14

Jan 13, 2011

Error " unable to build kernel module " see the log file /var/log/vboxadd-install.log for more details.

View 8 Replies View Related

Fedora :: Installing Virtual Guest On FC13 Host

Jun 26, 2010

FC13/KDE
How do I make a Guest img on hard drive and install Guest on a FC13 host? Is there a set of instruction for doing it on a FC13 host? I went to this website for the FC13 KVM instructions, but near the bottom of page 1 he starts off with making a Guest, Debian Lenny, on ubuntu. Chapter 4 Creating A Debian Lenny Guest (Image-Based).

He has got me so confused at this point on whether he is installing a Fedora or Ubuntu Guest. On that 1st page all steps for making a Host is completed on my Host computer. [URL]. I have got the Windows XP disk in the CD ROM ready to go. If you do a Google search on KVM. Any prior instructions just does not work for Fedora 13

View 2 Replies View Related

OpenSUSE :: Unable To Use Keyboard With A VMWare Guest

Sep 1, 2011

When I run as a VMWare Player guest (Win7 host), I sometimes lose keystrokes (several times a minute) or have repeat keys like thissssssssssssssssss (not as often).This doesn't happen with WinXP guest on the same VMWare installation, or Suse running outside VMWare on the sam hardware, so I suspect the combination of Suse guest + VMWare Win7 host.

View 1 Replies View Related

Networking :: Connect VMWare Guest To Host?

Sep 14, 2010

I have VMWare on a notebook, guest Windows running on Linux host. The network in that virtual machine is configured as NAT. I want to share/transfer files from Linux (host) to Windows (guest). So I leave sshd always running on the notebook, I go into Windows and run an SSH/SFTP program. My Wifi router has address 192.168.1.1, my desktop has address 192.168.1.2 and my notebook has address 192.168.1.3. On the notebook, that SSH/SFTP program connects to 192.168.1.3 (i.e. the notebook itself) and everything works fine. But it's a notebook, and when I leave home with it, 192.168.1.3 is no longer accessible. How can I let the guest OS connect to the host OS when I'm away from my Wifi network?

View 1 Replies View Related

General :: Command To Get Guest Information In Vmware ESX?

May 8, 2010

Command to get guest information in Vmware ESX?

View 1 Replies View Related

General :: Run Guest On Winxp Host On Vmware

Apr 14, 2010

i just want to run linux(guest) on winxp(Host)on vmware. where i download linux guest. and how i installed the same in vmware runing on winxp.

View 3 Replies View Related

Software :: Assign Public IP To Vmware Guest OS?

Feb 5, 2009

we are running dedicated server with CentOS. We installed VMware in order to run a win2003 server. the problem is we need to access that server from outside (public).

1. the centos server has 2 NIC cards: eth0, eth1, eth2 with 2 public ips.

2. when vmware was installed we bind it to eth1.

3. we tried assigning eth1's public IP to the vmware machine and its not able to access anything outside.

4. tried to use NAT, bridged and host-only and no luck.

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







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