Re: [9fans] plan 9 for linux users

2025-02-23 Thread Anthony Sorace
On Feb 23, 2025, at 11:43, Shawn Rutledge wrote: > > Surely the pinephone must be inevitable at some point? Someone’s actively working on a 9front port: https://github.com/driusan/9front-A64 He was making good progress but seems to have broken his power button which might slow things down. I

Re: [9fans] plan 9 for linux users

2025-02-23 Thread Kurt H Maier via 9fans
On Sun, Feb 23, 2025 at 08:20:29PM +0100, Shawn Rutledge wrote: > What about the risc-v version of this > https://www.clockworkpi.com/product-page/uconsole-kit-r-01 I own this. I have not been able to get anything but linux to run on it. > Or the MNT Pocket Reform… I haven

Re: [9fans] plan 9 for linux users

2025-02-23 Thread Shawn Rutledge
> On Feb 23, 2025, at 01:07, Jacob Moody wrote: > > 9front does not run on the rpi5 and there hasn't been anyone interested so > far in doing the port work. That’s a bummer, but I understand. It has to be interesting to someone who knows where to start. And they do have the reputation for no

Re: [9fans] plan 9 for linux users

2025-02-22 Thread Jacob Moody
On 2/22/25 15:45, Alyssa M via 9fans wrote: > On Friday, February 21, 2025, at 11:14 PM, Dworkin Muller wrote: >> However, I'm talking about the scenario where you know absolutely nothing >> because you want to find out what this Plan 9 thing, and are starting from >> scratch trying to get an ini

Re: [9fans] plan 9 for linux users

2025-02-22 Thread Alyssa M via 9fans
On Friday, February 21, 2025, at 11:14 PM, Dworkin Muller wrote: > However, I'm talking about the scenario where you know absolutely nothing because you want to find out what this Plan 9 thing, and are starting from scratch trying to get an initial installation booted on hardware that may or may no

Re: [9fans] plan 9 for linux users

2025-02-22 Thread ron minnich
One thing we've discussed, many times over the years, is creating a small box that would bootstrap a network of Plan 9 systems, i.e. "9 in a box". It would use coraid ether console (CEC), so no need to find a serial port adapter. You would get the box, put it on your network, connect to its conso

Re: [9fans] plan 9 for linux users

2025-02-22 Thread ori
'#' paths aren't namespaceable, so they should be used very rarely in the system. Quoth Dworkin Muller : > On Fri, 21 Feb 2025 22:45:54 -0600, Jacob Moody wrote: > moody> What do you mean everything uses these # names? > moody> Can you provide some context on what parts of the terminal installat

Re: [9fans] plan 9 for linux users

2025-02-22 Thread Frank D. Engel, Jr.
I view these driver identifier characters as being roughly the equivalent of the major device numbers used in UNIX/Linux systems behind the scenes, commonly accessed via the files under the /dev heirarchy. I don't think those numbers are really standardized either. On 2/22/25 04:10, tlaro...@

Re: [9fans] plan 9 for linux users

2025-02-22 Thread tlaronde
On Fri, Feb 21, 2025 at 02:31:04PM -0800, Skip Tavakkolian wrote: > This topic was brought up a few years ago and some helpful suggestions > were made: > > https://9fans.topicbox.com/groups/9fans/Tc21478a4dc8e2df1-M53e7a145d7e726e30dd4bbed > The keyboard is assigned L'b' (for pc and sgi), and in

Re: [9fans] plan 9 for linux users

2025-02-22 Thread Dworkin Muller
On Fri, 21 Feb 2025 22:45:54 -0600, Jacob Moody wrote: moody> What do you mean everything uses these # names? moody> Can you provide some context on what parts of the terminal installation moody> process you felt like required knowledge of sharp paths? moody> What guides are you referring to? I v

Re: [9fans] plan 9 for linux users

2025-02-22 Thread Jacob Moody
On 2/21/25 17:14, Dworkin Muller wrote: > On Fri, 21 Feb 2025 15:03:11 -0600, Jacob Moody wrote: > moody> This is not quite the case though, /dev/drivers gives you a mapping of > the > moody> single character names to their "full" names. This name then > corresponds to > moody> their entry withi

Re: [9fans] plan 9 for linux users

2025-02-21 Thread Dworkin Muller
skip.tavakkol...@gmail.com wrote: : This topic was brought up a few years ago and some helpful suggestions : were made: You may note that I'm the one that brought it up that time, too ``Helpful'' is kind of relative. They're great once you have a functional enough system to be able to look t

Re: [9fans] plan 9 for linux users

2025-02-21 Thread Dworkin Muller
On Fri, 21 Feb 2025 15:03:11 -0600, Jacob Moody wrote: moody> This is not quite the case though, /dev/drivers gives you a mapping of the moody> single character names to their "full" names. This name then corresponds to moody> their entry within section 3 of the manual pages. Where you'll find

Re: [9fans] plan 9 for linux users

2025-02-21 Thread Skip Tavakkolian
This topic was brought up a few years ago and some helpful suggestions were made: https://9fans.topicbox.com/groups/9fans/Tc21478a4dc8e2df1-M53e7a145d7e726e30dd4bbed On Thu, Feb 20, 2025 at 4:17 PM Dworkin Muller wrote: > > On Thu, 20 Feb 2025 09:09:31 -0800, ron minnich wrote: > rminnich> Base

Re: [9fans] plan 9 for linux users

2025-02-21 Thread Jacob Moody
On 2/21/25 14:45, Dworkin Muller wrote: > On Fri, 21 Feb 2025 12:21:45 +, Stuart Morrow > wrote: > morrow.stuart> How is it different from flags? > > Well, typically flags are specific to some command, and are documented > somewhere. Also, these get used as the first element in a path, and

Re: [9fans] plan 9 for linux users

2025-02-21 Thread Dworkin Muller
On Fri, 21 Feb 2025 12:21:45 +, Stuart Morrow wrote: morrow.stuart> How is it different from flags? Well, typically flags are specific to some command, and are documented somewhere. Also, these get used as the first element in a path, and are (or seem to be) used mostly in contexts where yo

Re: [9fans] plan 9 for linux users

2025-02-21 Thread Rodrigo G . López
enumeration? like the one on /dev/drivers? -rodri On Fri, Feb 21, 2025, 01:17 Dworkin Muller wrote: > On Thu, 20 Feb 2025 09:09:31 -0800, ron minnich > wrote: > rminnich> Based on the response to my note re: things that act like > strace, I'm going > rminnich> to start accumulating a "plan 9

Re: [9fans] plan 9 for linux users

2025-02-21 Thread Stuart Morrow
On Fri, 21 Feb 2025 at 00:17, Dworkin Muller wrote: > Plan 9's mostly single-character names, with no > apparent connection to what they correspond to, > have completely flummoxed me more times How is it different from flags? -- 9fans: 9fans Permalink: ht

Re: [9fans] plan 9 for linux users

2025-02-21 Thread Shawn Rutledge
There’s also https://9p.io/wiki/plan9/Unix_to_Plan_9_command_translation/index.html FWIW; it doesn’t seem to be editable AFAICT. Maybe it’s worthwhile to merge anything interesting from there into the garden wiki. > On Feb 20, 2025, at 19:33, Ori Bernstein wrote: > > perhaps: > >htt

Re: [9fans] plan 9 for linux users

2025-02-20 Thread Alyssa M via 9fans
This might also help: cd /sys/src/9 grep devattach */*.c | sed 's/(.*):.*attach\(L?''(.)'',.*;/\2 \1/' | sort though it misses a few. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tabc159d56e7ead54-M3614a029bcf71af0fb3e962e Delivery opti

Re: [9fans] plan 9 for linux users

2025-02-20 Thread Anthony Sorace
On Feb 20, 2025, at 16:17, Dworkin Muller wrote: > > Plan 9's mostly single-character names, with no > apparent connection to what they correspond to, have completely > flummoxed me more times than I care to count. A listing with a sentence or two per device and pointers to the corresponding ma

Re: [9fans] plan 9 for linux users

2025-02-20 Thread Dworkin Muller
On Thu, 20 Feb 2025 09:09:31 -0800, ron minnich wrote: rminnich> Based on the response to my note re: things that act like strace, I'm going rminnich> to start accumulating a "plan 9 for linux users" doc. It helps to have a rminnich> guide it seems. Something that would be really helpful would

Re: [9fans] plan 9 for linux users

2025-02-20 Thread Ori Bernstein
perhaps: https://shithub.us/garden/wiki.9front.org/HEAD/unix2plan9.md/f.html Which is the source for: http://wiki.9front.org/unix2plan9 Everything under the garden/ user in shithub is the community garden; everyone with an account has sufficient access to fertilize any repo ther