Subject: Two problems with 12/24 sources
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Michael L. VanLoon -- Iowa State University <michaelv@iastate.edu>
List: current-users
Date: 12/27/1993 23:56:55
I've encounted two problems with the sources supped from 12/24.  Any
clues are much appreciated...

1) someone broke ps:

[root@stingray]~# ps aux
ps: proc size mismatch (got 17484 total, kinfo_proc: 560)
[root@stingray]~# 

Top and w still work, and an older copy of ps (week or so) still works
fine, so I conclude ps itself broke.

2) I can finally get a kernel to compile and link again without
anything missing, but when I try to boot it, it just gets most of the
way through the autoconfig and then spontaneously reboots.  I notice
some of the characters are garbled on the screen too... *shrug*
Config file appended (kernel from Dec 19 still works fine):


# original config file:
# GENERICAHBBT -- Generic machine w/ahb and bt drivers -- distribution floppy
#
# STINGRAY -- Config for Michael VanLoon's i386 box stingray.cc.iastate.edu
# MINDBENDER -- updaged for new config and new name: mindbender.headcandy.com

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
ident		MINDBENDER
timezone	6 dst
maxusers	32
maxfdescs	256
options		INET,NFSCLIENT,NFSSERVER
options		"COMPAT_43"
options		"TCP_COMPAT_42"
options		XSERVER,UCONSOLE
options		MSDOSFS,ISOFS
options		KERNFS
options		SCSI
options		"MATH_EMULATE"
options		"COMPAT_NOMID"
options		"MACHINE_NONCONTIG"
options		KTRACE,FIFO,QUOTA,FDESC
options		SWAPPAGER,VNODEPAGER,DEVPAGER
options		PPP,SLIP    # are these needed here?

config		netbsd	root on wd0 swap on wd0 and wd1

controller	isa0

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

device		pc0	at isa? port "IO_KBD" tty irq 1 vector pcrint
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
device		com0	at isa? port "IO_COM1" tty irq 4 vector comintr
device		com1	at isa? port "IO_COM2" tty irq 3 vector comintr
#device		com2	at isa? port "IO_COM3" tty irq 5 vector comintr
#device		com3	at isa? port "IO_COM4" tty irq 9 vector comintr
# Logitech bus mouse:
device          lms0    at isa? port "IO_BMS1" tty irq 5 vector lmsintr

#device		lpt0	at isa? port "IO_LPT3" tty irq 7 vector lptintr
#device		lpa0	at isa? port "IO_LPT1" tty
#device		lpa1	at isa? port "IO_LPT2" tty

device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr
#device we0 at isa? port 0x280 net irq 9 iomem 0xd0000 iosiz 8192 vector weintr
#device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
#device ne0 at isa? port 0x300 net irq 9 vector neintr
#device is0 at isa? port 0x320 net irq 10 drq 7 vector isintr

#device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr

pseudo-device	ether
pseudo-device	log
pseudo-device	loop
pseudo-device	pty	64
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device	speaker



------------------------------------------------------------------------------
    Michael L. VanLoon  --  michaelv@iastate.edu  --  gg.mlv@isumvs.bitnet
 Iowa State University of Science and Technology -- The way cool place to be!
   Project Vincent Systems Staff, Iowa State University Computation Center
------------------------------------------------------------------------------



------------------------------------------------------------------------------