The collected works of wonko

Has anyone actually gotten this working? I just tried installing it onto an Octane (I don't care if the gfx works).

It gets to the part where it partitions the disk and creates the filesystems. Then it panics.

Code:
Trap cause = 8 Frame 0xffffffffd13e3c98
Trap PC 0x100fee18 RA 0xa800000020162e58 fault 0xffffffffca167c60
PC 0x100fee18: not in kernel
0x100fee18 ra 0x0 sp 0xffffffffd13e3df0 (0xffffffffca0d3cb8,0xf000,0x0,0x0)
User-level: pid 1388
stopped on non ddb fault
Stopped at      0x100fee18:
Trap cause = 4 Frame 0xffffffffd13e39c8
Trap PC 0xa80000002025ff9c RA 0xa8000000201a1124 fault 0x2b
0xa80000002025ff9c ra 0xa8000000201a1124 sp 0xffffffffd13e3b20 (0x100fee18,0x0,0x1,0xb4b)
0xa8000000201a1124 ra 0x0 sp 0xffffffffd13e3b20
User-level: pid 1388
stopped on non ddb fault
Stopped at      0xa80000002025ff9c:     jr      r
a
0xa80000002025ffa0:      li     v0,-1
ddb>


Oh well, would have been nice. Guess I'll dig the U80 out instead. :)

-brian
To answer my own question:

The installer blows up if the machine has more than 1GB ram.

Of course 4.6 doesn't support the on-board network adapter and the 3Com card I have KPs the boot process.

I'll be trying -current now (which has on-board ethernet support).

-brian
And it lives!

$ uname -a
OpenBSD slartibartfast.4amlunch.net 4.6 GENERIC-IP30#117 sgi

The -current snapshot install went flawlessly. Now to merge my install script changes into the one from -current and I can re-install onto mirrored boot-disks.

-brian
Ah, hello, I didn't realize you were here. :)

I'm not in any hurry to get the second gig in since for what I'm using the machine for right now 1GB is fine, however, I've just experienced a new crash.

Went to check on the box this morning, couldn't get to it, so I hopped onto the console and saw the ddb> prompt.

Code:
ddb> trace
PC 0x0: not in kernel

Trap cause = 2 Frame 0xffffffffcfc27338
Trap PC 0xa8000000203dda64 RA 0xa800000020143f90 fault 0x3
strlen+0x4 ra 0xa800000020143f90 sp 0xffffffffcfc27490 (0x3,0x73,0x0,0x0)
kprintf+0x10e8 ra 0x0 sp 0xffffffffcfc27490
User-level: pid 21053
Caught exception in ddb.
ddb> ps
PID   PPID   PGRP    UID  S       FLAGS  WAIT          COMMAND
*21053      1  21053      0  7           0                transmission-dae
2068  10489   2068      0  3      0x4082  ttyin         ksh
10489  18615  10489   1000  3      0x4082  pause         ksh
18615  19869  19869   1000  3       0x180  select        sshd
19869  23800  19869      0  3      0x4180  netio         sshd
15914      1  15914      0  3      0x4082  ttyin         getty
32053      1  32053      0  3        0x80  select        cron
14793      1  14793      0  3     0x40180  select        sendmail
23800      1  23800      0  3        0x80  select        sshd
6559      1   6559      0  3       0x180  select        inetd
21958      0      0      0  3    0x100280  nfsidl        nfsio
20431      0      0      0  3    0x100280  nfsidl        nfsio
26723      0      0      0  3    0x100280  nfsidl        nfsio
8136      0      0      0  3    0x100280  nfsidl        nfsio
24732   2735  29943     83  3       0x180  poll          ntpd
2735  29943  29943     83  3       0x180  poll          ntpd
29943      1  29943      0  3        0x80  poll          ntpd
5438  13948  13948     74  3       0x180  bpf           pflogd
13948      1  13948      0  3        0x80  netio         pflogd
23848  22249  22249     73  2       0x180                syslogd
22249      1  22249      0  3        0x88  netio         syslogd
11      0      0      0  3    0x100200  bored         crypto
10      0      0      0  3    0x100200  aiodoned      aiodoned
9      0      0      0  3    0x100200  syncer        update
8      0      0      0  3    0x100200  cleaner       cleaner
7      0      0      0  3    0x100200  reaper        reaper
6      0      0      0  3    0x100200  pgdaemon      pagedaemon
5      0      0      0  3    0x100200  pftm          pfpurge
4      0      0      0  3    0x100200  bored         syswq
3      0      0      0  3  0x40100200                idle0
2      0      0      0  3    0x100200  kmalloc       kmthread
1      0      1      0  3      0x4080  wait          init
0     -1      0      0  3     0x80200  scheduler     swapper
ddb>


Other than the NFS issue I've been having, this is the first time the box crapped out on me since I took the second gig of ram out of it.

-brian