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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ messages in thread

* Re: [9fans] fossil gone :)
  2003-08-19  3:52   ` andrey mirtchovski
@ 2003-08-19  4:04     ` okamoto
  0 siblings, 0 replies; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ messages in thread

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

Thread overview: 11+ 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

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