9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] SATA inst: some progress
@ 2009-08-10 12:20 cej
  2009-08-10 13:15 ` Richard Miller
  2009-08-10 13:29 ` Fernan Bolando
  0 siblings, 2 replies; 6+ messages in thread
From: cej @ 2009-08-10 12:20 UTC (permalink / raw)
  To: 9fans


Hi,
while installing from erik quanstrom's 9atom.iso CD, everything went just right up to:

mountfs [/dev/sdE0/fossil]
preparing menu ... fossil 833: suicide: sys: fp: stack overflow fppc=0x23304 status=0x82c1 pc=0x23308

'black' message is:

matherror
note: sys: fp: stack overflow fppc=0x23304 status=082c1
notify
cpu0: registers for fossiul 836
FLAGS=10046 TRAP=E ECODE=0 PC=F010391E SS=722C USP=F2B745EC AX 00000000 BX 00000001 CX F0018178 
DX F01CAF94 SI 0003E5A4 DI DFFFEBA8 BP 00000008 CS0010DS 0008 ES 0008 FS 0001B GS 001B CR0 80010039 CR2 00000004 CR3 121ac000 CR4 000000d0 MCA c001c400 MCT 00000000 ur 0xf2b7459c up 0xf0351180
panic: fault: 0x4
panic: fault: 0x4
dumpstack disbled
cpu0: exiting

Any hint appreciated, best regards,
++pac.




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

* Re: [9fans] SATA inst: some progress
  2009-08-10 12:20 [9fans] SATA inst: some progress cej
@ 2009-08-10 13:15 ` Richard Miller
  2009-08-10 14:40   ` erik quanstrom
  2009-08-10 16:13   ` erik quanstrom
  2009-08-10 13:29 ` Fernan Bolando
  1 sibling, 2 replies; 6+ messages in thread
From: Richard Miller @ 2009-08-10 13:15 UTC (permalink / raw)
  To: 9fans

> preparing menu ... fossil 833: suicide: sys: fp: stack overflow fppc=0x23304 status=0x82c1 pc=0x23308

I think this is one of the bizarre side effects you can get from
trying to start vesa graphics on a multiprocessor.  Does erik's
install CD have '*nomp=1' in the plan9.ini file?




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

* Re: [9fans] SATA inst: some progress
  2009-08-10 12:20 [9fans] SATA inst: some progress cej
  2009-08-10 13:15 ` Richard Miller
@ 2009-08-10 13:29 ` Fernan Bolando
  1 sibling, 0 replies; 6+ messages in thread
From: Fernan Bolando @ 2009-08-10 13:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Mon, Aug 10, 2009 at 8:20 PM, <cej@gli.cas.cz> wrote:
>
> Hi,
> while installing from erik quanstrom's 9atom.iso CD, everything went just right up to:
>
> mountfs [/dev/sdE0/fossil]
> preparing menu ... fossil 833: suicide: sys: fp: stack overflow fppc=0x23304 status=0x82c1 pc=0x23308
>
> 'black' message is:
>
> matherror
> note: sys: fp: stack overflow fppc=0x23304 status=082c1
> notify
> cpu0: registers for fossiul 836
> FLAGS=10046 TRAP=E ECODE=0 PC=F010391E SS=722C USP=F2B745EC AX 00000000 BX 00000001 CX F0018178
> DX F01CAF94 SI 0003E5A4 DI DFFFEBA8 BP 00000008 CS0010DS 0008 ES 0008 FS 0001B GS 001B CR0 80010039 CR2 00000004 CR3 121ac000 CR4 000000d0 MCA c001c400 MCT 00000000 ur 0xf2b7459c up 0xf0351180
> panic: fault: 0x4
> panic: fault: 0x4
> dumpstack disbled
> cpu0: exiting
>
> Any hint appreciated, best regards,
> ++pac.
>
>
>

It looks like you got past the fmtfossil stage. This might be just the
awk issue that was discussed last week.

try getting your install on the network and bind
/n/sources/contrib/quanstro/awk /bin/awk

fernan

--
http://www.fernski.com



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

* Re: [9fans] SATA inst: some progress
  2009-08-10 13:15 ` Richard Miller
@ 2009-08-10 14:40   ` erik quanstrom
  2009-08-11  7:05     ` cej
  2009-08-10 16:13   ` erik quanstrom
  1 sibling, 1 reply; 6+ messages in thread
From: erik quanstrom @ 2009-08-10 14:40 UTC (permalink / raw)
  To: 9fans

On Mon Aug 10 09:16:37 EDT 2009, 9fans@hamnavoe.com wrote:
> > preparing menu ... fossil 833: suicide: sys: fp: stack overflow fppc=0x23304 status=0x82c1 pc=0x23308
>
> I think this is one of the bizarre side effects you can get from
> trying to start vesa graphics on a multiprocessor.  Does erik's
> install CD have '*nomp=1' in the plan9.ini file?

i can reproduce this problem but haven't yet figured out what's
going on, yet.  i think it's my error due to some junk sneaking
onto cd.  i'm working on it.

- erik



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

* Re: [9fans] SATA inst: some progress
  2009-08-10 13:15 ` Richard Miller
  2009-08-10 14:40   ` erik quanstrom
@ 2009-08-10 16:13   ` erik quanstrom
  1 sibling, 0 replies; 6+ messages in thread
From: erik quanstrom @ 2009-08-10 16:13 UTC (permalink / raw)
  To: 9fans

On Mon Aug 10 09:16:37 EDT 2009, 9fans@hamnavoe.com wrote:
> > preparing menu ... fossil 833: suicide: sys: fp: stack overflow fppc=0x23304 status=0x82c1 pc=0x23308
>
> I think this is one of the bizarre side effects you can get from
> trying to start vesa graphics on a multiprocessor.  Does erik's
> install CD have '*nomp=1' in the plan9.ini file?

there is a new cdimage available ftp://ftp.quanstro.net/other/9atom.iso.bz2
this should correct cej's problem.

- erik



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

* Re: [9fans] SATA inst: some progress
  2009-08-10 14:40   ` erik quanstrom
@ 2009-08-11  7:05     ` cej
  0 siblings, 0 replies; 6+ messages in thread
From: cej @ 2009-08-11  7:05 UTC (permalink / raw)
  To: 9fans

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


Thank you very much, Erik!
++pac


-----Original Message-----
i can reproduce this problem but haven't yet figured out what's
going on, yet.  i think it's my error due to some junk sneaking
onto cd.  i'm working on it.

- erik



[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 2401 bytes --]

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

end of thread, other threads:[~2009-08-11  7:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-10 12:20 [9fans] SATA inst: some progress cej
2009-08-10 13:15 ` Richard Miller
2009-08-10 14:40   ` erik quanstrom
2009-08-11  7:05     ` cej
2009-08-10 16:13   ` erik quanstrom
2009-08-10 13:29 ` Fernan Bolando

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