Re: copyright notice question

2020-10-20 Thread Rick Macklem
Warner Losh wrote: >On Mon, Oct 19, 2020, 7:25 PM Rick Macklem >mailto:rmack...@uoguelph.ca>> wrote: >>I'll admit I've hesitated to ask this for a long time, but I guess I have >>to;-) >>I've created two daemons for NFS-over-TLS, using the code in >>/usr/src/usr.sbin/gssd/gssd.c as a starting poi

Re: panic: non-current pmap 0xffffa00020eab8f0 on Rpi3

2020-10-20 Thread bob prohaska
On Tue, Oct 20, 2020 at 12:30:05PM -0400, Mark Johnston wrote: > > I set up a RPi3 to try and repro this and have so far managed to trigger > it once using Peter Holm's stress2 suite, so I'll keep investigating. I > hadn't configured a dump device, but I was able to confirm from DDB that > PCPU_G

Re: panic: non-current pmap 0xffffa00020eab8f0 on Rpi3

2020-10-20 Thread Mark Johnston
On Mon, Oct 19, 2020 at 04:09:09PM -0700, bob prohaska wrote: > On Mon, Oct 19, 2020 at 04:39:54PM -0400, Mark Johnston wrote: > > > > I think vmspace_exit() should issue a release fence with the cmpset and > > an acquire fence when handling the refcnt == 1 case, but I don't see why > > that would

Re: review of new mountd option disabling use of rpcbind

2020-10-20 Thread Rick Macklem
Peter Eriksson wrote: > Suggestion: > Add a check for sysctl vfs.nfsd.server_min_nfsvers and if set to 4 or higher > - > automatically enable the “-R” option. I actually have patches to the /etc/rc.d scripts that both set vfs.nfsd.server_min_nfsvers=4 and the "-R" option. The reason I went with

Re: review of new mountd option disabling use of rpcbind

2020-10-20 Thread Peter Eriksson
Suggestion: Add a check for sysctl vfs.nfsd.server_min_nfsvers and if set to 4 or higher - automatically enable the “-R” option. - Peter > On 20 Oct 2020, at 02:56, Rick Macklem wrote: > > Hi, > > I've put a patch up on phabricator that adds a new option to mountd > which disables use of rp

Re: Build failure

2020-10-20 Thread marco
On Tue, Oct 20, 2020 at 07:15:16AM +, you (marco) sent the following to [freebsd-current] : > > > > I checked out 05b104834ae7 (r366780) from > https://cgit-beta.freebsd.org/src.git and ran a 'make -j4 builworld and make > -j4 buildkernel' > for GENERIC-NODEBUG which also failed (buildworld

Re: Build failure

2020-10-20 Thread marco
On Sat, Oct 03, 2020 at 10:36:30AM +0200, you (Emmanuel Vadot) sent the following to [freebsd-current] : > On Fri, 2 Oct 2020 19:53:44 -0500 > Patrick McMunn wrote: > > > I update the sources today and ran "make -j24 buildworld buildkernel > > KERNCONF=GENERIC-NODEBUG", and the build failed. I m