Error: VMWare
VMware Workstation Error:
VMware Workstation must be set-UID root, "/usr/lib/vmware/bin/vmware-vmx" is not. Are you running /usr/lib/vmware/bin/vmware-vmx from its distribution directory? That copy of the program is not set-UID root.
Solution:
chmod -R 755 /usr/lib/vmware
chmod 755 /usr/bin/vmware*
chmod +s /usr/lib/vmware/bin/vmware-vmx
Comments
Post a Comment