[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OBSD 2.3/pmax (-current): vm_fork: no more kernel virtual memory



Dear all,

I was wondering if anyone can advise how to avoid panics due to the above
message. My -current is a week old snapshot.

Machine is used at home as a semi-development system (semi due to lack of
gdb :-). It is running sendmail, dhcpd, sshd, smbd, nmbd.

I have attached at the bottom my kernel config file and dmesg output. Let
it be noted that I am mounting swap onto /tmp.

Thanks,

--Nino


------------------------- kernel config -------------------------------
#
# $Id: UNA,v 1.4 1998/06/08 09:33:04 nino Exp nino $
#
# DECstation 5000/100 kernel config for UNA
#

machine		pmax mips		# machine type and subtype

# generic mips support
option		CPU_R3000		# R2000/R3000 support
option		MIPS1			# R2000/R3000 support
# support for specific models of decstation
option	 	DS5000_100		# 3MIN (kn02ba/kmin)
# timezone stuff
option		TIMEZONE=0
option		DST=0			# use daylight savings rules

maxusers	64

# standard system options
option		SWAPPAGER		# swap pager (anonymous and swap space)
option		VNODEPAGER		# vnode pager (mapped files)
option		DEVPAGER		# device pager (mapped devices)
# the usual stuff
option		"COMPAT_43"		# compatibility with 4.3BSD binaries
option		NATIVE_ELF		# elf is our native binary format
# the usual filesystems
option		FFS			# fast filesystem
option		FIFO			# posix fifo support
option		CD9660			# iso9660 cdrom filesystem
option		MSDOSFS			# msdos filesystem
# networking
option		INET			# the networking stuff
option		NFSCLIENT		# nfs client code
option		NFSSERVER		# nfs server code
# shared memory
option		SYSVMSG			# sysv messages
option		SYSVSEM			# sysv semaphores
option		SYSVSHM			# sysv shared memory
# ktrace support
option		KTRACE			# ktrace(1) support
# debugging stuff
#option		DIAGNOSTIC		# extra kernel debugging checks
#option		DEBUG			# extra kernel debugging support
#option		KGDB			# support for kernel gdb
#option		"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
#option		"KGDBDEV=15*256+0"	# device for kernel gdb
# other stuff
option		NTP			# network time protocol
#option		UCONSOLE		# users can redirect console (unsafe)
# other filesystems
option		MFS			# memory-based filesystem
option		KERNFS			# kernel data-structure filesystem
option		FDESC			# user file descriptor filesystem
option		UMAPFS			# uid/gid remapping filesystem
option		NULLFS			# null layer filesystem
option	        UNION			# union filesystem
#option		PORTAL			# portal filesystem (experimental)
# other networking options
option		"TCP_COMPAT_42"		# compatibility with 4.2BSD tcp/ip
option		GATEWAY			# ip packet forwarding
option		MULTICAST		# multicast support
option		MROUTING		# multicast routing support
#option		ISO			# osi networking
#option		TPIP
#option		EON
# i think this is not required for us - NetBSD backwards compatibility
#option		COMPAT_10		# NetBSD 1.0
#option		COMPAT_11		# NetBSD 1.1
#option		COMPAT_12		# Netbsd 1.2
# compat stuff
option		COMPAT_ULTRIX		# ultrix compatibility

config		bsd	root on rz0a swap on rz0b and rz1b dumps on rz0b

mainbus0	at root
cpu*		at mainbus0
# turbochannel bus
tc*		at mainbus0		# all but PMAXes have a turbochannel
cfb0		at tc?			# framebuffer (color)
mfb0		at tc?			# framebuffer (mono)
sfb0		at tc?
le*		at tc?			# other lance network interfaces
# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
ioasic0         at tc?
clock0          at ioasic? offset?	# rtc
asc0            at ioasic? offset?	# system scsi subslot
scc0		at ioasic? offset?
le0		at ioasic? offset?	# tc onboard lance
scc1		at ioasic? offset?	# not present on maxine
# the scsi busses
oldscsibus*	at asc?
# scsi configuration for old 4.4bsd/pmax decstation scsi driver
rz0		at oldscsibus? target ? drive ?
rz1		at oldscsibus? target ? drive ?
rz2		at oldscsibus? target ? drive ?
rz3		at oldscsibus? target ? drive ?
rz4		at oldscsibus? target ? drive ?
rz5		at oldscsibus? target ? drive ?
rz6		at oldscsibus? target ? drive ?
tz0		at oldscsibus? target ? drive ?
tz1		at oldscsibus? target ? drive ?

pseudo-device	loop		1
pseudo-device	sl		1	# serial-line ip ports
pseudo-device   ppp             1       # point ot point ip ports
pseudo-device	rasterconsole	1 	# nb: raster console requires "fb"
pseudo-device	fb		1	# up to 3 framebuffers
pseudo-device	vnd		4	# virtual disk ick
pseudo-device   ccd             4       # concatenated disks
pseudo-device	bpfilter	16	# packet filter ports
pseudo-device	pty		64	# pseudo ptys



-------------------------- dmesg output ------------------------------
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California.  All rights reserved.

vm_mem_init: WARN: MD code did not set page size
OpenBSD 2.3 (UNA) #1: Mon Jun  8 12:44:42 BST 1998
    nino_(_at_)_una:/usr/src/sys/arch/pmax/compile/UNA
real mem = 33554432
avail mem = 29249536
using 435 buffers containing 1781760 bytes of memory
mainbus0 (root)
cpu0 at mainbus0: MIPS R3000 CPU Rev. 3.0 with MIPS R3010 FPC Rev. 4.0
tc0 at mainbus0: 12.5 MHz clock
asic0 at tc0 slot 3 offset 0x0
le0 at asic0 offset 0xc0000 priority 4: address 08:00:2b:2c:d0:02
le0: 32 receive buffers, 8 transmit buffers
scc0 at asic0 offset 0x100000 priority 6
scc1 at asic0 offset 0x180000 priority 5
clock0 at asic0 offset 0x200000 priority 0
asc0 at asic0 offset 0x300000 priority 3: target 7
sfb0 at tc0 slot 0 offset 0x0 (1280x1024x8) (console)tc_enable mainbus0 sc c0402700 slot 0x0
Enabling 3MIN tcslot 0 (UNTESTED)

Beginning old-style SCSI device autoconfiguration
rz0 at asc0 drive 0 lun 0 DEC RZ25     (C) DEC rev 0700
rz0: 406MB, 1476 cyl, 9 head, 62 sec, 512 bytes/sec, 832527 sec total
rz1 at asc0 drive 1 lun 0 IBM H3171-S2 rev S61D
rz1: 163MB, 2420 cyl, 2 head, 68 sec, 512 bytes/sec, 333924 sec total
rz2 at asc0 drive 2 lun 0 HP C3325A rev 4299
rz2: 2069MB, 3703 cyl, 9 head, 127 sec, 512 bytes/sec, 4238836 sec total
rz6 at asc0 drive 6 lun 0 DEC RRD42   (C) DEC rev 4.5d
tz0 at asc0 drive 5 lun 0 ARCHIVE Python 28388-XXX rev 5.45
tz0: assuming GENERIC SCSI tape device
rootdev=0x1500 rrootdev=0x3800 rawdev=0x3802

---
Nino Margetic <nino_(_at_)_well_(_dot_)_ox_(_dot_)_ac_(_dot_)_uk>   |   http://www.well.ox.ac.uk/~nino
The Wellcome Trust Centre for Human Genetics, University of Oxford.
Tel: 44 1865 740079  |  Fax: 44 1865 742196  |   GSM/SMS: 44 385 291920
---

Visit your host, monkey.org