Package Details: vmware-workstation 17.6.1-2

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)

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 .. 44 45 46 47 48 49 50 51 52 53 54 .. 66 Next › Last »

Eike commented on 2018-08-24 14:19 (UTC) (edited on 2018-08-24 14:30 (UTC) by Eike)

This update breaks my installation - but it might be VMware itself, I'm not sure:

thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', libcore/option.rs:345:21
note: Run with `RUST_BACKTRACE=1` for a backtrace.
fatal runtime error: failed to initiate panic, error 5´´

jihem commented on 2018-08-16 07:18 (UTC)

For people who have the same issue than @silenx, you should only have to reload the module (modprobe -r vmmon && modprobe vmmon) to fix it.

silenx commented on 2018-08-15 22:26 (UTC) (edited on 2018-08-16 00:18 (UTC) by silenx)

Hello, issue on updating/install 14.1.3-1 :

2018-08-15T23:21:43.780+02:00| vmx| I125: Msg_Post: Error

2018-08-15T23:21:43.780+02:00| vmx| I125: [msg.vmmonPosix.badVersion] Version mismatch with vmmon module: expecting 331.0, got 330.0.

2018-08-15T23:21:43.780+02:00| vmx| I125: [msg.vmmonPosix.badDriver] You have an incorrect version of the 'vmmon' kernel module.

EDIT: Resolved with a clean reinstall ( include dependencies ) issue was with dkms and old 14.1.2 probably not removed correctly

basemax commented on 2018-08-04 04:04 (UTC)

can not installing!

==> Making package: vmware-workstation 14.1.2-1 (Sat 04 Aug 2018 08:32:19 AM +0430)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading VMware-Workstation-Full-14.1.2-8497320.x86_64.bundle...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:08 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:16 --:--:--     0
100  2201  100  2201    0     0     84      0  0:00:26  0:00:26 --:--:--   507
  -> Found bootstrap
  -> Found vmware-vix-bootstrap
  -> Found config
  -> Found pam.d-vmware-authd
  -> Found configure-initscript.sh
  -> Found vmware-environment.sh
  -> Found config.xml
  -> Found datastores.xml
  -> Found environments.xml
  -> Found proxy.xml
  -> Found vmware-hostd-certificates.service
  -> Found vmware-hostd.service
  -> Found vmware-networks-configuration.service
  -> Found vmware-networks.service
  -> Found vmware-usbarbitrator.service
  -> Found dkms.conf.in
  -> Found Makefile
  -> Found vmmon.patch
  -> Found vmnet.patch
==> Validating source files with sha256sums...
    VMware-Workstation-Full-14.1.2-8497320.x86_64.bundle ... FAILED
    bootstrap ... Passed
    vmware-vix-bootstrap ... Passed
    config ... Passed
    pam.d-vmware-authd ... Passed
    configure-initscript.sh ... Passed
    vmware-environment.sh ... Passed
    config.xml ... Passed
    datastores.xml ... Passed
    environments.xml ... Passed
    proxy.xml ... Passed
    vmware-hostd-certificates.service ... Passed
    vmware-hostd.service ... Passed
    vmware-networks-configuration.service ... Passed
    vmware-networks.service ... Passed
    vmware-usbarbitrator.service ... Passed
    dkms.conf.in ... Passed
    Makefile ... Passed
    vmmon.patch ... Passed
    vmnet.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build vmware-workstation.
==> Restart building vmware-workstation ? [y/N]
==> -------------------------------------------
==> 

NowG commented on 2018-07-09 09:38 (UTC) (edited on 2018-07-09 09:40 (UTC) by NowG)

@buzo I did that by pacman -S linux-headers.

In fact, this command will install the version 4.17.3-1 linux-headers. This version is not 4.17-2-1 that vmware expected.

And the command yaourt -S vmware-workstation seems to download the right version. I can find it in the path /usr/lib/moudules/.

buzo commented on 2018-07-09 08:54 (UTC)

NowG: Have you installed linux-headers?

NowG commented on 2018-07-09 06:59 (UTC) (edited on 2018-07-09 06:59 (UTC) by NowG)

module vmmon load failed.

The actions that all I did:

1) yaourt -S vmware-workstation

2) modprobe -a vmw_vmci vmmon

Then the WARNING shows like below: modprobe: WARNING: Module vmmon not found in directory /lib/modules/4.17.2-1-ARCH

buzo commented on 2018-07-08 21:16 (UTC) (edited on 2018-07-08 21:19 (UTC) by buzo)

vmplayer crashed on guest shutdown, leaving this message:

VMware Player Error:
VMware Player unrecoverable error: (vmplayer)
Unexpected signal: 11.
A log file is available in "/tmp/vmware-sts/vmware-vmplayer-19886.log".  
You can request support.  
To collect data to submit to VMware technical support, run "vm-support".
We will respond on the basis of your support entitlement.

But there is no vm-support executable. What should I do?

jihem commented on 2018-07-06 18:29 (UTC)

linarcx: I don't have this error. Your .bundle file is probably corrupted (maybe not fully downloaded). Remove it and rebuild the package.

linarcx commented on 2018-07-06 13:40 (UTC) (edited on 2018-07-06 13:41 (UTC) by linarcx)

Hi. when i want to install, i get some errors:

==> Validating source files with sha256sums...
VMware-Workstation-Full-14.1.2-8497320.x86_64.bundle ... FAILED
bootstrap ... Passed
vmware-vix-bootstrap ... Passed
config ... Passed
pam.d-vmware-authd ... Passed
configure-initscript.sh ... Passed
vmware-environment.sh ... Passed
config.xml ... Passed
datastores.xml ... Passed
environments.xml ... Passed
proxy.xml ... Passed
vmware-hostd-certificates.service ... Passed
vmware-hostd.service ... Passed
vmware-networks-configuration.service ... Passed
vmware-networks.service ... Passed
vmware-usbarbitrator.service ... Passed
dkms.conf.in ... Passed
Makefile ... Passed
vmmon.patch ... Passed
vmnet.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
The build failed.
>>> elapsed time 13s