I have spent the last week trying to run virtualbox but so far have had problems on five different 64-bit machines. The overriding problem is that it will not run for an ordinary user.
First thing after installation from rpms was to add myself to the vboxusers group:
- Code: Select all
id lcl
uid=500(lcl) gid=500(lcl) groups=419(vboxusers),500(lcl)
Invoke VirtualBox - a short hiatus, then
- Code: Select all
VirtualBox - Critical Error
Failed to create the VirtualBox COM object
The application will now terminate
The "Details" button reveals:
- Code: Select all
Callee RC: NS_BASE_STREAM_WOULD_BLOCK (0x80470007)
What can this mean? The error is consistent between machines and all trials.
I have seen advice that vbox should not be run as root so how to ensure that a user can run it?