Package Details: vmware-workstation 17.5.2-1

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: 192
Popularity: 4.74
First Submitted: 2017-02-10 19:04 (UTC)
Last Updated: 2024-05-16 21:20 (UTC)

Sources (22)

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

Latest Comments

« First ‹ Previous 1 .. 50 51 52 53 54 55 56 57 58 59 60 Next › Last »

StevenTheEVIL commented on 2017-07-10 23:11 (UTC)

How do I use vmware-installer in this package? I need to use the workaround for vmware-tools for a windows guest that's described on the wiki page for VMWare.

jihem commented on 2017-07-03 19:02 (UTC)

@justmeagain: Probably stupid question, but did you think to start vmware-networks service? If yes, do you have some errors? (systemctl status -l vmware-networks.service) You can start vmware-netcfg program to manage network interfaces (and, for example, remove and recreate vmnet1, maybe it will fix your problem). You can also reset all interfaces with the command "rm -r /etc/vmware/{networking,vmnet*} && systemctl restart vmware-networks-configuration.service"

justmeagain commented on 2017-07-03 07:49 (UTC)

"Could not connect 'Ethernet0' to virtual network 'dev/vmnet1'". This is the warning message I get when launching a virtual machine. Everything else works flawless, but I cannot connect guests to any network because vmnet adapters does not exists. Seems that installation process did not created the virtual network interfaces needed by vmware

frail commented on 2017-06-26 20:45 (UTC)

@jihem: oh man. I just put my dunce cap on. You're absolutely right. I forgot to load gksu on this clean install. :(

jihem commented on 2017-06-24 11:24 (UTC)

@frail: I cannot reproduce your bug. Actually, I think this bug is not related to this package. To verify that, install gksu package and start a graphical program with gksu (for example: "gksu nautilus"). If you have the same error, so your bug is not related to this package and is probably a bad configuration of your system. Search a solution on Google. If gksu works, the problem probably comes from this package, but I have no idea how to solve it. Try to uninstall the package, remove /etc/vmware and /etc/vmware-installer directories if they still exist and reinstall the package.

frail commented on 2017-06-23 18:52 (UTC)

I'm not sure if it's intentional although I'm unable to enter in my license key. Clicking the button opens a prompt: "Failed to run '/usr/lib/vmware/bin/vmware-enter-serial' -n 'VMware Workstation' -v '12.0' as user root. Unable to copy the user's Xauthorization file." Anyone run up against this?

jmboris commented on 2017-06-19 20:49 (UTC)

@jihem Thank you very much !!! I installed the package manually following the first link, thank you !

jihem commented on 2017-06-19 08:56 (UTC)

@jmboris: This is because yaourt creates packages in RAM (/tmp directory is by default in RAM for performance reasons) and the creation of this package needs a lot of memory. Several solutions: - manually install this package outside /tmp (without yaourt, see https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages) - change the directory used by yaourt to create packages (variable TMPDIR in /etc/yaourtrc) - prevent /tmp to be used in RAM (https://wiki.archlinux.org/index.php/tmpfs#Disable_automatic_mount)

jmboris commented on 2017-06-18 16:30 (UTC)

Hello I have the following error , Can someone help me ? ==> Iniciando package()… install: error al escribir en '/tmp/yaourt-tmp-juan/aur-vmware-workstation/pkg/vmware-workstation/usr/lib/vmware/isoimages/windows.iso': No queda espacio en el dispositivo ==> ERROR: Se produjo un fallo en package(). Cancelando… ==> ERROR: Makepkg no ha podido compilar vmware-workstation.

zelluz commented on 2017-06-07 11:16 (UTC)

@jihem Of course I did not try to reinstall the software, doh! After a reinstall(I did a complete uninstall of Workstation first), everything is working again. Thank you! (I am running the 4.11.3-1 kernel)