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.3 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, UNPARSEABLE_RELAY,URIBL_SBL_A autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 23492 invoked from network); 17 Jan 2022 20:20:33 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 17 Jan 2022 20:20:33 -0000 Received: from bsdforall.org ([198.251.81.133]) by 4ess; Mon Jan 17 15:13:23 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=mail; bh=3XZmfXXwRyRUDQp pf6GJKLPcM3hLQweteHa0Ey8j2xo=; h=subject:to:from:date; d=bsdforall.org; b=er2+pNMi3pwtmsBHsx+dC4jfaK8ClJTNL29AcxUn0PQPoX3yZ4J XdmFddvdc9tF7YHqM5k0OSN5xtQuq/DgoN/MWIlVdJTOan3WCkQTx1m+rOwecxLGbMBG0T 4K8AQUSYAkUkpJE/fanLWYuboELxZ/9SpMxs/VaQVyPEREaLJo= Received: from localhost (bsdforall.org [local]) by bsdforall.org (OpenSMTPD) with ESMTPA id a77b9133 for <9front@9front.org>; Mon, 17 Jan 2022 15:13:20 -0500 (EST) Date: Mon, 17 Jan 2022 15:13:20 -0500 From: mkf To: 9front@9front.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: asynchronous service-oriented factory Subject: [9front] [FQA] some fixes Reply-To: 9front@9front.org Precedence: bulk Hello. This patch changes following pages: page 59, #9front -> #cat-v page 126, monospaces refernces to files and ndb configuration page 160, mention 10/10 is not possible on 9front with mail-tester.com because of no dkim (yet?) page 201, hg is gone. page 220, python is gone. i've also noticed following issues, but not sure about them: page 83, t430s lacks info page 184, "read u9fs(4)" - since we don't have u9fs man page on 9front anymore, this is misleading. maybe a link to u9fs man page? this is first time i'm writing documents using troff, so please mention if there are errors. Thanks! term% for( i in *.ms) diff -u /n/fqa/$i $i --- /n/fqa/appendixl.ms +++ appendixl.ms @@ -165,7 +165,11 @@ .html -
.FG python gif -Python 2.5.1 is included with the 9front distribution, not because anyone loves Python, but because it was required by Mercurial (also loved by no one), which was required by Google Code (shutting down in 2015). An abject lesson in expediency. +Until git9 imported on 9front, python 2.5.1 was included with the 9front distribution, not because anyone loves Python, but because it was required by Mercurial (also loved by no one), which was required by Google Code (shutting down in 2015). An abject lesson in expediency. You still can install it from +.ihtml a +http://git.9front.org/plan9front/pyhg/HEAD/info.html +.ihtml a Jeff Sickel ported Python 2.7 to Plan 9. .html - Download it here.

David du Colombier's notes on to install Python (and Mercurial) are available here. --- /n/fqa/fqa2.ms +++ fqa2.ms @@ -408,7 +408,7 @@ .ihtml a join .CW -#9front +#cat-v .R on .CW --- /n/fqa/fqa6.ms +++ fqa6.ms @@ -101,16 +101,25 @@ pair with attribute file identifies a file to be included in the database. The files are searched in the order they appear. For example: - +.P1 database= file=/lib/ndb/common file=/lib/ndb/local file=/lib/ndb/global +.P2 declares the database to be composed of the three files -/lib/ndb/common, /lib/ndb/local, and /lib/ndb/global. By -default, /lib/ndb/local is searched before the others. How- -ever, /lib/ndb/local may be included in the database to +.CW/lib/ndb/common, +.CW /lib/ndb/local, +and +.CW /lib/ndb/global +. By +default, +.CW /lib/ndb/local + is searched before the others. How- +ever, +.CW /lib/ndb/local + may be included in the database to redefine its ordering. Within tuples, pairs on the same line bind tighter than --- /n/fqa/fqa7.ms +++ fqa7.ms @@ -1782,6 +1782,8 @@ .html a .CW https://www.mail-tester.com .html a +please note that it's currently not possible to get 10 of 10 +possible scores on 9front, because of lack of DKIM support. .html - .ihtml h2

--- /n/fqa/fqa8.ms +++ fqa8.ms @@ -2726,11 +2726,11 @@ .R .ihtml h3 -9front ships with +9front used to ship with .ihtml a Mercurial. .ihtml a - +not anymore. it has replaced with git9. Read: .ihtml a .I