LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-28-2013, 10:02 AM   #1
siemaeniu500
Member
 
Registered: Sep 2012
Posts: 44

Rep: Reputation: Disabled
Virtualbox - error


When i want to start maschine:
Code:
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. Please reinstall the kernel module by executing

'/etc/init.d/vboxdrv setup'

as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
sudo /etc/init.d/vboxdrv setup

Code:
root@xxx:~# sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel moduleslibkmod: ERROR ../libkmod/libkmod-module.c:1567 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
libkmod: ERROR ../libkmod/libkmod-module.c:1567 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
libkmod: ERROR ../libkmod/libkmod-module.c:1567 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
 ...done.
Uninstalling old VirtualBox DKMS kernel modules/etc/init.d/vboxdrv: line 302: /usr/share/virtualbox/src/vboxhost/do_dkms: Nie ma takiego pliku ani katalogu
 ...done.
Trying to register the VirtualBox kernel modules using DKMS/etc/init.d/vboxdrv: line 327: /usr/share/virtualbox/src/vboxhost/do_dkms: Nie ma takiego pliku ani katalogu
 ...failed!
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
  (Look at /var/log/vbox-install.log to find out what went wrong)
root@ns3342203:~# apt-get install virualbox
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
E: Nie udało się odnaleźć pakietu virualbox
root@ns3342203:~# sudo apt-get install virtualbox
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
virtualbox jest już w najnowszej wersji.
virtualbox zaznaczony jako zainstalowany ręcznie.
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 1291 nieaktualizowanych.
root@ns3342203:~# sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel moduleslibkmod: ERROR ../libkmod/libkmod-module.c:1567 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
libkmod: ERROR ../libkmod/libkmod-module.c:1567 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
libkmod: ERROR ../libkmod/libkmod-module.c:1567 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
 ...done.
Uninstalling old VirtualBox DKMS kernel modules/etc/init.d/vboxdrv: line 302: /usr/share/virtualbox/src/vboxhost/do_dkms: Nie ma takiego pliku ani katalogu
 ...done.
Trying to register the VirtualBox kernel modules using DKMS/etc/init.d/vboxdrv: line 327: /usr/share/virtualbox/src/vboxhost/do_dkms: Nie ma takiego pliku ani katalogu
 ...failed!
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
  (Look at /var/log/vbox-install.log to find out what went wrong)
vbox-install.log
Code:
Uninstalling modules from DKMS
  removing old DKMS module vboxhost version  4.3.0

------------------------------
Deleting module version: 4.3.0
completely from the DKMS tree.
------------------------------
Done.
Attempting to install using DKMS

Creating symlink /var/lib/dkms/vboxhost/4.3.0/source ->
                 /usr/src/vboxhost-4.3.0

DKMS: add completed.
Failed to install using DKMS, attempting to install without
Makefile:183: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
 
Old 10-28-2013, 10:15 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
You need the kernel source installed for your kernel. The source must match the kernel you are running. To find out the kernel, in a command prompt, run the command 'uname -a' ( without the quotes ). It will return a string of information. At the beginning you will see the kernel name.

The source for your kernel should be in the repos for your distro. What are you running? Also make sure you install the kernel source to match; if you are running a 32 bit system or 64 bit system. Once the source is installed, re-run
Quote:
sudo /etc/init.d/vboxdrv setup
Post any other errors in you have any.
 
Old 10-28-2013, 10:27 AM   #3
siemaeniu500
Member
 
Registered: Sep 2012
Posts: 44

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
You need the kernel source installed for your kernel. The source must match the kernel you are running. To find out the kernel, in a command prompt, run the command 'uname -a' ( without the quotes ). It will return a string of information. At the beginning you will see the kernel name.

The source for your kernel should be in the repos for your distro. What are you running? Also make sure you install the kernel source to match; if you are running a 32 bit system or 64 bit system. Once the source is installed, re-run

Post any other errors in you have any.

uname -a;

Code:
Linux ns3342203.ovh.net 3.10.9-xxxx-grs-ipv6-64 #1 SMP Wed Aug 21 11:51:59 CEST                                                                                         2013 x86_64 GNU/Linux
sudo /etc/init.d/vboxdrv setup

Code:
sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel moduleslibkmod: ERROR ../libkmod/libkmod-module.c:1567 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
libkmod: ERROR ../libkmod/libkmod-module.c:1567 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
libkmod: ERROR ../libkmod/libkmod-module.c:1567 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
 ...done.
Uninstalling old VirtualBox DKMS kernel modules/etc/init.d/vboxdrv: line 302: /usr/share/virtualbox/src/vboxhost/do_dkms: Nie ma takiego pliku ani katalogu
 ...done.
Trying to register the VirtualBox kernel modules using DKMS/etc/init.d/vboxdrv: line 327: /usr/share/virtualbox/src/vboxhost/do_dkms: Nie ma takiego pliku ani katalogu
 ...failed!
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
  (Look at /var/log/vbox-install.log to find out what went wrong)
vbox-install.log
Code:
Uninstalling modules from DKMS
  removing old DKMS module vboxhost version  4.3.0

------------------------------
Deleting module version: 4.3.0
completely from the DKMS tree.
------------------------------
Done.
Attempting to install using DKMS

Creating symlink /var/lib/dkms/vboxhost/4.3.0/source ->
                 /usr/src/vboxhost-4.3.0

DKMS: add completed.
Failed to install using DKMS, attempting to install without
Makefile:183: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.

Last edited by siemaeniu500; 10-28-2013 at 10:30 AM.
 
Old 10-28-2013, 10:33 AM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
3.10.9-xxxx-grs-ipv6-64
This is the name of your kernel. Strange name. It looks like a custom name created on a re-compile of the kernel.

What distro are you running?

Did you install the kernel source?
 
Old 10-28-2013, 10:40 AM   #5
siemaeniu500
Member
 
Registered: Sep 2012
Posts: 44

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
What distro are you running?
System: Debian GNU/Linux 7.1 amd64

Linux version 3.10.9-xxxx-grs-ipv6-64 (kernel@kernel.ovh.net) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Wed Aug 21 11:51:59 CEST 2013

Quote:
Originally Posted by camorri View Post
Did you install the kernel source?

I don't know. I did it from tutorial.
 
Old 10-28-2013, 10:56 AM   #6
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
I don't know. I did it from tutorial.
I don't know if Debain installs source by default, or not. The error you are getting indicates it is not installed.

I would suggest you look in the package manager of Debain, see if you can search for packages on your kernel. Look for source. It has to match the running kernel. You may need help from someone more familiar with Debain. I run slackware. Package management is different.

It helps a lot, on your first post if you state the distro and version you are running, regardless of the problem. That helps us to know if we should respond or not. Distro specifics are quite different.
 
Old 10-30-2013, 10:34 PM   #7
1q2zqi5u
LQ Newbie
 
Registered: Oct 2013
Posts: 1

Rep: Reputation: 0
unmended f

unmended for twelve centuries,cheap beats headphone. At Stourbridge he bought prisms in the Dutch Row with which to unweave the rainbow,cheap beats headphones.
'The Pilgrim?s Progress' was probably the last truly popular work of English fiction,cheap beats sale, in that it appealed to all sections of society who read or heard it. Parts of the book have passed into the language, so that even those who have never read it may well know The Slough of Despond, Giant Despair and Doubting Castle,cheap beats headphone, Mr Worldy-Wiseman, as well as Vanity Fair (taken by Thackeray as the title of his novel serialised 1847/48).
It is still a very powerful allegory of a pilgrim,cheap beats?s passage through this world in hope of achieving the Celestial City,cheap beats by dr dre. It touches the dark pit of the Protestant mind as well as the rapture of light,cheap beats online. Bunyan knew Foxe,cheap beats?s book and consigned Faithful to the flames of martyrdom in the best tradition of gloom and uplift.
Languages gain prestige,cheap beats sale, in part, through their literature ? and this includes their religious literature. Hebrew and Arabic,cheap beats headphones, for example,
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
VirtualBox error non-root dh2k Slackware 7 03-05-2012 08:00 AM
Virtualbox error, but what do i do? Knightron Linux - Virtualization and Cloud 2 10-01-2011 07:09 PM
VirtualBox error anurag2202 Linux - Virtualization and Cloud 8 09-22-2010 12:41 AM
[SOLVED] VirtualBox Install Error MTK358 Linux - Software 3 03-08-2010 02:49 PM
VirtualBox Error Mr. Rey Linux - Software 3 08-19-2008 04:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration