From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from tb-ob1.topicbox.com (tb-ob1.topicbox.com [64.147.108.173]) by inbox.vuxu.org (Postfix) with ESMTP id 415D6230F8 for ; Sun, 4 Feb 2024 23:19:53 +0100 (CET) Received: from tb-mx1.topicbox.com (tb-mx1.nyi.icgroup.com [10.90.30.61]) by tb-ob1.topicbox.com (Postfix) with ESMTP id D90B41D232 for ; Sun, 4 Feb 2024 17:19:52 -0500 (EST) (envelope-from bounce.mM4b5259ac6e9ab466572bbbf3.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx1.topicbox.com (Postfix, from userid 1132) id E72A0B3F718; Sun, 4 Feb 2024 17:19:52 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=to :message-id:references:in-reply-to:date:mime-version :content-type:content-transfer-encoding:list-help:list-id :list-post:list-subscribe:reply-to:subject:from :list-unsubscribe; s=dkim-1; t=1707085192; x=1707171592; bh=9VrC zo1Duv4YQ71+Up7u8u2uoW52/XMf0bumEWGmyUo=; b=Buyp54veVIXVcj9Als9a VRur7Tph0nmn4NWPG4Fi8H6pxvkQu9PayV1auAB8Qs0pSiyllZlno9/Z0S3LvbOH 2pfiId3erQVVvekjPAVPYT86/K+mm2tNvTQAb3RzziQQGLsnWwAx3+BAXjCYQU9j /LUnqJc9Xbx+un64zTjo0kQ= To: 9fans <9fans@9fans.net> Message-Id: <17070851850.5D4Acd.328289@composer.9fans.topicbox.com> References: <17070592670.E7CF6327b.7700@composer.9fans.topicbox.com> <17070649110.Bb83425E.69346@composer.9fans.topicbox.com> <17070654320.9a2dd3.8938@composer.9fans.topicbox.com> In-Reply-To: <17070654320.9a2dd3.8938@composer.9fans.topicbox.com> Date: Sun, 4 Feb 2024 17:19:45 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=17070851851.3322Df.328289 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: 809f25ba-c3ab-11ee-9a15-cdda202d11b0 Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UYmM3OGQyOWFiMDQ2NTJhMi1NNGI1MjU5YWM2ZTlhYjQ2NjU3MmJi?= =?UTF-8?B?YmYzPg==?= List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] Re: Hello, RPi fixes and bind -b trouble From: "Alyssa M via 9fans" <9fans@9fans.net> List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:M4b5259ac6e9ab466572bbbf3:1:ki__Bq5P7W56qtgFTCc7BBuVTPgzis6a6R5ZHP9UV9g --17070851851.3322Df.328289 Date: Sun, 4 Feb 2024 17:19:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mystery solved: the bug was in my Ropen code. I was not returning QTDIR in = the qid.type when opening the directory. I'd hazard a guess that because Rwalk said it was a directory, but then Rop= en said it was a file, sysfile.c:read() in the Plan 9 kernel didn't call un= ionread(), so only the first directory in the union mount was read. Maybe?? Anyway it works now. :) ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tbc78d29ab04652a2-M4b525= 9ac6e9ab466572bbbf3 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --17070851851.3322Df.328289 Date: Sun, 4 Feb 2024 17:19:45 -0500 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Mystery solved: the bug was in my Ropen code. = I was not returning QTDIR in the qid.type when opening the directory.
=
I'd hazard a guess that because Rwalk said it was a director= y, but then Ropen said it was a file, sysfile.c:read() in the Plan 9 kernel= didn't call unionread(), so only the first directory in the union moun= t was read. Maybe??
Anyway it works now. :)
9fans / 9fans / see discussions + participants + delivery&n= bsp;options Permalink = --17070851851.3322Df.328289--