@jihem Sorry, I miss typed when I posted. I reread what I posted and I didnt mean /usr/bin/vmware, it was supposed to be /usr/lib/vmware.
What I get when I try to run vmware is this:
cat: /usr/lib/vmware/modules/modules.xml: Permission denied
/usr/bin/vmware: line 105: /usr/lib/vmware/bin/vmware: Permission denied
The permissions for /usr/bin/vmware is -rwxr-xr-x 1 root root 3282 Jan 30 12:06 /usr/bin/vmware
But all the permissions for /usr/lib/vmware were the ones that were all "drwxr-x---"
` ls -l /usr/lib/vmware
total 76
drwxr-x--- 2 root root 4096 Jan 30 13:19 bin
-rwxr-xr-x 1 root root 615 Jan 30 12:06 config
drwxr-x--- 2 root root 4096 Jan 30 13:19 configurator
drwxr-x--- 5 root root 4096 Jan 30 13:19 hostd
drwxr-x--- 2 root root 4096 Jan 30 13:19 icu
drwxr-x--- 3 root root 4096 Jan 30 13:19 include
drwxr-x--- 2 root root 4096 Jan 30 13:19 isoimages
drwxr-xr-x 110 root root 4096 Jan 30 13:19 lib
drwxr-x--- 4 root root 4096 Jan 30 13:19 libconf
drwxr-x--- 3 root root 4096 Jan 30 13:19 licenses
drwxr-x--- 2 root root 4096 Jan 30 13:19 modules
drwxr-x--- 2 root root 4096 Jan 30 13:19 resources
drwxr-x--- 2 root root 4096 Jan 30 13:19 roms
drwxr-x--- 2 root root 4096 Jan 30 13:19 scripts
drwxr-xr-x 2 root root 4096 Jan 30 13:19 setup
drwxr-x--- 5 root root 4096 Jan 30 13:19 share
drwxr-x--- 2 root root 4096 Jan 30 13:19 tools-upgraders
-rwxr-xr-x 1 root root 1199 Jan 30 12:06 vixwrapper-product-config.txt
drwxr-x--- 2 root root 4096 Jan 30 13:19 vnckeymap `
I have removed everything vmware from my system multiple times and tries reinstalling but each time I get this same result.
Now I went ahead and tried a chmod -R o+rx /usr/lib/vmware
, but then I am constantly presented with the user setup each time vmware starts(but at least it starts and works). Something I am guessing is not getting set correctly, i just dont know what. Any help would be appreciated.
Pinned Comments
jihem commented on 2020-09-19 09:12 (UTC)
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:
vmware-networks.service: to have network access inside VMs
vmware-usbarbitrator.service: to connect USB devices inside VMs
vmware-hostd.service: to share VMs on the network