This turned out to be a permission issue.
The restore process is not setting the ownership on the files back correctly, instead the ownership was set to root:wheel for the user.
We are investigating and will release a fix.
Meanwhile you can resolve this by issueing the following command:
where <user>:<group> is something along the lines of
(You can check that for /path/to/vmware/bundle as it does set the ownership correct for the bundle folder itself, just not for the files in the bundle)
--
Wil
The restore process is not setting the ownership on the files back correctly, instead the ownership was set to root:wheel for the user.
We are investigating and will release a fix.
Meanwhile you can resolve this by issueing the following command:
Code:
sudo chown -Rf <user>:<group> /path/to/vmware/bundle
where <user>:<group> is something along the lines of
Code:
wil:staff
(You can check that for /path/to/vmware/bundle as it does set the ownership correct for the bundle folder itself, just not for the files in the bundle)
--
Wil