Le 18/03/2018 à 14:44, Ed Greshko a écrit :
On 03/18/18 21:29, François Patte wrote:
Le 18/03/2018 à 13:31, Ed Greshko a écrit :
On 03/18/18 19:38, François Patte wrote
Are you rebooting due to a kernel update? And, do you have akmod-VirtualBox installed?
If the above it true, then you're rebooting too soon after the update process and the akmod process hasn't finished building the kernel modules. So, on reboot the module load will initially fail. Then akmod will build the modules and load them.
That was a good idea: yes sometimes I update my machine before stopping it. Yesterday, as there were a new kernel, I updated the system and waited until the whole process finished (using top to watch this update process) and today, in the boot logs, I get:
mars 19 09:17:30 dipankar systemd-modules-load[226]: Failed to find module 'vboxdrv' mars 19 09:17:30 dipankar systemd-modules-load[226]: Failed to find module 'vboxnetflt' mars 19 09:17:30 dipankar systemd-modules-load[226]: Failed to find module 'vboxnetadp' mars 19 09:17:30 dipankar systemd-modules-load[226]: Failed to find module 'vboxpci' mars 19 09:17:32 dipankar systemd-modules-load[812]: Inserted module 'vboxdrv' mars 19 09:17:32 dipankar systemd-modules-load[812]: Inserted module 'vboxnetflt' mars 19 09:17:32 dipankar systemd-modules-load[812]: Inserted module 'vboxnetadp' mars 19 09:17:32 dipankar systemd-modules-load[812]: Inserted module 'vboxpci' mars 19 09:17:32 dipankar audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Only 2 seconds between the time modules are not found and the time these modules are inserted...
Strange!
Do you have a /var/cache/akmods/akmods.log? If so, does it have entries at the times noted in your logs?
modules were successfully built and installed yesterday evening:
2018/03/18 23:03:41 akmods: Building and installing VirtualBox-kmod 2018/03/18 23:03:41 akmods: Building RPM using the command '/sbin/akmodsbuild --target x86_64 --kernels 4.15.9-300.fc27.x86_64 /usr/src/akmods/VirtualBox-kmod.latest' 2018/03/18 23:04:06 akmods: Installing newly built rpms 2018/03/18 23:04:06 akmods: DNF detected 2018/03/18 23:04:14 akmods: Successful.