From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DATE_IN_PAST_12_24 autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 10898 invoked from network); 3 Oct 2021 09:08:01 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 3 Oct 2021 09:08:01 -0000 Received: from duke.felloff.net ([216.126.196.34]) by 4ess; Sat Oct 2 15:55:36 -0400 2021 Message-ID: <5B06A2E4FAE111F88C9C3DAF41EA98F4@felloff.net> Date: Sat, 02 Oct 2021 21:55:26 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org In-Reply-To: <7904A7E8D6A53EB8B263ED7BA5769A2E@z0.is> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proven asynchronous component app-based reduce/map deep-learning database Subject: Re: [9front] [PATCH] inherit the auth_chid to exportfs Reply-To: 9front@9front.org Precedence: bulk > diff c9b48aec544db0ce8a2a1a75b557c44669804e82 8c0fe582cd1ae510f40412ceaff51bd939faa419 > --- a/rc/bin/service/tcp17020 Thu Sep 30 16:20:03 2021 > +++ b/rc/bin/service/tcp17020 Fri Oct 1 11:11:42 2021 > @@ -1,2 +1,2 @@ > #!/bin/rc > -exec tlssrv -A /bin/aux/trampoline 'net!$fs!9fs' > +exec tlssrv -Aa exportfs -r /root this is just wrong! t9fs service is supposed to dial the disk fileserver, you don't just run a exportfs there. re-exporting your local namespace's /root is different form dialing the fileserver directly. it is just needless overhead and would break stuff like 9fs dump. it also breaks multiuser because exportfs does not support Tauth over 9p. -- cinap