2

无法在 Debian 8 上安装或升级 VMware Tools。

尝试通过键入安装它时./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.

我该如何解决?

4

3 回答 3

7
  1. 卸载 prevoius 安装 root@debian-vm:~$ vmware-uninstall-tools.pl

    1. 重新安装 Vmware 工具:

要(重新)安装 VMware Tools,您必须装载 VMware Tools CD 映像,提取内容 (VMware Tools),然后运行安装程序。

要安装 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 Tool Services Fail 错误现在消失了。

于 2016-09-01T11:59:19.387 回答
0

这个解决方案只对我有用:

1) sudo apt-get autoremove open-vm-tools

2)按照通常的方法安装VMware Tools(虚拟机->重新安装VMWare Tools)

3) 重启虚拟机

4) sudo apt-get install open-vm-tools-desktop

5)重新启动VM,重新启动后复制/粘贴和拖放将起作用!

...由用户“solution101”在https://askubuntu.com/questions/691585/copy-paste-and-dragdrop-not-working-in-vmware-machine-with-ubuntu

于 2017-01-13T16:02:29.603 回答
0

对于遇到此问题的其他任何人,一个更简单的解决方案是创建具有 755 权限的 /var/run/vmware 目录

于 2017-11-09T17:26:37.880 回答