Public bug reported: Hello.
Ubuntu 20.04 here. I'm trying to Install NFS Server and Client on Ubuntu 20.04,following this tutorial : https://vitux.com/install-nfs-server-and-client-on-ubuntu/ these are the commands that I have issued : $ sudo apt-get update $ sudo apt install nfs-kernel-server $ sudo mkdir -p /home/ziomario/Scrivania/Share $ sudo chown nobody:nogroup /home/ziomario/Scrivania/Share $ sudo chmod 777 /home/ziomario/Scrivania/Share $ sudo nano /etc/exports/home/ziomario/Scrivania/Share 192.168.1.7(rw,sync,no_subtree_check) $ sudo exportfs -a $ sudo systemctl restart nfs-kernel-server and I get this error : A dependency job for nfs-server.service failed. See 'journalctl -xe' for details. $ sudo journalctl -xe ziomario-I9 systemd[1]: nfs-idmapd.service: Job nfs-idmapd.service/start failed with result 'dependency'. ziomario-I9 systemd[1]: Dependency failed for NFS Mount Daemon. -- Subject: L'unità nfs-mountd.service failed-- Defined-By: systemd-- Support: http://www.ubuntu.com/support ---- L'unità nfs-mountd.service failed---- Il risultato è dependency. ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1884357 Title: nfs-kernel-server does not start because of dependency failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1884357/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs