I have a problem, when I want to use a stroller, I get an error
The provider 'virtualbox' that was requested to back the machine 'default' is reporting that it isn't usable on this system. The reason is shown below: VirtualBox is complaining that the kernel module is not loaded. Please run `VBoxManage
After writing VBoxManage --version I get
WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (4.2.3-200.fc22.x86_64) or it failed to load. Please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup You will not be able to start VMs until this problem is fixed. 4.2.32r101581
and sudo /etc/init.d/vboxdrv setup
I get an error
Stopping VirtualBox kernel modules [ OK ] Uninstalling old VirtualBox DKMS kernel modulesError! Could not locate dkms.conf file. File: does not exist. [ OK ] Removing old VirtualBox netadp kernel module [ OK ] Removing old VirtualBox netflt kernel module [ OK ] Removing old VirtualBox kernel module [ OK ] Trying to register the VirtualBox kernel modules using DKMSError! Bad return status for module build on kernel: 4.2.3-200.fc22.x86_64 (x86_64) Consult /var/lib/dkms/vboxhost/4.2.32/build/make.log for more information. [ERROR] (Failed, trying without DKMS) Recompiling VirtualBox kernel modules [ERROR] (Look at /var/log/vbox-install.log to find out what went wrong)
I do not know where the problem is, I tried updating kernel-devel, kernel headers, dkms, etc. I downgrade VirtualBox from 4.3.30 to 4.2.32 and nothing works, please help me with this problem. When I had version 4.3.30, VirtualBox sudo /etc/init.d/vboxdrv setup did not work, I had a problem with vboxdrv - the command does not exist. Yesterday I worked fine, I turned off the computer and PC, today, when I wanted to use vagrant up I have this problem.
Sorry for my English, please help me with this, thanks for every answer!
// EDIT:
I add
/var/lib/dkms/vboxhost/4.2.32/build/make.log / var / log / vbox -install.log
source share