installation on ubuntu 9.0.4
-
ncornell
- Posts: 2
- Joined: 21. Jul 2009, 15:30
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: vista
installation on ubuntu 9.0.4
Hello,
hope someone can help. I'm trying to install on ubuntu 9.0.4 the version 3.0.2 of virtualbox.
it seems to run install ok by double clicking on the .deb file downloaded from the site. However, no app shortcut appears. So i rerun install, and now get shortcut....
I try make new VM and go through the wizard but when i try and start it i get error message....
****************
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
****************
in the /etc/init.d folder there is no vboxdrv file.....
any suggestions welcome
hope someone can help. I'm trying to install on ubuntu 9.0.4 the version 3.0.2 of virtualbox.
it seems to run install ok by double clicking on the .deb file downloaded from the site. However, no app shortcut appears. So i rerun install, and now get shortcut....
I try make new VM and go through the wizard but when i try and start it i get error message....
****************
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
****************
in the /etc/init.d folder there is no vboxdrv file.....
any suggestions welcome
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: installation on ubuntu 9.0.4
Have you added your login to the vboxusers group?
usermod -aG vboxusers <your username>
You should read the FAQ VirtualBox FAQ
usermod -aG vboxusers <your username>
You should read the FAQ VirtualBox FAQ
-
ncornell
- Posts: 2
- Joined: 21. Jul 2009, 15:30
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: vista
Re: installation on ubuntu 9.0.4
yes i checked this. the install does that on its own with no problem.
I know that when i try reinstall i have to delete the group first otherwise install fails.
it just seems that when the install runs ...it does not complete even though it says it does.....
I know that when i try reinstall i have to delete the group first otherwise install fails.
it just seems that when the install runs ...it does not complete even though it says it does.....
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: installation on ubuntu 9.0.4
Read the FAQ I sent for installation requirements and the proper way to install.
It should not be a problem to install in Ubuntu 9.04 if you have all of the prerequisites done before hand.
Also installing by clicking is not the proper way to install. Install it from terminal while in SU mode.
It's all in the FAQ
It should not be a problem to install in Ubuntu 9.04 if you have all of the prerequisites done before hand.
Also installing by clicking is not the proper way to install. Install it from terminal while in SU mode.
It's all in the FAQ
-
GAJ
- Posts: 1
- Joined: 22. Jul 2009, 12:40
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: WinXP, WinVista, Win7
Re: installation on ubuntu 9.0.4
I had some problems with the downloaded version too, but got everything running after adding the virtualbox repositories to my software sources and install using the synaptic package manager.
Detailed instructions on how to add these repositories and the corresponding key can be found at the bottom half of the download page:
http://www.virtualbox.org/wiki/Linux_Downloads
Make sure you only add the repository line for ubuntu 9.04:
deb http://download.virtualbox.org/virtualbox/debian jaunty non-free
It will be best if you remove your previous installation first.
Detailed instructions on how to add these repositories and the corresponding key can be found at the bottom half of the download page:
Make sure you only add the repository line for ubuntu 9.04:
It will be best if you remove your previous installation first.
-
sej7278
- Volunteer
- Posts: 1003
- Joined: 5. Sep 2008, 14:40
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Solaris, Linux, Windows, OS/2, MacOSX, FreeBSD
- Contact:
Re: installation on ubuntu 9.0.4
the repo's are for OSE edition, not PUEL that you download from virtualbox.orgGAJ wrote:I had some problems with the downloaded version too, but got everything running after adding the virtualbox repositories to my software sources and install using the synaptic package manager.
Detailed instructions on how to add these repositories and the corresponding key can be found at the bottom half of the download page:
http://www.virtualbox.org/wiki/Linux_Downloads
Make sure you only add the repository line for ubuntu 9.04:
deb http://download.virtualbox.org/virtualbox/debian jaunty non-free
It will be best if you remove your previous installation first.
i'd say the problem is double-clicking the .deb file instead of "sudo dpkg -i *.deb"
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: installation on ubuntu 9.0.4
Actually this is not totally correct. You can add the virtualbox PUEL to your sources.list and import the key to download and install the PUEL version on Ubuntu or other Linux distros via update and apt-get install, or by the synaptic package manager. It is explained on the VirtualBox.org site as well. But I totally agree with the double click. I have only seen it work once and it was not that pretty.
-
fixedwheel
- Volunteer
- Posts: 1699
- Joined: 13. Sep 2008, 02:18
Re: installation on ubuntu 9.0.4
still more bad: double-clicking a .deb file is abuse 
-
w4sh5ub
- Posts: 1
- Joined: 27. Jul 2009, 18:47
- Primary OS: Ubuntu other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: XP
Re: installation on ubuntu 9.0.4
Confirm this behavior when clicking on the deb in 9.04 to install:
No app entry appears in applications.
That's as far as I got. Then I came here.
No app entry appears in applications.
That's as far as I got. Then I came here.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: installation on ubuntu 9.0.4
w4sh5ub,
You should not try to install by double clicking as it will almost always fail. You should open a terminal and run it from there as su.
You should not try to install by double clicking as it will almost always fail. You should open a terminal and run it from there as su.