Hi all.
I have been struggling with this issue for weeks now. It seems apparent that I'm having file permissions issue, but can't seem to pinpoint it. Any help would be greatly appreciated!
The issue is that I can reset a VM on my linux host from the webapp, but not using the vmrun command:
vmrun -T server -h https://localhost:8333/sdk -u vmuser -p 'vmuser' reset "[standard] lab/lab-01/Windows XP Professional.vmx" Error: Insufficient permissions in host operating system
I have double checked my permissions and it seems the vmuser has access to all files under the lab directory. I have also looked at the log files in /tmp/vmware-<user>/vix-<pid>.log and they seem to be the same whether the command succeeds (using super user account) or fails (with this limited account). Are there any more detailed logs I can check where my specific file permissions issues are?
Thanks in advance for your help!