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] 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-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
* [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).