You are not logged in.
I just did a system upgrade. Now the vboxdrv module from package virtualbox-host-modules cannot be loaded any more.
# grep vboxdrv /var/log/errors.log
Jul 19 14:25:16 localhost systemd-modules-load[246]: Failed to find module 'vboxdrv'
Also a manual modprobe doesn't work.
# modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found.
Kernel version is 3.15.5-2-ARCH
Package virtualbox-host-modules 4.3.14-1 is installed, vboxdrv driver is there in extramodules:
# ls -al /lib/modules/extramodules-3.15-ARCH/vboxdrv.ko.gz
-rw-r--r-- 1 root root 143082 Jul 16 22:48 /lib/modules/extramodules-3.15-ARCH/vboxdrv.ko.gz
Any hints?
Offline
I had that problem on one of my (32-bit) systems today; solved by executing:
# depmod -a
Offline
You have to reboot after installing a new kernel.
Offline
You have to reboot after installing a new kernel.
Yes indeed, but I had already done that - twice - and still had to manually run the depmod.
Offline
I had that problem on one of my (32-bit) systems today; solved by executing:
# depmod -a
Indeed, that helped, thanks a lot
PS: I rebooted the system after system upgrade (in fact twice).
Offline
Good - never had this problem after an upgrade before.
Offline
Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309
Offline
https://bugs.archlinux.org/task/40495
I'll edit the report to indicate that it's happening with the host modules as well as the guest modules.
stefseel, are you on a 32-bit system as well?
Last edited by Scimmia (2014-07-19 18:30:53)
Online
This happened to me on x86_64 when upgrading to 3.14.13-1-lts. The depmod mentioned above fixed it. Thanks!
Offline
Doesn't work with # depmod -a in my case
root@bonanza cristu]# uname -a
Linux bonanza 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:25:42 CEST 2014 i686 GNU/Linux
[root@bonanza cristu]# systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since Tue 2014-07-29 08:58:14 EEST; 2min 6s ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 120 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 120 (code=exited, status=1/FAILURE)
Jul 29 08:58:14 bonanza systemd-modules-load[120]: Failed to insert 'vboxdrv': Exec format error
Jul 29 08:58:14 bonanza systemd-modules-load[120]: Failed to insert 'vboxnetflt': Exec format error
Jul 29 08:58:14 bonanza systemd-modules-load[120]: Failed to insert 'vboxnetadp': Exec format error
Jul 29 08:58:14 bonanza systemd[1]: systemd-modules-load.service: main process exited, code=exited, ...ILURE
Jul 29 08:58:14 bonanza systemd[1]: Failed to start Load Kernel Modules.
Jul 29 08:58:14 bonanza systemd[1]: Unit systemd-modules-load.service entered failed state.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
Hint: Some lines were ellipsized, use -l to show in full.
Offline
Exec format error is a different problem. Seems 3.15.7 is a binary module breaker and the modules haven't been rebuilt for it.
Online
I have the same problem — after updating system (including the kernel to 3.15.7), loading of both vboxdrv and nvidia modules failed with "exec format error".
I was able to fix the nvidia module by temporarily enabling the testing repository and updating the nvidia driver, but for virtualbox-host-modules there is no newer version in testing repository.
Offline
That's because it's in community-testing, since virtualbox is a community package.
Offline
Crossreference to the solved thread on the separate 'exec format error'.
Cristu, please try that solution and continue that discussion there if it doesn't work.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thanks Trilby
I have managed the issue by updating virtualbox-host-modules
[cristu@bonanza ~]$ pacman -Qs virtualbox-host-modules
local/virtualbox-host-modules 4.3.14-3
Host kernel modules for VirtualBox
Offline