Re: [9fans] Tailscale on Plan 9

2025-04-02 Thread David du Colombier
Brad, Fantastic work! Thank you. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T4cecdedbabdedc00-Ma36432ca2d682735fa01de9a Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[9fans] Re: ndb suffix-specific dns changes

2025-03-22 Thread David du Colombier
> A corresponding update to dnsdebug is in > https://github.com/rsc/plan9/commit/1d0642ae493bf5ce798a6aa64a745bc6316baa11 > (David, you don't have that one yet, I just wrote it). Thanks. I've just added your ndb/dnsdebug change to 9legacy. --

Re: [9fans] 9P and Linux experiment

2025-02-13 Thread David Leimbach via 9fans
Forgive the top post and short replay but …. Applause! That’s a very creative and somewhat intuitive way to build a bridge! Nicely done! (But you already knew that!) Sent from my iPhone > On Feb 13, 2025, at 8:21 PM, Nicola Girardi via 9fans <9fans@9fans.net> wrote: > > Quoth Alyssa M via 9fan

Re: [9fans] Which acme?

2025-02-13 Thread david
I'm using a modified Inferno acme because I'm used to having keyboard shortcuts for things like undo/redo and more conventional document navigation. Some of this was borrowed from this fork of plan9port: https://github.com/lmumar/plan9port/tree/master/src/cmd/acme

Re: [9fans] usb9pfs: network booting without the network

2025-02-12 Thread david
I didn't get too far doing things with USB on the Pi. Inferno at least borrows code from 9pi to behave as a USB host, and it's fairly simple to get it to talk to devices. I've done simple work to make Inferno behave as a USB device on a couple of systems. Hopefully I can make progress with the R

Re: [9fans] usb9pfs: network booting without the network

2025-02-11 Thread david
You can probably use some flavour of Plan 9 on a Pi Zero variant to do the authentication stuff, if you're OK with running that on ARM cores attached to a media processor running a variant of ThreadX. Other similar form factor boards are available. You could also run Inferno on a smaller system

[9fans] usb9pfs: network booting without the network

2025-02-10 Thread David Boddie
dered using an existing device class instead of doing something 9p-specific. It reminded me a bit of u-root. David -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T18ad2d35a1754e48-M895ef4d4aa1c455aa295b6ce Delivery options:

Re: [9fans] Re: NIX this morning

2025-02-09 Thread David Leimbach via 9fans
Sorry for the stream of consciousness that follows (kinda or I wouldn’t post it)Generally, on time slicing systems you cannot simply assign threads to cores 1:1 and expect to get the best efficiency for a long running process.  Usually your wall clock times end up being reduced by oversubscribing C

Re: [9fans] 9front USB EFI Boot hang

2025-01-27 Thread David Leimbach via 9fans
I put rEFIt on my dell and boot it from thereSent from my iPhoneOn Jan 27, 2025, at 11:29 AM, Paul Lalonde wrote:Thank Ori and Moody.I've started walking through making my custom iso and efi partition.  Reasonably straightforward, though I get this error when building:fluxcpu% disk/mk9660 -c9j -B

Re: [9fans] NIX/regen

2025-01-14 Thread David du Colombier
> "Historical" note: David David du Colombier's 9legacy have patches > coming from nix applied (and some reverted) Roughly speaking, Nix is based on a version of Jim McKie's 9k from early 2011. Jim McKie later retrieved some improvements from Nix to its own 9k tree, es

Re: [9fans] plan9port changes to rc and acme

2024-10-01 Thread David Leimbach via 9fans
Like a vector clock might? Sent from my iPhone > On Oct 1, 2024, at 2:32 PM, hiro <23h...@gmail.com> wrote: > > i believe that assumes a state exists in the universe where they are "in > step" > >> On Tue, Oct 1, 2024 at 2:14 AM Alyssa M via 9fans <9fans@9fans.net> wrote: >> >> If mouse clic

Re: [9fans] Pi Zero - Ethernet?

2024-08-08 Thread david
I adapted some existing code in the Inferno Pi port to work with a USB Ethernet adapter I have, based on a Realtek RTL8152B controller, that also works as a USB hub. The code originally came from 9legacy. The trick I had to do was to tell the adapter to use the USB configuration for CDC (Communi

Re: [9fans] Where can I find active Plan 9 communities for support and collaboration?

2024-08-04 Thread David L. Craig
On Sun, Aug 4, 2024 at 4:49 PM wrote: > > "David L. Craig" wrote: > > > FWIW, I put together "The Virtual Plan 9 Cookbook" > > (http://dlcusa.net/vp9cb-9pio) > > years ago to address this newbie need. But there was no way to point it > >

Re: [9fans] Where can I find active Plan 9 communities for support and collaboration?

2024-08-04 Thread David L. Craig
On 24Aug04:1319+0200, sirjofri wrote: > > I remember that I invested a full year reading documentation etc (everything > I could find), without really touching the system. It can take a long time to > understand enough to +install and maintain a full plan 9 system. Unlike linux, you probably need

Re: [9fans] Plan 9 from User Space still mantained?

2024-06-21 Thread David Arnold
You might try the developers mailing list plan9port-...@googlegroups.com as well d > On 20 Jun 2024, at 22:53, Roderick wrote: > > Dear Sirs! > > I hope, I can also ask here about Plan9 port ... > > I just compiled master from on FreeBSD14.0: > https://9fans.github.io/plan9port/ > > Is th

Re: [9fans] fossil [was: List of companies that use Plan 9.]

2024-05-17 Thread David du Colombier
> Responding off list shortly :) I'd like to be included into the discussion as well. Thanks. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T6b867aa3be7bf660-M789b993f6eb5e311f7e78821 Delivery option

Re: [9fans] one weird trick to break p9sk1 ?

2024-05-13 Thread David du Colombier
which are written in Python 3. So the CI will depend on Python to build Go and run tests. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T56397eff6269af27-M0d3f319c9a3405266fa53279 Delivery options: https

Re: [9fans] best place to be sent a patch

2024-05-12 Thread David du Colombier
> I have a question: where is the *best* place to be sent a patch for > 9legacy? replica? GitHub? or here? You can send it by e-mail to me. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T57377acea9

Re: [9fans] Interoperating between 9legacy and 9front

2024-05-11 Thread David du Colombier
I'd be very pleased if someone could port the dp9ik authentication protocol to 9legacy. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tde2ca2adda383a3a-Md268ebc03be7431c29cb1d30 Delivery options:

Re: [9fans] drawterm factotum interference in 9front

2024-05-03 Thread David du Colombier
//github.com/0intro/conterm -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T132487c88905c339-Mb55f47c2e9efa8afbe51ad8b Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[9fans] Re: IWP9 slides and materials

2024-04-27 Thread david
It's in many of the related branches in my fork: https://github.com/dboddie/inferno-os My changes have recently been merged into the official mirror of Inferno on GitHub as well: https://github.com/inferno-os/inferno-os If you have any trouble building the latest Inferno sources it will probably b

[9fans] IWP9 slides and materials

2024-04-23 Thread David Boddie
I wasn't able to push my IWP9 slides to GitHub until late last week, so here they are for those who are interested: https://github.com/dboddie/inferno-cortex-m-paper The slides and paper from the previous year are also available: https://github.com/dboddie/inferno-freeze-slides

Re: [9fans] troll paper

2024-04-12 Thread David Arnold
> The vetting process needs some work, lads. More heresy than trolling, perhaps? It was thought-provoking for me. I wished I was there for the bar session afterwards. d -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T51f7f5a8927

Re: [9fans] openat()

2024-04-06 Thread David Leimbach via 9fans
Depending on the implementation of the file system, openat vs open can be more efficient if there’s a lot of metadata locking for file creation.Sent from my iPhoneOn Apr 6, 2024, at 1:36 PM, ron minnich wrote:openat gives you the effect of 'cd path; open file' without having to cd. I don't see a

Re: [9fans] how to : create an p9f contrib folder

2024-01-26 Thread David du Colombier
> Sorry the receiver was > > ge...@plan9.bell-labs.com plan9.bell-labs.com doesn't exist anymore. This is probably a remnant of the former website. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.co

Re: [9fans] how to : create an p9f contrib folder

2024-01-26 Thread David du Colombier
> I tried webmas...@9p.io Hmm, this should work. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te9abe12004b50ce0-M8da5a717bb9cab1303341237 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] how to : create an p9f contrib folder

2024-01-26 Thread David du Colombier
> Do you know who I have to contact for registration ? The mail I sent to > p9f/9p.io couldn't be delivered. You can contact me with your desired username. What e-mail address did you try? -- David du Colombier -- 9fans: 9fans Permal

Re: [9fans] how to : create an p9f contrib folder

2024-01-26 Thread David du Colombier
> How can I create an account and a folder on p9f in the contrib path ? I don't think you can have a contrib account on p9f, but you can get a contrib account at 9p.io. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.co

[9fans] P9F meetings (was: Re: Charting the Future: Envisioning Plan 9 Release 5 for the 9fans Community)

2024-01-25 Thread David Arnold
> On 26 Jan 2024, at 07:38, o...@eigenstate.org wrote: <…> > If you have specific ways we can support people like you > taking up the torch and carrying plan 9 development forward, > please speak up and let us know; I'll ensure that it gets > discussed at the next P9F meeting. Is there any recor

Re: [9fans] Supported Notebooks

2024-01-24 Thread David Leimbach via 9fans
Or you could just run 9front?Sent from my iPhoneOn Jan 24, 2024, at 10:48 AM, alex...@posteo.de wrote: Hello everyone,I would like to know which hardware (apart from the hardware listed here: https://plan9.io/wiki/plan9/Supported_PC_hardware/index.html) is supported by Plan 9. Is there any experie

Re: [9fans] Plan 9 C compiler for Xtensa CPUs

2023-12-04 Thread David Boddie
Did you get any further with this? I'm interested in attempting a port of Inferno to an ESP32 board I've just picked up. Learning the instruction set is going to be interesting. David -- 9fans: 9fans Permalink: https://9fans.topic

Re: [9fans] Thumb compiler oddity

2023-10-11 Thread David Boddie
an force the compiler to reload the > register by replacing > > return y; > > with > > return *(&y); Thanks for the workaround. The FDLIBM readme file suggests hacking on the __HI, __LO, __HIp and __LOp macros, so I'll see what I can come up with.

Re: [9fans] Thumb compiler oddity

2023-10-01 Thread David Boddie
g into the problem when I next get a chance. In the meantime, I turned off "registerization" for files that could potentially have similar code. David -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te51716f70e2f8d84-M74e4

[9fans] Thumb compiler oddity

2023-09-24 Thread David Boddie
the right thing. Having said that, so does 8c, as far as I can tell. Any thoughts? David -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tf0ca316e4ef39fda-M6139e88f459a94c80f155e6b Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Re: CPU Temperature reading for Raspberry Pi 4B 9Front

2023-09-15 Thread David du Colombier
> What does the # and the P mean? It means it's a kernel device. You can list all the kernel devices by doing: % cat /etc/drivers -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T2d22ccc1

Re: [9fans] 9Legacy status

2023-09-04 Thread David du Colombier
> Just curious if 9Legacy is considered the right place to submit modern > patches? Is that kind of the 'go to' repository for modern > patches/improvements to the 'mainline' Bell Labs distro? Feel free to submit patches. -- David du Colombier ---

Re: [9fans] 9vx

2023-06-25 Thread David du Colombier
st of the project still compiles with XCode 9.4.1 under > Mojave... Another interesting project would be seeing if it could be > modified to work as a 64-bit binary but still running a 32-bit > environment on the inside... I'm using 9vx daily, but o

Re: [9fans] Re: Inferno OS

2023-02-26 Thread david
I made a GitHub Action to build Inferno on Ubuntu 22.04: https://github.com/dboddie/inferno-test-builds/blob/hosted-386/.github/workflows/ubuntu-22-04.yml I didn't manage to produce something simple, small and self-contained that could be downloaded, though you could use the steps to build your ow

Re: [9fans] Re: Inferno OS

2023-02-26 Thread david
I haven't actually tried the docker images. It should be possible to build a 386 version of Inferno on Ubuntu 21.04 and, with more effort, on 22.10. I haven't tried on 22.04. I'll take a quick look. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/grou

[9fans] Re: Inferno OS

2023-02-25 Thread david
Maybe these docker images are useful? https://groups.google.com/g/inferno-os/c/CdJ-N8cVZY8 Which version of Ubuntu are you running? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tecab5f4d7c7dcc7c-M81e463e95610515b7cdc4b96 Delivery option

Re: [9fans] cpu temp in drawterm

2023-02-14 Thread David du Colombier
9legacy supports temperature reporting on x86, using /dev/cputemp. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tc8476d0fe749cf6c-M2a3473706c2d1e85ad580680 Delivery options: https://9fans.topicbox.com/groups

Re: [9fans] troff and fonts

2022-09-16 Thread David du Colombier
/mnt/font & ls /mnt/font -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T5091c0751c09-M985d8a684e33e93ef18c2e3b Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Re: Plan 9 bitsy port and Inferno ipaq1110

2022-07-18 Thread David du Colombier
of my notes are available here: http://9grid.fr/plan9/ipaq_h3650/ I think it should still work with the current ARM toolchain. The kernel probably requires some minor changes. I've never tried Inferno on iPAQ however. -- David du Colombier -- 9f

Re: [9fans] Installing 9legacy

2022-02-06 Thread David du Colombier
n download the last 9legacy ISO image and do a manual installation. For example: http://9legacy.org/9legacy/doc/fossil/disk -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tf6db73ba3285a82d-M045ea0ff0481688f5877b1f4 Deli

Re: [9fans] acme and sam - mouse suggestions?

2022-02-01 Thread David Arroyo
ellent mouse. The shape and buttons are perfect for me. Some caveats, though-- it has a "smart scroll" feature which stimulates inertial scrolling. I have since learned to like it, but initially you will absolutely hate it. David -- 9fa

Re: [9fans] acme and sam - mouse suggestions?

2022-02-01 Thread David Leimbach via 9fans
I use a big heavy trackball. Kensington pro trackball is pricey but you get four buttons and a scroll ring. Got my first one well over 10 years ago and it’s still my daily driver. I have a second wireless one on a Mac. The wired one is better overall if you can get them. The wireless one can wo

Re: [9fans] licence question

2022-02-01 Thread David Leimbach via 9fans
> On Jan 29, 2022, at 8:03 AM, ibrahim via 9fans <9fans@9fans.net> wrote: > > And I believe that the reason why NetBSD, OpenBSD, FreeBSD are not as wide > spread as Linux was the lack of a compiler suite conforming to the BSD license For some people it’s because they didn’t have a math coproc

Re: [9fans] building blocks speaking 9p

2022-01-29 Thread David Boddie
I've pushed some code to a git repository: https://gitlab.com/dboddie/bare-metal-stm32f405 I'll write more about it as I tidy it up. David On Saturday, 29 January 2022 03:08:31 CET David Boddie wrote: > On Saturday, 29 January 2022 02:04:18 CET Lyndon Nerenberg (VE7TFX/VE6BB

Re: [9fans] building blocks speaking 9p

2022-01-28 Thread David Boddie
27;re doing that? This is something > I'd like to take for a spin. I quickly wrote up something that is hopefully useful: https://dboddie.gitlab.io/inferno-diary/2022-01-29.html I'll add more over the weekend. David -- 9fans: 9fans Permal

Re: [9fans] building blocks speaking 9p

2022-01-28 Thread David Boddie
and static base registers, copy data into RAM, and jump into main. I have some functions for setting up clocks, GPIOs and the USART. This is currently in a separate repository for bare metal tests. I'll push that up to GitLab. David On Friday, 28 January 2022 22:46:28 CET Tony Mendoza wrot

Re: [9fans] building blocks speaking 9p

2022-01-28 Thread david
to build bare metal code for a STM32F405 MCU thanks to some hints from Charles Forsyth. I'm currently trying to add FP support and learn about compiler internals. It also means learning about Thumb-2, which is quite alien for an old-school ARM coder. David ---

Re: [9fans] 9legacy under OpenBSD's vmm

2022-01-17 Thread David du Colombier
at this point we've ruled > out the 9legacy kernel as the culprit. If it works with 9front, the issue is definitely on our side. Our Virtio drivers are very close to 9front's, so I suspect the issue may be somewhere else. -- David du Colombier

Re: [9fans] 9legacy under OpenBSD's vmm

2022-01-16 Thread David du Colombier
x27;t sound very promising. This message is displayed by the boot loader (pcboot). There is no user space at that point. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te13afbfe31e87665-M5757135b8010535605d0c636

Re: [9fans] 9legacy under OpenBSD's vmm

2022-01-16 Thread David du Colombier
I think the issue is elsewhere, since I've tried on QEMU with both Virtio 1.0 and Virtio legacy and it worked as expected (386 and amd64 kernels). -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te13afbfe31e

Re: [9fans] 9legacy under OpenBSD's vmm

2022-01-15 Thread David du Colombier
Thanks cinap_lenrek. I've just imported Virtio 1.0 support to 9legacy. Lyndon, please try the latest CD image and let me know if it works for you. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/

Re: [9fans] 9legacy under OpenBSD's vmm

2022-01-11 Thread David du Colombier
er available as part of 9legacy is up to date compared to 9front, so the issue is probably elsewhere. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te13afbfe31e87665-M606545f448bd3155a0413649 Delivery options: htt

Re: [9fans] Breaking up long lines in sam into more manageable ones

2021-08-26 Thread David Leimbach via 9fans
Sent from my iPad > On Aug 26, 2021, at 12:01 PM, fwrm via 9fans <9fans@9fans.net> wrote: > >  >> On Wednesday, 25 August 2021, at 9:31 PM, David Leimbach wrote: >> Try in the tagline >> Edit ,|fold -s -w80 >> Highlight it and middle click it. >

Re: [9fans] Breaking up long lines in sam into more manageable ones

2021-08-25 Thread David Leimbach via 9fans
Try in the tagline Edit ,|fold -s -w80 Highlight it and middle click it. Sent from my iPad > On Aug 25, 2021, at 8:20 AM, revcomni...@gmail.com wrote: > >  > I would like to be able to break up long lines in sam in a way similar to the > way I break them up in ed. For ed, I rely on the ext

Re: [9fans] Software philosophy

2021-08-18 Thread David du Colombier
from Bell Labs if it was still maintained. Also, NIX is not maintained anymore. However, there are some other variants of 9k (the 64-bit Plan 9 kernel), including the one available as part of 9legacy, that are still in progress. -- David du Colombier

Re: [9fans] fork of a fork of Inferno that runs on Mac OS amd64

2021-07-30 Thread David Leimbach via 9fans
No problem! It seems acme does work ok, but it uses XQuartz. It’s been so long since I’ve used inferno I’ve forgotten how to get started! Dave > On Jul 30, 2021, at 12:39 PM, Joseph Stewart wrote: > > Good job friend. Thanks for doing this. > > On Fri, Jul 30, 2021 at 9:26 AM leimy2k via 9f

Re: [9fans] Four numbers in /lib/sky/here

2021-07-28 Thread David du Colombier
The /lib/sky/here file hasn't been changed since the First Edition and there are only three numbers. https://github.com/plan9foundation/plan9/commits/main/lib/sky/here -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/g

Re: [9fans] Four numbers in /lib/sky/here

2021-07-27 Thread David du Colombier
The fourth number looks like a mistake. astro(1) only parses the first three numbers. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tc2ea4ba95db1a01f-M1b3e35f4246cf2adf3f07c83 Delivery options: https

Re: [9fans] Four numbers in /lib/sky/here

2021-07-27 Thread David du Colombier
> > Anyone have any idea what might use that? This file is used by astro(1). The values are latitude, longitude and elevation. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tc2ea4ba95db1a01f-Mf0e41cd108ed80

Re: [9fans] 9legacy venti-p9p, etc

2021-06-26 Thread David du Colombier
this patch. On the other side, the venti-p9p patch includes more experimental changes, like the support of blocks larger than 56 KB. I wouldn't recommend this patch. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.

Re: [9fans] the #cat-v channel has moved to oftc

2021-06-22 Thread David du Colombier
> This reminds me: is the #plan9 channel on oftc the new home of #plan9? No, it's #plan9 on libera.chat. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T443bc8b8132dd026-M5ecc8c0beb399769233d7933

Re: [9fans] 9legacy patches dependency & future releases

2021-06-17 Thread David du Colombier
do it. In the meantime, I think you can periodically download and mount the CD image and run replica/pull from it to update your system. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T1d655e15673a9e4c-M1465d0

Re: [9fans] 9legacy patches dependency & future releases

2021-06-16 Thread David du Colombier
> I see, then is more easy than I thought. I was going to ask you if > you wanted to include the rc patch sent to the list from 9front, > but I saw just now that is already there, that was fast! Yes, I saw the patch in the other thread, so I've added it. -- Davi

Re: [9fans] 9legacy patches dependency & future releases

2021-06-16 Thread David du Colombier
> I was importing rc-line-split.diff from 9legacy and I realized that > it is applied after rc-badrunes.diff. > > How are the dependencies of the patches noticed? The patches apply in order. Some are independent, but some are depending on other patches. -- David

Re: [9fans] 1st and 2nd edition ISOs at p9f.org/dl are defective

2021-05-25 Thread David du Colombier
It should be fixed now. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T5f0b8bf3259974e3-Mfa6c8559824e7874ecf7383b Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] 1st and 2nd edition ISOs at p9f.org/dl are defective

2021-05-24 Thread David du Colombier
ls and Git repository are not affected by this issue. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T5f0b8bf3259974e3-Mf8f19d6988285c77f2e92f03 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] amd64 bootstrap file fo go1.16.3

2021-04-27 Thread David du Colombier
> Then, I suspect /amd64/bin/6l has some problem. The issue is not in 6l, but in the amd64 kernel. The amd64 kernel still has some issues to be fixed. I'd recommend to use the 386 kernel in the meantime. -- David du Colombier -- 9fans: 9fans P

Re: [9fans] amd64 bootstrap file fo go1.16.3

2021-04-20 Thread David du Colombier
> How I can make diffs for those? You can generate a diff against /n/sources, using "ape/diff -Nru", then send it to me. Example: 9fs sources ape/diff -Nru /n/sources/plan9/sys/src/libdraw /sys/src/libdraw >/tmp/libdraw.diff Thanks. -- Da

Re: [9fans] amd64 bootstrap file fo go1.16.3

2021-04-20 Thread David du Colombier
this issue a couple of days ago. The most recent archives were not in ustar format. Please re-download the bootstrap. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T75ee4ccd407669dd-Mdcfc2f930de79695da07b13d

Re: [9fans] 9vx, 9legacy

2021-04-18 Thread David du Colombier
9vx uses vx32 or > am I wrong ? 9vx was recently re-licensed under MIT license, but vx32 remains under LGPL. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tf651d537d5dbd117-Meca687190264535224ded984 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] amd64 bootstrap file fo go1.16.3

2021-04-18 Thread David du Colombier
/go1.16.3-plan9-amd64-bootstrap.tbz > Is the kernel working right? > What is 4100M loast? This kernel doesn't handle more than 4 GB of memory, so this is expected. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/grou

Re: [9fans] p9f licensing question (u9fs)

2021-04-11 Thread David du Colombier
license. You can ignore this file and consider u9fs is distributed under MIT. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T7af5000e9aa9f587-M92797301ac4a0c1429c31a67 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] troff refer and bib

2021-04-09 Thread David du Colombier
> may be offtopic but now I'm just curious :-) what's wwb ? Writer's Workbench. https://archive.org/details/wwb-user -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T2e70e97724f65028-Md49227

Re: [9fans] Transfer of Plan 9 to the Plan 9 Foundation

2021-03-31 Thread G. David Butler
-alive David Sent from my phone. Please excuse misspellings and terseness. > On Mar 31, 2021, at 10:34 AM, ron minnich wrote: > > The LPL is dead. It died when all the Plan 9 IP was transferred to the > foundation. > > Nokia is out of the picture. > > So let's

Re: [9fans] Transfer of Plan 9 to the Plan 9 Foundation

2021-03-23 Thread David du Colombier
> The 4e and 4e-latest tarballs are identical. Is this intentional? This should be fixed now. Thanks for reporting. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tf20bce89ef96d4b6-M2977c6fd2b73f15bbe861

Re: [9fans] patches from 9front

2021-03-21 Thread David du Colombier
realemu into 9k would be nice. I've just checked and 9legacy already supports VESA graphics on amd64, using aux/realemu (started automatically when monitor=vesa). -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.to

Re: [9fans] patches from 9front

2021-03-21 Thread David du Colombier
> 9k? 9k is the original 64-bit Plan 9 kernel written by Jim McKie at Bell Labs. It has been developed at Bell Labs (with external contributions) from 2005 to 2013 approximately, and has been part of 9legacy since 2016. -- David du Colombier -- 9f

Re: [9fans] patches from 9front

2021-03-21 Thread David du Colombier
> If you'd get success to port 9front's tlsclient, 9legacy has no gui terminal > for amd64, even on vesa mode, then next is to port realemu etc... 9legacy amd64 kernel supports graphical terminal, but it doesn't indeed support VESA yet. Implementing realemu into 9k would b

Re: [9fans] patches from 9front

2021-02-22 Thread David du Colombier
> When I got git9 working on 9legacy, I backported a couple > of utilities and changes: > > /n/sources/patch/walk > /n/sources/patch/rc-line-split These patches are now part of 9legacy. Thanks! -- David du Colombier

Re: [9fans] 9pi provenance

2021-02-13 Thread David du Colombier
> You could also make the correction to the man page for spi(3) > in your patch bcm-brian-man: Fixed. Thanks! -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T16171523f95d8656-M7b9b416c78f22c97783d440e De

Re: [9fans] 9pi provenance

2021-02-13 Thread David du Colombier
I've just updated the aux-wpa and factotum-wpa patches, so step 5 shouldn't be required anymore. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T16171523f95d8656-M933fca9a4dd0c0ca5b33c00f Delivery opti

Re: [9fans] patches from 9front

2021-02-11 Thread David du Colombier
ts with changes other people have done on APE. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tc82939f1fda0e479-Ma5af7fc8fa0904f625dc6863 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] patches from 9front

2021-02-10 Thread David du Colombier
o submit a patch. 9legacy includes a patch to 9fs which replaces plan9.bell-labs.com by 9p.io. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tc82939f1fda0e479-M17fc3b08b511544e972abaf0 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] GSoC 2021 project ideas (WAS: Re: Plan 9 Applying to GSoC 2021)

2021-02-05 Thread David Arroyo
9. It can then be used to interface with any device that the NetBSD kernel supports. https://research.csiro.au/tsblog/using-rump-kernels-to-run-unmodified-netbsd-drivers-on-sel4/ David -- 9fans: 9fans Permalink: https://9fans.topicbox.com/gro

Re: [9fans] Dual dialing/forking sessions to increase 9P throughput

2021-01-27 Thread David Arroyo
t could be handled by using a model-based congestion avoidance algorithm like BBR or Vegas, and sending messages out of a prioritized queue, where "interactive" files like /dev/mouse are prioritized. David -- 9fans: 9fans Permalink: https://9f

Re: [9fans] sources/contrib

2021-01-26 Thread David du Colombier
--presumably--now > defunct address at the Bell Labs (which I, being too much of an amateur > and with nothing to contribute, didn't do back then). I am the maintainer of 9p.io. You can contact me with your desired username so I can can create you a contrib direct

Re: [9fans] Dual dialing/forking sessions to increase 9P throughput

2021-01-25 Thread David Arroyo
plementations that do this kind of pipelining, though. David -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te69bb0fce0f0ffaf-M108d4f8ab0862aef8c9c4202 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] mice

2020-12-27 Thread David Arroyo
ms to have a unique bluetooth firmware that crashes bluetoothd on Linux . I haven't been able to figure it out. It also has this fake "inertial" scrolling which I hated at first but now I quite like it. David On Fri, Nov 27, 2020, at 19:33, Kyle Farwell via 9fans wrote: >

Re: [9fans] Raw ethernet on 9vx

2020-12-08 Thread David du Colombier
The https://github.com/0intro/vx32 repository was based on the latest Ron Minnich and Yiyus repository. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T84b4492f91f2abb6-M9130b6194452b64df3187ab4 Delivery options

Re: [9fans] IP routing problems on GCP

2020-08-23 Thread David du Colombier
ot. 9legacy includes a patch that considers 32 mask as 0. http://9legacy.org/9legacy/patch/ip-ipconfig-mask.diff -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tc21c3dd261e604cf-M926904f4ad643a6a16f23051 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] u9fs in go?

2020-07-12 Thread David du Colombier
9P filesystem: https://github.com/Harvey-OS/ninep -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tea875067b53dce5f-M86dd45cbd746418c9ec3a105 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] 127.0.0.1 considered harmful

2020-07-11 Thread David du Colombier
: http://9legacy.org/9legacy/patch/9-tcp-mss.diff -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Ta94caa59de01adf8-Mbe2dcd2dd02c5ed6483c9efb Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Jim McKie

2020-06-25 Thread David du Colombier
That's a very sad news indeed. Jim was a very kind guy. He did a lot of work on Plan 9. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Td73b359f9dc68c15-M1a4a78255323a9a46a4d1015 Delivery options:

Re: [9fans] Early Plan 9 Grid with Serial Killer Theme

2020-06-21 Thread David Boswell
I recall a public VMS cluster with the theme and hostnames you mention. https://deathrow.vistech.net/410.html On Sun, Jun 21, 2020 at 9:13 AM Thaddeus Woskowiak wrote: > > Somewhere between 15-20 years ago I remember an early public grid of > plan 9 machines which amusingly featured hostnames o

Re: [9fans] Who is behind 9p.io

2020-05-08 Thread David du Colombier
Bell Labs (plan9.bell-labs.com). I've been running 9p.io since 2014 and I don't intend to shut down it. You can mirror 9p.io if you want. There is already plan9.io, which is a mirror of 9p.io ran by arisawa. -- David du Colombier -- 9fans: 9fans Pe

Re: [9fans] atom.9atom.org mirror?

2020-04-16 Thread David du Colombier
> That's exactly what I'm looking for. How might I access that? http://mirror.9grid.fr/mirror.9grid.fr/atom-2017-09-17.tar.bz2 -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T264

  1   2   3   4   5   6   7   8   9   10   >