Comment 76 for bug 1590799

Revision history for this message
stefan (stefan-phas) wrote :

Thanks Maarten for the detailed write up. I was able to follow it precisely but to no avail. I believe I must be suffering from other problems. What looks like the relevant section in the journalctl output looks like so:

<SNIP>
-- Subject: Unit proc-fs-nfsd.mount has begun start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit proc-fs-nfsd.mount has begun starting up.
May 22 11:42:13 git systemd[1]: Starting Preprocess NFS configuration...
-- Subject: Unit nfs-config.service has begun start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit nfs-config.service has begun starting up.
May 22 11:42:13 git mount[1524]: mount: /proc/fs/nfsd: unknown filesystem type 'nfsd'.
May 22 11:42:13 git systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited status=32
May 22 11:42:13 git systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'.
May 22 11:42:13 git systemd[1]: Failed to mount NFSD configuration filesystem.
-- Subject: Unit proc-fs-nfsd.mount has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit proc-fs-nfsd.mount has failed.
<SNIP>

So there is something problematic with the nfsd filetype since I also get this problem

~$ sudo mount -t nfsd nfsd /proc/fs/nfsd
mount: /proc/fs/nfsd: unknown filesystem type 'nfsd'.

Which somehow means that the nfsd filetype which requires some kernel module (Provided by: nfs-kernel-server_1.3.4-2.1ubuntu5_amd64 ???) isn't there.