I installed VMware in Ubuntu very smoothly, but after installing the VMware Workstation 10.0.4 installation in CentOS 6.5 64bit, after rebooting the system is not available, could not open/dev/ Vmmon error, in the Internet to find a lot of information is wrong, finally found a solution ... Posted here, has been used later
1. First download the latest version on the official website and give the executable permission after downloading to local.
It's https://my.vmware.com/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation/10_0.
Need to register an account when downloading
As of this release, the latest version of the VM is 10.0.4, if the request is not high There are 10.0.3 Baidu network disk, these two versions almost no difference.
Attached on the Baidu plate
32-bit virtual machine: Vmware-workstation-full-10.0.3-1895310.i386.bundle
64-bit virtual machine: Vmware-workstation-full-10.0.3-1895310.x86_64.bundle
Add writable permissions to a file
chmod
or execute it directly with bash.
Bash Vmware-workstation*.bundle
Note that root privileges are required for installation
2. Perform the installation. Although it is possible to eject the graphical installation interface, there are the following error messages.
Extracting VMware Installer ... Done . GTK"pk-gtk-module"objectfilefile or DIRECTORYGTK "canberra-gtk-module"objectfilefile
3. To resolve the above GTK error, mainly the corresponding module can not be found. (Installed in Ubuntu 14.04 seems to have the same hint, but after installation can be used normally, can't remember ...) )
3.1. First determine if the required module system is installed and its location.
Locate libpk-gtk-module.so/usr/lib/gtk-2.0
Locate libcanberra-gtk-module.so/usr/lib/gtk-2.0
If it appears
Locate Stat () '/var/lib/mlocate/mlocate.db': No such file or directory
Please perform
UpdateDB
3.2. Add the path to the system load modules.
# vim/etc/ld. so.conf.d/gtk-2.0. conf
The content of gtk-2.0.conf is
/usr/lib/gtk-2.0
3.3. Reload.
Re-execute the installation and then go all the way next.
./vmware*.bundle
Extracting VMware Installer...done.
By the way, several VM10 serial numbers are attached:
nu2pw-04396-zz9r0-fuanh-3ax0r5c4a7-6q20j-6zd58-k2c72-0akpe1y0w5-0w205-7z8j0-c8c5m-9a6mfnf2a7-ayk43-czct8-fcan6-ca844a4qh- 6Q195-XZW10-6K8N2-A3CJX5A6ZT-20JD2-LZWZ9-H38N0-92L62 Reprint Annotated Source: http://www.cnblogs.com/lyhonk/p/4115399. HTML Reference Address: http://www.centoscn.com/image-text/config/2014/0401/2682.html
CentOS6.5 environments install VMware virtual Machines----resolve problems could not open/dev/vmmon:no such file or directory when you start a virtual machine