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
ADVERTISEMENT
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sep 18, 2010
How do i check for updates to the current version of rkhunter and if possible upgrade to a new version?
View 2 Replies
View Related
Sep 10, 2010
Updating my kernel corrupted grub preventing me from booting. Running the grub shell to restore the primary stage bootloader, restored bootability. It is important to note, that several months ago, I had a similar failure that corrupted the MBR.Are there any Linux based tools to check an HD for sanity? By the latter I am not only understanding software integrity but also hardware sanity.
View 1 Replies
View Related
May 15, 2010
When i update package sax2-tools to version 8.1-618.1, from Xorg repository 11.2, it autimatically offers to delete the following packages:
sax2
sax2-gui
sax2-ident
sax2-libsax
sax2-libsax-perl
Dont know if this is a wanted behaviour.
View 3 Replies
View Related
Aug 12, 2010
Is it possible to install some administrative tools under the System -> Administration tab of the Desktop edition of Ubuntu, so that xinetd, chkconfig, netservices, etc can be controlled? I am left with an uneasy feeling about my Desktop version, and finding that it is running services that I really do not want to allow. Apache2 is running for example, but I really am not a web server (yet). Another service is strigi, the indexer. I prefer to have it turned off at times.What administrative tools does Ubuntu offer that can be placed in the sys-admin tab?
View 2 Replies
View Related
Apr 26, 2010
Is there an Ubuntu utility similar to the one in windows where you right click/select properties/tools/check disk?
View 8 Replies
View Related
May 25, 2010
Which version is easiest to get VMware going? Lucid, Karmic, or something else?
View 3 Replies
View Related
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
May 25, 2010
I've installed the latest testing version, which has 2.6.32 kernel perfect for me. I was very amazed when check system monitor and saw it runs with 90MB RAM, meanwhile my ubuntu desktop takes only 400, and the pocket version of ubuntu on vmware has 180MB RAM.
The questions is: Debian runs on vmware 7. Could the amount of RAM change when switching to a normal environment? Or I have to test and see what is happening..What problems could occur when using a testing version?
View 8 Replies
View Related
Jan 6, 2010
I upgraded Ubuntu version 8 to version 9.10 and VMware dosen't work no more. After I launch WVware Workstation a message appears: "Before you can run VMware Workstation, several modules must be compiled and loaded into running kernel." I select install (yes), and after that it's giving me error: "Unable to build kernel module. See log file /tmp/vmware-root/setup-30979.log for details."
View 7 Replies
View Related
Aug 16, 2010
I have noticed kernel.org with kernel releases on the mainline.Example: 2.6.36-rc1 is currently on the mainline. What does it mean? Does it mean that feature changes been freezed.Does it mean "2.6.36-rc1 Released". I have job to verify vmware drivers to test the version information, Can I test it now through compiling for vmware drivers now. Lots of Git activity goes on after kernel comes on mainline. Does it mean our vmware drivers can only be tested after kernel if finally announced
View 4 Replies
View Related
Jul 23, 2010
I have installed OpenSUSE 11.3 64 bit and want to install VMWare workstation 7.1. I have run the install script for VMWare without any issues. When I start the VMWare Workstation I get a window saying this: Before you can run VMWare, several modules must be compiled and loaded into the running kernel. Kernel Headers 2.6.34-12-desktop Kernel headers for version 2.6.34-12-desktop were not found.
View 9 Replies
View Related
Apr 21, 2011
i know: but I downloaded the 11.04iso but it says in the shutdown screen that its 10.04... :/
View 4 Replies
View Related
Apr 5, 2011
What's the cli command to check mod ssl version?
I'm running Centos 5.3
View 2 Replies
View Related
Oct 25, 2010
I want to install Ubuntu but not as Dual-Boot (Other OS is Windows XP x64 edition).
Does Wubi perform significantly better than an Ubuntu version installed on VMWare or VirtualBox?
My computer has:Intel Core2 Quad Q8200 @ 2.33GHz. 4GB RAM. An almost empty 450GB HD (defragmented)
View 5 Replies
View Related
Apr 14, 2010
I need to install Mercurial, and i want to do it through the shell. Yesterday i tried it, but i got the 1.1.5 version (something like that),but i need the newest version.How can i check the version of the package being downloaded (or about to be) and/or get the newest version?
View 4 Replies
View Related