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 に答える