Results 1 to 9 of 9

Thread: VirtualBox will not open

  1. #1
    Join Date
    Sep 2012
    Beans
    47

    VirtualBox will not open

    I just installed VirtualBox from the Lubuntu Repositiories, and now, when I click Start>Accessories>VirtualBox... nothing The machine continues to remain nominal.

    Did I install this incorrectly? I most certainly was not indicated so.

    How can I run VirtualBox so I can begin learning Slackware?

    Unacceptable solutions include, but are most certainly not limited to: Just install Slackware alongside of your Lubuntu 64-bit partition.

    Thank you for your time, consideration, help, and love.

  2. #2
    Join Date
    Apr 2006
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: VirtualBox will not open

    Try running virtualbox in a terminal window. No, this won't fix the issue, but there are good chances you are going to receive a message that can help us find out what the issue is.
    Xye incredibly difficult puzzle game with minimal graphics. Also at playdeb
    Got a blog: Will Stay Free

  3. #3
    Join Date
    Sep 2012
    Beans
    47

    Re: VirtualBox will not open

    How would I go about doing that? I am just coming from Windows and I have no experience with Linux, nor do I know what codes mean.

    Lo siento.

  4. #4
    Join Date
    Apr 2006
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: VirtualBox will not open

    Oh, don't worry.

    First of all, you open a terminal in lubuntu. This page shows you how to do it in different versions: http://www.psychocats.net/ubuntu/terminal

    The terminal is going to be your worst enemy and your best friend in your Linux life. Specially if you want to try to learn slackware.

    Once the terminal is open, type:

    virtualbox

    and press enter.

    Then some messages might appear, select them with the mouse. Right click and "copy". Then paste them here.
    Xye incredibly difficult puzzle game with minimal graphics. Also at playdeb
    Got a blog: Will Stay Free

  5. #5
    Join Date
    Sep 2012
    Beans
    47

    Re: VirtualBox will not open

    brian@brzan:~$ virtualbox
    mkdir: cannot create directory `/home/brian/.VirtualBox': Permission denied
    Qt WARNING: QGtkStyle was unable to detect the current GTK+ theme.
    Segmentation fault
    brian@brzan:~$

    And thank you for your patience and assistance.

  6. #6
    Join Date
    Apr 2006
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: VirtualBox will not open

    ok... Seems it is having issues with its config folder.

    well, let us try creating a .VirtualBox folder

    in terminal type:

    mkdir ~/.VirtualBox

    Let us make sure there are permissions:

    chmod +rwx+rwx+rwx ~/.VirtualBox

    And try again. If it does not work, try from the terminal too.
    Xye incredibly difficult puzzle game with minimal graphics. Also at playdeb
    Got a blog: Will Stay Free

  7. #7
    Join Date
    Sep 2012
    Beans
    47

    Re: VirtualBox will not open

    Quote Originally Posted by vexorian View Post
    ok... Seems it is having issues with its config folder.

    well, let us try creating a .VirtualBox folder

    in terminal type:

    mkdir ~/.VirtualBox
    brian@brzan:~$ mkdir ~/.VirtualBox
    mkdir: cannot create directory `/home/brian/.VirtualBox': Permission denied

  8. #8
    Join Date
    Apr 2006
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: VirtualBox will not open

    I wonder if your home is for some reason getting mounted read only?

    Try:

    sudo mkdir ~/.VirtualBox

    It will ask you your password. sudo makes a command run with administrator rights. If that does not work, then for some reason your home is getting mounted as read-only which is not nice.

    (and if it works)

    sudo chmod +rwx+rwx+rwx ~/.VirtualBox
    Xye incredibly difficult puzzle game with minimal graphics. Also at playdeb
    Got a blog: Will Stay Free

  9. #9
    Join Date
    Sep 2012
    Beans
    47

    Re: VirtualBox will not open

    Thank you, that worked... or, no issues were indicated. whats next!

    EDIT: VirtualBox now opens. My original issue, it is solved, thank you good sir!
    Last edited by PremiumG; September 10th, 2012 at 04:48 AM. Reason: Solved

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •