You are here
(update: I previously did a test install on a Win08 server at home and didn't have a problem with apt-get as I am on a second install box with was setup by my hosting company. The second box has Win08 with 5 static IP addresses and no DHCP, so I'm thinking that this might be part of the problem. When I install, it often says "udhcpc No lease failing")
(update #2 - I think all I needed to do is run:
sudo apt-get update
and it looks like it fixed the "E: Couldn't find package kernel-source" problem. We'll see.)
I'm running into a snag in getting VMTools installed after installing on VMWorkstation 6.5.
I mounted the virtual cdrom and attempted to install VMwareTools-5.0.0-<xxxx>.i386.rpm
Ref. http://www.vmware.com/support/ws5/doc/ws_newguest_tools_linux.html
I'm doing the RPM (rpm -Uhv /mnt/cdrom/VMwareTools-5.0.0-<xxxx>.i386.rpm) method from the command line, but it's requiring "make" to compile it.
Here's a little on the site about how to set it up:
https://help.ubuntu.com/community/CompilingSoftware
When I try "sudo apt-get install kernel-source", it returns:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package kernel-source
Not sure if I'm on the right path here. Got any suggestions?
Found this ref too: http://www.linuxforums.org/forum/debian-linux-help/56787-ubuntu-bash-com...
You might find this article useful
Regarding VMware tools, personally I use VirtualBox rather than VMware for development and testing, but others have managed to install a TurnKey Linux appliance with vmware tools, and the process should be essentially the same as installing vmware tools on any Ubuntu 8.04 system.
Try reading this tutorial. Does that help?
add VMwareTools to Debian-based VMs using apt
VMware has VMwareTools in a apt repo that you can add to the /etc/apt/sources.list and install using a simple '
apt-get install [vmware-tools|vmware-tools-nox]
. The repo is at http://packages.vmware.com/toolsHere is what I did:
Get their GPG key
Add VMware's repo to your sources so apt can find it. It's easiest to create a new file for it.
Add the following lines. Make sure to match the correct ESX version you have. I don't know what happens if this does not match!
Next add the GPG key which should be in the directory where you downloaded it.
Update apt and install the VMware Tools. Use vmware-tools-nox to skip any X11/X.org related things, which you are probably not even using in your VM. Hope this helps someone.
Easier than compiling vmware tools from source
when installing VMwareTools
Then add the matching headers using Now you should be able to add VMwareTools using apt as shown above without any missing dependencies. if not, please report them here! :)
Edit: replaced the kernel version with
`uname -r`
. NOTE the right apostrophy there!!!errors on install?
failed Guest vmxnet fast network device
What do I do if this
What do I do if this happens?
Opps!
Sorry I didn't read through the thread to get the context of your question (which I really should've done). Also the below comments apply to TKL beta (based on Lucid/10.04) rather than the current TKL stable (based on Hardy/8.04).
That error can be caused by network issues or perhaps you need to run apt-get update or simply that the package isn't available (not sure why it wouldn't be as others seem to have used it successfully).
Y
ou could try:But to be honest I don't think it'll do anything. It will merely tell you that it is already installed. If you want it to force a reinstall of the current kernel headers you will need to use the --reinstall switch. It should work like this:If you want to change your kernel headers, then do a search to find the desired package.You can either search online using Ubuntu package search, or use apt:This will give you a list of all available kernel header packages.
Hang on!
Sorry about this (I really should think and read properly before I post shouldn't I!) but if you are already running virtual headers then are you already using the VM build? (ie the zipped VM image as opposed to the ISO) If so it should have VMware tools already preinstalled! If you wish to update them then make sure the repo is added and simply use apt.
VMware tools is already installed in VM images
If you use the VM images rather than the iso, VMware tools is already installed. I have VMware Server 2 running on Win Server 2K3 at work and in the web interface it suggests that I am able to update it although I haven't tried yet. I will report back when I have.
TKLBAM is TKL only
Please see TKLBAM FAQ here.
Still can't get tools to start on Bugzilla appliance
Hi, I followed the above steps and Cannot get VMware-tools to compile.
I even installed apt-get install linux-headers-lbm-2.6.32-37-generic
During the compile, I get these errors below. What am I doing wrong?
Warning: Could not find /usr/lib/vmware-tools/configurator/udev/99-vmware-scsi-udev.rules or /etc/udev/rules.d. /sbin/ldconfig.real: Cannot mmap file /usr/lib/libDeployPkg.so. /sbin/ldconfig.real: Cannot mmap file /usr/lib/libGuestLibJava.so. /sbin/ldconfig.real: Cannot mmap file /usr/lib/libvmGuestLib.so. /sbin/ldconfig.real: Cannot mmap file /usr/lib/libvmGuestLibJava.so. /sbin/ldconfig.real: Cannot mmap file /usr/lib/libGuestLib.so. Creating a new initrd boot image for the kernel. update-initramfs: Generating /boot/initrd.img-2.6.32-37-generic .: 13: Can't open /scripts/casper-functions .: 6: Can't open /scripts/casper-functions .: 6: Can't open /scripts/casper-functions initctl: Job failed to start Unable to start services for VMware Tools Execution aborted.
Add new comment