Subject: ps problem with UVM & 04/18/98 tar_files
To: None <current-users@NetBSD.ORG>
From: Paul M. Newhouse <newhouse@rockhead.com>
List: current-users
Date: 04/19/1998 07:02:04
Platform i386:
>From the current tar_files 04/18/98:

I had to put a "NOLINT=" in domestic/lib/libntp/Makefile
to get that to compile and when running the new kernel and
userland I get:

  wanker[root-42]: ps 
  ps: proc size mismatch (13816 total, 624 chunks)

If I undefine these two things:


48,49c48,49
< #options 	UVM		# Use UVM instead of Mach VM.
< #options 	PMAP_NEW	# new pmap interface; requires UVM
---
> options 	UVM		# Use UVM instead of Mach VM.
> options 	PMAP_NEW	# new pmap interface; requires UVM

then ps works ok.  Is this a know problem?  Apologies if this is
well known and I just missed its being discussed.

TIA,
Paul