9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Interoperating between 9legacy and 9front
@ 2024-05-08 16:06 Lucio De Re
  2024-05-08 16:29 ` Jacob Moody
  0 siblings, 1 reply; 306+ messages in thread
From: Lucio De Re @ 2024-05-08 16:06 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 2870 bytes --]

There is much I would like to explain, but the problem I am attempting to
solve ought to have an obvious answer that I am clearly missing.

I can't seem to get a 9front workstation to mount a networked 9legacy
fossil service. The FS is a fairly pristine 9legacy installation, on a
somewhat old 386 platform. I did need to tweak various parameters on both
side, but eventually I got to the point where both hosts declare that the
connection has been established; now on the 9front workstation I get the
message
    "srv net!192.96.33.148!9fs: mount failed: fossil authCheck: auth
protocol not finished"
I suspect the culprit is the lack of the newer "dp9ik" security on 9legacy,
in which case it would be helpful to know how to work around that.

Why am I mixing my platforms like this? Because the hardware on which I am
attempting to recover a rather large historical file system is split
between IDE and SATA and I have no hardware that can handle both disk modes
and I need to move information between the two media types. I am not
describing all the dead ends I tried, incidentally, that would take too
long and really expose my limited understanding.

It took almost a day to copy the Fossil cache (or lose a lot of the most
recent changes) and now I need (or at least want) to update the default
boot ("arenas") Venti configuration on a SATA drive which I can only access
on hardware I can't install 9legacy on. It's complicated and I'm sure there
are people here who would not find this so daunting, but that's where I am
at. To be precise, I need to change the Fossil default configuration (in
the "fossil" cache) so it points to the correct Venti arenas. I'll deal
with the analogous Venti situation when I get past the total absence of
Fossil tools on 9front.

I guess I can port fossil/conf to 9front, but I'm not sure I have the
stomach to try that. Maybe now that I have raised the possibility...

I managed to share the Fossil cache through a NetBSD server providing u9fs
services, but that host does not have the capacity to store the Venti
arenas, nor can I really justify spending the amount of time it would take
to pass it between the 9legacy and 9front devices via NetBSD, no matter how
I try to arrange that. It does baffle me, though, that a NetBSD
intermediary is more competent than the two "native" platforms.

I must admit I got to know nits in these two distributions that I would
rather I didn't have to, but I've just about had enough.

-- 
Lucio De Re
2 Piet Retief St
Kestell (Eastern Free State)
9860 South Africa

Ph.: +27 58 653 1433
Cell: +27 83 251 5824

------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Tde2ca2adda383a3a-M4fdf7b4cd151312886fd01db
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[-- Attachment #2: Type: text/html, Size: 3745 bytes --]

^ permalink raw reply	[flat|nested] 306+ messages in thread
* [9fans] fossil
@ 2009-06-04  9:29 Charles Forsyth
  2009-06-04 19:25 ` erik quanstrom
  0 siblings, 1 reply; 306+ messages in thread
From: Charles Forsyth @ 2009-06-04  9:29 UTC (permalink / raw)
  To: 9fans

anyone else ever seen things like this from fossil? it seems a bit wayward...

# on the fossil console, after `disk full' returned in errors:

main: df
	main: 10,046,783,488 used + 35,180,756,598,784 free = 6,431,293,440 (156% used)
main: snapclean 3600
main: df
	main: 3,000,909,824 used + 3,430,383,616 free = 6,431,293,440 (46% used)

the server goes into `disk full' state.  i think one underlying problem
is that i haven't applied the change to remove floating-point calculations
from fossil's timer routine, and thus at least sometimes it can never quite
get to the right time to do the snapclean itself.  even so, i've only seen
this effect since i updated fossil in january after several years.
i've had periodic `disk full' problems since then.



^ permalink raw reply	[flat|nested] 306+ messages in thread
* [9fans] fossil
@ 2005-01-03 18:37 Bruce Ellis
  2005-01-03 18:51 ` Russ Cox
  2005-01-04 17:42 ` Russ Cox
  0 siblings, 2 replies; 306+ messages in thread
From: Bruce Ellis @ 2005-01-03 18:37 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

ok.  it's happened again.  i have a buggered fossil on a machine
that uses fossil as its root.  (corrupted superblock).  i have no idea
how it happened. i guess the obvious is to rebuild the machine
with an extra disk and cd-rom and boot from that and poke around.
any chances of retrieving the significant work i've done since the
last venti snap?

brucee


^ permalink raw reply	[flat|nested] 306+ messages in thread
* [9fans] fossil
@ 2004-06-12  3:12 Russ Cox
  0 siblings, 0 replies; 306+ messages in thread
From: Russ Cox @ 2004-06-12  3:12 UTC (permalink / raw)
  To: 9fans

there's a new fossil on sources that should
fix the leaks people have been encountering.
as i mentioned in the other thread, the
console "check" command should be used
in place of flchk.  in particular, to fix your leaks
you can do

fsys main
check fix pdir

(of course, snap -a and wait for the vac first,
just in case.)  the pdir is optional, but it is good
for seeing that something is going on.

russ


^ permalink raw reply	[flat|nested] 306+ messages in thread
* [9fans] fossil
@ 2004-03-20  2:27 David Presotto
  0 siblings, 0 replies; 306+ messages in thread
From: David Presotto @ 2004-03-20  2:27 UTC (permalink / raw)
  To: 9fans

We fixed a pretty major security whole on Mar 11th.
Make sure you're up to date.


^ permalink raw reply	[flat|nested] 306+ messages in thread
* [9fans] fossil
@ 2003-04-15  5:26 Andrew
  2003-04-15 15:12 ` Russ Cox
  0 siblings, 1 reply; 306+ messages in thread
From: Andrew @ 2003-04-15  5:26 UTC (permalink / raw)
  To: 9fans

This has been nagging at me for a while. Currently my plan9 system has
the standard old fs server, and auth server and some terms. Everything
boots from floppies or small hard drives, then mounts its root from the
file server. I want to update to fossil, and do away with the old file
server. Is there an [easy] way to make the fossil server boot up on its
own in the same way fs does? Im just not really clear on how it all
fits together.


^ permalink raw reply	[flat|nested] 306+ messages in thread

end of thread, other threads:[~2024-05-18 19:08 UTC | newest]

Thread overview: 306+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-08 16:06 [9fans] Interoperating between 9legacy and 9front Lucio De Re
2024-05-08 16:29 ` Jacob Moody
2024-05-08 19:16   ` vester.thacker
2024-05-08 20:10     ` hiro
2024-05-08 21:52       ` vic.thacker
2024-05-09  9:05         ` wb.kloke
2024-05-09 11:05           ` Lucio De Re
2024-05-09 14:04             ` wb.kloke
2024-05-09 16:30               ` kvik
2024-05-09 14:07             ` Lucas Francesco
2024-05-09 14:13               ` ori
2024-05-10 10:58                 ` Richard Miller
2024-05-10 13:01                   ` ibrahim via 9fans
2024-05-10 14:24                   ` Jacob Moody
2024-05-11 18:25                   ` hiro
2024-05-11 19:15                     ` Dan Cross
2024-05-11 19:34                       ` hiro
2024-05-11 19:59                         ` Dan Cross
2024-05-11 20:16                           ` Jacob Moody
2024-05-11 20:21                             ` Dan Cross
2024-05-12 13:16                             ` [9fans] one weird trick to break p9sk1 ? Richard Miller
2024-05-12 13:59                               ` tlaronde
2024-05-12 14:25                               ` hiro
2024-05-12 16:43                                 ` Richard Miller
2024-05-12 17:09                                   ` hiro
2024-05-13 10:32                                     ` Richard Miller
2024-05-13 11:00                                       ` hiro
2024-05-12 22:43                                   ` Dan Cross
2024-05-13 11:41                                     ` Richard Miller
2024-05-13 12:47                                     ` Richard Miller
2024-05-13 12:51                                       ` Charles Forsyth
2024-05-13 13:02                                         ` David du Colombier
2024-05-13 13:05                                         ` [9fans] golang dependency on python3 Richard Miller
2024-05-13 14:13                                       ` [9fans] one weird trick to break p9sk1 ? hiro
2024-05-12 15:19                               ` Jacob Moody
2024-05-12 18:19                               ` ori
2024-05-12 20:10                                 ` ori
2024-05-13 10:18                                   ` Richard Miller
2024-05-13 10:48                                     ` hiro
2024-05-13 13:48                                     ` Jacob Moody
2024-05-13 15:06                                       ` Richard Miller
2024-05-12 21:15                               ` Kurt H Maier via 9fans
2024-05-12 18:23                         ` [9fans] Interoperating between 9legacy and 9front hiro
2024-05-09 10:55         ` Lucio De Re
2024-05-17 16:16           ` Noam Preil
2024-05-18 19:08             ` [9fans] fossil Richard Miller
2024-05-09 19:50         ` [9fans] Interoperating between 9legacy and 9front hiro
2024-05-10  4:44           ` [9fans] Balancing Progress and Accessibility in the Plan 9 Community. (Was: [9fans] Interoperating between 9legacy and 9front) vic.thacker
2024-05-10  7:33             ` Lallero
2024-05-10  8:47               ` vic.thacker
2024-05-10  9:07                 ` Lucio De Re
2024-05-10 10:21                   ` qwx via 9fans
2024-05-10 11:53                     ` Lucio De Re
2024-05-10 12:20                       ` Lallero
2024-05-10 12:38                       ` thedaemon via 9fans
2024-05-10 13:19                         ` Lucio De Re
2024-05-10 13:18                       ` qwx via 9fans
2024-05-10 13:38                       ` kvik
2024-05-10 14:54                         ` Lucio De Re
2024-05-11 16:26                           ` hiro
2024-05-11 22:12                             ` vic.thacker
2024-05-11 22:27                               ` hiro
2024-05-11 22:50                                 ` vic.thacker
2024-05-12  0:43                                   ` ori
2024-05-12  2:55                                     ` Jacob Moody
2024-05-12  7:19                                       ` plan6
2024-05-12 11:45                                         ` vic.thacker
2024-05-12 11:53                                           ` hiro
2024-05-12 11:56                                             ` vester.thacker
2024-05-12 12:18                                               ` plan6
2024-05-12 12:41                                                 ` vester.thacker
2024-05-12 13:11                                                   ` hiro
2024-05-12 13:21                                                     ` plan6
2024-05-12 13:47                                                     ` vic.thacker
2024-05-12 13:23                                                   ` qwx via 9fans
2024-05-12 15:11                                                     ` vic.thacker
2024-05-12 15:55                                                       ` hiro
2024-05-12 16:56                                                         ` vester.thacker
2024-05-12 13:11                                                 ` plan6
2024-05-12 13:09                                               ` hiro
2024-05-12 18:36                                           ` ori
2024-05-13  0:21                                             ` vester.thacker
2024-05-13  1:32                                               ` ori
2024-05-13  1:46                                                 ` Dan Cross
2024-05-13  1:56                                                   ` Kurt H Maier via 9fans
2024-05-13  3:09                                                   ` Jacob Moody
2024-05-13  3:52                                                     ` ibrahim via 9fans
2024-05-13  4:06                                                       ` vic.thacker
2024-05-13  4:42                                                       ` Jacob Moody
2024-05-13  5:16                                                         ` clinton
2024-05-13  5:33                                                       ` ron minnich
2024-05-13  5:54                                                         ` ibrahim via 9fans
2024-05-13  6:07                                                           ` ron minnich
2024-05-13  6:14                                                           ` Kurt H Maier via 9fans
2024-05-13  7:44                                                         ` ibrahim via 9fans
2024-05-13  8:10                                                           ` sirjofri
2024-05-13  8:42                                                             ` [9fans] List of companies that use Plan 9 vic.thacker
2024-05-13  9:38                                                               ` hiro
2024-05-13 11:55                                                                 ` vic.thacker
2024-05-13 12:56                                                                   ` hiro
2024-05-13 13:59                                                                     ` G B via 9fans
2024-05-13 21:01                                                                       ` vic.thacker
2024-05-13 21:17                                                                     ` vic.thacker
2024-05-14 14:12                                                                       ` B. Atticus Grobe
2024-05-14 16:02                                                                         ` vic.thacker
2024-05-14 16:30                                                                           ` B. Atticus Grobe
2024-05-14 16:39                                                                             ` arnold
2024-05-14 17:54                                                                               ` Steve Simon
2024-05-14 18:38                                                                                 ` vic.thacker
2024-05-14 19:05                                                                                 ` tlaronde
2024-05-14 19:44                                                                                   ` Wes Kussmaul
2024-05-16 11:51                                                                                     ` tlaronde
2024-05-14 23:19                                                                                   ` michaelian ennis
2024-05-15  4:46                                                                                     ` Lucio De Re
2024-05-15  5:55                                                                                       ` Clarifying Lucio's Additional Requests [Was: Re: [9fans] List of companies that use Plan 9. ] vic.thacker
2024-05-15  6:11                                                                                         ` Jacob Moody
2024-05-15  6:41                                                                                           ` vic.thacker
2024-05-15  7:39                                                                                             ` plan6
2024-05-15  9:17                                                                                               ` vic.thacker
2024-05-15 10:08                                                                                                 ` sirjofri
2024-05-15 10:35                                                                                                 ` hiro
2024-05-15 12:04                                                                                                   ` vic.thacker
2024-05-15  8:38                                                                                             ` sirjofri
2024-05-15  9:25                                                                                               ` Aleksandar Kuktin
2024-05-15 13:58                                                                                               ` vic.thacker
2024-05-15 14:18                                                                                                 ` Don Bailey
2024-05-15 14:56                                                                                                   ` sirjofri
2024-05-15 15:04                                                                                                     ` Don Bailey
2024-05-15 15:20                                                                                                       ` sirjofri
2024-05-15 15:34                                                                                                         ` Jens Staal
2024-05-15 15:26                                                                                                       ` hiro
2024-05-15 15:20                                                                                                   ` Jacob Moody
2024-05-15 14:52                                                                                                 ` ori
2024-05-15 13:29                                                                                             ` ori
2024-05-15  6:04                                                                                       ` [9fans] List of companies that use Plan 9 Jacob Moody
2024-05-15  9:02                                                                                         ` Lucio De Re
2024-05-15  9:04                                                                                           ` hiro
2024-05-15 13:38                                                                                           ` ori
2024-05-15 14:35                                                                                           ` Jacob Moody
2024-05-15 15:18                                                                                             ` Lucio De Re
2024-05-15 15:20                                                                                               ` Don Bailey
2024-05-15 15:39                                                                                                 ` Kurt H Maier via 9fans
2024-05-15 15:53                                                                                                   ` Don Bailey
2024-05-15 16:10                                                                                                     ` Kurt H Maier via 9fans
2024-05-15 16:20                                                                                                       ` Don Bailey
2024-05-15 16:51                                                                                                         ` Kurt H Maier via 9fans
2024-05-15 16:54                                                                                                           ` Don Bailey
2024-05-15 17:00                                                                                                             ` Kurt H Maier via 9fans
2024-05-15 17:03                                                                                                         ` Jacob Moody
2024-05-15 17:36                                                                                                           ` Lucio De Re
2024-05-15 18:32                                                                                                             ` hiro
2024-05-15 22:06                                                                                                               ` Steve Simon
2024-05-15 22:17                                                                                                                 ` hiro
2024-05-15 22:38                                                                                                                   ` Steve Simon
2024-05-16  9:17                                                                                                                     ` hiro
2024-05-17 16:51                                                                                                     ` Noam Preil
2024-05-17 17:37                                                                                                       ` Lucio De Re
2024-05-17 18:45                                                                                                         ` Noam Preil
2024-05-18 12:58                                                                                                           ` Lucio De Re
2024-05-17 18:11                                                                                                       ` [9fans] fossil [was: List of companies that use Plan 9.] Richard Miller
2024-05-17 18:14                                                                                                         ` Noam Preil
2024-05-17 19:14                                                                                                           ` David du Colombier
2024-05-17 19:45                                                                                                             ` wb.kloke
2024-05-18 13:53                                                                                                             ` Lucio De Re
2024-05-18 14:06                                                                                                               ` Charles Forsyth
2024-05-18 14:24                                                                                                                 ` Lucio De Re
2024-05-15 15:52                                                                                                 ` [9fans] List of companies that use Plan 9 Jacob Moody
2024-05-15 15:56                                                                                                   ` Don Bailey
2024-05-15 16:06                                                                                                     ` hiro
2024-05-15 16:13                                                                                                       ` Don Bailey
2024-05-15 16:22                                                                                                         ` hiro
2024-05-15 16:28                                                                                                           ` Don Bailey
2024-05-15 16:17                                                                                                     ` Jacob Moody
2024-05-15 16:21                                                                                                       ` Don Bailey
2024-05-15 16:27                                                                                                         ` Jacob Moody
2024-05-15 15:56                                                                                                 ` hiro
2024-05-15 15:28                                                                                               ` Jacob Moody
2024-05-15 15:57                                                                                                 ` hiro
2024-05-15 16:19                                                                                                   ` Jacob Moody
2024-05-15 15:36                                                                                               ` hiro
2024-05-14 17:30                                                                             ` vic.thacker
2024-05-15  5:48                                                               ` John the Scott
2024-05-15  9:34                                                                 ` vic.thacker
2024-05-15 13:18                                                                 ` Wes Kussmaul
2024-05-15 13:46                                                                   ` vester.thacker
2024-05-17 16:26                                                               ` Noam Preil
2024-05-17 17:30                                                                 ` vester.thacker
2024-05-13  9:22                                                             ` [9fans] Balancing Progress and Accessibility in the Plan 9 Community. (Was: [9fans] Interoperating between 9legacy and 9front) ibrahim via 9fans
2024-05-13  9:56                                                               ` vic.thacker
2024-05-13  9:57                                                               ` sirjofri
2024-05-13 10:12                                                                 ` ibrahim via 9fans
2024-05-13 10:40                                                                   ` sirjofri
2024-05-13 11:01                                                                     ` ibrahim via 9fans
2024-05-13 11:26                                                                       ` hiro
2024-05-13 12:08                                                                         ` ibrahim via 9fans
2024-05-13 13:35                                                                           ` G B via 9fans
2024-05-13 13:50                                                                             ` ibrahim via 9fans
2024-05-13 14:26                                                                           ` ibrahim via 9fans
2024-05-13 14:32                                                                             ` ori
2024-05-13 14:47                                                                               ` ibrahim via 9fans
2024-05-13 11:15                                                                   ` hiro
2024-05-13 11:12                                                                 ` hiro
2024-05-13 15:03                                                               ` Jacob Moody
2024-05-13 15:20                                                                 ` hiro
2024-05-13  6:01                                                       ` Kurt H Maier via 9fans
2024-05-13  6:18                                                         ` ibrahim via 9fans
2024-05-13  6:23                                                           ` Kurt H Maier via 9fans
2024-05-13  6:55                                                         ` tlaronde
2024-05-13  7:27                                                           ` ibrahim via 9fans
2024-05-13  7:47                                                             ` tlaronde
2024-05-13  8:00                                                             ` ibrahim via 9fans
2024-05-13 10:04                                                       ` hiro
2024-05-13 10:52                                                         ` ibrahim via 9fans
2024-05-13 11:13                                                           ` Ori Bernstein
2024-05-13  2:16                                                 ` clinton
2024-05-13  2:33                                                   ` ori
2024-05-13  2:36                                                   ` Kurt H Maier via 9fans
2024-05-13  3:02                                                     ` ibrahim via 9fans
2024-05-13  7:55                                                   ` adventures in9
2024-05-13 10:43                                                     ` hiro
2024-05-13  3:45                                                 ` vic.thacker
2024-05-13  5:45                                                   ` ibrahim via 9fans
2024-05-13  6:04                                                     ` ibrahim via 9fans
2024-05-13  6:22                                                       ` Kurt H Maier via 9fans
2024-05-13  6:21                                                     ` Jacob Moody
2024-05-13  6:58                                                       ` ibrahim via 9fans
2024-05-13 10:27                                                       ` hiro
2024-05-13  1:37                                               ` Kurt H Maier via 9fans
2024-05-13  2:53                                               ` ibrahim via 9fans
2024-05-13  9:38                                               ` hiro
2024-05-13  9:45                                                 ` ibrahim via 9fans
2024-05-13 11:11                                                   ` hiro
2024-05-13 11:56                                                     ` ibrahim via 9fans
2024-05-13 14:01                                                       ` hiro
2024-05-13 14:39                                                       ` Jacob Moody
2024-05-13 14:46                                                         ` ori
2024-05-13 15:04                                                         ` ibrahim via 9fans
2024-05-13 15:56                                                           ` ibrahim via 9fans
2024-05-13 16:41                                                             ` Jacob Moody
2024-05-13 17:01                                                             ` Ori Bernstein
2024-05-13 17:59                                                               ` adventures in9
2024-05-13 18:07                                                                 ` hiro
2024-05-17 11:45                                                                 ` Matt Wilbur
2024-05-13 18:04                                                             ` hiro
2024-05-17 10:06                                                               ` samuel.reader via 9fans
2024-05-17 11:09                                                                 ` ori
2024-05-17 11:11                                                                 ` hiro
2024-05-17 11:32                                                                   ` plan6
2024-05-17 12:14                                                                     ` hiro
2024-05-17 13:50                                                                       ` Clout Tolstoy
2024-05-17 14:22                                                                         ` Samuel Reader via 9fans
2024-05-17 14:35                                                                           ` hiro
2024-05-17 14:58                                                                           ` Dave Eckhardt
2024-05-17 15:36                                                                           ` Kurt H Maier via 9fans
2024-05-17 12:31                                                                     ` qwx via 9fans
2024-05-17 12:43                                                                       ` Samuel Reader via 9fans
2024-05-17 14:14                                                                         ` Jacob Moody
2024-05-17 14:20                                                                           ` hiro
2024-05-17 14:46                                                                             ` Michael Kerpan
2024-05-17 14:59                                                                               ` Jacob Moody
2024-05-17 15:58                                                                               ` hiro
2024-05-17 16:59                                                                               ` Noam Preil
2024-05-17 17:22                                                                                 ` hiro
2024-05-17 17:50                                                                                   ` fig
2024-05-17 18:03                                                                                     ` Lucio De Re
2024-05-17 20:09                                                                                       ` hiro
2024-05-17 20:06                                                                                     ` hiro
2024-05-17 23:08                                                                                       ` fig
2024-05-17 23:32                                                                                         ` hiro
2024-05-17 14:49                                                                           ` Jacob Moody
2024-05-17 15:48                                                                             ` vester.thacker
2024-05-17 16:12                                                                         ` Noam Preil
2024-05-17 12:47                                                                     ` ori
2024-05-17 15:51                                                                     ` Kurt H Maier via 9fans
2024-05-18  3:32                                                                       ` vester.thacker
2024-05-18  7:10                                                                         ` sirjofri
2024-05-17 12:26                                                               ` samuel.reader via 9fans
2024-05-17 12:49                                                                 ` Steve Simon
2024-05-17 15:02                                                                   ` plan6
2024-05-17 13:11                                                                 ` hiro
     [not found]                                       ` <2eaaa7c4-ea43-4c97-bf33-9a78964debb3@app.fastmail.com>
     [not found]                                         ` <4a1cb1b6-869d-4697-8d63-fd949f6be596@posixcafe.org>
2024-05-12 11:40                                           ` vic.thacker
2024-05-17 16:23               ` Noam Preil
2024-05-10  8:17           ` [9fans] Interoperating between 9legacy and 9front Lucio De Re
2024-05-10  8:26             ` Charles Forsyth
2024-05-10  8:48               ` Lucio De Re
2024-05-11 16:37               ` hiro
2024-05-10 17:09             ` Jacob Moody
2024-05-11  9:45               ` David du Colombier
2024-05-11 19:51                 ` hiro
2024-05-11 19:59                   ` Dan Cross
2024-05-11 20:04                     ` hiro
2024-05-11 20:08                       ` Dan Cross
2024-05-11 20:29                         ` hiro
2024-05-11 20:58                           ` Skip Tavakkolian
2024-05-11 21:03                             ` hiro
2024-05-11 21:14                               ` Skip Tavakkolian
  -- strict thread matches above, loose matches on Subject: below --
2009-06-04  9:29 [9fans] fossil Charles Forsyth
2009-06-04 19:25 ` erik quanstrom
2005-01-03 18:37 Bruce Ellis
2005-01-03 18:51 ` Russ Cox
2005-01-04 17:42 ` Russ Cox
2004-06-12  3:12 Russ Cox
2004-03-20  2:27 David Presotto
2003-04-15  5:26 Andrew
2003-04-15 15:12 ` Russ Cox
2003-04-15 21:00   ` Andrew

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).