首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装VMware工具时出错:VGAuthService&公共代理失败

安装VMware工具时出错:VGAuthService&公共代理失败
EN

Stack Overflow用户
提问于 2016-09-01 02:43:03
回答 3查看 9.4K关注 0票数 2

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

当试图通过键入./vmware-install.pl安装它时,会出现错误:

代码语言:javascript
复制
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.

我怎么才能修好它?

EN

回答 3

Stack Overflow用户

回答已采纳

发布于 2016-09-01 11:59:19

  1. 卸载prevoius安装根@debian-vm:~$vmware-卸载-tools.pl
代码语言:javascript
复制
1. Reinstalled Vmware Tools:

要安装VMware工具,必须挂载VMware工具CD映像,提取内容(VMware工具),然后运行安装程序。

要挂载CD映像并提取内容:

代码语言:javascript
复制
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工具:

代码语言:javascript
复制
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

代码语言:javascript
复制
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工具服务失败错误现在消失了。

票数 7
EN

Stack Overflow用户

发布于 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

票数 0
EN

Stack Overflow用户

发布于 2017-11-09 17:26:37

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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/39261905

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档