9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Dan Cross <cross@math.psu.edu>
To: 9fans@cse.psu.edu
Cc: hangar18-general@open-forge.org, hell@einstein.ssz.com
Subject: Re: [9fans] Re: Free Plan 9 "shell" accounts?
Date: Sun, 18 May 2003 10:17:41 -0400	[thread overview]
Message-ID: <200305181417.h4IEHf524723@augusta.math.psu.edu> (raw)
In-Reply-To: Your message of "Sun, 18 May 2003 08:43:19 CDT." <Pine.LNX.4.33.0305180818010.7974-100000@einstein.ssz.com>

I know I shouldn't get into this....

> > I don't understand what this means; doesn't the ability to start a
> > process on a remote machine (``process pool'') mean you can start a
> > shell on it?
>
> Plan 9 has per process namespace, and there is really nothing that says
> the namespace that a particular process is running on a particular piece
> of hardware are shared. In other words the resources for a given shell
> don't necessarily have to reside on that machine. In other words the
> process server doesn't have to share any of its kfs resources into the
> namespace of the process). The namespace doesn't even have to come from a
> single machine. So, if you've got a process that has it's I/O connected to
> your machine, and various namespaces transitively mounted from machines
> other than the process server executing the job, can you really say the
> shell is running on 'that machine'?
>
> I'd say "No".

Yes.  It's executing on that machine.  It's effectively the same
situation as a program running on a diskless Unix machine with the
filesystem served by NFS.

So you agree that you will allow someone to run code on your machine,
you just won't provide them with a filesystem.  So they can run a copy
of /bin/rc on your machine if they like.

> If you have a process server executing a job that spawns multiple
> processes, Tower of Hanoi or a factorial might be a job that would do for
> an example, and those processes are running on different machines; can
> you say that the program runs on 'that machine'?
>
> I'd say "No",

Yes.  What it does, such as starting jobs on other machines, is
irrelevant.  It itself is still running on that machine.

> You're running a 'shell on a machine' and that machine hiccups, with
> traditional operating systems the only result is to throw an error
> condition and halt. On Plan 9 it's possible that in cases that if a
> machine were to die the namespace resources (which we'll assume aren't on
> the process server native) are saved and the machine that started the
> process would simply re-init that job on another processer, without the
> user even knowing about it. Is that running that program 'on a machine'?
>
> I'd say "No".

It's possible, perhaps, but doesn't happen now.  At least not without
writing code.  But it would be possible to write the same code on any
number of systems; amoeba comes to mind as an example of a system that
already approximates that sort of behavior.

But that doesn't change the fact that, yes, the program is running on
a machine somewhere.  The only thing you're saying is new is that you
don't care what machine it's running on.

> There are many other examples I could think of, you will too; eventually.

I'm sorry, but I think you're confused about basic definitions.  What
it means for a piece of code to be running on a computer is that it's
executing on that computer.  Whether you can do clever things behind to
scenes to give the illusion of it being transparantly relocatable to
another computer is irrelevant.

Even then, I'm disappointed that all you're talking about is restarting
a program on a different machine.  If you were talking about generalizing
/proc to replicate process state across multiple machines operating
in lockstep in real time, I might start to be kind of impressed.

> Plan 9 has the unique advantage of being able to create a distributed
> virtual machine. This means that where the job runs is irrelevant, and
> where the resources of the namespace exist is irrelevant. Plan 9 is not so
> much 'where' but 'how to impliment'.

That's not unique.  Condor, MOSIX, Amoeba, and other systems implement
similar functionality.

> To worry about the specific machine is a pretty archaic viewpoint that is
> not really compatible with understanding what one can get out of Plan 9.
>
> Plan 9 is a -distributed- operating system. This means that you have to
> think of 'process clouds' and many resources clustered together to form a
> namespace. The fact the namespace is -per process- is what takes it a step
> above the 'run a shell on a machine' perspective.

Again, you're misunderstanding the definition of what it means to run
a shell on a machine.

> You have to get past thinking of Plan 9 as a OS 'on a machine' and think
> of it as a OS -across machines-. Note the plural in that, it's critical to
> understanding the true power of the OS from the perspective of the user.
> [1]

I don't see how the two are mutually exclusive.

> If you really want to have an OS on -a machine- then Plan 9 will bring you
> nothing of interest. Stick with traditional operating systems. If you want
> to join a -community of resources- then look into Plan 9, it will surpise
> you. [2]

Or Amoeba.

> Hope that helps clear up your confusion...;)

I see what you're saying, but I think you missed my point.  It might
help if you reviewed a book on operating systems basics; it's pretty
clear you don't have much of a formal background here.  I can recommend
a titles, if you'd like.

> [1] This goes right to the heart of one of my issues with the Plan 9
> community here with regard to lack of understanding of 'user' space as
> compared to looking at everything as a 'developer' space issue. Such is
> the flaw of having a goal of keeping a technology limited to a niche (ie
> research OS).
>
> [2] I've mentioned this distinction many times in the past, and it amazes
> me that many long time users of Plan 9 still don't 'get it'.

And how.

	- Dan C.



  reply	other threads:[~2003-05-18 14:17 UTC|newest]

Thread overview: 693+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-16 16:05 [9fans] " Martin Kielhorn
2003-05-16 16:25 ` Andrew
2003-05-16 22:39 ` Geoff Collyer
2003-05-16 22:57   ` andrey mirtchovski
2003-05-17  0:04     ` northern snowfall
2003-05-16 23:50   ` northern snowfall
2003-05-16 23:59     ` northern snowfall
2003-05-17 19:21 ` Russ Cox
2003-05-19  2:54   ` [9fans] " Jim Choate
2003-05-19  3:00     ` Russ Cox
2003-05-19  3:44       ` [9fans] Latency Issues (was: Re: Free Plan 9 "shell" accounts?) Jim Choate
2003-05-19  3:49         ` Russ Cox
2003-05-19 12:44         ` Joel Salomon
2003-05-19  7:04     ` [9fans] Re: Free Plan 9 "shell" accounts? rob pike, esq.
2003-05-19  7:20       ` boyd, rounin
2003-05-18  5:13 ` Jim Choate
2003-05-18 13:05   ` Dan Cross
2003-05-18 13:43     ` Jim Choate
2003-05-18 14:17       ` Dan Cross [this message]
2003-05-18 14:26         ` Jim Choate
2003-05-18 14:36           ` andrey mirtchovski
2003-05-18 14:38           ` Dan Cross
2003-05-18 14:44             ` Jim Choate
2003-05-18 15:15               ` Dan Cross
2003-05-18 16:28                 ` Jim Choate
2003-05-18 18:34                   ` Dan Cross
2003-05-18 19:17                     ` boyd, rounin
2003-05-18 15:31               ` boyd, rounin
2003-05-18 16:29                 ` Jim Choate
2003-05-19  9:46                   ` boyd, rounin
2003-05-19  9:47                 ` Anthony Mandic
2003-05-19 10:22                   ` boyd, rounin
2003-05-19 12:24                     ` Anthony Mandic
2003-05-19 12:50                       ` boyd, rounin
2003-05-19 15:07                         ` Anthony Mandic
2003-05-20  3:31                           ` boyd, rounin
2003-05-20  3:34                             ` rob pike, esq.
2003-05-20  3:34                               ` Skip Tavakkolian
2003-05-20  3:38                               ` boyd, rounin
2003-05-20  5:33                               ` Jim Choate
2003-05-20 11:03                               ` Anthony Mandic
2003-05-20 12:30                                 ` matt
2003-05-20 12:34                                   ` boyd, rounin
2003-05-18 15:02         ` matt
2003-05-18 15:36           ` Dan Cross
2003-05-18 16:46             ` northern snowfall
2003-05-18 16:45               ` boyd, rounin
2003-05-18 18:42                 ` Reading lists (was: [9fans] Re: Free Plan 9 "shell" accounts?) Dan Cross
2003-05-18 19:11                   ` boyd, rounin
2003-05-19 22:09                 ` [9fans] Re: Free Plan 9 "shell" accounts? George Bronnikov
2003-05-20  4:20                   ` boyd, rounin
2003-05-19 13:06             ` Joel Salomon
2003-05-19 14:00               ` Fco.J.Ballesteros
2003-05-18 16:27           ` Jim Choate
2003-05-18 19:21           ` boyd, rounin
2003-05-18 19:25             ` Andrew
2003-05-18 19:35               ` boyd, rounin
2003-05-18 19:40                 ` boyd, rounin
2003-05-18 19:49                 ` Andrew
2003-05-18 19:55                   ` boyd, rounin
2003-05-18 19:59                     ` boyd, rounin
2003-05-18 21:49                       ` Dan Cross
2003-05-18 21:57                         ` boyd, rounin
2003-05-18 22:33                           ` Scott Schwartz
2003-05-18 22:39                             ` boyd, rounin
2003-05-18 22:44                             ` boyd, rounin
2003-05-18 23:13                               ` Scott Schwartz
2003-05-20  8:49                                 ` Adrian Tritschler
2003-05-21 16:40                                   ` Jason Gurtz
2003-05-21 16:48                                     ` boyd, rounin
2003-05-18 23:50                               ` northern snowfall
2003-05-18 22:55                                 ` boyd, rounin
2003-05-18 22:20                         ` boyd, rounin
2003-05-18 22:32                         ` [9fans] RFC822 & yacc boyd, rounin
2003-05-18 19:38               ` [9fans] Re: Free Plan 9 "shell" accounts? Dan Cross
2003-05-18 19:44                 ` boyd, rounin
2003-05-19 11:17                 ` SMTP stuff. Was: " Aharon Robbins
2003-05-19 12:19                   ` matt
2003-05-19 12:29                   ` boyd, rounin
2003-05-18 19:47               ` boyd, rounin
2003-05-18 15:27         ` boyd, rounin
  -- strict thread matches above, loose matches on Subject: below --
2003-11-11  1:38 [9fans] POSIXy V7 sh Dennis Ritchie
2003-11-11  2:19 ` Geoff Collyer
2003-11-11  9:09 ` Richard Miller
2003-11-12 11:14 ` Boyd Roberts
2003-11-12 13:08   ` Douglas A. Gwyn
2003-11-12 19:55     ` Steve Kilbane
2003-08-16 22:03 [9fans] 4e sam for unix Scott Schwartz
2003-08-16 23:01 ` boyd, rounin
2003-08-17  9:56   ` Steve Kilbane
2003-07-11  2:01 [9fans] Fork: useless and painful? Andrew Simmons
2003-07-11  2:17 ` David Presotto
     [not found]   ` <presotto@closedmind.org>
2003-05-10  0:13     ` [9fans] struct problems David Presotto
2003-05-10  0:22       ` Scott Schwartz
2003-05-10  4:49       ` Skip Tavakkolian
2003-05-10  4:52         ` boyd, rounin
2003-05-10  5:20           ` Skip Tavakkolian
2003-05-10  5:19             ` boyd, rounin
2003-05-10  7:11           ` Dennis Ritchie
2003-05-10 16:53             ` matt
2003-05-10 16:58               ` boyd, rounin
2003-05-10 16:58               ` boyd, rounin
2003-05-10 18:08                 ` northern snowfall
2003-05-10 17:12                   ` boyd, rounin
2003-05-10 22:34                   ` boyd, rounin
2003-05-10 23:09             ` jmk
2003-05-10 23:16               ` boyd, rounin
2003-05-11  2:07                 ` rob pike, esq.
2003-05-11  2:26                   ` boyd, rounin
2003-05-11  3:48                 ` Dennis Ritchie
2003-05-11  3:54                   ` boyd, rounin
2003-05-10 23:26               ` boyd, rounin
2003-05-11  2:06               ` rob pike, esq.
2003-05-10 23:54             ` Skip Tavakkolian
2003-05-11  2:08               ` rob pike, esq.
2003-05-11  2:31                 ` boyd, rounin
2003-05-11  6:04                   ` rob pike, esq.
2003-05-11  7:03                     ` boyd, rounin
2003-05-12  8:56           ` Anthony Mandic
2003-05-12  9:27             ` boyd, rounin
2003-07-13 19:44     ` [9fans] Fork: useless and painful? Andrew Lynch
2003-07-11  2:29   ` boyd, rounin
2003-07-11  2:32 ` boyd, rounin
2003-07-11 10:59 ` matt
2003-06-25 20:36 [9fans] ipconfig dhcp vs ndb Scott Schwartz
2003-06-25 20:44 ` David Presotto
2003-06-25 20:50   ` Scott Schwartz
2003-08-06 17:01     ` David Presotto
2003-06-24 14:41 [9fans] mail problems Apurva Mehta
2003-06-24 15:24 ` Dan Cross
2003-06-24 16:34   ` Apurva Mehta
2003-06-25  0:13     ` Russ Cox
2003-06-25  9:21       ` Richard Miller, miller
2003-06-26  1:58         ` Russ Cox
2003-06-26  2:21           ` Scott Schwartz
2003-06-26  2:30             ` boyd, rounin
2003-06-26  2:36               ` Scott Schwartz
2003-06-26  2:44                 ` boyd, rounin
2003-06-26  3:07                   ` Scott Schwartz
2003-06-26  3:13                     ` boyd, rounin
2003-06-26  3:21                       ` Dan Cross
2003-06-26  3:32                         ` boyd, rounin
2003-06-26  3:35                           ` andrey mirtchovski
2003-06-26  3:41                             ` boyd, rounin
2003-06-26  4:03                               ` andrey mirtchovski
2003-06-26  5:15                           ` okamoto
2003-06-26 10:36                             ` boyd, rounin
2003-06-26  3:53                       ` Scott Schwartz
2003-06-26 11:12                         ` boyd, rounin
2003-06-26 13:17                           ` matt
2003-06-26 13:33                             ` boyd, rounin
2003-06-26 14:23                               ` matt
2003-06-26 14:35                                 ` boyd, rounin
2003-06-26 15:49                                 ` David Presotto
2003-06-26  8:29           ` Richard Miller, miller
2003-06-25 10:49       ` Apurva Mehta
2003-06-25  0:16 ` Russ Cox
2003-06-25 10:49   ` Apurva Mehta
2003-06-19  9:34 [9fans] The new ridiculous license Keith Nash
2003-06-19 13:51 ` boyd, rounin
2003-06-19 13:54   ` David Presotto
2003-06-19 14:09     ` boyd, rounin
2003-06-19 16:44   ` Erik Terpstra
2003-06-19 17:13     ` boyd, rounin
2003-06-19 17:35     ` Dan Cross
2003-06-19 17:52       ` boyd, rounin
2003-06-19 21:33         ` Jack Johnson
2003-06-20 14:05           ` Jason Gurtz
2003-06-20 14:08             ` Lucio De Re
2003-06-20 14:30               ` Jason Gurtz
2003-06-19 21:34         ` Jack Johnson
2003-06-19 23:19           ` Dan Cross
2003-06-20  1:52             ` George Michaelson
2003-06-20  2:32               ` Geoff Collyer
2003-06-20  2:40                 ` Geoff Collyer
2003-06-20  6:55                   ` Dan Cross
2003-06-20  2:56                 ` andrey mirtchovski
2003-06-20  2:43               ` Stephen Wynne
2003-06-20  6:54               ` Dan Cross
2003-06-20  7:05                 ` Dan Cross
2003-06-23  8:56                 ` Douglas A. Gwyn
2003-06-23 15:22                 ` rog
2003-06-20  8:20           ` John Murdie
2003-06-20 15:31             ` splite
2003-06-20 17:24               ` John Murdie
2003-06-19 17:51     ` David Presotto
2003-06-19 18:15       ` boyd, rounin
2003-06-19 20:14         ` ron minnich
2003-06-23  8:58           ` Douglas A. Gwyn
2003-06-20  5:01       ` Lucio De Re
2003-06-20 14:18         ` [9fans] " Jim Choate
2003-06-20 14:15           ` Lucio De Re
2003-06-20 16:44             ` Jim Choate
2003-06-20 17:06               ` Lucio De Re
2003-06-20 17:54                 ` Jim Choate
2003-06-20 18:39                   ` Stephen Wynne
2003-06-20 20:30                     ` Jim Choate
2003-06-20 19:22                   ` David Presotto
2003-06-20 19:38                     ` nehal
2003-06-20 19:38                     ` ron minnich
2003-06-20 18:57                       ` Sam
2003-06-20 20:50                         ` Jim Choate
2003-06-20 23:46                           ` Steve Arons
2003-06-21  1:16                             ` northern snowfall
2003-06-21  3:16                             ` Jack Johnson
2003-06-20 19:58                       ` Scott Schwartz
2003-06-21 10:42                       ` bwc
2003-06-21 14:00                         ` Jim Choate
2003-06-20 20:12                     ` Jason Gurtz
2003-06-20 20:46                     ` Jim Choate
2003-06-20 22:22                       ` Jon Snader
2003-06-21  0:45                         ` Tom Glinos
2003-06-21  9:16                       ` Markus Friedl
2003-06-21  9:29                         ` Lucio De Re
2003-06-21 13:56                         ` Jim Choate
2003-06-23  7:39                       ` Fco.J.Ballesteros
2003-06-20 20:48                     ` D. Brownlee
2003-06-22  3:10                     ` a
2003-06-22  3:33                       ` Christopher Nielsen
2003-06-22  4:41                         ` northern snowfall
2003-06-22 15:57                         ` Jon Snader
2003-06-22 22:13                           ` Dan Oglesby
2003-06-23  8:57                     ` Douglas A. Gwyn
2003-06-23  9:02                     ` bs
2003-06-23 11:22                       ` matt
2003-06-23 11:36                         ` boyd, rounin
2003-06-23  8:57                   ` Douglas A. Gwyn
2003-05-30 13:19 [9fans] BOF timing ron minnich
2003-05-30 15:13 ` Dan Cross
2003-05-30 15:18   ` David Presotto
2003-05-30 15:21     ` Dan Cross
2003-05-30 15:38   ` ron minnich
2003-05-30 15:52     ` Dan Cross
2003-05-30 15:58       ` ron minnich
2003-05-30 16:05         ` Scott Schwartz
2003-05-30 16:09           ` ron minnich
2003-05-30 16:33             ` [9fans] 9pm broken? Jack Johnson
2003-05-30 18:41             ` [9fans] BOF timing Dan Cross
2003-05-30 18:45               ` boyd, rounin
2003-05-30 18:52                 ` ron minnich
2003-05-30 22:57         ` Geoff Collyer
2003-05-30 23:16           ` boyd, rounin
2003-05-30 15:24 ` Jack Johnson
2003-05-29 11:09 [9fans] Mp3 Resources mp3
2003-05-29 11:17 ` boyd, rounin
2003-05-29 15:18   ` Scott Schwartz
2003-05-29 15:24     ` boyd, rounin
2003-05-29 16:05       ` Damian Gerow
2003-05-30 13:39         ` Anthony Mandic
2003-05-30 13:50           ` boyd, rounin
2003-05-30 15:02             ` rog
2003-05-30 15:09               ` boyd, rounin
2003-06-03 15:59                 ` rog
2003-05-30 15:19               ` Dan Cross
2003-05-30 15:24                 ` paurea
2003-05-30 18:53                 ` boyd, rounin
2003-05-30 18:57                   ` ron minnich
2003-05-30 19:01                     ` boyd, rounin
2003-05-29 16:14       ` Martin Harriss
2003-06-02 14:06     ` Robin KAY
2003-05-20 17:47 [9fans] Re: Free Plan 9 "shell" accounts? Keith Nash
2003-05-18  1:50 [9fans] suggestion: avoiding out of date binaries Fco.J.Ballesteros
2003-05-19  7:06 ` Russ Cox
2003-05-19  7:13   ` Fco.J.Ballesteros
2003-05-19  7:19     ` Russ Cox
2003-05-19  7:25       ` Fco.J.Ballesteros
2003-05-19  7:28         ` Geoff Collyer
2003-05-19  7:32           ` Fco.J.Ballesteros
2003-05-19  7:32         ` Russ Cox
2003-05-19  7:38           ` Fco.J.Ballesteros
2003-05-19  7:47             ` Geoff Collyer
2003-05-19  7:51               ` boyd, rounin
2003-05-19  8:36               ` Fco.J.Ballesteros
2003-05-19  7:55   ` Scott Schwartz
2003-05-19  8:01     ` Russ Cox
2003-05-19  8:38       ` Scott Schwartz
2003-05-19 12:48 ` Joel Salomon
2003-05-19 14:01   ` Fco.J.Ballesteros
2003-04-23  9:16 [9fans] same functions everywhere paurea
2003-04-23 15:05 ` Russ Cox
2003-04-23 15:29   ` paurea
2003-04-23 15:32     ` Fco.J.Ballesteros
2003-04-23 17:33       ` rob pike, esq.
2003-04-24 12:02         ` paurea
2003-04-24 12:20           ` Charles Forsyth
2003-04-24 14:39           ` Sam
2003-04-24 14:48             ` Sam
2003-04-29  5:04           ` Boyd Roberts
2003-04-24  1:31     ` okamoto
2003-04-29  5:43       ` Boyd Roberts
2003-04-25 10:40 ` Douglas A. Gwyn
2003-04-25 11:46   ` Fco.J.Ballesteros
2003-04-30  8:41     ` Douglas A. Gwyn
2003-04-30 20:08       ` Joel Salomon
2003-04-30 20:11         ` rsc
2003-04-30 20:29           ` Scott Schwartz
2003-05-01  9:07             ` Douglas A. Gwyn
2003-05-01 16:00               ` Scott Schwartz
2003-05-07  4:53                 ` boyd, rounin
2003-05-07 11:03                   ` northern snowfall
2003-05-07 10:40                     ` Lucio De Re
2003-05-07 13:05                       ` northern snowfall
2003-05-07 12:25                         ` Lucio De Re
2003-05-07 13:34                           ` northern snowfall
2003-05-07 13:56                             ` northern snowfall
2003-05-27  9:22                             ` Ralph Corderoy
2003-05-27 10:48                               ` northern snowfall
2003-05-07 12:33                         ` David Butler
2003-05-07 13:40                           ` northern snowfall
2003-05-07 14:33                       ` boyd, rounin
2003-05-08  9:08                       ` Douglas A. Gwyn
2003-05-08  9:49                         ` Bruce Ellis
2003-05-08 13:20                           ` rog
2003-05-27  9:22                       ` Ralph Corderoy
2003-05-07 14:17                     ` C (Was: [9fans] same functions everywhere) Sam
2003-05-07 16:32                       ` northern snowfall
2003-05-07 16:33                         ` [9fans] design clairvoyance & the 9 way Sam
2003-05-07 17:34                           ` Fco.J.Ballesteros
2003-05-07 20:01                           ` David Presotto
2003-05-07 20:34                             ` Stephen Wynne
2003-05-07 21:57                               ` Steve Kotsopoulos
2003-05-08  4:14                               ` A.S. Kukhar
2003-05-08 17:04                               ` Dan Cross
2003-05-09 19:14                                 ` boyd, rounin
2003-05-07 22:33                             ` Sam
2003-05-08  0:46                               ` northern snowfall
2003-05-08 16:04                                 ` Sam
2003-05-08 17:08                                   ` Russ Cox
2003-05-09  1:12                                   ` Geoff Collyer
2003-05-08 17:26                                 ` Dan Cross
2003-05-09  1:12                                   ` northern snowfall
2003-05-09  0:49                                     ` Dan Cross
2003-05-09  1:07                                       ` Joel Salomon
2003-05-09  2:53                                         ` ron minnich
2003-05-09  8:36                                         ` Douglas A. Gwyn
2003-05-09 14:29                                           ` ron minnich
2003-05-09 15:41                                             ` northern snowfall
2003-05-09  2:18                                       ` northern snowfall
2003-05-09  7:55                                 ` Taj Khattra
2003-05-09  9:48                                   ` northern snowfall
2003-05-09 19:52                                     ` boyd, rounin
2003-05-09 20:47                                       ` David Presotto
2003-05-10  2:56                                         ` boyd, rounin
2003-05-14 18:55                                     ` boyd, rounin
2003-05-08  4:04                               ` Russ Cox
2003-05-08  0:20                           ` northern snowfall
2003-05-19  9:46                           ` boyd, rounin
2003-05-08  9:08                       ` C (Was: [9fans] same functions everywhere) Douglas A. Gwyn
2003-05-07 14:43                     ` [9fans] same functions everywhere Russ Cox
2003-05-07 15:47                       ` northern snowfall
2003-05-07 14:53                         ` Jack Johnson
2003-05-07 16:08                           ` northern snowfall
2003-05-08  9:08                         ` Douglas A. Gwyn
2003-05-07 16:01                       ` Scott Schwartz
2003-05-08  9:08                     ` Douglas A. Gwyn
2003-05-15 15:37                     ` Brian Inglis
2003-05-15 16:19                       ` Russ Cox
2003-05-01  9:07           ` Douglas A. Gwyn
2003-05-01 13:55             ` Russ Cox
2003-05-01 17:17               ` Joel Salomon
2003-05-01 17:21                 ` rsc
2003-05-01 18:01                   ` Joel Salomon
2003-05-01 18:11                     ` rsc
2003-05-02  9:24                       ` Douglas A. Gwyn
2003-05-02 16:28                         ` rob pike, esq.
2003-05-05 22:16                           ` Andrew Simmons
2003-05-06  9:09                           ` Douglas A. Gwyn
2003-05-06 15:46                             ` Joel Salomon
2003-05-06 18:43                             ` rog
2003-05-07  8:43                               ` Douglas A. Gwyn
2003-05-07 15:06                                 ` rog
2003-05-07 16:25                                   ` Scott Schwartz
2003-05-08 14:40                                     ` rog
2003-05-08  9:08                                   ` Douglas A. Gwyn
2003-05-08 13:12                                     ` rog
2003-05-09  8:36                                       ` Douglas A. Gwyn
2003-05-09 13:21                                         ` rog
2003-05-09 16:19                                           ` John Murdie
2003-05-09 18:24                                             ` northern snowfall
2003-05-10 17:17                                               ` John Murdie
2003-05-10 17:59                                                 ` boyd, rounin
2003-05-10 18:04                                                 ` boyd, rounin
2003-05-12  8:56                                                 ` Douglas A. Gwyn
2003-05-12  9:26                                                   ` boyd, rounin
2003-05-12 13:19                                                   ` David Presotto
2003-05-12 13:23                                                     ` boyd, rounin
2003-05-12 14:46                                                     ` complex embedded systems was " David Butler
2003-05-12 17:21                                                       ` boyd, rounin
2003-05-12 17:45                                                   ` boyd, rounin
2003-05-12 17:22                                             ` rog
2003-05-12 17:30                                               ` [9fans] (Re:) Exception handling Sape Mullender
2003-05-12 17:32                                                 ` Russ Cox
2003-05-12 17:38                                                   ` Fco.J.Ballesteros
2003-05-12 17:42                                                     ` boyd, rounin
2003-05-13  8:28                                                       ` Fco.J.Ballesteros
2003-05-12 20:30                                                   ` Dan Cross
2003-05-12 20:37                                                     ` boyd, rounin
2003-05-12 17:32                                                 ` Russ Cox
2003-05-12 18:13                                                   ` boyd, rounin
2003-05-12 20:30                                                   ` Dan Cross
2003-05-12 20:38                                                     ` boyd, rounin
2003-05-12 17:41                                                 ` boyd, rounin
2003-05-12 17:36                                               ` [9fans] same functions everywhere boyd, rounin
2003-05-13 12:24                                                 ` rog
2003-05-14  9:27                                                   ` boyd, rounin
2003-05-09 16:46                                           ` Dan Cross
2003-05-12  8:55                                           ` Douglas A. Gwyn
2003-05-12 15:51                                             ` boyd, rounin
2003-05-12 16:48                                               ` rog
2003-05-12 16:54                                                 ` boyd, rounin
2003-05-13  8:33                                               ` Douglas A. Gwyn
2003-05-13 14:18                                                 ` boyd, rounin
2003-05-19  9:46                                         ` boyd, rounin
2003-05-08 17:11                             ` Dan Cross
2003-05-08 17:24                               ` Russ Cox
2003-05-08 18:14                                 ` Dan Cross
2003-05-08 18:21                                   ` root
2003-05-08 18:33                                     ` William Ahern
2003-05-08 19:21                                       ` Dan Cross
2003-05-08 19:06                                     ` Dan Cross
2003-05-08 18:35                                   ` Joel Salomon
2003-05-08 18:40                                     ` Scott Schwartz
2003-05-08 19:03                                       ` Dan Cross
2003-05-08 19:52                                       ` rog
2003-05-08 22:50                                         ` Dan Cross
2003-05-09  2:55                                           ` rog
2003-05-09  0:12                                             ` Dan Cross
2003-05-08 18:40                                     ` Charles Forsyth
2003-05-09  8:36                               ` Douglas A. Gwyn
2003-05-08  6:45                           ` boyd, rounin
2003-05-14  8:57                           ` [9fans] exception handling caused the Ariane 5 rocket accident Anssi Porttikivi
2003-05-15  9:21                             ` Douglas A. Gwyn
2003-05-15 12:34                               ` Dan Cross
2003-05-15 10:35                             ` Mário Amado Alves
2003-05-15 10:47                               ` boyd, rounin
2003-05-15 11:29                                 ` Jim Choate
2003-05-15 11:42                                   ` boyd, rounin
2003-05-15 11:50                                     ` [9fans] " Jim Choate
2003-05-15 11:57                                       ` boyd, rounin
2003-05-15 17:03                                       ` northern snowfall
2003-05-08  6:41                         ` [9fans] same functions everywhere boyd, rounin
2003-05-02  6:08                   ` Taj Khattra
2003-05-02 11:07                 ` FJ Ballesteros
2003-05-07  4:44           ` Boyd Roberts
2003-05-07  4:21       ` Boyd Roberts
2003-04-22 17:32 [9fans] ndb/local ron minnich
2003-04-22 17:37 ` David Presotto
2003-04-22 17:49   ` ron minnich
2003-04-22 17:52     ` David Presotto
2003-04-22 18:30       ` ron minnich
2003-04-22 18:30       ` ron minnich
2003-04-22 18:43         ` Russ Cox
2003-04-22 19:28         ` David Presotto
2003-04-22 19:41           ` andrey mirtchovski
2003-04-22 20:14             ` David Presotto
2003-04-22 20:27               ` Charles Forsyth
2003-04-22 20:35                 ` David Presotto
2003-04-22 20:59               ` ron minnich
2003-04-22 21:25                 ` Scott Schwartz
2003-04-22 21:32                   ` andrey mirtchovski
2003-04-22 21:51                   ` ron minnich
2003-04-22 20:36             ` Russ Cox
2003-04-22 20:16           ` Skip Tavakkolian
2003-04-22 20:23             ` Skip Tavakkolian
2003-04-22 21:06 ` FJ Ballesteros
2003-04-22 21:51   ` ron minnich
2003-04-22 22:40     ` David Presotto
2003-04-22 22:44       ` Scott Schwartz
2003-04-22 23:19         ` David Presotto
2003-04-22 23:02       ` Charles Forsyth
     [not found] <bd525c545ba7fe2d9c6641953a77c609@vitanuova.com>
2003-04-07 18:50 ` [9fans] fast compilers Theo de Raadt
2003-04-08  6:05   ` Dan Cross
2003-04-08  6:07     ` Dan Cross
2003-04-08  6:11     ` Scott Schwartz
2003-04-08  6:12       ` Charles Forsyth
2003-04-08 10:28         ` bwc
2003-04-08 10:46           ` Charles Forsyth
2003-04-08  6:14       ` Dan Cross
     [not found] <rminnich@lanl.gov>
2003-03-03 14:10 ` [9fans] clwalk on open directories Ronald G. Minnich
2003-03-03 17:36   ` Scott Schwartz
2003-03-03 17:39   ` Russ Cox
2003-03-10  4:53 ` [9fans] u9fs, Linux, large files no good Ronald G. Minnich
2003-03-10  5:59   ` Scott Schwartz
2003-03-10 14:42   ` Russ Cox
2003-03-10 14:52     ` Ronald G. Minnich
2003-02-23  7:35 [9fans] spam avoidance Scott Schwartz
2003-02-23 13:30 ` David Presotto
2003-02-23 18:24   ` Mike Haertel
2003-02-23 18:50     ` William Josephson
2003-02-23 18:54       ` Dan Cross
2003-02-23 18:56         ` David Presotto
2003-02-23 19:03           ` Dan Cross
2003-02-23 20:56           ` Jon Snader
2003-02-23 20:58             ` rob pike, esq.
2003-02-24  5:42               ` Dan Cross
2003-02-24  6:47                 ` rob pike, esq.
2003-02-24  6:53                   ` William Josephson
2003-02-24  2:28           ` Scott Schwartz
2003-02-24 10:05           ` Anthony Mandic
2003-03-17 10:10           ` Charles Shannon Hendrix
2003-03-17 16:04             ` Russ Cox
2003-02-23 19:02         ` Scott Schwartz
2003-02-24 10:04   ` Anthony Mandic
2003-02-13 20:00 [9fans] iSCSI matt
2003-02-13 20:08 ` Ronald G. Minnich
2003-02-13 20:13   ` David Presotto
2003-02-13 20:36     ` Christopher Nielsen
2003-02-13 20:28   ` Scott Schwartz
2003-02-14 18:12   ` Jonathan Sergent
2003-02-14 19:23     ` Ronald G. Minnich
2003-02-13 21:52 ` Dan Cross
2003-02-13 22:11   ` David Gordon Hogan
2003-02-13 22:14     ` Dan Cross
2003-02-13 22:15   ` Sam
2003-02-13 23:12     ` Dan Cross
2003-02-14  9:22     ` Richard Miller
2003-02-14 15:10       ` Ronald G. Minnich
2003-01-21  7:02 [9fans] rotzoomer -- another xscreensaver hack andrey mirtchovski
2003-01-21 10:17 ` geoff
2003-01-21 15:03   ` andrey mirtchovski
2003-01-21 21:49     ` geoff
2003-01-21 17:32 ` Russ Cox
2003-01-21 17:43   ` andrey mirtchovski
2003-01-21 17:55     ` Russ Cox
2003-01-21 18:42   ` Scott Schwartz
2003-01-21 18:55     ` Russ Cox
2003-01-21 19:07       ` [9fans] suspending screens (was: rotzoomer) andrey mirtchovski
2003-01-21 19:18         ` jmk
2003-01-21 19:00     ` [9fans] rotzoomer -- another xscreensaver hack rob pike, esq.
2002-11-14  8:53 [9fans] Serving 9p in python - anyone started that? Russ Cox
2002-11-14 17:05 ` Ronald G. Minnich
2002-11-14 18:24   ` Scott Schwartz
2002-10-24 17:54 [9fans] Essay: Is network transparency something bad? rog
2002-10-24 18:40 ` Scott Schwartz
2002-10-24 19:05   ` Ronald G Minnich
2002-10-24 19:25     ` Dan Cross
2002-10-24 19:32       ` Scott Schwartz
2002-10-25 13:10     ` Boyd Roberts
2002-10-24 22:09 ` Steve Kilbane
2002-10-28  6:57 ` [9fans] trying to reach FODEMESI Gergely
     [not found] <cross@math.psu.edu>
2001-09-04 19:02 ` [9fans] weird print(2) problems Dan Cross
2001-09-04 19:08   ` Scott Schwartz
2001-09-05 14:22     ` Dan Cross
2001-09-05 19:01       ` Boyd Roberts
2002-08-25 19:28 ` [9fans] Quality of Plan 9's Cyrillic fonts? Dan Cross
2002-08-25 20:02   ` Scott Schwartz
2002-08-25 20:29   ` George Bronnikov
2002-08-26  5:23   ` Andrey S. Kukhar
2002-08-30 17:18     ` Dan Cross
2002-11-05 19:02 ` [9fans] Tunneling 9p over rfc822 encoded email/SMTP? Dan Cross
2002-11-06  0:02   ` Steve Kilbane
2002-11-06 10:29     ` Boyd Roberts
2002-01-22 18:28 [9fans] Getting started in Plan9 - help David Gordon Hogan
2002-01-23 10:04 ` Douglas A. Gwyn
2002-01-23 18:01   ` Thomas Bushnell, BSG
2002-01-23 18:19     ` Ronald G Minnich
2002-01-23 18:21       ` Scott Schwartz
2002-01-24  9:38       ` Thomas Bushnell, BSG
2002-01-23 18:46     ` Boyd Roberts
2002-01-24  9:38       ` Thomas Bushnell, BSG
2002-01-24 13:01         ` David Arnold
2002-01-24 17:35           ` Thomas Bushnell, BSG
2002-01-24 21:40             ` Dan Cross
2002-01-25 10:00               ` Thomas Bushnell, BSG
2002-01-25 22:56                 ` Dan Cross
2002-01-28 18:26                   ` Boyd Roberts
2002-01-29  9:31                     ` Douglas A. Gwyn
2002-01-29 10:44                       ` [OT] " paurea
2002-01-29 17:20                         ` Thomas Bushnell, BSG
2002-01-30  0:20                           ` [9fans] upas/fs -f/imap faltering start Matt H
2002-01-30  9:29                         ` [OT] Re: [9fans] Getting started in Plan9 - help Douglas A. Gwyn
2002-01-30 11:08                           ` paurea
2002-01-30 16:25                             ` Thomas Bushnell, BSG
2002-01-31  9:43                             ` Douglas A. Gwyn
2002-01-30 16:35                           ` Thomas Bushnell, BSG
2002-01-30 20:43                           ` Andrew Simmons
2002-01-30 22:44                             ` George Michaelson
2002-01-31  3:50                               ` [Ever more OT] " Andrew Simmons
2002-01-31  5:28                             ` [OT] " Douglas A. Gwyn
2002-01-31  5:37                               ` Lucio De Re
2002-01-31  9:43                                 ` Douglas A. Gwyn
2002-01-31 10:14                                   ` Lucio De Re
2002-02-01  9:57                                     ` Douglas A. Gwyn
2002-01-31 11:22                               ` Boyd Roberts
2002-01-31 11:53                                 ` [OT] Re: [9fans] Getting started in Plan9 - via physics Matt H
2002-01-31  6:10                             ` [OT] Re: [9fans] Getting started in Plan9 - help Douglas A. Gwyn
2002-01-31  9:35                               ` Thomas Bushnell, BSG
2002-02-01  9:57                                 ` Douglas A. Gwyn
2002-02-01 16:41                                   ` Thomas Bushnell, BSG
2002-02-03 19:55                                   ` [9fans] Cross products - longish & boring, but now officially on topic! Andrew Simmons
2002-01-31  9:35                           ` [OT] Re: [9fans] Getting started in Plan9 - help Thomas Bushnell, BSG
2002-01-24 16:05         ` Boyd Roberts
2002-01-24 17:34           ` Thomas Bushnell, BSG
2002-01-25 10:00     ` Douglas A. Gwyn
2002-01-23 10:48 ` Boyd Roberts
2002-01-23 18:01 ` Thomas Bushnell, BSG
2001-12-02  9:39 [9fans] python Russ Cox
2001-12-02 12:08 ` Boyd Roberts
2001-12-03 22:24 ` Laura Creighton
     [not found] ` <rsc@plan9.bell-labs.com>
2000-08-19 23:28   ` [9fans] Monitors and VGADB Russ Cox
2000-08-19 23:46     ` Matt
2000-08-19 23:48     ` Matt
2000-08-20  0:14     ` Scott Schwartz
2000-09-29  5:01   ` [9fans] Adding history to Rio's windows Russ Cox
2000-09-29  5:26     ` Scott Schwartz
2000-09-29 20:52     ` Boyd Roberts
2000-12-22  6:37   ` [9fans] scripting sam Russ Cox
2000-12-23  2:51     ` Scott Schwartz
2000-12-28  9:33   ` [9fans] stopping sleep and aux/listen Russ Cox
2000-12-28 22:41     ` Scott Schwartz
2001-01-03  0:51   ` [9fans] ML, CVS, Python Russ Cox
2001-01-03  1:29     ` sergent
2001-01-04  9:51       ` Randolph Fritz
2001-01-04 17:01         ` Scott Schwartz
2001-01-03 19:36     ` Dan Cross
2001-01-08  4:12   ` [9fans] python and lua Russ Cox
2001-01-08  4:43     ` [9fans] re: paging Scott Schwartz
2001-01-09 21:24       ` paurea
2001-09-05 21:11   ` [9fans] weird print(2) problems Russ Cox
2001-09-05 21:24     ` Scott Schwartz
2001-11-11 20:35   ` [9fans] pptp.c install failed Russ Cox
2001-11-11 21:17     ` Scott Schwartz
2001-11-11 23:25       ` Dan Cross
2001-11-12 11:42       ` Boyd Roberts
2001-11-12 18:13     ` William S .
2001-11-21  1:07   ` [9fans] on TCP vs IL Russ Cox
2001-11-21  1:21     ` George Michaelson
2001-11-21 20:01     ` Dan Cross
2001-11-22  2:21       ` Scott Schwartz
2001-11-22 22:17       ` Steve Kilbane
2001-11-23 10:58         ` Boyd Roberts
2001-11-24  5:32   ` [9fans] Nagle algorithm Russ Cox
2001-11-24 20:04     ` Scott Schwartz
2001-12-02 16:05   ` [9fans] python Jonathan Sergent
2002-01-16  3:44   ` [9fans] semaphores Russ Cox
2002-01-16  3:54     ` Scott Schwartz
2002-01-16 11:14       ` Boyd Roberts
2002-01-16 15:47       ` Ronald G Minnich
2002-01-25 10:30     ` Ralph Corderoy
2002-02-08  1:48   ` [9fans] how small can you get Russ Cox
2002-02-08  1:52     ` Scott Schwartz
2002-02-08 15:17     ` Ronald G Minnich
2002-03-12  4:24   ` [9fans] mkfile for Solaris-sparc using gcc? Russ Cox
2002-03-12  4:26     ` Scott Schwartz
2002-03-18 13:25       ` Boyd Roberts
2002-03-18 15:10         ` AMSRL-CI-CN
2002-03-12  4:59     ` Ish Rattan
2002-08-13  5:42   ` [9fans] Ephase question Russ Cox
2002-08-13  5:53     ` Scott Schwartz
2002-08-13  6:05     ` Ronald G Minnich
2002-08-13  6:22       ` Alexander Viro
2002-08-13  6:13     ` Alexander Viro
2002-10-08 15:58   ` [9fans] lp doesn't work after upgrade from downloaded cd image Russ Cox
2002-10-08 16:05     ` [9fans] bleeding edge sources John Saylor
2002-10-08 16:08     ` [9fans] lp doesn't work after upgrade from downloaded cd image Scott Schwartz
2002-10-22  5:21   ` [9fans] tex erratum Russ Cox
2002-10-22  5:25     ` Scott Schwartz
2002-11-14 17:33   ` [9fans] Serving 9p in python - anyone started that? Russ Cox
2002-11-14 18:28     ` Scott Schwartz
2002-11-14 18:46       ` matt
2002-11-14 19:19         ` Dan Cross
2002-11-14 19:00       ` William Josephson
2001-08-22 14:22 [9fans] standalone cpu/auth server?? Russ Cox
2001-08-22 15:52 ` Ish Rattan
2001-08-22 17:19   ` Dan Cross
2001-08-22 18:58     ` Scott Schwartz
     [not found] <randolph@panix.com>
2001-01-02 17:39 ` [9fans] A Plan 9 Python Interest Group? Randolph Fritz
2001-01-02 21:10   ` Jonathan Sergent
2001-01-02 22:40     ` matt heath
2001-01-03  9:43     ` Randolph Fritz
2001-01-04  4:09       ` arisawa
2001-01-05  3:39   ` [9fans] python and lua Quinn Dunkan
2001-01-05  2:50     ` arisawa
2001-01-06 15:41   ` [9fans] A question of temperature Jim Choate
2001-01-06 16:07     ` Boyd Roberts
2001-01-06 16:53       ` [9fans] " Jim Choate
2001-01-06 16:45         ` Boyd Roberts
2001-01-09  9:38     ` [9fans] " Douglas A. Gwyn
     [not found]   ` <Pine.LNX.3.96.1010106092045.25692V-100000@einstein.ssz.com >
2001-01-06 19:07     ` Fariborz 'Skip' Tavakkolian
2001-01-06 19:29       ` [9fans] " Jim Choate
2001-01-08 19:42         ` Dan Cross
2001-01-08 23:16           ` Jim Choate
2001-01-09  0:15             ` Dan Cross
2001-01-09  0:52               ` Jim Choate
2001-01-09  9:21             ` matt heath
2001-01-09  9:48               ` Boyd Roberts
2001-01-09 18:42                 ` Dan Cross
2001-01-09 21:42                 ` Boyd Roberts
2001-01-09  9:39           ` Andy Newman
2000-12-15 10:13 [9fans] not just 3-button mice Douglas A. Gwyn
2000-12-15 13:06 ` Christopher Nielsen
     [not found] ` <DAGwyn@null.net>
2000-12-15 17:03   ` Tom Duff
2000-12-16 13:22     ` Boyd Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200305181417.h4IEHf524723@augusta.math.psu.edu \
    --to=cross@math.psu.edu \
    --cc=9fans@cse.psu.edu \
    --cc=hangar18-general@open-forge.org \
    --cc=hell@einstein.ssz.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).