无法在Debian 8上安装或升级VMware工具。
当试图通过键入./vmware-install.pl安装它时,会出现错误:
update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64
Checking acpi hot plug done
Starting VMware Tools services in the virtual machine:
Switching to guest configuration: done
VMware Automatic Kmods: done
Guest filesystem driver: done
Mounting HGFS shares: done
VGAuthService: failed
Common Agent: failed
Unable to start services for VMware Tools
Execution aborted.我怎么才能修好它?
发布于 2016-09-01 11:59:19
1. Reinstalled Vmware Tools:
要安装VMware工具,必须挂载VMware工具CD映像,提取内容(VMware工具),然后运行安装程序。
要挂载CD映像并提取内容:
Power on the virtual machine.
Log into the virtual machine using an account with administrator or root privileges.
Go to Virtual Machine > Install VMware Tools (or VM > Install VMware Tools).
Note: If you are running the light version of Fusion, a version of Workstation without VMware Tools, or VMware Player, you are prompted to download VMware Tools before they can be installed. Click Download Now to begin the download.
Open the VMware Tools CD mounted on the desktop.
Right-click the file name that is similar to VMwareTools.x.x.x-xxxx.tar.gz, click Extract to, and select the Desktop to save the extracted contents.
The vmware-tools-distrib folder is extracted to the Desktop.要安装VMware工具:
Open a Terminal window. For more information, see Opening a command or shell prompt (1003892).
In the Terminal, run this command to navigate to the vmware-tools-distrib folder:
cd Desktop/vmware-tools-distrib
Run this command to install VMware Tools:/vmware-install.pl -d
Note: The -d switch assumes that you want to accept the defaults. If you do not use -d, press Return to accept the defaults or supply your own answers.
Restart the virtual machine after the VMware Tools installation completes.Vmware工具服务失败错误现在消失了。
发布于 2017-01-13 16:02:29
这个解决方案只适用于我:
1) sudo apt-获取自动删除打开的-vm-工具
2)按照通常的方法安装VMware工具(虚拟机->重新安装VMWare工具)
3)重新启动VM
4) sudo apt-获取安装开放-vm-工具-桌面
5)重新启动VM后,重新启动复制/粘贴和拖放将工作!
..。由用户“solution101”在https://askubuntu.com/questions/691585/copy-paste-and-dragdrop-not-working-in-vmware-machine-with-ubuntu
发布于 2017-11-09 17:26:37
对于任何其他遇到此问题的人,一个简单得多的解决方案是使用755权限创建/var/run/vmware目录。
https://stackoverflow.com/questions/39261905
复制相似问题