From nobody Mon Nov 04 14:02:44 2024 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XhtTP1Nk2z5c7Jj; Mon, 04 Nov 2024 14:02:49 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XhtTN5gR3z4RxP; Mon, 4 Nov 2024 14:02:48 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTPS id 7x6ItedCFMArN7xfKtZbLk; Mon, 04 Nov 2024 14:02:46 +0000 Received: from spqr.komquats.com ([70.66.152.170]) by cmsmtp with ESMTPSA id 7xfJtS8dKKHV87xfJtW6OY; Mon, 04 Nov 2024 14:02:46 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=XeEqz555 c=1 sm=1 tr=0 ts=6728d406 a=y8EK/9tc/U6QY+pUhnbtgQ==:117 a=y8EK/9tc/U6QY+pUhnbtgQ==:17 a=kj9zAlcOel0A:10 a=VlfZXiiP6vEA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=EkcXrb_YAAAA:8 a=PxZaom5FXS5mHa0N_XkA:9 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id A090F2FA; Mon, 04 Nov 2024 06:02:44 -0800 (PST) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 9699D6F; Mon, 04 Nov 2024 06:02:44 -0800 (PST) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Olivier Certner cc: Cy Schubert , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 5169d4307eb9 - main - nfs: Fallback to GID_NOGROUP on no groups In-reply-to: <2989864.slGk94SIus@ravel> References: <202411031547.4A3Fl0Lh079122@gitrepo.freebsd.org> <2094473.mIT35NG9lc@ravel> <20241104032348.BF6D01A5@slippy.cwsent.com> <2989864.slGk94SIus@ravel> Comments: In-reply-to Olivier Certner message dated "Mon, 04 Nov 2024 14:50:02 +0100." List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 Nov 2024 06:02:44 -0800 Message-Id: <20241104140244.9699D6F@slippy.cwsent.com> X-CMAE-Envelope: MS4xfFlnPUyEpntLLh1Q2BaTcC/fIEVVyJvLjjY/I8nVJXCNAKVLzEwd5U0mrlzKwVrXQX91FQmr1YNiW6qWYayEZp2QoDNQ81KD8rZ4d+R2m23DoeWRZ4nS A7l7zMrWNLaOEtFW5n+9cOz309ndvnJRNoDfVxkYqXfSXNiKA5chSw6m6JYhph0eBsyUzoOzqdnSGX16hpqXzB8wf3MgM5bQ/+kBnXQXc0tD9O3HV+epxgNc q/o9CJWMU3R4agzS30O+cjYKQpPu2695gIM0kgjKTHUaswvnbIlvSAlTevfefvAXya4EnwVhtsq2p8AgpnfDZYOX8pqlDQ0hxu7c5WznG1g= X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Queue-Id: 4XhtTN5gR3z4RxP X-Spamd-Bar: ---- In message <2989864.slGk94SIus@ravel>, Olivier Certner writes: > > > This certainly fixed the panic. Thank you. No need to thank me. My setup here makes it easy to capture console outputs. > > Well, thank *you* for your patience and support. Again, you're welcome. > > I'm not completely sure how I messed up the NFS tests, but it seems I was not > testing the right code. The good news is that I've redone my testing NFS se > tup correctly this time and actually was able to reproduce the problems you a > nd David reported with original series of changes (except your 'yppasswd' sce > nario, as I have not set up NIS). And I confirm that they are gone with the > amending commits with a number of different configuration variations (I've ju > st committed the last one, whose functional changes are identical to the one > I had posted and you tested; it just has slightly amended commit message and > comments). The first panic happened when mountd was started on the NFS server. The second panic happened when one of the clients mounted an NFS share served by the NFS server. I share my /usr/obj and didn't catch that until the next installworld/installkernel on that machine (my firewall here at home). > > Hopefully, this is the end of it, but I'll watch in case of reports saying ot > herwise. It looks this is the end of it. Thanks for all your help fixing it. I was pretty much AFK during the weekend working around the yard. No time for computers. > > Sorry again for the breakages and disturbance. NP > > -- > Olivier Certner -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0