VMware 도구가 설치되어 있지만 실행할 수 없습니다.

VMware 도구가 설치되어 있지만 실행할 수 없습니다.

VMwareTools-10.0.5-3228253.tar.gz이 가이드를 사용하여 Kali Linux 롤링 릴리스 2016.1에 성공적으로 설치했습니다 .

https://github.com/rasa/vmware-tools-patches

  1. VMwareTools-10.0.5-3228253.tar.gz바탕 화면의 "new" 폴더에 넣으세요 .
  2. 터미널에서 이것을 실행하십시오.git clone https://github.com/rasa/vmware-tools- patches.git
  3. 폴더 내용을 vmware-tools-patches데스크탑의 "새" 폴더에 복사하세요.
  4. "new" 폴더에서 터미널을 열고 이 명령을 실행하세요../untar-and-patch-and-compile.sh
  5. 완료되면 동일한 터미널에서 이 명령을 실행하세요../compile.sh
  6. VMwareTools-10.0.5-3228253.tar.gz다른 폴더에 압축을 풀고 해당 폴더에서 터미널을 열고 실행하십시오../vmware-install.pl
  7. 가상 머신 다시 시작

apt-get update && apt-get upgrade -y이 작업을 수행하기 전에 모든 것이 업데이트되고 작동하는지 확인하기 위해 실행했습니다 apt-get install linux-headers-$(uname -r). 설치를 여러 번 시도했고 첫 번째 설치 후 다시 설치하기 전에 제거해야 했지만 문제가 발생한 것 같지는 않지만 불확실합니다. 끌어서 놓기를 사용하여 Windows 10 호스트에서 Kali Linux VM으로 파일을 복사할 수 없으며 텍스트 복사/붙여넣기 등도 할 수 없습니다.

다음은 현재 내 게스트 가상 머신(VMware Workstation 12.1)에서 실행 중인 서비스입니다.

root@kali:~# lsmod
Module                  Size  Used by
nls_utf8               16384  1
isofs                  40960  1
udf                    90112  0
crc_itu_t              16384  1 udf
bnep                   20480  2
vmw_vsock_vmci_transport    28672  0
vsock                  36864  1 vmw_vsock_vmci_transport
fuse                   94208  9
nfnetlink_queue        20480  0
nfnetlink_log          20480  0
nfnetlink              16384  2 nfnetlink_log,nfnetlink_queue
bluetooth             512000  5 bnep
rfkill                 24576  4 bluetooth
binfmt_misc            20480  1
snd_ens1371            28672  4
snd_rawmidi            32768  1 snd_ens1371
snd_seq_device         16384  1 snd_rawmidi
snd_ac97_codec        126976  1 snd_ens1371
snd_pcm               102400  2 snd_ac97_codec,snd_ens1371
snd_timer              32768  1 snd_pcm
snd                    81920  14          snd_ac97_codec,snd_timer,snd_pcm,snd_rawmidi,snd_ens1371,snd_seq_device
soundcore              16384  1 snd
iosf_mbi               16384  0
ac97_bus               16384  1 snd_ac97_codec
evdev                  20480  6
ppdev                  20480  0
psmouse               126976  0
pcspkr                 16384  0
gameport               16384  1 snd_ens1371
serio_raw              16384  0
coretemp               16384  0
vmw_balloon            16384  0
sg                     32768  0
parport_pc             28672  0
parport                49152  2 ppdev,parport_pc
vmwgfx                233472  3
ttm                    94208  1 vmwgfx
8250_fintek            16384  0
nfit                   32768  0
battery                16384  0
drm_kms_helper        131072  1 vmwgfx
drm                   348160  6 ttm,drm_kms_helper,vmwgfx
vmw_vmci               65536  1 vmw_vsock_vmci_transport
shpchp                 36864  0
acpi_cpufreq           20480  0
i2c_piix4              24576  0
processor              36864  1 acpi_cpufreq
ac                     16384  0
button                 16384  0
autofs4                40960  2
ext4                  577536  1
crc16                  16384  2 ext4,bluetooth
mbcache                20480  1 ext4
jbd2                  106496  1 ext4
vmw_pvscsi             24576  0
vmxnet3                53248  0
hid_generic            16384  0
usbhid                 49152  0
hid                   118784  2 hid_generic,usbhid
sd_mod                 40960  3
sr_mod                 24576  1
cdrom                  57344  1 sr_mod
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
ata_generic            16384  0
crc32c_intel           24576  0
jitterentropy_rng      16384  0
sha256_ssse3           28672  1
sha256_generic         24576  1 sha256_ssse3
hmac                   16384  1
drbg                   24576  1
ansi_cprng             16384  0
aesni_intel           167936  0
aes_x86_64             20480  1 aesni_intel
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
glue_helper            16384  1 aesni_intel
ablk_helper            16384  1 aesni_intel
cryptd                 20480  2 aesni_intel,ablk_helper
mptspi                 24576  2
scsi_transport_spi     32768  1 mptspi
uhci_hcd               45056  0
ehci_pci               16384  0
ata_piix               36864  1
ehci_hcd               77824  1 ehci_pci
mptscsih               32768  1 mptspi
libata                233472  2 ata_generic,ata_piix
mptbase                77824  2 mptspi,mptscsih
usbcore               233472  4 uhci_hcd,ehci_hcd,ehci_pci,usbhid
e1000                 135168  0
usb_common             16384  1 usbcore
scsi_mod              229376  8     sg,scsi_transport_spi,libata,mptspi,vmw_pvscsi,sd_mod,sr_mod,mptscsih

고쳐 쓰다실행해도 출력에는 apt-get install open-vm-tools여전히 아무런 차이가 없습니다.

root@kali:~# apt-get install open-vm-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
libxerces-c3.1 libxml-security-c17v5
Suggested packages:
open-vm-tools-desktop
The following NEW packages will be installed:
libxerces-c3.1 libxml-security-c17v5 open-vm-tools
0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
Need to get 1,644 kB of archives.
After this operation, 6,918 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://kali.mirror.garr.it/mirrors/kali kali-rolling/main amd64     libxerces-c3.1 amd64 3.1.2+debian-1 [851 kB]
Get:2 http://kali.mirror.garr.it/mirrors/kali kali-rolling/main amd64   libxml-security-c17v5 amd64 1.7.3-1 [265 kB]                
Get:3 http://kali.mirror.garr.it/mirrors/kali kali-rolling/main amd64   open-vm-tools amd64 2:10.0.5-3227872-2 [528 kB]             
Fetched 1,644 kB in 2min 24s (11.4 kB/s)                                                                                          
Selecting previously unselected package libxerces-c3.1:amd64.
(Reading database ... 310318 files and directories currently installed.)
Preparing to unpack .../libxerces-c3.1_3.1.2+debian-1_amd64.deb ...
Unpacking libxerces-c3.1:amd64 (3.1.2+debian-1) ...
Selecting previously unselected package libxml-security-c17v5:amd64.
Preparing to unpack .../libxml-security-c17v5_1.7.3-1_amd64.deb ...
Unpacking libxml-security-c17v5:amd64 (1.7.3-1) ...
Selecting previously unselected package open-vm-tools.
Preparing to unpack .../open-vm-tools_2%3a10.0.5-3227872-2_amd64.deb ...
Unpacking open-vm-tools (2:10.0.5-3227872-2) ...
Processing triggers for libc-bin (2.21-6) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for systemd (228-4) ...
Setting up libxerces-c3.1:amd64 (3.1.2+debian-1) ...
Setting up libxml-security-c17v5:amd64 (1.7.3-1) ...
Setting up open-vm-tools (2:10.0.5-3227872-2) ...

Configuration file '/etc/vmware-tools/poweroff-vm-default'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D     : show the differences between the versions
  Z     : start a shell to examine the situation
  The default action is to keep your current version.
 *** poweroff-vm-default (Y/I/N/O/D/Z) [default=N] ? y
 Installing new version of config file /etc/vmware-tools/poweroff- vm-default ...

Configuration file '/etc/vmware-tools/poweron-vm-default'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D     : show the differences between the versions
  Z     : start a shell to examine the situation
  The default action is to keep your current version.
 *** poweron-vm-default (Y/I/N/O/D/Z) [default=N] ? y
 Installing new version of config file /etc/vmware-tools/poweron-  vm-default ...

Configuration file '/etc/vmware-tools/resume-vm-default'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D     : show the differences between the versions
  Z     : start a shell to examine the situation
 The default action is to keep your current version.
 *** resume-vm-default (Y/I/N/O/D/Z) [default=N] ? y
 Installing new version of config file /etc/vmware-tools/resume-vm-default ...

Configuration file '/etc/vmware-tools/scripts/vmware/network'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D     : show the differences between the versions
  Z     : start a shell to examine the situation
 The default action is to keep your current version.
 *** network (Y/I/N/O/D/Z) [default=N] ? y
 Installing new version of config file /etc/vmware-tools/scripts/vmware /network ...

Configuration file '/etc/vmware-tools/statechange.subr'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D     : show the differences between the versions
  Z     : start a shell to examine the situation
 The default action is to keep your current version.
 *** statechange.subr (Y/I/N/O/D/Z) [default=N] ? y
 Installing new version of config file /etc/vmware-tools/statechange.subr ...

Configuration file '/etc/vmware-tools/suspend-vm-default'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D     : show the differences between the versions
  Z     : start a shell to examine the situation
 The default action is to keep your current version.
 *** suspend-vm-default (Y/I/N/O/D/Z) [default=N] ? y
 Installing new version of config file /etc/vmware-tools/suspend-vm-default ...

Configuration file '/etc/vmware-tools/vgauth.conf'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D     : show the differences between the versions
  Z     : start a shell to examine the situation
 The default action is to keep your current version.
 *** vgauth.conf (Y/I/N/O/D/Z) [default=N] ? y
Installing new version of config file /etc/vmware-tools/vgauth.conf ...
update-rc.d: We have no instructions for the open-vm-tools init script.
update-rc.d: It looks like a non-network service, we enable it.
Processing triggers for libc-bin (2.21-6) ...
Processing triggers for systemd (228-4) ...
root@kali:~# 

답변1

이미 설치되어 있는 경우 open-vm-tools먼저 제거한 후 다음을 시도해 보세요.

sudo apt-get install libfuse-dev
sudo apt-get install open-vm-tools-desktop fuse

이로 인해 kali를 사용하여 시작하고 실행하게 되었습니다.

user@user:~$ uname -r
4.6.0-kali1-amd64
user@user:~$ uname -a
Linux mrRobot 4.6.0-kali1-amd64 #1 SMP Debian 4.6.4-1kali1 (2016-07-21) x86_64 GNU/Linux

답변2

Kali Linux 2.0은 Debian 8.0을 기반으로 한 롤링 릴리스입니다. VMWare는 Debian 8.0용 open-vm-tools 사용을 권장합니다.

open-vm-tools 설치 방법에 대한 자세한 내용과 지침은 VMWare 지원 문서를 참조하세요.

http://partnerweb.vmware.com/GOSIG/Debian_8.html

Kali Linux 2.0은 Debian 8.0을 기반으로 한 롤링 릴리스입니다. VMWare는 Debian 8.0용 open-vm-tools 사용을 권장합니다.

open-vm-tools 설치 방법에 대한 자세한 내용과 지침은 VMWare 지원 문서를 참조하세요.

http://partnerweb.vmware.com/GOSIG/Debian_8.html

Open VM Tools는 VMware 하이퍼바이저에서 가상 머신의 기능, 관리 및 관리를 향상시키는 가상화 유틸리티 세트로 구성된 VMware Tools의 오픈 소스 구현입니다. VMware에서는 운영 체제 공급업체에서 재배포한 Open VM Tools를 사용할 것을 권장합니다. 자세한 내용은 기술 자료 문서 2073803, VMware의 open-vm-tools 지원을 참조하세요.http://kb.vmware.com/kb/2073803.

개방형 가상 머신 도구 설치

  1. /etc/apt/sources.list 파일에 다음 줄을 추가합니다. 뎁http://ftp.debian.org/debian/Jesse의 주요 기여
  2. 다음 명령을 실행합니다: $ sudo apt-get update $ sudo apt-get install open-vm-tools

  3. /etc/apt/sources.list 파일에 다음 줄을 추가합니다. 뎁http://ftp.debian.org/debian/Jesse의 주요 기여

  4. 다음 명령을 실행합니다: $ sudo apt-get update $ sudo apt-get install open-vm-tools

관련 정보