diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2017-07-18 20:46:29 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2017-07-18 20:46:29 +0000 |
commit | 234bb08936ec216cda844da114a7629c7e89bb0e (patch) | |
tree | dc858d91d4d201806b524bdc59e84dc593c4e7f2 | |
parent | e6b99906418d04c51033e923ea6056d4584d9786 (diff) | |
download | FreeBSD-src-234bb08936ec216cda844da114a7629c7e89bb0e.zip FreeBSD-src-234bb08936ec216cda844da114a7629c7e89bb0e.tar.gz |
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.
-rw-r--r-- | usr.sbin/nfsuserd/nfsuserd.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/nfsuserd/nfsuserd.8 b/usr.sbin/nfsuserd/nfsuserd.8 index 1325382..4b4b313 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. |