首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >VmWare工具分割故障(核心抛出)

VmWare工具分割故障(核心抛出)
EN

Stack Overflow用户
提问于 2022-09-09 13:35:00
回答 1查看 233关注 0票数 0

我正在使用VM播放器16.2.4构建-20089737。我的问题是VM工具没有安装在我的机器上,我每次都会遇到分段错误。我不能使用共享文件夹,复制面板等,更糟糕的是我有奇怪的网络问题,我认为这也是因为VM工具的问题。在修好之前我什么都做不了..。我尝试过重新启动VMware服务并手动安装open工具,但是没有工作。我需要帮助的人..。这是信息和日志;

虚拟机播放器版本: 16.2.4操作系统: Ubuntu 20.04内核版本:5.15.0-46-泛型

你可以看到下面的日志

代码语言:javascript
复制
The installer has detected an existing installation of open-vm-tools packages 
on this system and will not attempt to remove and replace these user-space 
applications. It is recommended to use the open-vm-tools packages provided by 
the operating system. If you do not want to use the existing installation of 
open-vm-tools packages and use VMware Tools, you must uninstall the 
open-vm-tools packages and re-run this installer.
The packages that need to be removed are:
open-vm-tools
Packages must be removed with the --purge option.
The installer will next check if there are any missing kernel drivers. Type yes
if you want to do this, otherwise type no [yes] 
INPUT: [yes]  default

A previous installation of VMware Tools has been detected.

The previous installation was made by the tar installer (version 4).

Keeping the tar4 installer database format.

You have a version of VMware Tools installed.  Continuing this install will 
first uninstall the currently installed version.  Do you wish to continue? 
(yes/no) [yes] 
INPUT: [yes]  default

Uninstalling the tar installation of VMware Tools.

The removal of VMware Tools 10.3.23 build-16594550 for Linux completed 
successfully.

Installing VMware Tools.

In which directory do you want to install the binary files? 
[/usr/bin] 
INPUT: [/usr/bin]  default

What is the directory that contains the init directories (rc0.d/ to rc6.d/)? 
[/etc] 
INPUT: [/etc]  default

What is the directory that contains the init scripts? 
[/etc/init.d] 
INPUT: [/etc/init.d]  default

In which directory do you want to install the daemon files? 
[/usr/sbin] 
INPUT: [/usr/sbin]  default

In which directory do you want to install the library files? 
[/usr/lib/vmware-tools] 
INPUT: [/usr/lib/vmware-tools]  default

The path "/usr/lib/vmware-tools" does not exist currently. This program is 
going to create it, including needed parent directories. Is this what you want?
[yes] 
INPUT: [yes]  default

In which directory do you want to install the documentation files? 
[/usr/share/doc/vmware-tools] 
INPUT: [/usr/share/doc/vmware-tools]  default

The path "/usr/share/doc/vmware-tools" does not exist currently. This program 
is going to create it, including needed parent directories. Is this what you 
want? [yes] 
INPUT: [yes]  default

The installation of VMware Tools 10.3.23 build-16594550 for Linux completed 
successfully. You can decide to remove this software from your system at any 
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

Before running VMware Tools for the first time, you need to configure it by 
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want 
this program to invoke the command for you now? [yes] 
INPUT: [yes]  default


You have chosen to install VMware Tools on top of an open-vm-tools package.  
You will now be given the option to replace some commands provided by 
open-vm-tools.  Please note that if you replace any commands at this time and 
later remove VMware Tools, it may be necessary to re-install the open-vm-tools.

WARNING:  It appears your system is missing the required /usr/bin/vmhgfs-fuse

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):[71G done
   Unmounting HGFS shares:[71G done
   Guest filesystem driver:[71G 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.

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

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

The VMware Host-Guest Filesystem allows for shared folders between the host OS 
and the guest OS in a Fusion or Workstation virtual environment.  Do you wish 
to enable this feature? [yes] 
INPUT: [yes]  default

The vmxnet driver is no longer supported on kernels 3.3 and greater. Please 
upgrade to a newer virtual NIC. (e.g., vmxnet3 or e1000e)


Skipping configuring automatic kernel modules as no drivers were installed by 
this installer.


Skipping rebuilding initrd boot image for kernel as no drivers to be included 
in boot image were installed by this installer.

The configuration of VMware Tools 10.3.23 build-16594550 for Linux for this 
running kernel completed successfully.

Enjoy,

--the VMware team
EN

回答 1

Stack Overflow用户

发布于 2022-09-14 19:12:54

警告:系统似乎缺少所需的/usr/bin/vmhgfs-fuse。

代码语言:javascript
复制
% sudo apt-get install git
% git clone https://github.com/rasa/vmware-tools-patches.git
% cd vmware-tools-patches
% sudo ./patched-open-vm-tools.sh

这应该能解决这个问题。

如果失败,请卸载rasa和安装Ubuntu的

代码语言:javascript
复制
apt-get install open-vm-tools
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73663007

复制
相关文章

相似问题

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