You are not logged in.

#1 2017-03-15 00:40:14

balance
Member
Registered: 2017-02-17
Posts: 64

Problem with systemd-modules-load.service

Hi,

so suddenly I saw a [FAILURE] on my start up - it was to ofast to read. But I got this information about it:

$ sudo systemctl --failed

  UNIT                         LOAD   ACTIVE SUB    DESCRIPTION
- systemd-modules-load.service loaded failed failed Load Kernel Modules




$ sudo systemctl status systemd-modules-load.service

- systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2017-03-15 01:17:30 CET; 7min ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 161 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
 Main PID: 161 (code=exited, status=1/FAILURE)

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

Somehow I just don't know how I can debug this. The status log seems unavailable because it was rotated. Which means, from what I've read, that it "moved" them.  I've read that they might be in /var/log/old but this dir is empty.

So, how can I debug this? smile

Offline

#2 2017-03-15 00:59:16

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: Problem with systemd-modules-load.service

     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)

Is a hint to read (which should provide you with the location of the config files that contain the names of the modules (one of which fails to load))

$ man 5 modules-load.d
$ man 8 systemd-modules-load.service

See also Kernel_modules#Automatic_module_handling
Might also want to check (even if the journal indicates it has been rotated (the rotation seems odd to me in itself ) )

# journalctl -b --unit=systemd-modules-load.service

Offline

Board footer

Powered by FluxBB