=> Patching VMware for macOS guest support Traceback (most recent call last): File "/tmp/yaourt-tmp-vili/aur-vmware-workstation/src/unlocker.py", line 47, in <module> import six ImportError: No module named six ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build vmware-workstation.</module>
Search Criteria
Package Details: vmware-workstation 17.6.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/vmware-workstation.git (read-only, click to copy) |
---|---|
Package Base: | vmware-workstation |
Description: | The industry standard for running multiple operating systems as virtual machines on a single Linux PC. |
Upstream URL: | https://www.vmware.com/products/workstation-for-linux.html |
Keywords: | dkms ovftool player vmplayer vmware workstation |
Licenses: | custom |
Conflicts: | vmware-modules-dkms, vmware-ovftool, vmware-patch, vmware-systemd-services |
Provides: | vmware-ovftool |
Submitter: | synthead |
Maintainer: | jihem |
Last Packager: | jihem |
Votes: | 202 |
Popularity: | 2.79 |
First Submitted: | 2017-02-10 19:04 (UTC) |
Last Updated: | 2024-10-11 05:17 (UTC) |
Dependencies (13)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- fuse2
- gcr
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- gtkmm3
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libaio (libaio-gitAUR)
- libcanberra
- libxcrypt-compat
- pcsclite (pcsclite-gitAUR)
- vmware-keymapsAUR
- sqlite (sqlite-fossilAUR) (make)
- linux-headers (optional) – build modules against Arch kernel
Required by (6)
Sources (22)
- config
- configure-initscript.sh
- dkms.conf.in
- https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/packages/vmware-tools-linux-12.4.0-23259341.x86_64.component.tar
- https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/packages/vmware-tools-linuxPreGlibc25-12.4.0-23259341.x86_64.component.tar
- https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/packages/vmware-tools-netware-12.4.0-23259341.x86_64.component.tar
- https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/packages/vmware-tools-solaris-12.4.0-23259341.x86_64.component.tar
- https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/packages/vmware-tools-winPre2k-12.4.0-23259341.x86_64.component.tar
- https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/packages/vmware-tools-winPreVista-12.4.0-23259341.x86_64.component.tar
- https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.6.1/24319023/linux/core/VMware-Workstation-17.6.1-24319023.x86_64.bundle.tar
- https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.6.1/24319023/linux/packages/vmware-tools-windows-12.4.5-23787635.x86_64.component.tar
- Makefile
- vmmon.patch
- vmnet.patch
- vmware-bootstrap
- vmware-environment.sh
- vmware-networks-configuration.service
- vmware-networks.path
- vmware-networks.service
- vmware-usbarbitrator.path
- vmware-usbarbitrator.service
- vmware-vix-bootstrap
Latest Comments
« First ‹ Previous 1 .. 50 51 52 53 54 55 56 57 58 59 60 .. 66 Next › Last »
viljeml commented on 2017-12-25 11:17 (UTC)
hunk commented on 2017-12-25 00:59 (UTC)
@jihem:Thank you for your reply! I still can't open OVA file. This OVA file was made by virtualbox. I clicked File->Open... and it will show a dialog of "Open virtual machines", then I double clicked my OVA file, it does nothing, no warning, no error dialog, just like i didn't double click it. I'm using i3wm, is that OK? Where can I get further info about this problem?
timofonic commented on 2017-12-23 22:38 (UTC) (edited on 2017-12-23 23:29 (UTC) by timofonic)
Modules don't get build here. Would you be able to fix that? What about a separate packages for dkms modules? They can be part of the same PKGBUILD.
modprobe -a vmw_vmci vmmon vmnet
modprobe: WARNING: Module vmmon not found in directory /lib/modules/4.14.8-1-zen modprobe: WARNING: Module vmnet not found in directory /lib/modules/4.14.8-1-zen ZZ
Why? Am I doing some more conplex for me modprobe -a vmw_vmci vmmon vmnet even insmod Sat 23 Dec 2017 11:15:52 PM CET modprobe: WARNING: Module vmmon not found in directory /lib/modules/4.14.8-1-zen modprobe: WARNING: Module vmnet not found in directory /lib/modules/4.14.8-1-zen
Modules aren't in /var/lib/dkms directory. Why? anbox-modules-binder/ dkms_dbversion
I used the following commands and the relevant module (vmmon) got built and installed:
dkms install vmware-workstation/14.1.0_7370693/ -k 4.14.8-1-zen
Creating symlink /var/lib/dkms/vmware-workstation/14.1.0_7370693//source -> /usr/src/vmware-workstation-14.1.0_7370693/
DKMS: add completed.
Kernel preparation unnecessary for this kernel. Skipping...
Building module: make clean rm -rf vmmon vmnet rm -rf vmmon-only vmnet-only rm -f vmmon.ko vmnet.ko rm -f vmmon.o vmnet.o
{ make -j2 KERNELRELEASE=4.14.8-1-zen KVERSION=4.14.8-1-zen SRCDIR=/usr/src/vmware-workstation -14.1.0_7370693; } >> /var/lib/dkms/vmware-workstation/14.1.0_7370693//build/make.log 2>&1
make clean rm -rf vmmon vmnet rm -rf vmmon-only vmnet-only rm -f vmmon.ko vmnet.ko rm -f vmmon.o vmnet.o
Kernel cleanup unnecessary for this kernel. Skipping...
DKMS: build completed.
vmmon.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/4.14.8-1-zen/kernel/drivers/misc/
vmnet.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/4.14.8-1-zen/kernel/drivers/net/
do_depmod 4.14.8-1-zen
sudo dkms install vmware-workstation/14.1.0_7370693/ -k 4.14.8-1-ARCH
Kernel preparation unnecessary for this kernel. Skipping...
Building module: make clean rm -rf vmmon vmnet rm -rf vmmon-only vmnet-only rm -f vmmon.ko vmnet.ko rm -f vmmon.o vmnet.o
{ make -j2 KERNELRELEASE=4.14.8-1-ARCH KVERSION=4.14.8-1-ARCH SRCDIR=/usr/src/vmware-workstati on-14.1.0_7370693; } >> /var/lib/dkms/vmware-workstation/14.1.0_7370693//build/make.log 2>&1
make clean rm -rf vmmon vmnet rm -rf vmmon-only vmnet-only rm -f vmmon.ko vmnet.ko rm -f vmmon.o vmnet.o
Kernel cleanup unnecessary for this kernel. Skipping...
DKMS: build completed.
vmmon.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/4.14.8-1-ARCH/kernel/drivers/misc/
vmnet.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/4.14.8-1-ARCH/kernel/drivers/net/
do_depmod 4.14.8-1-ARCH
DKMS: install completed.
After this process, the modules load sucessfully :D
jihem commented on 2017-12-23 10:39 (UTC)
@hunk: I have just updated the package, can you test with the last version? (the changes I've made are probably not related to your problem, but I didn't test on the older version)
On this version, I can open ova files without problem, I get a message talking about a problem with OVF specification conformance but if I click on "Retry" the VM is imported.
If you still can't import your OVA file, can you tell me more informations: error messages, how the file was created (with VMware or VirtualBox), can you open it with VirtualBox?
hunk commented on 2017-12-23 03:01 (UTC)
I can't open ova file, any solution here?
avarx commented on 2017-12-20 20:42 (UTC) (edited on 2017-12-21 07:54 (UTC) by avarx)
jihem, worked! Thank you for your help!! I owe you!
jihem commented on 2017-12-20 17:12 (UTC)
Don't follow the wiki, it is useless if you use this package. Kernel modules are automatically compiled with DKMS when you install the package, you don't have to do it manually (just verify that you installed linux-headers before).
Just read instructions in the pinned comment, this is all you have to do (and be careful that services names are slightly different than services names in the wiki).
avarx commented on 2017-12-20 16:51 (UTC) (edited on 2017-12-20 16:54 (UTC) by avarx)
Appreciate your feedback, jihem. I don't get it. If I follow the wiki I can't compile the machine monitor. If I use this repo I get: [AppLoader] Unable to lookup library directory.
What am I doing wrong?
jihem commented on 2017-12-19 20:39 (UTC)
@avarx: Yes. I maintain this package for linux, linux-zen and linux-lts kernels.
avarx commented on 2017-12-19 06:18 (UTC) (edited on 2017-12-19 06:29 (UTC) by avarx)
Hi guys. Anyone successfully running VMware Workstation 14.0.0. on 4.14.6-1?
Pinned Comments
jihem commented on 2020-02-10 17:29 (UTC) (edited on 2021-06-19 13:19 (UTC) by jihem)
After the first installation, please:
1) install the appropriate headers package(s) for your installed kernel(s): linux-headers for default kernel, linux-lts-headers for LTS kernel...
2) reboot or load vmw_vmci and vmmon kernel modules (modprobe -a vmw_vmci vmmon)
3) Enable the services you need (using .service units to activate them during boot or .path units to activate them when a VM is started) :
vmware-networks: to have network access inside VMs
vmware-usbarbitrator: to connect USB devices inside VMs