From 561a975c5cfe4a76c7fbf281f4d841a9b08ea954 Mon Sep 17 00:00:00 2001 From: rmacklem Date: Tue, 18 Jul 2017 20:46:29 +0000 Subject: [PATCH] MFC: r320659 Add a Bugs section that indicates that the nfsuserd doesn't work when jails are being used on the system. It is hoped that the patches in PR#205193 will someday get tested/debugged so that they can be MFC'd to fix this. This is a content change. git-svn-id: svn://svn.freebsd.org/base/stable/10@321175 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/nfsuserd/nfsuserd.8 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/usr.sbin/nfsuserd/nfsuserd.8 b/usr.sbin/nfsuserd/nfsuserd.8 index 132538266..4b4b313e2 100644 --- a/usr.sbin/nfsuserd/nfsuserd.8 +++ b/usr.sbin/nfsuserd/nfsuserd.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 21, 2017 +.Dd July 4, 2017 .Dt NFSUSERD 8 .Os .Sh NAME @@ -126,3 +126,9 @@ those requests fail and the library functions don't return. See and .Xr passwd 5 for more information on how the databases are accessed. +.Pp +Since the kernel communicates with the +.Nm +daemon via an upcall that uses the IP address 127.0.0.1, it does not work correctly when +.Xr jail 8 +are used and can crash the system. -- 2.42.0