I have a number of cifs mount points from linux to a NAS server. After using apt-get dist-upgrade, I get Load Kernel Modules failed on start up The cifs-utils module is installed but does not seem to be recognised and I can no longer see the mount points.
I've tried rebooting, purging (dpkg -P) and re-installing cifs-utils (apt-get install), and editing the grub file then updating grub and rebooting (it didn't change to the older kernel) and have run out of ideas so any help appreciated. Output that might help root@debian:/home/lsc# 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 Fri 2017-02-03 08:28:35 GMT; 11min ago Docs: man:systemd-modules-load.service(8) man:modules-load.d(5) Process: 386 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE) Main PID: 386 (code=exited, status=1/FAILURE) Feb 03 08:28:35 debian systemd-modules-load[386]: Failed to insert 'fuse': No such file or directory Feb 03 08:28:35 debian systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE Feb 03 08:28:35 debian systemd[1]: Failed to start Load Kernel Modules. Feb 03 08:28:35 debian systemd[1]: Unit systemd-modules-load.service entered failed state. root@debian:/home/lsc# dpkg -l | grep 'cifs' ii cifs-utils 2:6.4-1 amd64 Common Internet File System utilities root@debian:/home/lsc#lsmod | grep 'cifs' dmesg (gives nothing) root@debian:/home/lsc# dmesg | grep 'cifs' [ 14.347254] cifs: Unknown symbol setattr_prepare (err 0) [ 14.347510] cifs: Unknown symbol setattr_prepare (err 0) [ 14.347760] cifs: Unknown symbol setattr_prepare (err 0) [ 34.359501] cifs: Unknown symbol setattr_prepare (err 0) [ 34.361373] cifs: Unknown symbol setattr_prepare (err 0) [ 34.363185] cifs: Unknown symbol setattr_prepare (err 0) [ 1886.314336] cifs: Unknown symbol setattr_prepare (err 0) root@debian:/home/lsc# uname -a Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel