<div dir="ltr">modinfo cifs and uname -a match</div><div class="gmail_extra"><br><div class="gmail_quote">On 3 February 2017 at 09:43, Mantas Mikulėnas <span dir="ltr"><<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Fri, Feb 3, 2017 at 11:23 AM, Isla Finney <span dir="ltr"><<a href="mailto:dr.isla.finney@gmail.com" target="_blank">dr.isla.finney@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I have a number of cifs mount points from linux to a NAS server.</div><div>After using apt-get dist-upgrade, I get Load Kernel Modules failed on start up</div><div>The cifs-utils module is installed but does not seem to be recognised and I can no longer see the mount points.</div><div><br></div><div>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.</div></div></blockquote><div><br></div></span><div>First, this has nothing to do with systemd. The service you found is only used to trigger manual loading of modules that didn't get loaded automatically – but that doesn't mean systemd is actually doing all the loading.</div><div><br></div><div>That's initiated by kmod (e.g. using `modprobe cifs`) and done by the kernel on its own, so "unknown symbol" in dmesg has nothing to do with systemd. You're probably trying to load the wrong module version; compare `modinfo cifs` with `uname -a`.</div><div><br></div><div>Second, both "fuse" and "cifs-utils" packages only contain the *userspace tools* – the actual kernel modules are part of the kernel package itself, as you can see from `dpkg -S <path_from_modinfo>`.</div></div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="m_7812011074506977629gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>></div></div>
</font></span></div></div>
</blockquote></div><br></div>