Sorry, it's a bit early for me. I needed to run virtual box this morning when my UK office woke me up. But when I go to open my work VM I receive the following error:
Failed to open a session for the virtual machine WorkSucks
Failed to load VMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT)
The error is caused because /usr has the permissions of tc:staff, but it needs to be root:root
If I run chown -R root:root on /usr will that break anything else? I just want to make sure that if I change the permissions to (in theory) what they are supposed to be, I am not going to cause any extra damage.