[9fans] Re: Flakey DNS server

2020-10-28 Thread cigar562hfsp952fans
Charles Forsyth writes: > It's a virtual city in Switzerland, which is famously neutral (hence Geneva Wes Kussmaul writes: > Instead, habitability of physical buildings is determined by building > codes and professional licensing that are the product of participatory > and duly constituted

Re: [9fans] mailing list manager

2020-10-28 Thread ori
> Before moving to topicbox, was 9fans using upas/mlmgr to manage the mailing > list?  Does anyone use mlmgr or something else on Plan 9 or 9front or 9legacy? Looking at old message headers -- 9fans seems to have been hosted on mailman using exim. 9front uses upas for managing its mailing lists.

[9fans] mailing list manager

2020-10-28 Thread g_patrickb via 9fans
Before moving to topicbox, was 9fans using upas/mlmgr to manage the mailing list?  Does anyone use mlmgr or something else on Plan 9 or 9front or 9legacy? -- 9fans: 9fans Permalink:

Re: [9fans] 9front on qemu with sound?

2020-10-28 Thread nydldmcd2
Thanks to a patch by mischief, it is now working with intel hda.  http://code.9front.org/hg/plan9front/rev/0e47f4a0c4d6  Thanks mischief! -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T3f4bbef90063aae9-M5e156f8a3fdb06ec56a5b625 Delivery

Re: [9fans] Re: various problems with installing go lang

2020-10-28 Thread Ethan Gardener
On Wed, Oct 28, 2020, at 1:08 PM, Richard Miller wrote: > > non-deterministic builder > > It's probably not non-deterministic. It's just unpredictable (to me) > because the rules are encoded in the logic of 'go build' rather than > being visibly exposed as mk patterns. I understand, but I'm sure

Re: [9fans] Re: various problems with installing go lang

2020-10-28 Thread Richard Miller
> non-deterministic builder It's probably not non-deterministic. It's just unpredictable (to me) because the rules are encoded in the logic of 'go build' rather than being visibly exposed as mk patterns. I suspect I'm not the only one who doesn't find the staleness algorithm predictable, as

Re: [9fans] Re: various problems with installing go lang

2020-10-28 Thread Ethan Gardener
On Wed, Oct 28, 2020, at 9:46 AM, Richard Miller wrote: > > That's telling you that it's attempting to rebuild some of the go library. > (Don't ask why. Rather than use something understandably deterministic like > mk, > the go authors have opted for an inference engine to detect "staleness", >

Re: [9fans] Re: various problems with installing go lang

2020-10-28 Thread Richard Miller
> hget http://sprunge.us/3hcWI4 The first error message is: ../go/pkg/mod/github.com/henesy/disco@v0.0.0-20200313024015-ff90b1ac381a/config.go:4:2: package bufio is not in GOROOT (/sys/lib/go/amd64-1.15.2/src/bufio) That's telling you that it's attempting to rebuild some of the go library.