On 12/19/2017 09:39 PM, Andrei Borzenkov wrote:
20.12.2017 04:32, David C. Rankin пишет:
I don't know why it is looking for 'ppp_mppe' and don't know if it was related to the nvidia driver install/remove/reinstall, but it has been present ever since. There must be some file in the systemd-modules-load chain that is trying to load the module. What is that file and where does it live so I can go delete the 'ppp_mppe' entry. There is nothing in /etc/modules-load.d/, so where to check?
Boot with systemd.log_level=debug, this will enable debug output showing which file is being processed.
Andre, Per, Thanks, I got it fixed. There must be a bug in the Leap 42.2 pptpd package. It installs a conf file in /usr/lib/modules-load.d that ultimately attempts to load the 'ppp_mppe' module that apparently doesn't exist in the kernel. # rpm -e pptpd and # dracut -f (one hell of a name for mkinitrd...) fixed the problem. I enabled, LogLevel=debug LogTarget=journal-or-kmsg and checked the journal before removing pptpd, but the messages regarding the modules did not show the file that was responsible for some reason. Ultimately, I just dumped the systemd-modules-load.server and checked each location, e.g. $ cat /usr/lib/systemd/system/systemd-modules-load.service which gave me the list that Per shared, e.g [Unit] Description=Load Kernel Modules Documentation=man:systemd-modules-load.service(8) man:modules-load.d(5) DefaultDependencies=no Conflicts=shutdown.target Before=sysinit.target shutdown.target ConditionCapability=CAP_SYS_MODULE ConditionDirectoryNotEmpty=|/lib/modules-load.d ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d ConditionDirectoryNotEmpty=|/etc/modules-load.d ConditionDirectoryNotEmpty=|/run/modules-load.d ConditionKernelCommandLine=|modules-load ConditionKernelCommandLine=|rd.modules-load which pointed me to /usr/lib/modules-load.d The joys of rooting though systemd, dracut, plymouth, etc..... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org