Results 1 to 8 of 8

Thread: VirtualBox 4.0 wont open up. Whats up with that?

  1. #1
    Join Date
    Jan 2011
    Beans
    5

    VirtualBox 4.0 wont open up. Whats up with that?

    i installed virtualbox 4.0 and have used it for some time now... Recently it just wont open up and I duno what to do.. I've tryed reinstalling, but its still not opening... Any ideas?

  2. #2
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: VirtualBox 4.0 wont open up. Whats up with that?

    Try opening it from the command line and post the output.

    Applications > Accessories > Terminal:
    Code:
    VirtualBox

  3. #3
    Join Date
    Jan 2011
    Beans
    5

    Re: VirtualBox 4.0 wont open up. Whats up with that?

    Says this...
    Code:
    VirtualBox: supR3HardenedVerifyDir: Cannot trust the directory "/usr/lib/virtualbox": group and/or other writable (st_mode=040775)

  4. #4
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: VirtualBox 4.0 wont open up. Whats up with that?

    Post the output of this please:

    Code:
    ls -ld /usr/lib/virtualbox
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  5. #5
    Join Date
    Sep 2005
    Beans
    1,596
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: VirtualBox 4.0 wont open up. Whats up with that?

    In terminal, I would run:

    Code:
    sudo apt-get purge virtualbox-4.0
    Then reinstall.
    MBA M1 - M1 8GB 256GB - macOS Monterey
    MSI GL65 - i5-10300H 16GB 512GB GTX 1650 Windows 11
    Galaxy Book Go - Snapdragon 7c Gen 2 4GB 128GB Windows 11

  6. #6
    Join Date
    Jan 2011
    Beans
    5

    Re: VirtualBox 4.0 wont open up. Whats up with that?

    Quote Originally Posted by CharlesA View Post
    Post the output of this please:

    Code:
    ls -ld /usr/lib/virtualbox
    Code:
    ert69@Ubuntu:~$ ls -ld /usr/lib/virtualbox
    drwxr-xrwx 5 root root 4096 2011-01-15 22:14 /usr/lib/virtualbox
    ert69@Ubuntu:~$

  7. #7
    Join Date
    Jan 2011
    Beans
    5

    Re: VirtualBox 4.0 wont open up. Whats up with that?

    Quote Originally Posted by slooksterpsv View Post
    In terminal, I would run:

    Code:
    sudo apt-get purge virtualbox-4.0
    Then reinstall.
    Nope.. tryed that already... says the same thing in terminal.. :S
    Last edited by ert69; January 20th, 2011 at 12:21 AM.

  8. #8
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: VirtualBox 4.0 wont open up. Whats up with that?

    Quote Originally Posted by ert69 View Post
    Code:
    ert69@Ubuntu:~$ ls -ld /usr/lib/virtualbox
    drwxr-xrwx 5 root root 4096 2011-01-15 22:14 /usr/lib/virtualbox
    ert69@Ubuntu:~$
    Yep. That's the problem, it should look like this:

    Code:
    charles@thor:~$ ls -ld /usr/lib/virtualbox/
    drwxr-xr-x 5 root root 12288 2011-01-19 08:37 /usr/lib/virtualbox/
    You could use chmod to change it to the correct permissions, but I really hope the permissions inside the directory are ok.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

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
  •