Subject: S
To: None <port-pmax@NetBSD.ORG>
From: Herb Peyerl <Herb.Peyerl@sidney.novatel.ca>
List: port-pmax
Date: 01/05/1995 23:34:36
Ok, I haven't had time to even give 'cyst' (my ds3100) a glance since
long before christmas when I had the problems with the active ethernet
inhibiting boot.

Anyhow, I'm just trying to build a -current kernel (supped as of Saturday,
not that this makes any difference) and certain things won't build because
cc1 gets a signal 11.  If I turn off -O, it compiles fine.           

So, I figure it has to do with the fact that there's no swap.

Now, when I built this kernel, I configured swap with:

config          netbsd root on rz2a swap on rz2b
 
But when I boot this kernel I get:

Changing root device to rz2a
WARNING: no swap space found

Looking at the disklabel I have:

#        size   offset    fstype   [fsize bsize   cpg]
  a:    45040       16    unused        0     0         # (Cyl.    0*- 63*)
  b:    72512    45056      swap                        # (Cyl.   64 - 166)
  c:  1006016        0    unused        0     0         # (Cyl.    0 - 1428)
  e:    45056   117568    unused        0     0         # (Cyl.  167 - 230)
  f:    45056   162624    unused        0     0         # (Cyl.  231 - 294)
  g:   139392   207680    unused        0     0         # (Cyl.  295 - 492)
  h:   658944   347072    unused        0     0         # (Cyl.  493 - 1428)

and "swapon /dev/rz2b" says:

swapon: /dev/rz2b: device not configured

Seems to me that someone else had this (I was just cruising through the
mail archives) so it seems that I'm not the first to notice this.

So, I thought I'd just throw this out there in case anyone was interested. I
don't have the time right now to immerse myself in this problem unfortunately.

Herb.