shutdown/reboot hangs when nfs has been mounted
Hi everyone!
I just switched from OpenRC to suite66 and I encountered a cumbersome problem. When I mount an NFS fstab entry and reboot/shutdown the computer, it hangs (see the picture attached) and I have to force shutdown the system. Conversely, when I don't mount the NFS directory, the shutdown/reboot process runs without difficulties.
Let me just mention that I had the same problem with OpenRC. It could, however, be simply resolved by adding rc_need="!netmount"
to /etc/rc.conf
My fstab includes:
srv:/ /nfs/srv nfs4 rw,nofail,noauto,user 0 0
I would appreciate any suggestions on how to solve this problem.
Matt