Everytime I launched VirtualBox it kept telling me there was a newer version available so today I decided to take the plunge. To make a long story short I upgraded to 2.0.4 but if I try to open VirtualBox (Applications>System>Emulator>VirtualBox OSE) nothing happens.
I opened up a command line and issued the "whereis virtualbox" which showed the following:
Code:
steve@linux-or59:/usr/lib/virtualbox> whereis virtualbox
virtualbox: /usr/lib/virtualbox /usr/share/virtualbox
I CD'd over to /usr/lib/virtualbox and tried to start it from there but got the following error:
Code:
steve@linux-or59:/usr/lib/virtualbox> VirtualBox
/usr/bin/VirtualBox: line 1: /usr/lib/virtualbox/VirtualBox: Permission denied
If I SU to root I can run VirtualBox so I'm thinking I just need to change permissions somewhere?
Any help would be appreciated