【问题标题】:Installing VMware tools fails with error:VGAuthService & Common Agent failed安装 VMware 工具失败并出现错误:VGAuthService & Common Agent failed
【发布时间】:2017-11-10 01:26:37
【问题描述】:

无法在 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.

我该如何解决?

【问题讨论】:

    标签: debian vmware-tools


    【解决方案1】:
    1. 卸载之前的安装 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 Tools:

    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 错误现已消失。

    【讨论】:

    • 首先非常感谢您的帮助。我进行了VMware的重装,按照你的回答做了vmware-tools重装解决了问题。再次感谢您!
    【解决方案2】:

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

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

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

    3) 重启虚拟机

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

    5) 重启虚拟机,重启后复制/粘贴和拖放即可工作!

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

    【讨论】:

    • 如果您从另一个答案中复制了这个,您应该链接到它。
    【解决方案3】:

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

    【讨论】:

      猜你喜欢
      • 2019-04-26
      • 2017-01-20
      • 2017-08-28
      • 1970-01-01
      • 1970-01-01
      • 2021-07-31
      • 2016-11-08
      • 1970-01-01
      • 2014-06-01
      相关资源
      最近更新 更多