Ubuntu安装VMware tools时Segmentation fault (core dumped)问题的解决(已解决!)

以下是错误报告(节选):

INPUT: [no]  default

Initializing...

Segmentation fault (core dumped)

Making sure services for VMware Tools are stopped.

Stopping VMware Tools services in the virtual machine:

   VMware User Agent (vmware-user):                                    done

   Unmounting HGFS shares:                                             done

   Guest filesystem driver:                                            done

The installation status of vmsync could not be determined.

Skippinginstallation.

The installation status of vmci could not be determined. Skippinginstallation.

The installation status of vsock could not be determined. Skippinginstallation.

The installation status of vmxnet3 could not be determined.

Skippinginstallation.

如何解决:

问题出在哪其实我不是很清楚(大概是VMware版本的问题),但是解决方案还是有的。


1.先删除现有的VMware

cd vmware-tools-distrib/bin(就是到你那个安装文件的根目录)

2.然后运行

sudo ./vmware-uninstall-tools.pl(运行vmware-uninstall-tools.pl这个文件来删除现有的VMware)

3.最后打开终端,输入

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


终于可以用了!(我又在其他无法成功安装VM Tools的电脑上试了试,用这个方法屡试不爽√)
在这里插入图片描述

引用:

这个问题应该是由VMware的tools版本与我的Linux版本不匹配导致的,最后解决方法本质上应该是上网下了另一个版本兼容的VMware tools。(http://dljz.nicethemes.cn/news/show-378488.html)

接下来就可以快乐的在虚拟机与主机之间互相复制粘贴了

附:

https://communities.vmware.com/t5/VMware-Fusion-Discussions/vmtoolsd-core-dump-when-running-vmware-user/td-p/1368419 (VMware的社区提问)

https://github.com/vmware/open-vm-tools/issues/521

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐