You are not logged in.
Pages: 1
~]$ 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-03-11 18:34:06 CDT; 4min 53s ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 137 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 137 (code=exited, status=1/FAILURE)
Mar 11 18:34:06 arch-m systemd-modules-load[137]: Failed to insert 'vboxguest...
Mar 11 18:34:06 arch-m systemd-modules-load[137]: Failed to insert 'vboxsf': ...
Mar 11 18:34:06 arch-m systemd-modules-load[137]: Inserted module 'vboxvideo'
Mar 11 18:34:06 arch-m systemd-modules-load[137]: Inserted module 'vboxdrv'
Mar 11 18:34:06 arch-m systemd-modules-load[137]: Inserted module 'vboxnetadp'
Mar 11 18:34:06 arch-m systemd-modules-load[137]: Failed to find module 'vbox...
Mar 11 18:34:06 arch-m systemd[1]: systemd-modules-load.service: main proce...RE
Mar 11 18:34:06 arch-m systemd[1]: Failed to start Load Kernel Modules.
Mar 11 18:34:06 arch-m systemd[1]: Unit systemd-modules-load.service entere...e.
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. Does any one know how to fix this? AFter a while it became annoying.
Offline
Make sure the modules exist, but first, make sure you really want to load both host- and guest-modules for VirtualBox.
Offline
More importantly, the modules are built for a specific kernel version. So if the kernel gets updated and the virtualbox modules get overlooked somehow, then they are not going to work. You can always rebuild them with makepkg and ABS though.
Offline
Pages: 1