Sunday, January 24, 2010

VmWare-Workstation 7 - Could not open existing VM

After the installation of VmWare Workstation 7 I had to adjust something:
I just tried the following:

- Open a virtual machine or team

- Pointed it to an existing WinXP.vmx

- The Tab for the VM was created but when I tried to start it I got the following error:

Could not open /dev/vmmon: No such file or directory.
Please make sure that the kernel module `vmmon' is loaded.

# lsmod | grep vmmon
returned nothing, so I had to load the module:
# modprobe vmmon

After the module was loaded:
#lsmod | grep vmmon
vmmon 87308 0

- I was able to start the WinXP Virtual Machine

Friday, January 22, 2010

VmWare-Workstation 7 on openSUSE 11.2

I just installed VMware-Workstation-Full-7.0.0-203739 32-bit on openSUSE 11.2

I had already gcc, gcc++, make and kernel-source installed. But I was missing the kernel-devel and kernel-syms packages and got an error: "gcc and kernel headers must be installed"

The easiest is to install kernel-syms and YaST will resolve the dependencies and install all additional kernel-devel packages needed.
Afterwards run /usr/bin/vmware again and the installer will run through the compile stuff.