Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Dec 2020 10:54:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        rc@FreeBSD.org
Subject:   [Bug 251395] rc.d/nfsclient: hangs at shutdown because of non-empty /var/db/mounttab
Message-ID:  <bug-251395-20181-ovmPpe8WNm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251395-20181@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251395-20181@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251395

--- Comment #1 from Martin Birgmeier <d8zNeCFG@aon.at> ---
It seems that the problem with rc.d/nfsclient hanging is that the autounmou=
ntd
(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 unmo=
unt
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 f=
rom
/var/db/mounttab.

-- Martin

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251395-20181-ovmPpe8WNm>