Virtual Box installer needs some fine-tuning?

Discussions related to using VirtualBox on Linux hosts.
Post Reply
LaughingBoy
Posts: 44
Joined: 16. May 2007, 02:16
Location: Adelaide, SA, Australia
Contact:

Virtual Box installer needs some fine-tuning?

Post by LaughingBoy »

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:

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.
It doesn't surprise me though - every directory created was given permissions

Code: Select all

drwxr-x--- root:root
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 :?:
michael
Oracle Corporation
Posts: 682
Joined: 10. May 2007, 09:46
Contact:

Post by michael »

Unfortunately I was unable to reproduce this (I tried installing on a Fedora Core 6 guest, which should be as good as long as I don't need to start any VMs). The directory /usr/local/VirtualBox was created with the permissions drwxr-xr-x and the files all world readible. Perhaps you could take a look at your setup to see if you can find any reason why it behaves differently? That would help us to fix the problem.
LaughingBoy
Posts: 44
Joined: 16. May 2007, 02:16
Location: Adelaide, SA, Australia
Contact:

Problem might be umask related

Post by LaughingBoy »

Hi Michael,

After seeing your results, I was reminded that the default umask for the system was set to 0027.

I have recursively set the ownership of /usr/local/VirtualBox, and /etc/vbox to root:vboxusers and this has fixed the problem.

I think the error message of "Could not find VirtualBox installation. Please reinstall", is a bit misleading, as re-installing wouldn't have fixed the problem.

Perhaps modify the installation directory to have ownership and permissions of root:vboxusers drwxrwxr-x :?:
Ulrich Guenther
Posts: 1
Joined: 28. Aug 2008, 11:26

vbox.org

Post by Ulrich Guenther »

I have the same problem. Thie problem is that vbox.org is missing.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: vbox.org

Post by Sasquatch »

Ulrich Guenther wrote:I have the same problem. Thie problem is that vbox.org is missing.
Could you give some more information? Vbox.org should not be a part of VBox, as it's more of a domain name extension, or backup for a file to indicate it was an original file.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply