May 14 12:34:56 myhost systemd-modules-load[1234]: Failed to find module 'some_module' May 14 12:34:56 myhost systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE May 14 1
I get the same error and found this: systemd-modules-load[187]: Failed to find module 'nf_conntrack_pptp' in the journal. This started after upgrade from kernel 4.8.6. lsmod shows the module is loaded so should I just ignore the error as suggested in bug #1400041 and wait for a fix...
int r = module_setup_context(&ctx); if (r < 0) log_error_errno(r, "Failed to initialize libkmod context: %m"); Member poettering Jun 4, 2024 this should be fatal for the thread poettering reviewed Jun 4, 2024 View reviewed changes src/modules-load/modules-load.c if (...
Description of problem: After an upgrade to Fedora 21, I get the following message every boot: [ 0.857565] systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE [ 0.858128] systemd[1]: Failed to start Load Kernel Modules. [ 0.858194] systemd[1]: ...