Hi, Am 07.05.2015 um 12:38 schrieb Mathieu Malaterre: > > After migrating my MacMini G4 from wheezy to jessie[*], here is what I can > see in dmesg output: > > [ 18.191059] systemd[1]: Failed to start Load Kernel Modules. > > More specfically: > > # systemctl status systemd-modules-load.service > ● systemd-modules-load.service - Load Kernel Modules > Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static) > Active: failed (Result: exit-code) since jeu. 2015-05-07 12:18:33 CEST; > 16min ago > Docs: man:systemd-modules-load.service(8) > man:modules-load.d(5) > Process: 134 ExecStart=/lib/systemd/systemd-modules-load (code=exited, > status=1/FAILURE) > Main PID: 134 (code=exited, status=1/FAILURE)
FYI: If you run that command as root [1], it should also have shown which module failed to load. systemctl status by default shows the last 10 log messages from the service. To get a complete log from the service, you can also use journalctl -u systemd-modules-load.service Cheers, Michael [1] or alternatively add your user to group systemd-journal, to give him read access to the journal -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
