9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] fossil gone :)
@ 2003-08-18 16:42 andrey mirtchovski
  2003-08-18 16:55 ` andrey mirtchovski
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: andrey mirtchovski @ 2003-08-18 16:42 UTC (permalink / raw)
  To: 9fans

with fireworks. the machine was hung on a
reading process (a fossil thread was in the running state) after a very long
running graphics-intensive program in a drawterm window had died. ^T^Tk
produced (note, i have (err, had) swap configured):

fossil killed because no swap configured
assert failed: p->writer != nil
fossil 50: suicide: sys: trap: fault read addr=0x0 pc=0x0002b5af
assert failed: b->nlock == 0
fossil 44: suicide: sys: trap: fault read addr=0x0 pc=0x0002b5af
fossil 42: suicide: sys: trap: fault read addr=0x1 pc=0x00029773
fossil 45: suicide: sys: trap: fault write addr=0x0 pc=0x0002b5c2
reboot...
i'm having problems with fossil
that's the only thing that's killing me
fsOpen error
superGet: superUnpack failed: corrupted super blockarchThread: superGet: corrup




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

* Re: [9fans] fossil gone :)
  2003-08-18 16:42 [9fans] fossil gone :) andrey mirtchovski
@ 2003-08-18 16:55 ` andrey mirtchovski
  2003-08-18 18:18   ` [9fans] IRC Skip Tavakkolian
  2003-08-19  1:35 ` [9fans] fossil gone :) okamoto
  2003-08-19  6:34 ` C H Forsyth
  2 siblings, 1 reply; 26+ messages in thread
From: andrey mirtchovski @ 2003-08-18 16:55 UTC (permalink / raw)
  To: 9fans

On Mon, 18 Aug 2003, andrey mirtchovski wrote:

> i'm having problems with fossil
> that's the only thing that's killing me
>

this sneaked in from irc, i don't know how :) probably a good time to
announce that some of us from this list are gathering on #plan9 @
irc.freenode.net

mostly yaking about how great plan9 is and ooh-aah-ing at witty quotes
from the fortunes file :)

andrey



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

* [9fans] IRC
  2003-08-18 16:55 ` andrey mirtchovski
@ 2003-08-18 18:18   ` Skip Tavakkolian
  2003-08-18 18:32     ` andrey mirtchovski
  2003-08-18 22:02     ` Jim Choate
  0 siblings, 2 replies; 26+ messages in thread
From: Skip Tavakkolian @ 2003-08-18 18:18 UTC (permalink / raw)
  To: 9fans

> some of us from this list are gathering on #plan9 @
> irc.freenode.net

when it comes to IRC, I'm green.  have you tried it with irctools?
what is the port number?  I've tried 59/113 and 194.

p.s.  are there updates to irctools?  btw, i don't see them on rsc's
page or in sources.



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

* Re: [9fans] IRC
  2003-08-18 18:18   ` [9fans] IRC Skip Tavakkolian
@ 2003-08-18 18:32     ` andrey mirtchovski
  2003-08-18 22:02     ` Jim Choate
  1 sibling, 0 replies; 26+ messages in thread
From: andrey mirtchovski @ 2003-08-18 18:32 UTC (permalink / raw)
  To: 9fans

On Mon, 18 Aug 2003, Skip Tavakkolian wrote:

> > some of us from this list are gathering on #plan9 @
> > irc.freenode.net
>
> when it comes to IRC, I'm green.  have you tried it with irctools?
> what is the port number?  I've tried 59/113 and 194.
>
> p.s.  are there updates to irctools?  btw, i don't see them on rsc's
> page or in sources.
>

I use IRC on unix, unfortunately. There are several irc clients written for
Plan 9 (even I did one back in 2000) but their usability is at best
questionable. Try googling for 9irc. Another one is called 'ircc' but I
haven't had a chance to look at it.

'sirc' is a unix irc client written in Perl, it works fine in Plan 9 after
slight modifications. Email me privately if you want it (or if anyone else
wants it).

Ideally we'd have an ircfs and an Irc module for acme. Nobody willing to
write it, though :)

andrey

ps: the irc port to connect to is 6667, then you'd '/join #plan9'





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

* Re: [9fans] IRC
  2003-08-18 18:18   ` [9fans] IRC Skip Tavakkolian
  2003-08-18 18:32     ` andrey mirtchovski
@ 2003-08-18 22:02     ` Jim Choate
  1 sibling, 0 replies; 26+ messages in thread
From: Jim Choate @ 2003-08-18 22:02 UTC (permalink / raw)
  To: 9fans


On Mon, 18 Aug 2003, Skip Tavakkolian wrote:

> > some of us from this list are gathering on #plan9 @
> > irc.freenode.net
>
> when it comes to IRC, I'm green.  have you tried it with irctools?
> what is the port number?  I've tried 59/113 and 194.
>
> p.s.  are there updates to irctools?  btw, i don't see them on rsc's
> page or in sources.

Any object if we post this on the H18 page?

 -- --
      ravage@ssz.com                            jchoate@open-forge.com
      www.ssz.com                               www.open-forge.com




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

* Re: [9fans] fossil gone :)
  2003-08-18 16:42 [9fans] fossil gone :) andrey mirtchovski
  2003-08-18 16:55 ` andrey mirtchovski
@ 2003-08-19  1:35 ` okamoto
  2003-08-19  3:52   ` andrey mirtchovski
  2003-08-19  6:34 ` C H Forsyth
  2 siblings, 1 reply; 26+ messages in thread
From: okamoto @ 2003-08-19  1:35 UTC (permalink / raw)
  To: 9fans

> reading process (a fossil thread was in the running state) after a very long
> running graphics-intensive program

How many physical memory do your machine has?

Kenji



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

* Re: [9fans] fossil gone :)
  2003-08-19  1:35 ` [9fans] fossil gone :) okamoto
@ 2003-08-19  3:52   ` andrey mirtchovski
  2003-08-19  4:04     ` okamoto
  0 siblings, 1 reply; 26+ messages in thread
From: andrey mirtchovski @ 2003-08-19  3:52 UTC (permalink / raw)
  To: 9fans

On Tue, 19 Aug 2003 okamoto@granite.cias.osakafu-u.ac.jp wrote:

> > reading process (a fossil thread was in the running state) after a very long
> > running graphics-intensive program
>
> How many physical memory do your machine has?
>

512MB, the swap is another 700MB (silly, because i never use it :)..

does the swap need to be configured before fossil starts?



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

* Re: [9fans] fossil gone :)
  2003-08-19  3:52   ` andrey mirtchovski
@ 2003-08-19  4:04     ` okamoto
  0 siblings, 0 replies; 26+ messages in thread
From: okamoto @ 2003-08-19  4:04 UTC (permalink / raw)
  To: 9fans

> On Tue, 19 Aug 2003 okamoto@granite.cias.osakafu-u.ac.jp wrote:
>
>> > reading process (a fossil thread was in the running state) after a very long
>> > running graphics-intensive program
>>
>> How many physical memory do your machine has?
>>
>
> 512MB, the swap is another 700MB (silly, because i never use it :)..
>
> does the swap need to be configured before fossil starts?

I feel that 512MB is small, because mine has also 512MB
physical memory.

I wonder how quick this mail will dispatch from our Univ.
MS Blaster seems to be running here, too.

Kenji



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

* Re: [9fans] fossil gone :)
  2003-08-18 16:42 [9fans] fossil gone :) andrey mirtchovski
  2003-08-18 16:55 ` andrey mirtchovski
  2003-08-19  1:35 ` [9fans] fossil gone :) okamoto
@ 2003-08-19  6:34 ` C H Forsyth
  2003-08-19 16:27   ` andrey mirtchovski
  2 siblings, 1 reply; 26+ messages in thread
From: C H Forsyth @ 2003-08-19  6:34 UTC (permalink / raw)
  To: 9fans

>>SOMETHING killed because no swap configured

killbig() is normally invoked to kill something when swap wasn't
configured on a cpu server, and it is the function invoked when you
use the ^t^tk sequence.  it refuses to kill kfs but has no other
reservations.  fossil happened to be the biggest thing running.
it killed only one of the fossil processes, so i'm not surprised
it caused trouble, although i'm not sure why it caused those
particular errors.

i'd look at the super block first to see what's in it.
for instance, is it slightly wrong, or has it been overwritten
by something else?


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

* Re: [9fans] fossil gone :)
  2003-08-19  6:34 ` C H Forsyth
@ 2003-08-19 16:27   ` andrey mirtchovski
  2003-08-19 17:25     ` andrey mirtchovski
  0 siblings, 1 reply; 26+ messages in thread
From: andrey mirtchovski @ 2003-08-19 16:27 UTC (permalink / raw)
  To: 9fans

it's alive! thanx to devfs only the first disk was killed.

now, would you like me to get some info out of the first one's superblock or
should i just rewrite it?

andrey

On Tue, 19 Aug 2003, C H Forsyth wrote:

> >>SOMETHING killed because no swap configured
>
> killbig() is normally invoked to kill something when swap wasn't
> configured on a cpu server, and it is the function invoked when you
> use the ^t^tk sequence.  it refuses to kill kfs but has no other
> reservations.  fossil happened to be the biggest thing running.
> it killed only one of the fossil processes, so i'm not surprised
> it caused trouble, although i'm not sure why it caused those
> particular errors.
>
> i'd look at the super block first to see what's in it.
> for instance, is it slightly wrong, or has it been overwritten
> by something else?
>



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

* Re: [9fans] fossil gone :)
  2003-08-19 16:27   ` andrey mirtchovski
@ 2003-08-19 17:25     ` andrey mirtchovski
  0 siblings, 0 replies; 26+ messages in thread
From: andrey mirtchovski @ 2003-08-19 17:25 UTC (permalink / raw)
  To: 9fans

spoke too soon:

assert failed: (b->l.state&BsClosed)==0 && b->l.epoch < ehi
fossil 33: suicide: sys: trap: fault read addr=0x0 pc=0x0002b5af

after reinitializing fossil it crashed when i did a 'du /sys'.. now we can't
boot because of the above.

not really looking for help, just letting you know.



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

* Re: [9fans] IRC
  2001-11-28 15:43 [9fans] IRC Jonathan Sergent
@ 2001-11-29 11:25 ` josh d
  0 siblings, 0 replies; 26+ messages in thread
From: josh d @ 2001-11-29 11:25 UTC (permalink / raw)
  To: 9fans


  My name is josh, but you can call me red_vigil SPAM yahoo.com

"Jonathan Sergent" <sergent@io.com> wrote in message
news:20011128154311.F1FEE199D7@mail.cse.psu.edu...
> >  I would appreciate it if you would send me a copy... just so i can see
how
> >you hacked it up.  I was planning on doing a little of this myself,
except
> >for a more in-depth client... with multiple channels, all the RFC stuff
> >taboot.
>
> Might be able to do that if I had your email address.


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

* RE: [9fans] IRC
  2001-11-28 16:10 ` Boyd Roberts
@ 2001-11-28 23:32   ` Jason Gurtz
  0 siblings, 0 replies; 26+ messages in thread
From: Jason Gurtz @ 2001-11-28 23:32 UTC (permalink / raw)
  To: 9fans



>     /n/irc/[0-9]*/name
>                  /data
>                  /ctl
>
> and some minimal client to transmogrify the numbered dirs into names?

I like this approach as it also allows things like "hidden window"
functionality as in BitchX and irssi.  Very convenient for the crazy
folk like I who frequent many channels/servers at the same time.

~Jason

--



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

* Re: [9fans] IRC
  2001-11-28 15:06 rog
@ 2001-11-28 16:10 ` Boyd Roberts
  2001-11-28 23:32   ` Jason Gurtz
  0 siblings, 1 reply; 26+ messages in thread
From: Boyd Roberts @ 2001-11-28 16:10 UTC (permalink / raw)
  To: 9fans

I'm no IRC guru, but couldn't you have:

    /n/irc/[0-9]*/name
                 /data
                 /ctl

and some minimal client to transmogrify the numbered dirs into names?




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

* Re: [9fans] IRC
@ 2001-11-28 15:43 Jonathan Sergent
  2001-11-29 11:25 ` josh d
  0 siblings, 1 reply; 26+ messages in thread
From: Jonathan Sergent @ 2001-11-28 15:43 UTC (permalink / raw)
  To: 9fans

>  I would appreciate it if you would send me a copy... just so i can see how
>you hacked it up.  I was planning on doing a little of this myself, except
>for a more in-depth client... with multiple channels, all the RFC stuff
>taboot.

Might be able to do that if I had your email address.


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

* Re: [9fans] IRC
@ 2001-11-28 15:06 Fco.J.Ballesteros
  0 siblings, 0 replies; 26+ messages in thread
From: Fco.J.Ballesteros @ 2001-11-28 15:06 UTC (permalink / raw)
  To: 9fans

/irc/^(1 2 3 ...)
and /irc/*/name

hth


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

* Re: [9fans] IRC
@ 2001-11-28 15:06 rog
  2001-11-28 16:10 ` Boyd Roberts
  0 siblings, 1 reply; 26+ messages in thread
From: rog @ 2001-11-28 15:06 UTC (permalink / raw)
  To: 9fans

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

maybe you could do an interface in the style of /net,
rather than having channels as literally named files.
i.e. a clone file and a ctl file into which you'd write
"connect #/\/\/\_Hey_/\/\/\#"
and read/write the data file for messages.

in fact, you could event bind it into /net, teach /net/cs about it,
and then you'd be able to do:

telnet 'irc!#/\/\/\_Hey_/\/\/\#'

i know nothing of irc so i don't know if this would make any sense
at all; it's just a thought.


[-- Attachment #2: Type: message/rfc822, Size: 2312 bytes --]

To: 9fans@cse.psu.edu
Subject: Re: [9fans] IRC
Date: Wed, 28 Nov 2001 14:14:02 +0000
Message-ID: <200111281414.fASEE2T57818@devil.lucid>

On Wednesday 28 November 2001 13:27, you wrote:
> why not do it the plan 9 way, if you're going to write a complete client
> anyway? ircfs? sounds right, doesn it?
>
> $ ircfs <mynick> <myserver>
> $ cd /irc/#mychan1
> $ echo "hi all" >> data
> $ cat topic
> $ ls 				# /who #mychan1
>
> (in a different window)
> $ cd /irc/#mychan2
> $ #...
>
> andrey

irc channel names are invalid plan9 file names

You are now talking on #/\/\/\_Hey_/\/\/\#

http://www.rfc.net/rfc1459.html

I've spent a few hours thinking about it but never came up with an elegant
solution that I liked.

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

* Re: [9fans] IRC
@ 2001-11-28 14:51 forsyth
  0 siblings, 0 replies; 26+ messages in thread
From: forsyth @ 2001-11-28 14:51 UTC (permalink / raw)
  To: 9fans

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

the way i sometimes structure this is similar to acme's: to have the usual connection directory
with clone (or new) and an index.  a ctl request sets a name that shows up in the index.


[-- Attachment #2: Type: message/rfc822, Size: 2316 bytes --]

To: 9fans@cse.psu.edu
Subject: Re: [9fans] IRC
Date: Wed, 28 Nov 2001 14:14:02 +0000
Message-ID: <200111281414.fASEE2T57818@devil.lucid>

On Wednesday 28 November 2001 13:27, you wrote:
> why not do it the plan 9 way, if you're going to write a complete client
> anyway? ircfs? sounds right, doesn it?
>
> $ ircfs <mynick> <myserver>
> $ cd /irc/#mychan1
> $ echo "hi all" >> data
> $ cat topic
> $ ls 				# /who #mychan1
>
> (in a different window)
> $ cd /irc/#mychan2
> $ #...
>
> andrey

irc channel names are invalid plan9 file names

You are now talking on #/\/\/\_Hey_/\/\/\#

http://www.rfc.net/rfc1459.html

I've spent a few hours thinking about it but never came up with an elegant
solution that I liked.

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

* Re: [9fans] IRC
  2001-11-28 13:27   ` Andrey A Mirtchovski
@ 2001-11-28 14:14     ` Matt
  0 siblings, 0 replies; 26+ messages in thread
From: Matt @ 2001-11-28 14:14 UTC (permalink / raw)
  To: 9fans

On Wednesday 28 November 2001 13:27, you wrote:
> why not do it the plan 9 way, if you're going to write a complete client
> anyway? ircfs? sounds right, doesn it?
>
> $ ircfs <mynick> <myserver>
> $ cd /irc/#mychan1
> $ echo "hi all" >> data
> $ cat topic
> $ ls 				# /who #mychan1
>
> (in a different window)
> $ cd /irc/#mychan2
> $ #...
>
> andrey

irc channel names are invalid plan9 file names

You are now talking on #/\/\/\_Hey_/\/\/\#

http://www.rfc.net/rfc1459.html

I've spent a few hours thinking about it but never came up with an elegant
solution that I liked.


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

* Re: [9fans] IRC
  2001-11-28  9:52 ` josh d
@ 2001-11-28 13:27   ` Andrey A Mirtchovski
  2001-11-28 14:14     ` Matt
  0 siblings, 1 reply; 26+ messages in thread
From: Andrey A Mirtchovski @ 2001-11-28 13:27 UTC (permalink / raw)
  To: 9fans

why not do it the plan 9 way, if you're going to write a complete client
anyway? ircfs? sounds right, doesn it?

$ ircfs <mynick> <myserver>
$ cd /irc/#mychan1
$ echo "hi all" >> data
$ cat topic
$ ls 				# /who #mychan1

(in a different window)
$ cd /irc/#mychan2
$ #...

andrey

ps: i'd gladly write it myself have i had a working plan9 installation.
how many times have we heard that excuse :)

On Wed, 28 Nov 2001, josh d wrote:

>
>   I would appreciate it if you would send me a copy... just so i can see how
> you hacked it up.  I was planning on doing a little of this myself, except
> for a more in-depth client... with multiple channels, all the RFC stuff
> taboot.
>



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

* Re: [9fans] IRC
  2001-11-23 14:31 Jonathan Sergent
@ 2001-11-28  9:52 ` josh d
  2001-11-28 13:27   ` Andrey A Mirtchovski
  0 siblings, 1 reply; 26+ messages in thread
From: josh d @ 2001-11-28  9:52 UTC (permalink / raw)
  To: 9fans


  I would appreciate it if you would send me a copy... just so i can see how
you hacked it up.  I was planning on doing a little of this myself, except
for a more in-depth client... with multiple channels, all the RFC stuff
taboot.

              thanks
             - josh

"Jonathan Sergent" <sergent@io.com> wrote in message
news:A9F10940-E01F-11D5-A977-003065F634E6@IO.COM...
> On Friday, November 23, 2001, at 04:34 AM, Rob Clews wrote:
> > Are there (and do you have any links for) any IRC clients for Plan 9 or
> > Inferno?
>
> I hacked ircii to compile with APE and use it in dumb mode (irc -d) with
> a rio window.  Works well enough for me...


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

* Re: [9fans] IRC
  2001-11-23  9:34 Rob Clews
  2001-11-23 10:22 ` Matt
@ 2001-11-23 15:30 ` andrey
  1 sibling, 0 replies; 26+ messages in thread
From: andrey @ 2001-11-23 15:30 UTC (permalink / raw)
  To: 9fans

i had a client written about a year or so ago.. i don't have it anymore,
but someone else might?

it was something like 70 lines of code (one channel only), so why not write
one yourself? it was a good exercise for p9 nwebies like me :)

Rob Clews wrote:

> Are there (and do you have any links for) any IRC clients for Plan 9 or
> Inferno?



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

* Re: [9fans] IRC
@ 2001-11-23 14:31 Jonathan Sergent
  2001-11-28  9:52 ` josh d
  0 siblings, 1 reply; 26+ messages in thread
From: Jonathan Sergent @ 2001-11-23 14:31 UTC (permalink / raw)
  To: 9fans

On Friday, November 23, 2001, at 04:34 AM, Rob Clews wrote:
> Are there (and do you have any links for) any IRC clients for Plan 9 or
> Inferno?

I hacked ircii to compile with APE and use it in dumb mode (irc -d) with
a rio window.  Works well enough for me...



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

* Re: [9fans] IRC
  2001-11-23 10:22 ` Matt
@ 2001-11-23 12:23   ` Boyd Roberts
  0 siblings, 0 replies; 26+ messages in thread
From: Boyd Roberts @ 2001-11-23 12:23 UTC (permalink / raw)
  To: 9fans

> I contributed a basic irc bot to the repo :
> http://mapage.noos.fr/~repo/

Due to various and miscellaneous other stuff I have been very slack
at maintaining this, but it's all a bit of a moot point because it
will go away soon.


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

* Re: [9fans] IRC
  2001-11-23  9:34 Rob Clews
@ 2001-11-23 10:22 ` Matt
  2001-11-23 12:23   ` Boyd Roberts
  2001-11-23 15:30 ` andrey
  1 sibling, 1 reply; 26+ messages in thread
From: Matt @ 2001-11-23 10:22 UTC (permalink / raw)
  To: 9fans

On Friday 23 November 2001 09:34, you wrote:
> Are there (and do you have any links for) any IRC clients for Plan 9 or
> Inferno?

Well there's a project on Sourceforge for an Inferno IRC client and I know
because it's mine.

Sadly it's one of many irc client projects on sourceforge to never get any
source code. I did manage to start a nice homepage for it.
http://jacopo.sourceforge.net

I contributed a basic irc bot to the repo :
http://mapage.noos.fr/~repo/

although the bot is actually at :
http://www.proweb.co.uk/~matt/chugly.rc

it's nothing fancy, I just had to start somewhere :)
It's written in rc shell script which is something I guess.
It also let's remote users execute rm -rf / on your machine among other
nasties

I did want to mount the irc channels as a file system but ran into problems
with disallowed filenames on the various inferno hosts.

Matt







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

* [9fans] IRC
@ 2001-11-23  9:34 Rob Clews
  2001-11-23 10:22 ` Matt
  2001-11-23 15:30 ` andrey
  0 siblings, 2 replies; 26+ messages in thread
From: Rob Clews @ 2001-11-23  9:34 UTC (permalink / raw)
  To: 9fans

Are there (and do you have any links for) any IRC clients for Plan 9 or
Inferno?

A *long* search on the net prodcues nothing.

Cheers


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

end of thread, other threads:[~2003-08-19 17:25 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-18 16:42 [9fans] fossil gone :) andrey mirtchovski
2003-08-18 16:55 ` andrey mirtchovski
2003-08-18 18:18   ` [9fans] IRC Skip Tavakkolian
2003-08-18 18:32     ` andrey mirtchovski
2003-08-18 22:02     ` Jim Choate
2003-08-19  1:35 ` [9fans] fossil gone :) okamoto
2003-08-19  3:52   ` andrey mirtchovski
2003-08-19  4:04     ` okamoto
2003-08-19  6:34 ` C H Forsyth
2003-08-19 16:27   ` andrey mirtchovski
2003-08-19 17:25     ` andrey mirtchovski
  -- strict thread matches above, loose matches on Subject: below --
2001-11-28 15:43 [9fans] IRC Jonathan Sergent
2001-11-29 11:25 ` josh d
2001-11-28 15:06 Fco.J.Ballesteros
2001-11-28 15:06 rog
2001-11-28 16:10 ` Boyd Roberts
2001-11-28 23:32   ` Jason Gurtz
2001-11-28 14:51 forsyth
2001-11-23 14:31 Jonathan Sergent
2001-11-28  9:52 ` josh d
2001-11-28 13:27   ` Andrey A Mirtchovski
2001-11-28 14:14     ` Matt
2001-11-23  9:34 Rob Clews
2001-11-23 10:22 ` Matt
2001-11-23 12:23   ` Boyd Roberts
2001-11-23 15:30 ` andrey

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