https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251395

--- Comment #1 from Martin Birgmeier <d8zne...@aon.at> ---
It seems that the problem with rc.d/nfsclient hanging is that the autounmountd
(part of autofs) does not remove entries from /var/db/mounttab, where the
regular umount command does.

In this way, even if there are no NFS mounts anymore, entries accumulate in
/var/db/mounttab.

It is possible to manually mount a remote dir (e.g., on /mnt) and then unmount
it again, and this will remove all the corresponding entries from
/var/db/mounttab.

Therefore, it seems that autounmountd needs to be fixed to remove entries from
/var/db/mounttab.

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-rc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-rc
To unsubscribe, send any mail to "freebsd-rc-unsubscr...@freebsd.org"

Reply via email to