Link to home
Create AccountLog in
Avatar of chrismatrix
chrismatrix

asked on

Why Won't Vmware Server Run On Ubuntu

Whenever i try to run Vmware on ubuntu 8.04 and try and connect to the local machine I always get presented with the error message : -

The local VMware Server is not installed, or is not currently running.

Make sure that the server is properly installed and try again.

If anybody could help me resolve this issue it would be most appreciated,]
thanks
Screenshot.png
Avatar of sk_raja_raja
sk_raja_raja

You need to build kernel modules of VMware Server and start it.
You can do it with "vmware-config.pl" or "vmware-config"  command with root privileges.
ASKER CERTIFIED SOLUTION
Avatar of larstr
larstr
Flag of Norway image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Except that this was Ubuntu 8.0.4, hardy and the gutsy edition will not be able to compile vmmon on 8.0.4.
Er, it doesn't have to compile it, does it?

The vmware-server-kernel-modules package (or more accurately, it's dependency) contains the modules pre-compiled.
vmmon needs to get compiled for different kernels. The kernel between different Ubuntu versions are changed, so it can't use the precompiled vmmon. Also, if you try to recompile (by running vmware-config.pl), compilation will fail (there are however workarounds to this issue to if you chose to use the gutsy version).

Lars
Excuse me if I'm missing something, but I thought both gutsy and hardy use 2.6.22 and that's what kernel the vmware-server-kernel-modules package on Canonical's repository is?

Admittedly I am using Gutsy not Hardy (yet), but the prebuilt ones worth just fine for me.
Hardy is by default using kernel 2.6.24, while Gutsy is using 2.6.22 (as you suggested).