Page 23 of 24 FirstFirst ... 1321222324 LastLast
Results 221 to 230 of 231

Thread: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

  1. #221
    Join Date
    Apr 2009
    Location
    In a tent
    Beans
    185
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Quote Originally Posted by Princey View Post
    For those getting the USB error, if you had followed the HowTo as described, you still will get the error message cropping up UNTIL you reboot. For those who haven't, here's the directions again:

    Enter
    Code:
    sudo gedit /etc/init.d/mountdevsubfs.sh
    in the terminal (substitute gedit with either kedit/kate/kwrite if you're using Kubuntu). Scroll down to the following linesremove the # mark from mkdir down to mount so it looks now like this

    The HowTo states to log out and back in, but the changes won't fully work UNTIL you reboot. So, restart and you'll notice that the error message no longer appears.


    On a side note, can anyone tell me why I can't get Internet using NAT on the xp guest in Virtual box? I'm thinking of purging everything and starting afresh.
    That block of code is not there.

  2. #222
    Join Date
    Jul 2008
    Beans
    7

    Thumbs down Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Quote Originally Posted by Revery View Post
    Every time I go to try and download the guest additions, I get this from virtualbox's website.


    Forbidden

    You don't have permission to access /download/1.5.6/VBoxGuestAdditions_1.5.6.iso on this server.

    Full URL is this http://www.virtualbox.org/download/1...ions_1.5.6.iso

    I can't find anywhere else to get this. Does anyone know?

    After much searching, I found the file available for download on
    the Romanian Education Network:

    http://ftp.roedu.net/pub/mirrors/gentoo.org/distfiles/

    I would, however, like to find an .md5sum of the original file from virtualbox.org, to ensure that this one hasn't been tampered with.

    Hope this helps.

  3. #223
    Join Date
    Jul 2008
    Location
    TEXAS UNITED STATES
    Beans
    428
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    I already have xp and ubuntu 8.04 installed on my pc. Is this install gonna be different since I already have the both of them on my pc and will I be able to use ubuntu and sync my blackberry in windows outlook on xp without having to log out and back into xp? Also i have a lexmark printer that wont work inside linux, will I be able to print with virtual box?

  4. #224
    Join Date
    Jul 2006
    Beans
    26
    Distro
    Xubuntu

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    thanks for this tutorial.

    Quote Originally Posted by SendDerek View Post
    Setup Permissions:
    (...)
    Via Command Line:

    [In Terminal]
    Code:
    sudo usermod -G vboxusers -a username
    I rather suggest the following code that does not need to be edited.
    Code:
    sudo adduser $LOGNAME vboxusers
    B.

  5. #225
    Join Date
    Jun 2009
    Beans
    41

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Quote Originally Posted by jsaulters View Post
    After much searching, I found the file available for download on
    the Romanian Education Network:

    http://ftp.roedu.net/pub/mirrors/gentoo.org/distfiles/

    I would, however, like to find an .md5sum of the original file from virtualbox.org, to ensure that this one hasn't been tampered with.

    Hope this helps.

    Thanks for that buddy!

  6. #226
    Join Date
    Dec 2009
    Location
    Malaysia
    Beans
    2
    Distro
    Ubuntu 8.04 Hardy Heron

    Unhappy Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Hi guys,

    I just installed the new version of Virtual box 3.1..0 on my Hardy heron LTS. I installed it using Gdebi Package Installer. after finished installed the latest version of virtual box i restart my notebook. Then when i launch the Virtualbox it appears error;

    Failed to create the VirtualBox COM object.
    The application will now terminate.
    Error in /home/mnra/.VirtualBox/VirtualBox.xml (line 3) -- Cannot handle settings version '1.2-linux'.
    /home/vbox/vbox-3.1.0/src/VBox/Main/VirtualBoxImpl.cpp[420] (nsresult VirtualBox::init()).

    can someone help me to solved this problem? im newbie and dont know what to do on fixing this error.



    Peace...
    Last edited by nazmieski; December 8th, 2009 at 04:12 PM. Reason: forgot to bold the error message.

  7. #227
    Join Date
    Nov 2005
    Beans
    822
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Did you uninstall the old version of virtual box first ?

    You may have to open synaptic package manager find the vbox stuff, synaptic may insist you uninstall other things dependent on vbox too.

    uninstall all that stuff, then go to Sun Website and re-install the latest linux version of vbox.

    This should do it, and your original windows or other virtual machines should stay intacted.

    I hope this helps

  8. #228
    Join Date
    Jun 2008
    Beans
    13
    Distro
    Ubuntu 10.04 Lucid Lynx

    Red face Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Hi, I still cannot get USB to work.

    You said "Inside, you'll see a block of code that looks like this:
    #
    # Magic to make /proc/bus/usb work
    #
    #mkdir -p /dev/bus/usb/.usbfs
    #domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    #ln -s .usbfs/devices /dev/bus/usb/devices
    #mount --rbind /dev/bus/usb /proc/bus/usb"

    but the window that came up was blank.

    Nevertheless, I copied and pasted what you said to change it to and saved it.

    I logged out and logged in again but the USB still do not work.

    Any suggestions?

  9. #229
    Join Date
    Nov 2008
    Beans
    37

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Quote Originally Posted by hoppings View Post
    Hi, I still cannot get USB to work.

    You said "Inside, you'll see a block of code that looks like this:
    #
    # Magic to make /proc/bus/usb work
    #
    #mkdir -p /dev/bus/usb/.usbfs
    #domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    #ln -s .usbfs/devices /dev/bus/usb/devices
    #mount --rbind /dev/bus/usb /proc/bus/usb"

    but the window that came up was blank.

    Nevertheless, I copied and pasted what you said to change it to and saved it.

    I logged out and logged in again but the USB still do not work.

    Any suggestions?
    Same here... FWIW, I am now running a Lucid 64 bit host.

    USB is critical for me, as I want to be able to sync my Ipod and Blackberry with their windows apps.

  10. #230
    Join Date
    May 2009
    Location
    Indonesia
    Beans
    1
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Hi all, how-to open an existing vmware image on virtualbox? Is it posibble if I open vmware image on virtualbox or is it must to convert first?

Page 23 of 24 FirstFirst ... 1321222324 LastLast

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
  •