Linuxゲストオペレーティングシステム:open-vm-toolsがインストールされているが実行されずにVMWareツールを再起動すると、灰色で表示されます。

Linuxゲストオペレーティングシステム:open-vm-toolsがインストールされているが実行されずにVMWareツールを再起動すると、灰色で表示されます。

VMWareツールが実行されていることを確認しようとしていますが、オンラインで見つけたいくつかのソリューションが正しく機能しません。私が見れapt list --installed | grep vmばわかる

open-vm-tools-desktop/kali-rolling,now 2:12.0.0-2 amd64 [installed]
open-vm-tools/kali-rolling,now 2:12.0.0-2 amd64 [installed,automatic]

しかし、実行中のプロセスを見ると、ps ax | grep vm実行中のようには見えません。

    198 ?        S      0:17 [irq/16-vmwgfx]
 231502 ?        Sl     0:01 /usr/bin/vmtoolsd -n vmusr --blockFd 3
 231523 ?        Sl     0:02 /usr/bin/vmtoolsd
 237915 ?        Ssl    0:04 /usr/bin/vmtoolsd
 237989 ?        Ssl    0:00 vmware-vmblock-fuse /run/vmblock-fuse -o rw,subtype=vmware-vmblock,default_permissions,allow_other,dev,suid
 247062 pts/2    S+     0:00 grep --color=auto vm

VMツールを再起動するソリューションを見つけました。

$ sudo /etc/init.d/vmware-tools start
$ sudo /etc/init.d/vmware-tools stop
$ sudo /etc/init.d/vmware-tools restart

しかし、私のinit.dにはこれはありません。最も奇妙なことは、仮想マシンジョブにコピー/貼り付けジョブがランダムに停止することがあることです。最終的なエラーが何であるかを知っている人がいる場合、これは実際の基本的な問題です。ライセンスが付与されたVMWare Workstation 15.5では、「VMWare Toolsの再インストール...」も灰色で表示されます。

編集:また、この答えを試しました。https://unix.stackexchange.com/a/312820私はopen-vm-toolsを削除しましたが、うまくsudo apt-get install open-vm-tools-desktop fuseいきません。パッケージが破損しているそうです。

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 fuse3 : Breaks: fuse
E: Unable to correct problems, you have held broken packages.

ベストアンサー1

開封に関しては仮想マシンツール v 11.0.xは有効ですスピードはい(ゲストオペレーティングシステムを再起動する必要はありません。):

systemctl status vmtoolsd # <-- says "inactive"
systemctl start vmtoolsd
systemctl status vmtoolsd # <-- says "running"

おすすめ記事