OS/Ubuntu

Ubuntu 24.04 VMware Workstation Player 17.5.1 Install error

강서버 2024. 7. 21. 04:48
반응형

$ sudo ./VMware-Player-Full-17.5.1-23298084.x86_64.bundle

 

[ Execution log ]

gangserver@TCM73-I:~/Download$ sudo ./VMware-Player-Full-17.5.1-23298084.x86_64.bundle
[sudo] gangserver 암호: 
Extracting VMware Installer...done.
Installing VMware VMX 17.5.1
    Configuring...--- Logging error ---
Traceback (most recent call last):##########                           ]  61%
  File "/tmp/vmis.pjYCoy/install/vmware-installer/python/lib/logging/__init__.py", line 1103, in emit
    stream.write(msg + self.terminator)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 689-690: ordinal not in range(128)
Call stack:
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmware-installer.py", line 694, in <module>
    main(options)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmware-installer.py", line 536, in main
    txn.Install(options.installComponent,
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/transaction.py", line 687, in Install
    RunTransaction(actions, options)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/transaction.py", line 414, in RunTransaction
    RunThreadedTransaction(txn, actions)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/transaction.py", line 472, in RunThreadedTransaction
    txn.Run()
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/transaction.py", line 78, in Run
    self.get()()
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/common.py", line 156, in Show
    wrap(i.PostTransaction, txn.opts['ignoreErrors'])
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/util/__init__.py", line 26, in wrap
    func(*args, **kwargs)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/install.py", line 308, in PostTransaction
    self._installer.PostTransactionInstall(**self.args)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/remoteinstaller.py", line 94, in PostTransactionInstall
    return self.MessageOut(self.whoami(), old, new, upgrade)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/remoteinstaller.py", line 387, in MessageOut
    retval = vmispy.RunExternalMethod(self._remoteUID, 0, strio.getvalue().decode('latin-1'))
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/installer.py", line 122, in MessageIn
    self.proxyObject.MessageIn(uid, str)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/remoteinstallerops.py", line 403, in MessageIn
    ret = method(*args, **kwargs)
  File "<string>", line 372, in PostTransactionInstall
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/installer.py", line 40, in Info
    return self.installer.Log('info', *args, **kwargs)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/installer.py", line 335, in Log
    return self.proxyObject.Log(logType, *args, **kwargs)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/remoteinstallerops.py", line 159, in Log
    return self.MessageOut(self.whoami(), logType, *args, **kwargs)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/remoteinstallerops.py", line 485, in MessageOut
    retval = vmispy.RunExternalMethod(0, self._UID, strio.getvalue().decode('latin-1'))
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/remoteinstaller.py", line 301, in MessageIn
    ret = method(*args, **kwargs)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/installer.py", line 335, in Log
    return self.proxyObject.Log(logType, *args, **kwargs)
  File "/tmp/vmis.pjYCoy/install/vmware-installer/vmis/core/localinstallerops.py", line 241, in Log
    ltype(*args, **kwargs)
Message: 'stderr: [AppLoader] Use shipped Linux kernel AIO access library.\nAn up-to-date "libaio" or "libaio1" package from your system is preferred.\n[AppLoader] GLib does not have GSettings support.\nUsing kernel build system.\nwarning: the compiler differs from the one used to build the kernel\n  The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0\n  You are using:           gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0\n/tmp/modconfig-ywXNhH/vmmon-only/common/crosspage.o: warning: objtool: CrossPage_CodePage+0x207: \'naked\' return found in RETHUNK build\nmake[3]: *** [scripts/Makefile.build:243: /tmp/modconfig-ywXNhH/vmmon-only/common/crosspage.o] \uc624\ub958 255\nmake[3]: *** \'/tmp/modconfig-ywXNhH/vmmon-only/common/crosspage.o\' \ud30c\uc77c\uc744 \uc0ad\uc81c\ud569\ub2c8\ub2e4\nmake[3]: *** \ub05d\ub098\uc9c0 \uc54a\uc740 \uc791\uc5c5\uc744 \uae30\ub2e4\ub9ac\uace0 \uc788\uc2b5\ub2c8\ub2e4....\n/tmp/modconfig-ywXNhH/vmmon-only/linux/hostif.c:2926:1: warning: no previous prototype for \u2018HostIFCheckTrackedMPN\u2019 [-Wmissing-prototypes]\n 2926 | HostIFCheckTrackedMPN(VMDriver *vm, // IN: The VM instance\n      | ^~~~~~~~~~~~~~~~~~~~~\n/tmp/modconfig-ywXNhH/vmmon-only/linux/hostif.c:3046:1: warning: no previous prototype for \u2018HostIFWritePhysicalWork\u2019 [-Wmissing-prototypes]\n 3046 | HostIFWritePhysicalWork(MA ma,             // MA to be written to\n      | ^~~~~~~~~~~~~~~~~~~~~~~\n/tmp/modconfig-ywXNhH/vmmon-only/linux/hostif.c:3205:1: warning: no previous prototype for \u2018HostIFStartTimer\u2019 [-Wmissing-prototypes]\n 3205 | HostIFStartTimer(Bool rateChanged,  //IN: Did rate change?\n      | ^~~~~~~~~~~~~~~~\n/tmp/modconfig-ywXNhH/vmmon-only/linux/driver.c:271:1: warning: no previous prototype for \u2018LinuxDriverInit\u2019 [-Wmissing-prototypes]\n  271 | LinuxDriverInit(void)\n      | ^~~~~~~~~~~~~~~\n/tmp/modconfig-ywXNhH/vmmon-only/linux/driver.c:339:1: warning: no previous prototype for \u2018LinuxDriverExit\u2019 [-Wmissing-prototypes]\n  339 | LinuxDriverExit(void)\n      | ^~~~~~~~~~~~~~~\nmake[2]: *** [/usr/src/linux-headers-6.8.0-38-generic/Makefile:1926: /tmp/modconfig-ywXNhH/vmmon-only] \uc624\ub958 2\nmake[1]: *** [Makefile:240: __sub-make] Error 2\nmake: *** [Makefile:117: vmmon.ko] Error 2\nUsing kernel build system.\nwarning: the compiler differs from the one used to build the kernel\n  The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0\n  You are using:           gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0\n/tmp/modconfig-ywXNhH/vmnet-only/userif.c:1091:1: warning: no previous prototype for \u2018VNetUserIf_Create\u2019 [-Wmissing-prototypes]\n 1091 | VNetUserIf_Create(VNetPort **ret) // OUT\n      | ^~~~~~~~~~~~~~~~~\n/tmp/modconfig-ywXNhH/vmnet-only/netif.c:173:1: warning: no previous prototype for \u2018VNetNetIf_Create\u2019 [-Wmissing-prototypes]\n  173 | VNetNetIf_Create(char *devName,  // IN:\n      | ^~~~~~~~~~~~~~~~\n/tmp/modconfig-ywXNhH/vmnet-only/userif.o: warning: objtool: VNetCsumAndCopyToUser+0x2d: call to csum_partial_copy_nocheck() with UACCESS enabled\n/tmp/modconfig-ywXNhH/vmnet-only/bridge.c:258:1: warning: no previous prototype for \u2018VNetBridge_Create\u2019 [-Wmissing-prototypes]\n  258 | VNetBridge_Create(const char *devName, // IN:  name of device (e.g., "eth0")\n      | ^~~~~~~~~~~~~~~~~\n/tmp/modconfig-ywXNhH/vmnet-only/bridge.c:1411:1: warning: no previous prototype for \u2018VNetBridgeSendLargePacket\u2019 [-Wmissing-prototypes]\n 1411 | VNetBridgeSendLargePacket(struct sk_buff *skb,        // IN: packet to split\n      | ^~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/modconfig-ywXNhH/vmnet-only/vnetUserListener.c:87:1: warning: no previous prototype for \u2018VNetUserListener_Create\u2019 [-Wmissing-prototypes]\n   87 | VNetUserListener_Create(uint32 classMask,  // IN: the listener\'s class mask\n      | ^~~~~~~~~~~~~~~~~~~~~~~\nSkipping BTF generation for /tmp/modconfig-ywXNhH/vmnet-only/vmnet.ko due to unavailability of vmlinux\nUnable to install all modules.  See log for details.\n\n'
Installing VMware Player 17.5.1
    Configuring...
[######################################################################] 100%
Installation was successful.

 

VMware Workstation Player 17.5.1 Uninstall :

https://gangserver.tistory.com/246

 

Ubuntu 24.04 VMware workstation player uninstall

$ sudo vmware-installer -u vmware-player 실행 시모든 설정 정보가 삭제됩니다. 당신은 당신의 설정 파일을 유지하기를 원하십니까? 당신은 삭제를 취소하려면 또한 'quit' 또는 'q'를 입력할 수도 있습니다

dasom.net

 

반응형