Page 12 of 16 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 153

Thread: VirtualBox error: Kernel driver not installed (rc=-1908)

  1. #111
    Join Date
    Sep 2010
    Beans
    1

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    Quote Originally Posted by rinocom View Post
    Try tabbing out the vboxdrv portion of 'sudo /etc/init.d/vboxdrv' and see if it has been moved... I say this because I found that I had a file called '/etc/init.d/vboxdrv.dpkg-bak'. I executed
    Code:
    laptop:~$ sudo cp /etc/init.d/vboxdrv.dpkg-bak /etc/init.d/vboxdrv
    laptop:~$ sudo /etc/init.d/vboxdrv setup
     * Stopping VirtualBox kernel module                                             *  done.
     * Removing old VirtualBox netadp kernel module                                  *  done.
     * Removing old VirtualBox netflt kernel module                                  *  done.
     * Removing old VirtualBox kernel module                                         *  done.
     * Recompiling VirtualBox kernel module                                          *  done.
     * Starting VirtualBox kernel module                                             *  done.
    I seem to be good now.

    Rhino

    very good, it's work for me.

    Thanks

  2. #112
    Join Date
    Jul 2009
    Beans
    14

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    here's what has worked for me.. after reading the full message, and paying attention to the fact that it's saying something about kernel headers... drum roll please

    I go to software center, enter "kernel headers". I remember something about "generic" from the last time I had this same issue, so I install the linux-headers-3.5.18-generic, then restart my machine. VOILA.

    SO I guess VirtualBox needs the "generic headers" for whatever kernel you're running. Any time the kernel updates (pay attention to the updates window), you gotta re-install the headers and restart. Worked for me.

  3. #113
    Join Date
    Dec 2012
    Beans
    2

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    Error! Bad return status for module build on kernel: 3.2.6 (x86_64) Consult the make.log in the build directory /var/lib/dkms/virtualbox-ose/3.1.6/build/ for more information. dpkg: error processing virtualbox-ose-dkms (--configure): subprocess installed post-installation script returned error exit status 10 Errors were encountered while processing: virtualbox-ose-dkms is a persistent error. The same line occurs during: aptitude install synaptic or other install commands. I was still able to start synaptic and then selected all of the upgrades. One of them was virtualbox-ose-dkms. Installing...brb http://ubuntuforums.org/images/smilies/guitar.gif

  4. #114
    Join Date
    Dec 2012
    Beans
    2

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    At the end of my Synaptic applications upgrade these are the results: "E: virtualbox-ose-dkms: subprocess installed post-installation script returned error exit status 10" This error repeats throughout the upgrades and just following the python compatibility check. I'm at a loss. Sorry for not generating the upgrade script report.

  5. #115
    Join Date
    Jan 2012
    Beans
    3

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    Thats helped for me:
    aptitude purge virtualbox

    Code:
    echo "deb http://download.virtualbox.org/virtualbox/debian $(uname -r) contrib" | sudo tee -a /etc/apt/sources.list 
    wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - 
    sudo apt-get update
    
    sudo apt-get install linux-headers
    sudo aptitude install virtualbox-4.2
    Last edited by CharlesA; January 25th, 2013 at 10:03 PM. Reason: code tags and fixed incorrect command

  6. #116
    Join Date
    Jan 2011
    Location
    British Columbia
    Beans
    Hidden!
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    Sorry i have the same problem and booting into the default generic kernel didn't fix the VMmachine issue

  7. #117
    Join Date
    Jul 2011
    Location
    Nairobi,Kenya
    Beans
    127
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    I downloaded the .deb file from https://www.virtualbox.org/wiki/Linux_Downloads , installed it with gdebi and I have had brighter days since then!
    People resist progression in every facet of life, computers are no different. Inevitably though, progress passes them by, and they become like dinosaurs...

  8. #118
    Join Date
    Feb 2013
    Beans
    2

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    Hi Guys.

    VirtualBox error: Kernel driver not installed (rc=-1908)

    This is what i did to get the error above fixed

    apt-get install linux-headers

    apt-get install linux-headers-3.5.0-24-generic

    sudo aptitude update
    sudo aptitude install dkms
    sudo /etc/init.d/vboxdrv setup

    Working !!!

  9. #119
    Join Date
    Jan 2011
    Location
    British Columbia
    Beans
    Hidden!
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    Quote Originally Posted by corswors View Post
    Hi Guys.

    VirtualBox error: Kernel driver not installed (rc=-1908)

    This is what i did to get the error above fixed

    apt-get install linux-headers

    apt-get install linux-headers-3.5.0-24-generic

    sudo aptitude update
    sudo aptitude install dkms
    sudo /etc/init.d/vboxdrv setup

    Working !!!
    I tried the above method and got back errors.

    Code:
                          P { margin-bottom: 0.21cm; }   Brock@Gonad:~$ apt-get install linux-headers  
     E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)  
     E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?  
     Brock@Gonad:~$ sudo apt-get install linux-headers  
     [sudo] password for Brock:  
     Reading package lists... Done  
     Building dependency tree        
     Reading state information... Done  
     Package linux-headers is a virtual package provided by:  
       linux-headers-3.7.4-lld-bfs-bfq 3.7.4-lld-bfs-bfq-10.00.Custom  
       linux-headers-3.6.6-low-latency-desktop 3.6.6-low-latency-desktop-10.00.Custom  
       linux-headers-3.6.6-lld+bfq 3.6.6-lld+bfq-10.00.Custom  
       linux-headers-3.6.6-crazyass-fast 3.6.6-crazyass-fast-10.00.Custom  
       linux-headers-3.2.0-38-lowlatency 3.2.0-38.40  
       linux-headers-3.2.0-37-lowlatency 3.2.0-37.37  
       linux-headers-3.2.0-36-lowlatency 3.2.0-36.36  
       linux-headers-3.2.0-35-lowlatency 3.2.0-35.34  
       linux-headers-3.2.0-33-lowlatency 3.2.0-33.33  
       linux-headers-3.2.0-38-virtual 3.2.0-38.61  
       linux-headers-3.2.0-38-generic 3.2.0-38.61  
       linux-headers-3.2.0-38 3.2.0-38.61  
       linux-headers-3.2.0-37-virtual 3.2.0-37.58  
       linux-headers-3.2.0-37-generic 3.2.0-37.58  
       linux-headers-3.2.0-37 3.2.0-37.58  
       linux-headers-3.2.0-36-virtual 3.2.0-36.57  
       linux-headers-3.2.0-36-generic 3.2.0-36.57  
       linux-headers-3.2.0-36 3.2.0-36.57  
       linux-headers-3.2.0-35-virtual 3.2.0-35.55  
       linux-headers-3.2.0-35-generic 3.2.0-35.55  
       linux-headers-3.2.0-35 3.2.0-35.55  
       linux-headers-3.2.0-34-virtual 3.2.0-34.53  
       linux-headers-3.2.0-34-generic 3.2.0-34.53  
       linux-headers-3.2.0-34 3.2.0-34.53  
       linux-headers-3.2.0-33-virtual 3.2.0-33.52  
       linux-headers-3.2.0-33-generic 3.2.0-33.52  
       linux-headers-3.2.0-33 3.2.0-33.52  
       linux-headers-3.2.0-32-virtual 3.2.0-32.51  
       linux-headers-3.2.0-32-generic 3.2.0-32.51  
       linux-headers-3.2.0-32 3.2.0-32.51  
       linux-headers-3.2.0-31-virtual 3.2.0-31.50  
       linux-headers-3.2.0-31-generic 3.2.0-31.50  
       linux-headers-3.2.0-31 3.2.0-31.50  
       linux-headers-3.2.0-30-virtual 3.2.0-30.48  
       linux-headers-3.2.0-30-generic 3.2.0-30.48  
       linux-headers-3.2.0-30 3.2.0-30.48  
       linux-headers-3.2.0-29-virtual 3.2.0-29.46  
       linux-headers-3.2.0-29-generic 3.2.0-29.46  
       linux-headers-3.2.0-29 3.2.0-29.46  
       linux-headers-3.2.0-27-virtual 3.2.0-27.43  
       linux-headers-3.2.0-27-generic 3.2.0-27.43  
       linux-headers-3.2.0-27 3.2.0-27.43  
       linux-headers-3.2.0-26-virtual 3.2.0-26.41  
       linux-headers-3.2.0-26-generic 3.2.0-26.41  
       linux-headers-3.2.0-26 3.2.0-26.41  
       linux-headers-3.2.0-25-virtual 3.2.0-25.40  
       linux-headers-3.2.0-25-generic 3.2.0-25.40  
       linux-headers-3.2.0-25 3.2.0-25.40  
       linux-headers-3.2.0-24-virtual 3.2.0-24.39  
       linux-headers-3.2.0-24-generic 3.2.0-24.39  
       linux-headers-3.2.0-24 3.2.0-24.39  
       linux-headers-3.2.0-23-lowlatency 3.2.0-23.31  
       linux-headers-3.2.0-23-virtual 3.2.0-23.36  
       linux-headers-3.2.0-23-generic 3.2.0-23.36  
       linux-headers-3.2.0-23 3.2.0-23.36  
     You should explicitly select one to install.  
     
    
     E: Package 'linux-headers' has no installation candidate  
     Brock@Gonad:~$ sudo apt-get install linux-headers-3.5.0-24-generic  
     Reading package lists... Done  
     Building dependency tree        
     Reading state information... Done  
     The following packages were automatically installed and are no longer required:  
       libsdl-ttf2.0-0 linux-headers-3.2.0-29 linux-headers-3.2.0-29-generic  
       language-pack-kde-zh-hans-base language-pack-kde-en kde-l10n-engb  
       language-pack-zh-hans-base kde-l10n-zhcn language-pack-zh-hans  
       language-pack-kde-zh-hans language-pack-kde-en-base  
     Use 'apt-get autoremove' to remove them.  
     The following extra packages will be installed:  
       linux-headers-3.5.0-24  
     The following NEW packages will be installed:  
       linux-headers-3.5.0-24 linux-headers-3.5.0-24-generic  
     0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.  
     Need to get 13.1 MB of archives.  
     After this operation, 70.0 MB of additional disk space will be used.  
     Do you want to continue [Y/n]? y  
     Get:1 http://ca.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.5.0-24 all 3.5.0-24.37~precise1 [12.1 MB]  
     Get:2 http://ca.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.5.0-24-generic amd64 3.5.0-24.37~precise1 [972 kB]  
     Fetched 13.1 MB in 5s (2,572 kB/s)                       
     Selecting previously unselected package linux-headers-3.5.0-24.  
     (Reading database ... 446325 files and directories currently installed.)  
     Unpacking linux-headers-3.5.0-24 (from .../linux-headers-3.5.0-24_3.5.0-24.37~precise1_all.deb) ...  
     Selecting previously unselected package linux-headers-3.5.0-24-generic.  
     Unpacking linux-headers-3.5.0-24-generic (from .../linux-headers-3.5.0-24-generic_3.5.0-24.37~precise1_amd64.deb) ...  
     Setting up linux-headers-3.5.0-24 (3.5.0-24.37~precise1) ...  
     Setting up linux-headers-3.5.0-24-generic (3.5.0-24.37~precise1) ...  
     Examining /etc/kernel/header_postinst.d.  
     run-parts: executing /etc/kernel/header_postinst.d/dkms 3.5.0-24-generic /boot/vmlinuz-3.5.0-24-generic  
     Error! Bad return status for module build on kernel: 3.5.0-24-generic (x86_64)  
     Consult /var/lib/dkms/virtualbox/4.1.12/build/make.log for more information.  
     Brock@Gonad:~$ sudo aptitude update  
     Hit http://download.virtualbox.org precise InRelease  
     Ign http://extras.ubuntu.com precise InRelease                                   
     Ign http://security.ubuntu.com precise-security InRelease            
     Ign http://ppa.launchpad.net precise InRelease                        
     Ign http://ppa.launchpad.net precise InRelease                        
     Ign http://ppa.launchpad.net precise InRelease  
     Ign http://ca.archive.ubuntu.com precise InRelease                               
     Ign http://ca.archive.ubuntu.com precise-updates InRelease            
     Ign http://ca.archive.ubuntu.com precise-backports InRelease  
     Get: 1 http://extras.ubuntu.com precise Release.gpg [72 B]            
     Get: 2 http://security.ubuntu.com precise-security Release.gpg [198 B]           
     Ign http://ppa.launchpad.net precise InRelease                                   
     Ign http://ppa.launchpad.net precise InRelease  
     Hit http://ppa.launchpad.net precise Release.gpg  
     Hit http://ppa.launchpad.net precise Release.gpg  
     Hit http://ca.archive.ubuntu.com precise Release.gpg  
     Get: 3 http://ca.archive.ubuntu.com precise-updates Release.gpg [198 B]  
     Hit http://extras.ubuntu.com precise Release                          
     Get: 4 http://security.ubuntu.com precise-security Release [49.6 kB]  
     Hit http://ppa.launchpad.net precise Release.gpg                                 
     Hit http://ppa.launchpad.net precise Release.gpg                                
     Hit http://ppa.launchpad.net precise Release.gpg  
     Hit http://ppa.launchpad.net precise Release  
     Hit http://ca.archive.ubuntu.com precise-backports Release.gpg                   
     Hit http://ca.archive.ubuntu.com precise Release                                
     Hit http://extras.ubuntu.com precise/main Sources                                
     Hit http://ppa.launchpad.net precise Release                                    
     Hit http://ppa.launchpad.net precise Release                                    
     Hit http://ppa.launchpad.net precise Release  
     Hit http://ppa.launchpad.net precise Release  
     Get: 5 http://ca.archive.ubuntu.com precise-updates Release [49.6 kB]            
     Hit http://extras.ubuntu.com precise/main amd64 Packages                         
     Hit http://extras.ubuntu.com precise/main i386 Packages                          
     Hit http://ppa.launchpad.net precise/main Sources                                
     Ign http://extras.ubuntu.com precise/main TranslationIndex                       
     Hit http://ppa.launchpad.net precise/main amd64 Packages                        
     Hit http://ppa.launchpad.net precise/main i386 Packages                         
     Ign http://ppa.launchpad.net precise/main TranslationIndex  
     Hit http://ppa.launchpad.net precise/main Sources  
     Hit http://ppa.launchpad.net precise/main amd64 Packages  
     Hit http://ppa.launchpad.net precise/main i386 Packages                         
     Ign http://ppa.launchpad.net precise/main TranslationIndex  
     Hit http://ppa.launchpad.net precise/main Sources  
     Get: 6 http://security.ubuntu.com precise-security/main Sources [63.1 kB]        
     Hit http://ppa.launchpad.net precise/main amd64 Packages                         
     Hit http://ppa.launchpad.net precise/main i386 Packages                          
     Ign http://ppa.launchpad.net precise/main TranslationIndex                       
     Hit http://ppa.launchpad.net precise/main Sources                                
     Hit http://ppa.launchpad.net precise/main amd64 Packages  
     Hit http://ppa.launchpad.net precise/main i386 Packages  
     Ign http://ppa.launchpad.net precise/main TranslationIndex  
     Hit http://ppa.launchpad.net precise/main Sources                                
     Hit http://ppa.launchpad.net precise/main amd64 Packages                         
     Hit http://ppa.launchpad.net precise/main i386 Packages  
     Ign http://ppa.launchpad.net precise/main TranslationIndex                       
     Hit http://ca.archive.ubuntu.com precise-backports Release                       
     Get: 7 http://security.ubuntu.com precise-security/restricted Sources [1,950 B]  
     Get: 8 http://security.ubuntu.com precise-security/universe Sources [22.2 kB]    
     Get: 9 http://security.ubuntu.com precise-security/multiverse Sources [1,382 B]  
     Get: 10 http://security.ubuntu.com precise-security/main amd64 Packages [228 kB]  
     Hit http://ca.archive.ubuntu.com precise/main Sources                            
     Hit http://ca.archive.ubuntu.com precise/restricted Sources                     
     Hit http://ca.archive.ubuntu.com precise/universe Sources  
     Hit http://ca.archive.ubuntu.com precise/multiverse Sources  
     Hit http://ca.archive.ubuntu.com precise/main amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise/restricted amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise/universe amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise/multiverse amd64 Packages               
     Hit http://ca.archive.ubuntu.com precise/main i386 Packages                      
     Hit http://ca.archive.ubuntu.com precise/restricted i386 Packages  
     Hit http://ca.archive.ubuntu.com precise/universe i386 Packages                  
     Hit http://ca.archive.ubuntu.com precise/multiverse i386 Packages                
     Hit http://ca.archive.ubuntu.com precise/main TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise/multiverse TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise/restricted TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise/universe TranslationIndex               
     Get: 11 http://ca.archive.ubuntu.com precise-updates/main Sources [367 kB]       
     Get: 12 http://security.ubuntu.com precise-security/restricted amd64 Packages [3,969 B]  
     Get: 13 http://security.ubuntu.com precise-security/universe amd64 Packages [68.2 kB]  
     Ign http://ppa.launchpad.net precise/main Translation-en_CA                      
     Ign http://ppa.launchpad.net precise/main Translation-en                         
     Get: 14 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2,193 B]  
     Get: 15 http://security.ubuntu.com precise-security/main i386 Packages [237 kB]  
     Ign http://extras.ubuntu.com precise/main Translation-en_CA                      
     Ign http://ppa.launchpad.net precise/main Translation-en_CA                      
     Ign http://ppa.launchpad.net precise/main Translation-en  
     Ign http://ppa.launchpad.net precise/main Translation-en_CA                      
     Ign http://ppa.launchpad.net precise/main Translation-en                         
     Ign http://ppa.launchpad.net precise/main Translation-en_CA  
     Ign http://ppa.launchpad.net precise/main Translation-en  
     Ign http://extras.ubuntu.com precise/main Translation-en                         
     Get: 16 http://security.ubuntu.com precise-security/restricted i386 Packages [3,968 B]  
     Get: 17 http://security.ubuntu.com precise-security/universe i386 Packages [69.9 kB]  
     Get: 18 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,368 B]  
     Hit http://security.ubuntu.com precise-security/main TranslationIndex            
     Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex  
     Hit http://security.ubuntu.com precise-security/restricted TranslationIndex  
     Hit http://security.ubuntu.com precise-security/universe TranslationIndex  
     Ign http://ppa.launchpad.net precise/main Translation-en_CA                     
     Ign http://ppa.launchpad.net precise/main Translation-en                      
     Hit http://security.ubuntu.com precise-security/main Translation-en           
     Hit http://security.ubuntu.com precise-security/multiverse Translation-en  
     Hit http://security.ubuntu.com precise-security/restricted Translation-en  
     Hit http://security.ubuntu.com precise-security/universe Translation-en  
     Get: 19 http://ca.archive.ubuntu.com precise-updates/restricted Sources [5,135 B]  
     Get: 20 http://ca.archive.ubuntu.com precise-updates/universe Sources [79.2 kB]  
     Get: 21 http://ca.archive.ubuntu.com precise-updates/multiverse Sources [4,725 B]  
     Get: 22 http://ca.archive.ubuntu.com precise-updates/main amd64 Packages [582 kB]  
     Get: 23 http://ca.archive.ubuntu.com precise-updates/restricted amd64 Packages [9,565 B]  
     Get: 24 http://ca.archive.ubuntu.com precise-updates/universe amd64 Packages [182 kB]  
     Get: 25 http://ca.archive.ubuntu.com precise-updates/multiverse amd64 Packages [9,421 B]  
     Get: 26 http://ca.archive.ubuntu.com precise-updates/main i386 Packages [593 kB]  
     Get: 27 http://ca.archive.ubuntu.com precise-updates/restricted i386 Packages [9,503 B]  
     Get: 28 http://ca.archive.ubuntu.com precise-updates/universe i386 Packages [184 kB]  
     Get: 29 http://ca.archive.ubuntu.com precise-updates/multiverse i386 Packages [10.4 kB]  
     Hit http://ca.archive.ubuntu.com precise-updates/main TranslationIndex           
     Hit http://ca.archive.ubuntu.com precise-updates/multiverse TranslationIndex     
     Hit http://ca.archive.ubuntu.com precise-updates/restricted TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise-updates/universe TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise-backports/main Sources  
     Hit http://ca.archive.ubuntu.com precise-backports/restricted Sources  
     Hit http://ca.archive.ubuntu.com precise-backports/universe Sources  
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse Sources  
     Hit http://ca.archive.ubuntu.com precise-backports/main amd64 Packages           
     Hit http://ca.archive.ubuntu.com precise-backports/restricted amd64 Packages     
     Hit http://ca.archive.ubuntu.com precise-backports/universe amd64 Packages       
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/main i386 Packages            
     Hit http://ca.archive.ubuntu.com precise-backports/restricted i386 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/universe i386 Packages        
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse i386 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/main TranslationIndex         
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise-backports/restricted TranslationIndex   
     Hit http://ca.archive.ubuntu.com precise-backports/universe TranslationIndex     
     Hit http://ca.archive.ubuntu.com precise/main Translation-en_CA  
     Hit http://ca.archive.ubuntu.com precise/main Translation-en  
     Hit http://ca.archive.ubuntu.com precise/multiverse Translation-en               
     Hit http://ca.archive.ubuntu.com precise/restricted Translation-en               
     Hit http://ca.archive.ubuntu.com precise/universe Translation-en_CA              
     Hit http://ca.archive.ubuntu.com precise/universe Translation-en  
     Hit http://ca.archive.ubuntu.com precise-updates/main Translation-en_CA          
     Hit http://ca.archive.ubuntu.com precise-updates/main Translation-en             
     Hit http://ca.archive.ubuntu.com precise-updates/multiverse Translation-en  
     Hit http://ca.archive.ubuntu.com precise-updates/restricted Translation-en       
     Hit http://ca.archive.ubuntu.com precise-updates/universe Translation-en_CA  
     Hit http://ca.archive.ubuntu.com precise-updates/universe Translation-en  
     Hit http://ca.archive.ubuntu.com precise-backports/main Translation-en  
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse Translation-en     
     Hit http://ca.archive.ubuntu.com precise-backports/restricted Translation-en  
     Hit http://ca.archive.ubuntu.com precise-backports/universe Translation-en       
     Fetched 2,840 kB in 16s (172 kB/s)                                               
     W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/precise/InRelease  Unable to find expected entry 'contrib/source/Sources' in Release file (Wrong sources.list entry or malformed file)  
     
    
     E: Some index files failed to download. They have been ignored, or old ones used instead.  
     
    
     Brock@Gonad:~$ sudo aptitude install dkms  
     No packages will be installed, upgraded, or removed.  
     0 packages upgraded, 0 newly installed, 0 to remove and 16 not upgraded.  
     Need to get 0 B of archives. After unpacking 0 B will be used.  
                                               
     Brock@Gonad:~$ sudo /etc/init.d/vboxdrv setup  
     Brock@Gonad:~$ sudo apt-get install linux-headers-3.5.0-24-generic  
     Reading package lists... Done  
     Building dependency tree        
     Reading state information... Done  
     linux-headers-3.5.0-24-generic is already the newest version.  
     0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.  
     Brock@Gonad:~$ sudo apt-get update  
     Hit http://download.virtualbox.org precise InRelease  
     Ign http://security.ubuntu.com precise-security InRelease                       
     Hit http://security.ubuntu.com precise-security Release.gpg                     
     Ign http://extras.ubuntu.com precise InRelease                                  
     Ign http://ppa.launchpad.net precise InRelease                        
     Ign http://ppa.launchpad.net precise InRelease                        
     Ign http://ppa.launchpad.net precise InRelease                        
     Ign http://ca.archive.ubuntu.com precise InRelease                              
     Ign http://ca.archive.ubuntu.com precise-updates InRelease                      
     Ign http://ca.archive.ubuntu.com precise-backports InRelease          
     Hit http://security.ubuntu.com precise-security Release               
     Hit http://extras.ubuntu.com precise Release.gpg                                
     Hit http://security.ubuntu.com precise-security/main Sources          
     Ign http://ppa.launchpad.net precise InRelease                        
     Ign http://ppa.launchpad.net precise InRelease                        
     Hit http://ppa.launchpad.net precise Release.gpg                      
     Hit http://ppa.launchpad.net precise Release.gpg                      
     Hit http://ca.archive.ubuntu.com precise Release.gpg                  
     Hit http://ca.archive.ubuntu.com precise-updates Release.gpg                    
     Hit http://security.ubuntu.com precise-security/restricted Sources              
     Hit http://security.ubuntu.com precise-security/universe Sources                
     Hit http://security.ubuntu.com precise-security/multiverse Sources              
     Hit http://security.ubuntu.com precise-security/main amd64 Packages             
     Hit http://security.ubuntu.com precise-security/restricted amd64 Packages       
     Hit http://security.ubuntu.com precise-security/universe amd64 Packages         
     Hit http://security.ubuntu.com precise-security/multiverse amd64 Packages  
     Hit http://security.ubuntu.com precise-security/main i386 Packages    
     Hit http://security.ubuntu.com precise-security/restricted i386 Packages        
     Hit http://security.ubuntu.com precise-security/universe i386 Packages          
     Hit http://extras.ubuntu.com precise Release                                    
     Hit http://ppa.launchpad.net precise Release.gpg                                
     Hit http://ppa.launchpad.net precise Release.gpg                      
     Hit http://ppa.launchpad.net precise Release.gpg                      
     Hit http://ppa.launchpad.net precise Release                          
     Hit http://security.ubuntu.com precise-security/multiverse i386 Packages        
     Hit http://ca.archive.ubuntu.com precise-backports Release.gpg                  
     Hit http://security.ubuntu.com precise-security/main TranslationIndex           
     Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex     
     Hit http://security.ubuntu.com precise-security/restricted TranslationIndex     
     Hit http://security.ubuntu.com precise-security/universe TranslationIndex       
     Hit http://extras.ubuntu.com precise/main Sources                               
     Hit http://ppa.launchpad.net precise Release                          
     Hit http://ppa.launchpad.net precise Release                                    
     Hit http://ppa.launchpad.net precise Release                                    
     Hit http://ppa.launchpad.net precise Release                                    
     Hit http://security.ubuntu.com precise-security/main Translation-en             
     Hit http://security.ubuntu.com precise-security/multiverse Translation-en       
     Hit http://security.ubuntu.com precise-security/restricted Translation-en       
     Hit http://ca.archive.ubuntu.com precise Release                                
     Hit http://security.ubuntu.com precise-security/universe Translation-en         
     Hit http://ppa.launchpad.net precise/main Sources                               
     Hit http://ca.archive.ubuntu.com precise-updates Release              
     Hit http://extras.ubuntu.com precise/main amd64 Packages                        
     Hit http://extras.ubuntu.com precise/main i386 Packages               
     Ign http://extras.ubuntu.com precise/main TranslationIndex            
     Hit http://ppa.launchpad.net precise/main amd64 Packages              
     Hit http://ppa.launchpad.net precise/main i386 Packages  
     Ign http://ppa.launchpad.net precise/main TranslationIndex            
     Hit http://ppa.launchpad.net precise/main Sources                     
     Hit http://ppa.launchpad.net precise/main amd64 Packages  
     Hit http://ppa.launchpad.net precise/main i386 Packages  
     Ign http://ppa.launchpad.net precise/main TranslationIndex            
     Hit http://ppa.launchpad.net precise/main Sources                     
     Hit http://ca.archive.ubuntu.com precise-backports Release  
     Hit http://ca.archive.ubuntu.com precise/main Sources                           
     Hit http://ca.archive.ubuntu.com precise/restricted Sources                     
     Hit http://ca.archive.ubuntu.com precise/universe Sources              
     Hit http://ca.archive.ubuntu.com precise/multiverse Sources            
     Hit http://ca.archive.ubuntu.com precise/main amd64 Packages                    
     Hit http://ppa.launchpad.net precise/main amd64 Packages                        
     Hit http://ppa.launchpad.net precise/main i386 Packages               
     Ign http://ppa.launchpad.net precise/main TranslationIndex            
     Hit http://ppa.launchpad.net precise/main Sources                     
     Hit http://ppa.launchpad.net precise/main amd64 Packages              
     Hit http://ppa.launchpad.net precise/main i386 Packages               
     Ign http://ppa.launchpad.net precise/main TranslationIndex            
     Hit http://ca.archive.ubuntu.com precise/restricted amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise/universe amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise/multiverse amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise/main i386 Packages  
     Hit http://ca.archive.ubuntu.com precise/restricted i386 Packages     
     Hit http://ca.archive.ubuntu.com precise/universe i386 Packages       
     Hit http://ca.archive.ubuntu.com precise/multiverse i386 Packages     
     Hit http://ca.archive.ubuntu.com precise/main TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise/multiverse TranslationIndex  
     Hit http://ppa.launchpad.net precise/main Sources                     
     Hit http://ppa.launchpad.net precise/main amd64 Packages              
     Hit http://ppa.launchpad.net precise/main i386 Packages               
     Ign http://ppa.launchpad.net precise/main TranslationIndex            
     Hit http://ca.archive.ubuntu.com precise/restricted TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise/universe TranslationIndex    
     Hit http://ca.archive.ubuntu.com precise-updates/main Sources         
     Hit http://ca.archive.ubuntu.com precise-updates/restricted Sources   
     Hit http://ca.archive.ubuntu.com precise-updates/universe Sources     
     Hit http://ca.archive.ubuntu.com precise-updates/multiverse Sources   
     Hit http://ca.archive.ubuntu.com precise-updates/main amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise-updates/restricted amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise-updates/universe amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise-updates/multiverse amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise-updates/main i386 Packages   
     Hit http://ca.archive.ubuntu.com precise-updates/restricted i386 Packages  
     Hit http://ca.archive.ubuntu.com precise-updates/universe i386 Packages  
     Hit http://ca.archive.ubuntu.com precise-updates/multiverse i386 Packages  
     Hit http://ca.archive.ubuntu.com precise-updates/main TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise-updates/multiverse TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise-updates/restricted TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise-updates/universe TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise-backports/main Sources       
     Hit http://ca.archive.ubuntu.com precise-backports/restricted Sources  
     Hit http://ca.archive.ubuntu.com precise-backports/universe Sources   
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse Sources  
     Hit http://ca.archive.ubuntu.com precise-backports/main amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/restricted amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/universe amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse amd64 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/main i386 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/restricted i386 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/universe i386 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse i386 Packages  
     Hit http://ca.archive.ubuntu.com precise-backports/main TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise-backports/restricted TranslationIndex  
     Ign http://ppa.launchpad.net precise/main Translation-en_CA           
     Ign http://ppa.launchpad.net precise/main Translation-en              
     Hit http://ca.archive.ubuntu.com precise-backports/universe TranslationIndex  
     Hit http://ca.archive.ubuntu.com precise/main Translation-en_CA       
     Hit http://ca.archive.ubuntu.com precise/main Translation-en          
     Hit http://ca.archive.ubuntu.com precise/multiverse Translation-en    
     Hit http://ca.archive.ubuntu.com precise/restricted Translation-en  
     Hit http://ca.archive.ubuntu.com precise/universe Translation-en_CA  
     Hit http://ca.archive.ubuntu.com precise/universe Translation-en      
     Ign http://ppa.launchpad.net precise/main Translation-en_CA           
     Ign http://ppa.launchpad.net precise/main Translation-en  
     Ign http://extras.ubuntu.com precise/main Translation-en_CA  
     Hit http://ca.archive.ubuntu.com precise-updates/main Translation-en_CA  
     Hit http://ca.archive.ubuntu.com precise-updates/main Translation-en  
     Hit http://ca.archive.ubuntu.com precise-updates/multiverse Translation-en  
     Hit http://ca.archive.ubuntu.com precise-updates/restricted Translation-en  
     Hit http://ca.archive.ubuntu.com precise-updates/universe Translation-en_CA  
     Hit http://ca.archive.ubuntu.com precise-updates/universe Translation-en  
     Hit http://ca.archive.ubuntu.com precise-backports/main Translation-en  
     Hit http://ca.archive.ubuntu.com precise-backports/multiverse Translation-en  
     Ign http://ppa.launchpad.net precise/main Translation-en_CA           
     Ign http://ppa.launchpad.net precise/main Translation-en              
     Ign http://ppa.launchpad.net precise/main Translation-en_CA  
     Ign http://ppa.launchpad.net precise/main Translation-en  
     Ign http://ppa.launchpad.net precise/main Translation-en_CA  
     Ign http://ppa.launchpad.net precise/main Translation-en  
     Ign http://extras.ubuntu.com precise/main Translation-en  
     Hit http://ca.archive.ubuntu.com precise-backports/restricted Translation-en  
     Hit http://ca.archive.ubuntu.com precise-backports/universe Translation-en  
     W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/precise/InRelease  Unable to find expected entry 'contrib/source/Sources' in Release file (Wrong sources.list entry or malformed file)  
     
    
     E: Some index files failed to download. They have been ignored, or old ones used instead.  
     Brock@Gonad:~$ sudo apt-get install linux-headers-3.5.0-24-generic  
     Reading package lists... Done  
     Building dependency tree        
     Reading state information... Done  
     linux-headers-3.5.0-24-generic is already the newest version.  
     0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.  
     Brock@Gonad:~$ sudo aptitude install dkms  
     No packages will be installed, upgraded, or removed.  
     0 packages upgraded, 0 newly installed, 0 to remove and 16 not upgraded.  
     Need to get 0 B of archives. After unpacking 0 B will be used.  
                                               
     Brock@Gonad:~$ sudo /etc/init.d/vboxdrv setup  
     Brock@Gonad:~$
    There is something wrong with my sources or my virtual box Key and i don't know how to fix it.
    Ubuntu-Gnome 17.04, 4.14 Kernel
    Core i7 c/w itx Board / Z87 Chipset
    R9 280OC (Tahiti Pro, Radeon HD 7950/4950 OEM)
    256gb OS, ~8TB of Spinners

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

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    It should be either:

    Code:
    linux-headers-generic
    OR

    Code:
    linux-headers-server
    Depending if you have the server or desktop version of Ubuntu installed.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

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

Page 12 of 16 FirstFirst ... 21011121314 ... LastLast

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
  •