Virtual Box installer needs some fine-tuning?
Posted: 16. May 2007, 04:30
I downloaded the All distributions version to run on my Fedora Core 6 system, which appeared to install just fine. There were no outward signs of failure in any case.
It was installed with this command line:.
I only just found out about the new user group added, so I added my user to that group, and tried to run it.
It doesn't surprise me though - every directory created was given permissions How is any user other than root going to find these files
I believe they should be at least chgrp'd to root:vboxuser, yes
It was installed with this command line:
Code: Select all
su -c "sh VirtualBox_1.3.8_Linux_x86.run install /usr/local/VirtualBox"I only just found out about the new user group added, so I added my user to that group, and tried to run it.
Code: Select all
$ VirtualBox
Could not find VirtualBox installation. Please reinstall.Code: Select all
drwxr-x--- root:rootI believe they should be at least chgrp'd to root:vboxuser, yes